Searched refs:os (Results 251 - 275 of 911) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SyncServices/
H A Dpyobjc_setup.py44 import sys, os
46 rootdir = os.path.dirname(os.path.abspath(__file__))
56 bn = os.path.basename(dirname)
84 import os
124 result[os.path.join(self.install_dir, 'PyObjCTest')] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
141 include_root = os
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/
H A Dpyobjc_setup.py44 import sys, os
46 rootdir = os.path.dirname(os.path.abspath(__file__))
56 bn = os.path.basename(dirname)
84 import os
124 result[os.path.join(self.install_dir, 'PyObjCTest')] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
141 include_root = os
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/
H A Dpyobjc_setup.py44 import sys, os
46 rootdir = os.path.dirname(os.path.abspath(__file__))
56 bn = os.path.basename(dirname)
84 import os
124 result[os.path.join(self.install_dir, 'PyObjCTest')] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
141 include_root = os
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-XgridFoundation/
H A Dpyobjc_setup.py44 import sys, os
46 rootdir = os.path.dirname(os.path.abspath(__file__))
56 bn = os.path.basename(dirname)
84 import os
124 result[os.path.join(self.install_dir, 'PyObjCTest')] = 1
125 for fn in os.listdir('PyObjCTest'):
126 result[os.path.join('PyObjCTest', fn)] = 1
127 result[os.path.join(self.install_dir, 'PyObjCTest', fn)] = 1
141 include_root = os
[all...]
/macosx-10.9.5/CPANInternal-140/Data-UUID/
H A DMakefile.PL12 my $os = $^O;
18 if ($os eq "hpux" and $Config::Config{ccflags} =~ /-Aa\b/) {
29 if ($os eq "hpux" and $Config::Config{ccflags} =~ /-Aa\b/) {
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DccGlobals.h41 #if __has_include(<os/alloc_once_private.h>)
42 #include <os/alloc_once_private.h>
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineFunctionPrinterPass.cpp34 MachineFunctionPrinterPass(raw_ostream &os, const std::string &banner) argument
35 : MachineFunctionPass(ID), OS(os), Banner(banner) {}
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DLitConfig.py72 import os, Util
77 self.bashPath = Util.which('bash', os.pathsep.join(self.path))
81 if os.path.exists(path):
92 import os, Util
93 if dir is not None and os.path.isabs(dir) and os.path.isdir(dir):
108 import inspect, os, sys
115 location = '%s:%d' % (os.path.basename(file), line)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_functions.py3 import os
7 p = os.path.realpath(p)
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dsyntax_checker.py13 import os
24 if not os.path.exists(fname):
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A DTestLogc.cpp16 static void show_dbt(ostream &os, Dbt *dbt) argument
22 os << "size: " << size << " data: ";
24 os << (int)data[i] << " ";
27 os << "...";
/macosx-10.9.5/CPANInternal-140/XML-LibXML/example/
H A Dxmllibxmldocs.pl219 my $os = "";
222 if ( (length( $os ) + length( $word ) + 1) < 80 ) {
223 if ( length $os ) { $os .= " "; }
224 $os .= $word;
227 $self->{OFILE}->print( $os . "\n" );
228 $os = $word;
231 $self->{OFILE}->print( $os );
325 my $os = "";
328 if ( (length( $os )
[all...]
/macosx-10.9.5/apache-786.1/httpd/build/
H A DPrintPath42 os=`(uname) 2>/dev/null`
69 if [ "x$os" = "xOS/2" ]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A DPrintPath42 os=`(uname) 2>/dev/null`
69 if [ "x$os" = "xOS/2" ]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/conftools/
H A DPrintPath42 os=`(uname) 2>/dev/null`
69 if [ "x$os" = "xOS/2" ]
/macosx-10.9.5/apr-30/apr/apr/build/
H A DPrintPath42 os=`(uname) 2>/dev/null`
69 if [ "x$os" = "xOS/2" ]
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/conftools/
H A DPrintPath42 os=`(uname) 2>/dev/null`
69 if [ "x$os" = "xOS/2" ]
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/unix/
H A Dos.c17 /* $Id: os.c,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
23 #include <confgen/os.h>
/macosx-10.9.5/expat-12/expat/conftools/
H A DPrintPath28 os=`(uname) 2>/dev/null`
55 if [ "x$os" = "xOS/2" ]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DToolOutputFile.h52 /// os - Return the contained raw_fd_ostream.
53 raw_fd_ostream &os() { return OS; } function in class:llvm::tool_output_file
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DMain.cpp96 DepOut.os() << OutputFilename << ":";
101 DepOut.os() << " " << (*I);
103 DepOut.os() << "\n";
107 if (Action(Out.os(), Records))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModel/
H A DTableModelAppDelegate.py2 import os, pwd
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DTableModelWithSearchAppDelegate.py2 import os, pwd
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dsetup.py12 import os
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Doc/
H A Dconf.py14 import sys, os
18 # documentation root, use os.path.abspath to make it absolute, like shown here.
19 #sys.path.append(os.path.abspath('.'))

Completed in 445 milliseconds

<<11121314151617181920>>