Searched refs:os (Results 1 - 25 of 911) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A D__init__.py2 import os
4 if 'DYLD_FRAMEWORK_PATH' not in os.environ or \
5 '/Developer/Library/PrivateFrameworks/' not in os.environ['DYLD_FRAMEWORK_PATH']:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A D__init__.py2 import os
4 if 'DYLD_FRAMEWORK_PATH' not in os.environ or \
5 'Library/PrivateFrameworks/' not in os.environ['DYLD_FRAMEWORK_PATH']:
/macosx-10.9.5/zlib-53/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/misc/unix/
H A Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
45 *os = apr_palloc(cont, sizeof(apr_getopt_t));
46 (*os)->cont = cont;
47 (*os)->reset = 0;
48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf);
49 (*os)->errarg = (void*)(stderr);
51 (*os)->place = EMSG;
52 (*os)->argc = argc;
60 (*os)->argv = argv_buff;
61 (*os)
158 permute(apr_getopt_t *os) argument
181 serr(apr_getopt_t *os, const char *err, const char *str, apr_status_t status) argument
191 cerr(apr_getopt_t *os, const char *err, int ch, apr_status_t status) argument
[all...]
/macosx-10.9.5/apr-30/apr/apr/misc/unix/
H A Dgetopt.c40 APR_DECLARE(apr_status_t) apr_getopt_init(apr_getopt_t **os, apr_pool_t *cont,
45 *os = apr_palloc(cont, sizeof(apr_getopt_t));
46 (*os)->cont = cont;
47 (*os)->reset = 0;
48 (*os)->errfn = (apr_getopt_err_fn_t*)(fprintf);
49 (*os)->errarg = (void*)(stderr);
51 (*os)->place = EMSG;
52 (*os)->argc = argc;
60 (*os)->argv = argv_buff;
61 (*os)
158 permute(apr_getopt_t *os) argument
181 serr(apr_getopt_t *os, const char *err, const char *str, apr_status_t status) argument
191 cerr(apr_getopt_t *os, const char *err, int ch, apr_status_t status) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A Ddoscript.py1 import os
11 return os.spawnv(os.P_WAIT, scriptcmd[0], scriptcmd)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A Dsetup.py9 import os
14 data_files=["English.lproj"] + [ os.path.join('GraphicsFiles', fn) for fn in os.listdir('GraphicsFiles') ],
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A Ddoscript.py1 import os
11 return os.spawnv(os.P_WAIT, scriptcmd[0], scriptcmd)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A Dsetup.py9 import os
14 data_files=["English.lproj"] + [ os.path.join('GraphicsFiles', fn) for fn in os.listdir('GraphicsFiles') ],
/macosx-10.9.5/MITKerberosShim-62.1/raft/KLLAcquireCredUI/
H A DKLLAcquireCredUI.py5 import os, sys
6 args = [os.path.realpath(os.path.expanduser("/Users/Shared/Raft/raft")), "-f"] + sys.argv
7 os.execv(args[0], args)
26 os.system("kdestroy -p ktestuser@ADS.APPLE.COM");
28 pid = os.fork()
30 os.execv("/usr/local/libexec/heimdal/bin/test-kll", ["test-kll", "ktestuser@ADS.APPLE.COM"]);
37 res = os.waitpid(pid, 0)[1]
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-lit/
H A Dllvm-lit.in3 import os
11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
18 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
21 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang')
23 if os.path.exists(clang_obj_root):
25 os.path.join(clang_obj_root, 'test', 'lit.site.cfg')
26 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra')
27 if os.path.exists(clang_tools_extra_obj_root):
29 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg')
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/
H A Dsetup.py48 import os
50 subpackages = [ "Quartz.%s"%(fn,) for fn in os.listdir('Lib/Quartz') if os.path.exists(os.path.join('Lib/Quartz', fn, "__init__.py"))]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/
H A Dsetup.py22 import os
42 os.path.join('Modules', fn)
43 for fn in os.listdir('Modules')
54 os.path.join('Modules', fn)
55 for fn in os.listdir('Modules')
66 os.path.join('Modules', fn)
67 for fn in os.listdir('Modules')
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-printers.cc68 size_t count, ostream* os) {
76 *os << ' ';
78 *os << '-';
81 *os << text;
87 ostream* os) {
89 *os << count << "-byte object <";
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
101 *os << " ... ";
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
67 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) argument
86 PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, ostream* os) argument
118 PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, ostream* os) argument
150 PrintAsCharLiteralTo(Char c, ostream* os) argument
196 PrintAsWideStringLiteralTo(wchar_t c, ostream* os) argument
211 PrintAsNarrowStringLiteralTo(char c, ostream* os) argument
220 PrintCharAndCodeTo(Char c, ostream* os) argument
245 PrintTo(unsigned char c, ::std::ostream* os) argument
248 PrintTo(signed char c, ::std::ostream* os) argument
254 PrintTo(wchar_t wc, ostream* os) argument
261 PrintCharsAsStringTo(const char* begin, size_t len, ostream* os) argument
278 UniversalPrintArray(const char* begin, size_t len, ostream* os) argument
285 PrintWideCharsAsStringTo(const wchar_t* begin, size_t len, ostream* os) argument
303 PrintTo(const char* s, ostream* os) argument
320 PrintTo(const wchar_t* s, ostream* os) argument
332 PrintStringTo(const ::string& s, ostream* os) argument
337 PrintStringTo(const ::std::string& s, ostream* os) argument
343 PrintWideStringTo(const ::wstring& s, ostream* os) argument
349 PrintWideStringTo(const ::std::wstring& s, ostream* os) argument
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dconfig.sub72 os=-$maybe_os
78 then os=`echo $1 | sed 's/.*-/-/'`
79 else os=; fi
87 case $os in
88 -sun*os*)
98 os=
102 os=
108 os=-vxworks
112 os=-hiuxwe2
115 os
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/
H A Dconfig.sub72 os=-$maybe_os
78 then os=`echo $1 | sed 's/.*-/-/'`
79 else os=; fi
87 case $os in
88 -sun*os*)
98 os=
102 os=-hiuxwe2
105 os=sco3.2v5
109 os=-sco3.2v4
113 os
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py6 import os, shutil
12 basename = os.path.splitext(os.path.basename(framework))[0]
13 dyld = os.path.abspath(os.path.join(framework, basename))
21 dirname, filename = os.path.split(key)
29 fn for fn in os.listdir(dirname) if fn.endswith('.framework') ]
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py6 import os, shutil
12 basename = os.path.splitext(os.path.basename(framework))[0]
13 dyld = os.path.abspath(os.path.join(framework, basename))
21 dirname, filename = os.path.split(key)
29 fn for fn in os.listdir(dirname) if fn.endswith('.framework') ]
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsBindings.py11 import os, site
12 site.addsitedir(os.path.dirname(os.path.realpath(__file__)))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Tools/
H A DgenHeaderTests.py3 import os, sys
21 dirpath = os.path.join(framework, 'Headers')
22 framework = os.path.basename(framework)[:-10]
27 for fn in os.listdir(dirpath):
28 basename = os.path.splitext(fn)[0]
31 if not os.path.exists(outfn):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsBindings.py11 import os, site
12 site.addsitedir(os.path.dirname(os.path.realpath(__file__)))
/macosx-10.9.5/pcre-7/pcre/
H A Dconfig.sub130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cnk
163 os=
169 os=-vxworks
173 os
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/build/
H A Dconfig.sub132 os=-$maybe_os
138 then os=`echo $1 | sed 's/.*-/-/'`
139 else os=; fi
147 case $os in
148 -sun*os*)
158 os=
162 os=-cnk
165 os=
171 os=-vxworks
175 os
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/conftools/
H A Dconfig.sub132 os=-$maybe_os
138 then os=`echo $1 | sed 's/.*-/-/'`
139 else os=; fi
147 case $os in
148 -sun*os*)
158 os=
162 os=-cnk
165 os=
171 os=-vxworks
175 os
[all...]
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfig.sub130 os=-$maybe_os
136 then os=`echo $1 | sed 's/.*-/-/'`
137 else os=; fi
145 case $os in
146 -sun*os*)
156 os=
160 os=-cnk
163 os=
169 os=-vxworks
173 os
[all...]

Completed in 315 milliseconds

1234567891011>>