HomeSort by relevance Sort by last modified time
    Searched defs:sys (Results 76 - 100 of 411) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/qemu/
gen-skin.py 9 import sys, os, string, re namespace
69 if len(sys.argv) != 2:
73 skindir = sys.argv[1]
  /external/skia/bench/
bench_compare.py 6 import sys namespace
54 opts, args = getopt.getopt(sys.argv[1:], "f:o:n:h")
58 sys.exit(2)
99 sys.exit(2)
107 sys.exit(2)
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
react-to-vsprops-changes.py 6 import sys namespace
43 sys.exit(main())
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 49 import sys namespace
166 sys.exit(main(sys.argv))
action_cssvaluekeywords.py 53 import sys namespace
172 sys.exit(main(sys.argv))
action_makenames.py 62 import sys namespace
174 sys.exit(main(sys.argv))
  /external/webkit/Source/WebCore/inspector/
inline-javascript-imports.py 39 import sys namespace
76 if sys.platform == 'darwin':
81 sys.exit(main(sys.argv))
  /external/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils.py 31 import sys namespace
48 for tid, stack in sys._current_frames().items():
  /external/webkit/Tools/Scripts/webkitpy/python24/
versioning.py 26 import sys namespace
40 should have the same semantics as sys.version and
41 sys.version_info. This parameter should only be used
42 for unit testing. Defaults to sys.
69 sysmodule = sys
76 # We use sys.version_info rather than sys.version since its first
  /external/webkit/Tools/Scripts/webkitpy/style/
main.py 25 import sys namespace
  /external/webkit/Tools/Scripts/webkitpy/test/
cat.py 24 import sys namespace
27 sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
33 return [sys.executable, __file__] + list(args)
38 sys.stdout.write(sys.stdin.read())
42 sys.exit(main())
echo.py 24 import sys namespace
27 sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
33 return [sys.executable, __file__] + list(args)
38 args = sys.argv[1:]
46 sys.stdout.write(' '.join(args))
48 sys.stdout.write('\n')
52 sys.exit(main())
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 4 import sys, os namespace
17 if len(sys.argv) != 2:
20 ifname = sys.argv[1]
  /frameworks/base/opengl/libs/GLES2_dbg/
generate_caller_cpp.py 21 import sys namespace
42 sys.stderr.write("!\n! skipping function '%s'\n!\n" % functionName)
80 sys.stderr.write("%s is annotated: %s \n" % (functionName, paramType))
generate_debug_in.py 21 import sys namespace
  /frameworks/compile/libbcc/tools/
gen-sha1-stamp.py 3 import sys namespace
28 if len(sys.argv) < 2:
29 print 'USAGE:', sys.argv[0], '[OUTPUT] [INPUTs]'
30 sys.exit(1)
32 f = open(sys.argv[1], 'wb')
33 f.write(compute_sha1_list(sys.argv[2:]))
  /sdk/monkeyrunner/scripts/
help.py 18 import sys namespace
22 if len(sys.argv) != 3:
24 sys.exit(1)
26 (format, saveto_path) = sys.argv[1:]
30 sys.exit(2)
35 sys.exit(3)
48 sys.exit(0)
  /build/tools/
event_log_tags.py 18 import sys namespace
127 out = sys.stdout
134 print >> sys.stderr, "failed to write %s: %s" % (output_file, e)
135 sys.exit(1)
post_process_props.py 17 import sys namespace
31 val = prop.get("persist.sys.usb.config")
36 prop.put("persist.sys.usb.config", val)
74 sys.stderr.write("bad command line: " + str(argv) + "\n")
75 sys.exit(1)
82 main(sys.argv)
  /external/bison/lib/
timevar.h 57 float sys; member in struct:timevar_time_def
  /external/bluetooth/bluez/test/
simple-service 3 import sys namespace
107 if len(sys.argv) > 1:
108 path = manager.FindAdapter(sys.argv[1])
  /external/clang/tools/scan-build/
set-xcode-analyzer 4 import sys namespace
  /external/icu4c/tools/genuca/
genteststub.py 12 import sys namespace
17 if len(sys.argv) >= 2:
18 fname=sys.argv[1]
25 if len(sys.argv) >=3 :
26 wFname = sys.argv[2]
  /external/llvm/include/llvm/Support/
DynamicLibrary.h 10 // This file declares the sys::DynamicLibrary class.
20 namespace sys { namespace in namespace:llvm
98 } // End sys namespace
Memory.h 10 // This file declares the llvm::sys::Memory class.
21 namespace sys { namespace in namespace:llvm

Completed in 1528 milliseconds

1 2 34 5 6 7 8 91011>>