Searched refs:os (Results 176 - 200 of 911) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-FSEvents/PyObjCTest/
H A Dtest_fsevents.py7 import os, time
50 os.stat('/').st_dev, ["/etc", "/tmp"], kFSEventStreamEventIdSinceNow, 2.0, kFSEventStreamCreateFlagUseCFTypes|kFSEventStreamCreateFlagNoDefer)
68 v = FSEventsCopyUUIDForDevice(os.stat('/').st_dev)
71 v = FSEventsGetLastEventIdForDeviceBeforeTime(os.stat('/').st_dev, time.time()-(3600*25))
78 v = FSEventsPurgeEventsForDeviceUpToEventId(os.stat('/dev').st_dev,
79 FSEventsGetLastEventIdForDeviceBeforeTime(os.stat('/dev').st_dev, 0))
100 fd = os.dup(2)
101 fd2 = os.open('/dev/null', os.O_WRONLY)
102 os
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/
H A Dsetup.py46 import os
48 if int(os.uname()[2].split('.')[0]) > 8:
53 if int(os.uname()[2].split('.')[0]) > 8:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py13 import os
33 for aFile in os.listdir(path):
37 fullPath = os.path.join(path, aFile)
H A DwmEnable.py8 import os
33 bPath = os.path.split(os.path.split(os.path.split(sys.executable)[0])[0])[0]
71 if WMEnable(os.path.basename(os.path.splitext(sys.argv[0])[0])):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DSignals.py25 import os
40 os.kill(os.getpid(), signum)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_SCDynamicStoreCopyDHCPInfo.py4 import os
15 ip = os.popen("ifconfig en0 | grep inet", "r").read()
19 ip = os.popen("ifconfig en1 | grep inet", "r").read()
/macosx-10.9.5/python-76.100.1/fix/
H A Ddummy.py3 import sys, os
17 dir, base = os.path.split(sys.argv[0])
23 g = glob.glob(os.path.join(dir, pat))
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dselfref.py15 import os
16 try: os.remove("_selfref.mk")
48 os.remove("_selfref.mk")
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dxnu_lldb_init.py1 import os
19 if "DEBUG_XNU_LLDBMACROS" in os.environ and len(os.environ['DEBUG_XNU_LLDBMACROS']) > 0:
21 prev_os_plugin = "".join(GetSettingsValues(debugger, 'target.process.python-os-plugin-path'))
27 osplugin_cmd = "settings set target.process.python-os-plugin-path \"%s\"" % core_os_plugin
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Dconfig.charset117 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
119 echo "# suitable for operating system '${os}'."
123 case "$os" in
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py8 import os
33 bPath = os.path.split(os.path.split(os.path.split(sys.executable)[0])[0])[0]
71 if WMEnable(os.path.basename(os.path.splitext(sys.argv[0])[0])):
/macosx-10.9.5/CommonCrypto-60049/libcn/
H A Dcn_globals.h38 #if __has_include(<os/alloc_once_private.h>)
39 #include <os/alloc_once_private.h>
/macosx-10.9.5/ICU-511.35/icuSources/tools/
H A Dicu-svnprops-check.py25 import os
26 import os.path
140 output_file = os.popen(cmd);
213 if os.path.isdir(f):
216 if not os.path.isfile(f):
232 os.system("svn propset %s '%s' %s" % (propname, propval, f))
234 if os.system("grep -q -v \r " + f):
237 os.system("sed -i s/\r// " + f);
/macosx-10.9.5/libdispatch-339.92.1/
H A DMakefile.am10 os \
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/TableGen/
H A DStringMatcher.h41 const std::vector<StringPair> &matches, raw_ostream &os)
42 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
40 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CFNetwork/
H A Dsetup.py25 import os
26 if os.uname()[2] >= '9.':
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CoreText/
H A Dsetup.py21 import os
22 if os.uname()[2] > '9.':
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-FSEvents/
H A Dsetup.py21 import os
22 if os.uname()[2] >= '9.':
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/
H A Dsetup.py19 import os
20 if os.uname()[2] >= '9.':
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DTestingConfig.py1 import os
14 'LIBRARY_PATH' : os.environ.get('LIBRARY_PATH',''),
15 'LD_LIBRARY_PATH' : os.environ.get('LD_LIBRARY_PATH',''),
16 'PATH' : os.pathsep.join(litConfig.path +
17 [os.environ.get('PATH','')]),
18 'SYSTEMROOT' : os.environ.get('SYSTEMROOT',''),
24 'INCLUDE' : os.environ.get('INCLUDE',''),
25 'PATHEXT' : os.environ.get('PATHEXT',''),
27 'TEMP' : os.environ.get('TEMP',''),
28 'TMP' : os
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/gke/
H A Dgkhandmake8 import os
32 path=os.path.abspath(sys.argv[1])
41 if os.path.exists(outputfile):
48 sigpath = "/tmp/%s.dsig" % os.path.basename(path.strip('/'))
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/win32/
H A Dos.c17 /* $Id: os.c,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
21 #include <confgen/os.h>
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dos.c18 /* $Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
22 #include <isc/os.h>
/macosx-10.9.5/llvmCore-3425.0.33/tools/opt/
H A DGraphPrinters.cpp34 WriteGraph(F.os(), GT);
35 F.os().close();
36 if (!F.os().has_error()) {
43 F.os().clear_error();
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dos.c18 /* $Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
22 #include <isc/os.h>

Completed in 321 milliseconds

1234567891011>>