Searched refs:os (Results 276 - 300 of 911) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py2 import os, pwd
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py2 import os, pwd
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dsetup.py12 import os
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-build/llvmbuild/
H A Dmain.py2 import os
58 # os.makedirs considers it an error to be called with an existent path.
59 if not os.path.exists(path):
60 os.makedirs(path)
69 llvmbuild_path = os.path.join(llvmbuild_source_root + subpath,
71 if not os.path.exists(llvmbuild_path):
82 for item in recurse(os.path.join(subpath, subdir)):
219 parent_path = os.path.dirname(ci.subpath)
222 parent_list.add(os.path.basename(ci.subpath))
254 directory_path = os
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dsip.pm25 $$self =~ m,^($URI::scheme_re:)?([^;?]*)(.*)$,os or die;
44 $$self =~ m,^((?:$URI::scheme_re:)?)(?:([^;?]*))?(;[^?]*)?(.*)$,os or die;
65 $$self =~ m,^((?:$URI::scheme_re:)?)(?:([^;?]*))?(;[^?]*)?(.*)$,os or die;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgdataconsumer.py5 import os
33 if os.path.exists("/tmp/pyobjc.test.pdf"):
34 os.unlink("/tmp/pyobjc.test.pdf")
H A Dtest_cgfunction.py4 import os
43 if os.path.exists("/tmp/pyobjc.test.pdf"):
44 os.unlink("/tmp/pyobjc.test.pdf")
H A Dtest_cglayer.py4 import os
25 if os.path.exists("/tmp/pyobjc.test.pdf"):
26 os.unlink("/tmp/pyobjc.test.pdf")
H A Dtest_cgpattern.py4 import os
54 if os.path.exists("/tmp/pyobjc.test.pdf"):
55 os.unlink("/tmp/pyobjc.test.pdf")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgfunction.py5 import os
44 if os.path.exists("/tmp/pyobjc.test.pdf"):
45 os.unlink("/tmp/pyobjc.test.pdf")
H A Dtest_cglayer.py5 import os
26 if os.path.exists("/tmp/pyobjc.test.pdf"):
27 os.unlink("/tmp/pyobjc.test.pdf")
H A Dtest_cgpattern.py5 import os
55 if os.path.exists("/tmp/pyobjc.test.pdf"):
56 os.unlink("/tmp/pyobjc.test.pdf")
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dks_p12.c76 const heim_octet_string *os = NULL; local
81 os = &attr->attrValues;
92 os);
133 heim_octet_string os; local
149 &os,
155 ret = hx509_cert_init_data(context, os.data, os.length, &cert);
156 der_free_octet_string(&os);
220 heim_octet_string os; local
223 ret = decode_PKCS12_OctetString(data, length, &os, NUL
489 PKCS12_OctetString os; local
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/RR/
H A DHINFO.pm19 my ($cpu, $os, $len);
28 $os = substr($$data, $offset, $len);
32 $self->{"os"} = $os;
49 $self->{"os"} = $elements[1];
62 ? qq("$self->{cpu}" "$self->{os}")
74 $rdata .= pack("C", length $self->{"os"});
75 $rdata .= $self->{"os"};
104 =head2 os
106 print "os
[all...]
/macosx-10.9.5/libxml2-26/libxml2/xstc/
H A Dfixup-tests.py3 import sys, os
8 baseDir = os.path.join('msxsdtest', 'Particles')
9 filenames = os.listdir(baseDir)
38 schemaFile = os.path.join(baseDir, mainXSD)
64 impFile = os.path.join(baseDir, loc)
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dllvm-compilers-check73 import os
85 string listing directories separated by 'os.pathsep'; defaults to
86 os.environ['PATH']). Returns the complete filename or None if not
90 path = os.environ['PATH']
91 paths = path.split(os.pathsep)
93 if os.name == 'os2':
94 (base, ext) = os.path.splitext(executable)
100 pathext = os.environ['PATHEXT'].lower().split(os.pathsep)
101 (base, ext) = os
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/gke/
H A Dgkrecord8 import os
39 if os.path.exists(outputfile):
50 if os.getuid() != 0:
110 os.kill(spd_pid, signal.SIGINT)
120 os.lseek(authfd, os.SEEK_SET, 0) # rewind
132 file = os.fdopen(authfd, "r")
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py4 import os
18 os.chdir(DIR)
80 if os.access(URI, os.R_OK) == 0:
96 if os.access(output, os.R_OK) == 0:
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py4 import os
18 os.chdir(DIR)
80 if os.access(URI, os.R_OK) == 0:
96 if os.access(output, os.R_OK) == 0:
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/PBQP/
H A DGraph.h355 void dump(OStream &os) { argument
356 os << getNumNodes() << " " << getNumEdges() << "\n";
361 os << "\n" << v.getLength() << "\n";
363 os << v[0];
365 os << " " << v[i];
367 os << "\n";
376 os << "\n" << n1 << " " << n2 << "\n"
381 os << m[i][0];
383 os << " " << m[i][j];
385 os << "\
393 printDot(OStream &os) argument
[all...]
/macosx-10.9.5/ntp-88/libopts/
H A Dsort.c187 tOptState os = OPTSTATE_INITIALIZER(DEFINED); local
254 res = longOptionFind( pOpts, pzArg+2, &os );
264 res = longOptionFind( pOpts, pzArg+1, &os );
266 res = shortOptionFind( pOpts, (tAoUC)pzArg[1], &os );
282 if (OPTST_GET_ARGTYPE(os.pOD->fOptState) == OPARG_TYPE_NONE) {
288 if ( (os.optType == TOPT_SHORT)
289 && FAILED( checkShortOpts( pOpts, pzArg+2, &os,
295 } else if (os.pOD->fOptState & OPTST_ARG_OPTIONAL) {
296 switch (mayHandleArg( pOpts, pzArg+2, &os, ppzOpts, &optsIdx )) {
302 switch (mustHandleArg( pOpts, pzArg+2, &os, ppzOpt
[all...]
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dsort.c187 tOptState os = OPTSTATE_INITIALIZER(DEFINED); local
254 res = longOptionFind( pOpts, pzArg+2, &os );
264 res = longOptionFind( pOpts, pzArg+1, &os );
266 res = shortOptionFind( pOpts, (tAoUC)pzArg[1], &os );
282 if (OPTST_GET_ARGTYPE(os.pOD->fOptState) == OPARG_TYPE_NONE) {
288 if ( (os.optType == TOPT_SHORT)
289 && FAILED( checkShortOpts( pOpts, pzArg+2, &os,
295 } else if (os.pOD->fOptState & OPTST_ARG_OPTIONAL) {
296 switch (mayHandleArg( pOpts, pzArg+2, &os, ppzOpts, &optsIdx )) {
302 switch (mustHandleArg( pOpts, pzArg+2, &os, ppzOpt
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-LaunchServices/PyObjCTest/
H A Dtest_lsopen.py5 import os
9 self.path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dummy.txt')
15 if os.path.exists(self.path):
16 os.unlink(self.path)
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Ds_javadoc_merge4 import os, re, sys
31 if len(sys.argv) < 3 or not os.path.isfile(sys.argv[1]) or not os.path.isfile(sys.argv[2]):
37 #debug = True or (os.path.basename(docfile) == 'Database.java')
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dheimntlm.h124 uint32_t os[2]; /**< */ member in struct:ntlm_type1
139 uint32_t os[2]; /**< */ member in struct:ntlm_type2
156 uint32_t os[2]; /**< */ member in struct:ntlm_type3

Completed in 395 milliseconds

<<11121314151617181920>>