Searched refs:and (Results 1 - 25 of 2240) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/dl/win32/
H A Dextconf.rb1 if compiled?('dl') and !compiled?('fiddle') and $mswin||$bccwin||$mingw||$cygwin
/macosx-10.10.1/ruby-106/ruby/ext/gdbm/
H A Dextconf.rb4 if have_library("gdbm", "gdbm_open") and
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dextconf.rb5 if have_header('yourlib.h') and have_library('yourlib', 'yourlib_init')
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/win32/
H A Dextconf.rb1 if compiled?('fiddle') and $mswin||$mingw||$cygwin
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dnode_name.rb4 ~/(NODE_.+),/ and puts(" case #{$1}:\n\treturn \"#{$1}\";")
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/req/
H A Dppc-host.ireq4 anchor apple and identifier com.apple.translate // Rosetta
H A Dcfm.ireqs4 host => anchor apple and identifier com.apple.LaunchCFMApp // CFM runner tool
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/
H A Dextconf.rb16 if have_library("ole32") and
17 have_library("oleaut32") and
18 have_library("uuid", "&CLSID_CMultiLanguage", "mlang.h") and
19 have_library("user32") and
20 have_library("kernel32") and
21 have_library("advapi32") and
/macosx-10.10.1/ruby-106/ruby/ext/io/nonblock/
H A Dextconf.rb5 if have_macro("O_NONBLOCK", hdr) and
/macosx-10.10.1/screen-22/screen/
H A DMakefile1 install all Makefiles and config:
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/t/
H A Dbasic.t13 ok(( $@ and $@ =~ /takes no param/), "Too many parameters exception" );
20 ok(( $@ and $@ =~ /No parser/), "No parser exception" );
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/t/
H A Dselect.t25 test (defined($nfound) and ($nfound == 0 or $nfound == 1));
38 if (defined($_[0]) and $_[0]) {
/macosx-10.10.1/Libc-1044.1.2/include/
H A Diso646.h5 * Redistribution and use in source and binary forms, with or without
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
37 #define and && macro
/macosx-10.10.1/dyld-353.2.1/unit-tests/
H A Dbuild-and-run-iPhoneOS-unit-tests8 rsync -a /tmp/unpack-and-run-all-tests /tmp/dyld-testing.cpgz rsync://root@localhost:10873/root/tmp
13 /Developer/Platforms/iPhoneOS.platform/usr/local/bin/PurpleExec /tmp/unpack-and-run-all-tests
H A Dbuild-iPhoneOS-unit-tests19 # do every combination of OS version and architectures
43 echo "#!/bin/sh" > /tmp/unpack-and-run-all-tests
44 echo "echo \" * * * Unpacking test cases * * *\"" >> /tmp/unpack-and-run-all-tests
45 echo "/sbin/mount -u /private/var" >> /tmp/unpack-and-run-all-tests
46 echo "chmod +x /var/root" >> /tmp/unpack-and-run-all-tests
47 echo "cd /var/root" >> /tmp/unpack-and-run-all-tests
48 echo "rm -rf /var/root/testing" >> /tmp/unpack-and-run-all-tests
49 echo "ditto -x /tmp/dyld-testing.cpgz testing" >> /tmp/unpack-and-run-all-tests
50 echo "/var/root/testing/run-all-tests" >> /tmp/unpack-and-run-all-tests
51 chmod +x /tmp/unpack-and
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dparseexception.rb23 # Get the stack trace and error message
38 @source.current_line[0] if @source and defined? @source.current_line and
43 @source.current_line[2] if @source and defined? @source.current_line and
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/package/
H A Dtar_header.rb130 raise ArgumentError, ":name, :size, :prefix and :mode required"
160 self.class === other and
161 @checksum == other.checksum and
162 @devmajor == other.devmajor and
163 @devminor == other.devminor and
164 @gid == other.gid and
165 @gname == other.gname and
166 @linkname == other.linkname and
167 @magic == other.magic and
168 @mode == other.mode and
[all...]
/macosx-10.10.1/file_cmds-242/xcodescripts/
H A Dhardlink.sh7 echo input and output file counts differ
/macosx-10.10.1/ruby-106/ruby/ext/json/lib/json/add/
H A Dostruct.rb1 unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
15 # Returns a hash, that will be turned into a JSON object and represent this
19 klass.to_s.empty? and raise JSON::JSONError, "Only named structs are supported!"
H A Dstruct.rb1 unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
14 # Returns a hash, that will be turned into a JSON object and represent this
18 klass.to_s.empty? and raise JSON::JSONError, "Only named structs are supported!"
/macosx-10.10.1/Libc-1044.1.2/x86_64/string/
H A Dstrlen.s6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
18 * The Original Code and all software distributed under the License are
23 * Please see the License for the specific language governing rights and
66 // Load the 16-byte block containing the first byte of the string, and
69 and $-16, %rdi
77 // corresponding to bytes that do not preceed s, and check for NULs
80 and $0xf, %rcx
83 and
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DmakeLocalCert3 # Make up-to-date localcert, clientcert, and dsacert keychains and roots.
7 echo === Creating certs and keychains for SSL testing ===
44 echo Creating $LOCAL_KC and $LOCAL_CERT...
49 echo Creating $CLIENT_KC and $CLIENT_CERT...
54 echo Creating $DSA_KC and $DSA_CERT...
59 echo Creating $P12_KC and root $P12_ROOT_CERT via import of $P12_PFX...
71 echo === Finished creating certs and keychains for SSL testing ===
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/rd/
H A Dinline.rb2 # Inline keeps track of markup and labels to create proper links.
17 # Creates a new Inline for +rdoc+ and +reference+.
23 if self === rdoc and reference.equal? rdoc then
31 # Initializes the Inline with +rdoc+ and +inline+
42 self.class === other and
43 @reference == other.reference and @rdoc == other.rdoc
/macosx-10.10.1/ICU-531.30/icuSources/samples/
H A Dreadme.txt2 ## and others. All Rights Reserved.
7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
39 ufortune - demonstrates packaging and use of resources in an application
43 uresb - demonstrates building and loading resource bundles
52 It is normally built with ICU, and is located in icu/source/extra/uconv
54 - The "icuapps" CVS module contains other applications and libraries not
72 Unix: - build and install (make install) ICU
78 - legacy and layout are not included in these lists,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt8 Unicode BiDi algorithm. It currently provides only implicit reordering and
11 support for both visual and logical navigation.
35 and is used only in cases where a string contains no characters with strong
39 UCPGBA_CURSOR_LOGICAL, and is used to specify the initial cursor motion
55 This function will return the text position of the internal cursor and the
63 This function will change the cursor motion type and return the previous

Completed in 153 milliseconds

1234567891011>>