HomeSort by relevance Sort by last modified time
    Searched refs:sys (Results 1 - 25 of 21378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Tools/freeze/test/
ok.py 1 import sys
2 sys.exit(0)
  /external/llvm/test/BugPoint/
compile-custom.ll.py 3 import sys
8 print("Error: " + ' '.join(sys.argv[1:]))
10 sys.exit(1)
  /external/autotest/server/site_tests/provision_CheetsUpdate/lib/
__init__.py 17 import sys
18 if sys.version_info < (3, 0):
19 sys.stdout.write("Sorry, requires Python 3.x\n")
20 sys.exit(1)
  /external/python/cpython2/Lib/distutils/
__init__.py 11 import sys
13 __version__ = sys.version[:sys.version.index(' ')]
  /external/python/cpython3/Lib/distutils/
__init__.py 11 import sys
13 __version__ = sys.version[:sys.version.index(' ')]
  /external/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
OneTest 3 import sys
5 if len(sys.argv) != 2:
8 if sys.argv[1] == "--gtest_list_tests":
17 sys.exit(0)
18 elif not sys.argv[1].startswith("--gtest_filter="):
19 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
21 test_name = sys.argv[1].split('=',1)[1]
25 sys.exit(0)
29 sys.exit(1)
34 sys.exit(0
    [all...]
  /external/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
OneTest 3 import sys
5 if len(sys.argv) != 2:
8 if sys.argv[1] == "--gtest_list_tests":
18 sys.exit(0)
19 elif not sys.argv[1].startswith("--gtest_filter="):
20 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
22 test_name = sys.argv[1].split('=',1)[1]
27 sys.exit(0)
31 sys.exit(1)
36 sys.exit(0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
recursion_limit_too_high.py 7 # The point of this example is to show that sys.setrecursionlimit() is a
13 import sys
14 if 'recursion_limit_too_high' in sys.modules:
15 del sys.modules['recursion_limit_too_high']
  /external/python/cpython2/Lib/test/crashers/
recursion_limit_too_high.py 7 # The point of this example is to show that sys.setrecursionlimit() is a
13 import sys
14 if 'recursion_limit_too_high' in sys.modules:
15 del sys.modules['recursion_limit_too_high']
  /external/v8/tools/
run.py 10 import sys
12 sys.exit(subprocess.call(sys.argv[1:]))
  /bionic/libc/include/
endian.h 1 #include <sys/endian.h>
syscall.h 1 #include <sys/syscall.h>
ucontext.h 1 #include <sys/ucontext.h>
wait.h 1 #include <sys/wait.h>
  /bionic/libc/include/sys/
statfs.h 1 #include <sys/vfs.h>
  /bionic/libc/upstream-netbsd/android/include/
fd_setsize.h 1 #include <sys/select.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
endian.h 3 #include <sys/endian.h>
ieee.h 31 #include <sys/ieee754.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
endian.h 3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
endian.h 3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
endian.h 3 #include <sys/endian.h>
float.h 3 #include <sys/float_ieee754.h>
19 /* #include <sys/float_ieee754.h> */
ieee.h 2 #include <sys/ieee754.h>
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
endian.h 3 #include <sys/endian.h>
  /device/linaro/bootloader/edk2/StdLib/Include/
fcntl.h 1 #include <sys/fcntl.h>

Completed in 1019 milliseconds

1 2 3 4 5 6 7 8 91011>>