Searched refs:sys (Results 276 - 300 of 1478) sorted by relevance

<<11121314151617181920>>

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dlll.py8 import sys, os namespace
17 args = sys.argv[1:]
H A Dsuff.py7 import sys namespace
10 files = sys.argv[1:]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dns_netint.c20 #include <sys/types.h>
21 #include <sys/socket.h>
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
H A Dbyte_swap.h42 #include <sys/types.h>
49 #include <sys/types.h>
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dsignal.h7 in <sys/signal.h>. The signal function is documented in <sys/signal.h>.
26 #include <sys/EfiCdefs.h>
27 #include <sys/signal.h>
76 in <sys/signal.h>, for the signal sig. If a signal handler is called, the
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dpoll.h52 #include <sys/featuretest.h>
53 #include <sys/EfiCdefs.h>
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
H A Dstrtold_subr.c16 #include <sys/EfiCdefs.h>
20 #include <sys/stdint.h>
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
H A Dutime.c44 #include <sys/EfiCdefs.h>
47 #include <sys/time.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
H A DRCSProxy.py170 import sys namespace
171 if sys.argv[1:]:
172 port = string.atoi(sys.argv[1])
180 import sys namespace
181 if not sys.argv[1:] or sys.argv[1] and sys.argv[1][0] in '0123456789':
183 sys.exit(0)
185 what = sys.argv[1]
189 print apply(attr, tuple(sys
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_importhooks.py1 import sys namespace
54 # if out class is on sys.path_hooks, we must raise
70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
89 """Place an ImportBlocker instance on sys.meta_path and you
142 self.path = sys.path[:]
143 self.meta_path = sys.meta_path[:]
144 self.path_hooks = sys.path_hooks[:]
145 sys.path_importer_cache.clear()
146 self.modules_before = sys.modules.copy()
149 sys
[all...]
/device/google/contexthub/firmware/lib/libc/
H A Dmemcmp.c33 #include <sys/cdefs.h>
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
H A Dassert.h38 #include <sys/cdefs.h>
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
H A Duuid.h37 #include <sys/cdefs.h>
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
H A Duuid.h37 #include <sys/cdefs.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dtypes.py5 import sys namespace
62 ModuleType = type(sys)
69 tb = sys.exc_info()[2]
84 del sys, _f, _g, _C, _x # Not for export
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
H A Dsystemtest.py20 import sys namespace
29 sys.exit(0)
30 if sys.argv[1:]:
31 prefix = sys.argv[1]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dbroadcast.py5 import sys, time namespace
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
H A Dzlibdemo.py7 import zlib, sys namespace
10 if len(sys.argv) > 1:
11 filename = sys.argv[1]
13 filename = sys.argv[0]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcontextlib.py3 import sys namespace
50 if sys.exc_info()[1] is not value:
116 exc = sys.exc_info()
124 exc = sys.exc_info()
126 # Don't rely on sys.exc_info() still containing
H A Dsymbol.py107 import sys namespace
109 if len(sys.argv) == 1:
110 sys.argv = sys.argv + ["Include/graminit.h", "Lib/symbol.py"]
H A Dtypes.py5 import sys namespace
62 ModuleType = type(sys)
69 tb = sys.exc_info()[2]
84 del sys, _f, _g, _C, _x # Not for export
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
H A Ddumppyc.py35 import sys namespace
36 if len(sys.argv) == 3:
37 filename, codename = sys.argv[1:]
39 filename = sys.argv[1]
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.h52 #include <sys/EfiSysCall.h>
53 #include <sys/endian.h>
54 #include <sys/socket.h>
55 #include <sys/time.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
H A DRawIp4Rx.h51 #include <sys/EfiSysCall.h>
52 #include <sys/endian.h>
53 #include <sys/socket.h>
54 #include <sys/time.h>
/device/linaro/bootloader/edk2/BaseTools/Tests/
H A DCToolsTests.py19 import sys namespace

Completed in 431 milliseconds

<<11121314151617181920>>