HomeSort by relevance Sort by last modified time
    Searched refs:exe (Results 476 - 500 of 641) sorted by null

<<11121314151617181920>>

  /external/lldb/test/python_api/watchpoint/
TestWatchpointIter.py 41 exe = os.path.join(os.getcwd(), "a.out")
44 target = self.dbg.CreateTarget(exe)
  /external/lldb/utils/test/
disasm.py 30 def do_llvm_mc_disassembly(gdb_commands, gdb_options, exe, func, mc, mc_options):
46 gdb.sendline('file %s' % exe)
  /development/scripts/
combine_sdks.sh 46 EXE=.exe
49 EXE=
67 # replace tools/emulator # at this time we do not want the exe from SDK1.x
  /external/lldb/test/lang/cpp/virtual/
TestVirtual.py 88 self.expect(output, Msg(my_expr, val), exe=False,
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
makefile 1 PROG = lzma.exe
  /external/openssl/crypto/threads/
netware.bat 47 mwccnlm.exe mttest.c %CFLAGS%
53 mwldnlm.exe %LFLAGS% -screenname mttest -commandfile mttest.def mttest.o "%PRELUDE%" %LIBS% -o mttest.nlm
  /external/blktrace/btt/
proc.c 241 char *exe, *p, *next, *exes_save = strdup(exes); local
245 exe = exes_save;
252 pip = __find_process_name(exe);
  /external/chromium_org/base/test/
test_suite.cc 303 base::FilePath exe; local
304 PathService::Get(base::FILE_EXE, &exe);
305 base::FilePath log_filename = exe.ReplaceExtension(FILE_PATH_LITERAL("log"));
  /external/chromium_org/net/disk_cache/blockfile/
stress_cache.cc 56 base::FilePath exe; local
57 PathService::Get(base::FILE_EXE, &exe);
59 base::CommandLine cmdline(exe);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 27 --exe Generate a project for building an Application
134 --exe) proj_kind="exe"
228 # debug exe, so this may need to be refactored later.
262 exe) vs_ConfigurationType=1
346 exe)
455 exe)
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 27 --exe Generate a project for building an Application
208 --exe) proj_kind="exe"
291 # debug exe, so this may need to be refactored later.
325 exe) vs_ConfigurationType=1
409 exe)
518 exe)
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 30 dromaeo_benchmark_runner.py -b "E:\chromium\src\chrome\Release\chrome.exe"
31 -b "C:\Program Files (x86)\Safari\safari.exe"
32 -b "C:\Program Files (x86)\Opera 10.50 pre-alpha\opera.exe" -n 1
  /art/test/etc/
push-and-run-test-jar 162 gdbargs="$exe"
  /dalvik/dx/etc/
dx.bat 25 rem Check we have a valid Java.exe in the path.
55 REM Note that when reading the input arguments with %1, the cmd.exe
mainDexClasses.bat 19 rem Check we have a valid Java.exe in the path.
64 REM Note that when reading the input arguments with %1, the cmd.exe
  /external/chromium_org/third_party/sqlite/src/
publish.sh 69 # Build the sqlite.exe executable for windows.
74 -o sqlite3.exe
75 zip doc/sqlite-$VERSW.zip sqlite3.exe
  /external/libcxx/test/
testit 61 TEST_EXE=test.exe
  /external/libpng/
compile 258 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
  /cts/tools/vm-tests-tf/etc/
starttests 77 exe=$base/system/bin/dalvikvm
184 $valgrind $exe -Xmx512M -Xss32K -Xbootclasspath:$bpath $debug_opts \
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/chromium_org/third_party/codesighs/
basesummary.win.bash 145 xargs -n 1 dumpbin.exe /symbols < $ALLOBJSFILE > $ALLOBJSYMSFILE 2> /dev/null
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 7 command = '!iLBCtest.exe 30 speechAndBGnoise.pcm out1.bit out1.pcm tlm10_30ms.dat';
  /external/libedit/
compile 258 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
  /external/libpcap/msdos/
makefile.dj 57 msdos/pkt_stub.inc: msdos/bin2c.exe msdos/pkt_rx1.S
76 msdos/bin2c.exe: msdos/bin2c.c
77 $(CC) $*.c -o $*.exe
85 rm -f libpcap.a msdos/bin2c.exe
  /external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py 49 exe = os.path.join(os.getcwd(), exe_name)
51 target = self.dbg.CreateTarget(exe)

Completed in 1188 milliseconds

<<11121314151617181920>>