HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 201 - 225 of 817) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
152 libc versions add symbols to the executable and thus is probably
162 executable = os.path.realpath(executable)
163 f = open(executable,'rb')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
152 libc versions add symbols to the executable and thus is probably
162 executable = os.path.realpath(executable)
163 f = open(executable,'rb')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
152 libc versions add symbols to the executable and thus is probably
162 executable = os.path.realpath(executable)
163 f = open(executable,'rb')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 141 def libc_ver(executable=sys.executable,lib='',version='',
145 """ Tries to determine the libc version that the file executable
152 libc versions add symbols to the executable and thus is probably
162 executable = os.path.realpath(executable)
163 f = open(executable,'rb')
    [all...]
  /art/oatdump/
Android.mk 19 include art/build/Android.executable.mk
25 $(eval $(call build-art-multi-executable,oatdump,$(OATDUMP_SRC_FILES),libart-compiler libart-disassembler,libcutils,,art/compiler art/disassembler))
  /cts/
OldCtsTestCaseList.mk 286 # one test executable, and it will end in 32. For 64 bit targets, assumes
288 # bit executable and one that ends in 64 for the 64 bit executable.
317 $(call cts-get-executable-paths,$(cts_device_executables)) \
  /cts/tests/tests/bionic/
Android.mk 42 # Use the 32 bit list executable since it will include some 32 bit only tests.
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_setuptools_nspkg.py 20 sys.executable, 'setup.py', 'install',
67 p = subprocess.Popen([sys.executable, '-c', script],
  /external/llvm/test/Bindings/OCaml/
irreader.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
passmgr_builder.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
vectorize.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
  /external/llvm/utils/lit/lit/
TestRunner.py 179 # Resolve the executable path ourselves.
181 executable = None
186 executable = exe_in_cwd
187 if not executable:
188 executable = lit.util.which(args[0], cmd_shenv.env['PATH'])
189 if not executable:
203 executable = executable,
210 raise InternalShellError(j, 'Could not create process ({}) due to {}'.format(executable, e))
  /external/ltrace/testsuite/ltrace.minor/
count-record.exp 9 if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/${binfile}" executable {debug} ] != "" } {
demangle.exp 17 || [ltrace_compile $srcdir/$subdir/$srcfile $objdir/$subdir/$binfile executable [list debug shlib=$lib_sl c++] ] != ""} {
time-record-T.exp 9 if { [ ltrace_compile "${srcdir}/${subdir}/${testfile}.c" "${objdir}/${subdir}/${binfile}" executable {debug} ] != "" } {
  /external/mesa3d/src/mapi/shared-glapi/
SConscript 4 from sys import executable as python_cmd
  /external/protobuf/gtest/test/
run_tests_util_test.py 149 def spawnv(self, wait, executable, *kargs):
151 return self.spawn_impl(executable, kargs)
168 directory, executable = map(os.path.normpath, pair)
174 executable = re.sub(r'\.exe$', '', executable)
175 return (directory, executable)
599 def SpawnImpl(executable, argv):
602 if '.py' in executable or '.py' in argv[0]:
  /external/v8/src/heap/
spaces-inl.h 119 Executability executable) {
120 base::OS::Unprotect(start, size, executable);
133 chunks_[id].owner()->executable() == EXECUTABLE);
192 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable,
194 DCHECK_EQ(executable, Executability::NOT_EXECUTABLE);
210 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable,
610 Executability executable, Space* owner) {
611 if (executable && chunk->size() > LargePage::kMaxCodePageSize) {
  /frameworks/native/services/inputflinger/host/
Android.mk 47 # build input flinger executable
  /ndk/build/core/
build-executable.mk 17 # executable program
33 LOCAL_MODULE_CLASS := EXECUTABLE
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 140 Check whether this is a fake forked process in a frozen executable.
268 def set_executable(executable):
271 child processes on Windows instead of sys.executable.
275 set_executable(executable)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pdb.py 24 cmd = [sys.executable, '-m', 'pdb', filename]
356 cmd = [sys.executable, '-m', 'pdb', test_fn,]
test_quopri.py 179 process = subprocess.Popen([sys.executable, "-mquopri"],
190 process = subprocess.Popen([sys.executable, "-mquopri", "-d"],
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 140 Check whether this is a fake forked process in a frozen executable.
268 def set_executable(executable):
271 child processes on Windows instead of sys.executable.
275 set_executable(executable)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pdb.py 24 cmd = [sys.executable, '-m', 'pdb', filename]
356 cmd = [sys.executable, '-m', 'pdb', test_fn,]

Completed in 692 milliseconds

1 2 3 4 5 6 7 891011>>