HomeSort by relevance Sort by last modified time
    Searched refs:sys (Results 376 - 400 of 13648) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/lib/
acl.h 20 #include <sys/types.h>
21 #include <sys/stat.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
elf.h 22 #warning "This header is obsolete; use <sys/procfs.h> instead."
24 #include <sys/procfs.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
elf.h 22 #warning "This header is obsolete; use <sys/procfs.h> instead."
24 #include <sys/procfs.h>
  /external/chromium_org/v8/tools/
run-valgrind.py 34 import sys namespace
45 command = VALGRIND_ARGUMENTS + sys.argv[1:]
54 sys.stderr.writelines(errors)
55 sys.exit(code)
67 sys.stderr.writelines(errors)
68 sys.exit(1)
72 sys.stderr.writelines(errors)
73 sys.stderr.write('\n\n#### Malformed valgrind output.\n#### Exiting.\n')
74 sys.exit(1)
77 sys.exit(0
    [all...]
  /external/v8/tools/
run-valgrind.py 34 import sys namespace
45 command = VALGRIND_ARGUMENTS + sys.argv[1:]
54 sys.stderr.writelines(errors)
55 sys.exit(code)
67 sys.stderr.writelines(errors)
68 sys.exit(1)
72 sys.stderr.writelines(errors)
73 sys.stderr.write('\n\n#### Malformed valgrind output.\n#### Exiting.\n')
74 sys.exit(1)
77 sys.exit(0
    [all...]
  /external/chromium_org/tools/clang/scripts/
update.py 12 import sys namespace
16 if sys.platform in ['win32', 'cygwin']:
25 # dup()ed sys.stdin is writable, try
26 # fd2 = os.dup(sys.stdin.fileno()); os.write(fd2, 'hi')
29 [os.path.join(os.path.dirname(__file__), 'update.sh')] + sys.argv[1:],
30 stderr=os.fdopen(os.dup(sys.stdin.fileno())))
34 sys.exit(main())
  /external/chromium_org/webkit/tools/layout_tests/
run_webkit_tests.py 10 import sys namespace
13 src_dir = os.path.abspath(os.path.join(sys.path[0], '..', '..', '..'))
17 cmd = [sys.executable, script] + sys.argv[1:]
21 sys.exit(main())
  /external/llvm/utils/
DSAclean.py 12 import sys namespace
13 if( len(sys.argv) < 3 ):
15 sys.exit(1)
17 input = open(sys.argv[1], 'r')
18 output = open(sys.argv[2], 'w')
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_nacl_integration.py 8 import sys namespace
17 is_win64 = (sys.platform in ('win32', 'cygwin') and
40 if sys.platform == 'darwin':
45 if sys.platform in ('win32', 'cygwin'):
54 cmd = [sys.executable,
61 sys.stdout.write('Running %s\n' % ' '.join(cmd))
62 sys.stdout.flush()
67 sys.exit(Main(sys.argv[1:]))
  /external/chromium_org/tools/deep_memory_profiler/tests/
mock_gsutil.py 8 import sys namespace
15 assert len(sys.argv) == 6
16 assert sys.argv[1] == 'cp'
17 assert sys.argv[2] == '-a'
18 assert sys.argv[3] == 'public-read'
19 assert ZIP_PATTERN.match(os.path.basename(sys.argv[4]))
20 assert sys.argv[5] == 'gs://test-storage/'
22 zip_file = zipfile.ZipFile(sys.argv[4], 'r')
51 sys.exit(main())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 1 # Emulate sys.argv and run __main__.py or __main__.pyc in an environment that
13 import sys namespace
20 if not sys.argv or sys.argv[0][:1] == '-':
22 _dir = os.path.split(sys.executable)[0] # removes "python"
25 sys.argv.insert(0, '__rawmain__')
27 _dir = os.path.split(sys.argv[0])[0]
31 # modules this sys.path modification is necessary to be able to import them.
33 sys.path.insert(0, _dir)
35 # Create sys.arg
    [all...]
  /external/chromium_org/components/breakpad/tools/
dmp2minidump.py 9 import sys namespace
41 if len(sys.argv) != 3:
42 print 'Usage: %s [dmp file] [minidump]' % sys.argv[0]
47 ProcessDump(sys.argv[1], sys.argv[2])
51 sys.exit(main())
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
run_tests.py 11 import sys namespace
16 if len(sys.argv) != 2:
17 sys.stderr.write("""Usage: run_tests.py <path/to/google_appengine>""")
20 sys.path.insert(0, sys.argv.pop(1))
32 sys.exit(main())
  /external/chromium_org/tools/gyp/test/actions/src/subdir1/
counter.py 7 import sys namespace
10 output = sys.argv[1]
11 persistoutput = "%s.persist" % sys.argv[1]
20 if len(sys.argv) > 2:
21 max_count = int(sys.argv[2])
44 sys.exit(0)
  /external/chromium_org/chrome/test/functional/
pyauto_functional.py 23 import sys namespace
27 sys.path.append(os.path.join(os.path.dirname(__file__),
52 if sys.platform == 'cygwin' or sys.platform.startswith('win'):
55 elif sys.platform.startswith('darwin'):
59 elif sys.platform.startswith('linux'):
62 cmd.extend(sys.argv)
66 sys.exit(proc.returncode)
70 if sys.platform.startswith('linux') and os.path.isfile(lsb_release):
78 if sys.version_info[0:2] != (2, 7)
    [all...]
  /bionic/libc/bionic/
__umask_chk.cpp 31 #include <sys/types.h>
32 #include <sys/stat.h>
getdtablesize.c 28 #include <sys/resource.h>
29 #include <sys/sysconf.h>
  /bionic/libc/include/net/
if.h 29 #include <sys/socket.h>
31 #include <sys/cdefs.h>
  /bionic/libc/include/
sgtty.h 40 #include <sys/ioctl.h>
41 #include <sys/cdefs.h>
  /bionic/libc/include/sys/
inotify.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
ipc.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
mount.h 31 #include <sys/cdefs.h>
32 #include <sys/ioctl.h>
sendfile.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>
timeb.h 31 #include <sys/cdefs.h>
32 #include <sys/time.h>
times.h 31 #include <sys/cdefs.h>
32 #include <sys/types.h>

Completed in 1222 milliseconds

<<11121314151617181920>>