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

<<212223242526

  /external/lldb/test/lang/cpp/dynamic-value/
TestCppValueCast.py 61 self.d_virtual = {'CXX_SOURCES': self.source, 'EXE': self.exe_name, 'CFLAGS_EXTRAS': '-DDO_VIRTUAL_INHERITANCE'}
62 self.d_regular = {'CXX_SOURCES': self.source, 'EXE': self.exe_name}
66 exe = os.path.join(os.getcwd(), exe_name)
70 target = self.dbg.CreateTarget (exe)
TestDynamicValue.py 101 exe = os.path.join(os.getcwd(), "a.out")
105 target = self.dbg.CreateTarget (exe)
  /external/lldb/test/lang/objc/objc-dynamic-value/
TestObjCDynamicValue.py 59 exe = os.path.join(os.getcwd(), "a.out")
63 target = self.dbg.CreateTarget (exe)
  /external/lldb/test/lang/objc/objc-stepping/
TestObjCStepping.py 45 exe = os.path.join(os.getcwd(), "a.out")
47 target = self.dbg.CreateTarget(exe)
  /external/lldb/test/python_api/value/change_values/
TestChangeValueAPI.py 20 d = {'EXE': self.exe_name}
29 d = {'EXE': self.exe_name}
47 exe = os.path.join(os.getcwd(), exe_name)
50 target = self.dbg.CreateTarget(exe)
  /external/lldb/utils/test/
lldb-disasm.py 80 def do_lldb_disassembly(lldb_commands, exe, disassemble_options, num_symbols,
110 run_command(ci, 'file %s' % exe, res, not quiet_disassembly)
113 #target = dbg.CreateTarget(exe)
  /external/lzma/CPP/
Build.mak 81 -del /Q $(PROGPATH) $O\*.exe $O\*.dll $O\*.obj $O\*.lib $O\*.exp $O\*.res $O\*.pch
  /external/nanopb-c/tools/
make_windows_package.sh 45 cp `which protoc.exe` $DEST/generator-bin/
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 214 shell_prov.parseVmSymbols('shell.exe', 0x00400000, 0x0057c000,
255 'chrome.exe', 0x00400000, 0x00472000,
262 exe_exe_syms, '.exe with .exe symbols');
267 'chrome.exe', 0x00400000, 0x00472000,
273 exe_dll_syms, '.exe with .dll symbols');
296 dll_exe_syms, '.dll with .exe symbols');
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 765 Execute exe = new Execute(psh, null); local
767 exe.setAntRun(getProject());
769 exe.setWorkingDirectory(workingdir);
772 exe.setCommandline(command);
774 return exe.execute();
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 109 // Launches setup.exe (located at |setup_path|) with |cmd_line|.
117 // Propagate --verbose-logging to the invoked setup.exe.
146 // For System level installs, setup.exe lives in the system temp, which
150 // can launch |exe| later on. This function should only be called if the
152 bool FixDACLsForExecute(const base::FilePath& exe) {
153 // The general strategy to is to add an ACE to the exe DACL the quick
160 if (!::GetFileSecurityW(exe.value().c_str(), DACL_SECURITY_INFORMATION,
189 bool rv = ::SetFileSecurityW(exe.value().c_str(), DACL_SECURITY_INFORMATION,
204 // Convey to the invoked setup.exe that it's operating on a system-level
208 // Propagate --verbose-logging to the invoked setup.exe
    [all...]
  /external/chromium_org/net/tools/crash_cache/
crash_cache.cc 47 base::FilePath exe; local
48 PathService::Get(base::FILE_EXE, &exe);
50 base::CommandLine cmdline(exe);
  /external/chromium_org/sandbox/win/src/
process_policy_test.cc 36 // Creates a process with the |exe| and |command| parameter using the
38 sandbox::SboxTestResult CreateProcessHelper(const base::string16& exe,
44 if (!exe.empty())
45 exe_name = exe.c_str();
284 base::string16 exe_path = MakeFullPathToSystem32(L"findstr.exe");
304 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"Process_RunApp1 calc.exe"));
305 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"Process_RunApp2 calc.exe"));
306 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"Process_RunApp3 calc.exe"));
307 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"Process_RunApp5 calc.exe"));
308 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"Process_RunApp6 calc.exe"));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 27 --exe Generate a project for building an Application
154 --exe) proj_kind="exe"
241 # debug exe, so this may need to be refactored later.
326 if [ "$proj_kind" = "exe" ]; then
452 exe)
  /external/libpcap/msdos/
makefile 22 ASM = tasm.exe -t -l -mx -m2 -DDEBUG
51 bcc.exe @bcc.arg -o$*.obj $*.c
54 hc386.exe @hc386.arg -o $*.o32 $*.c
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 27 --exe Generate a project for building an Application
228 --exe) proj_kind="exe"
304 # debug exe, so this may need to be refactored later.
377 if [ "$proj_kind" = "exe" ]; then
504 exe)
  /art/test/etc/
push-and-run-prebuilt-test-jar 175 gdbargs="$exe"
  /external/chromium_org/third_party/mesa/src/scons/
crossmingw.py 216 env['PROGSUFFIX'] = '.exe'
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_decoder.py 46 ffmpeg_path = 'ffmpeg.exe' if sys.platform == 'win32' else 'ffmpeg'
84 zxing_path = 'zxing.exe' if sys.platform == 'win32' else 'zxing'
236 'PATH with the name zxing[.exe].'))
240 'PATH with the name ffmpeg[.exe].'))
253 'zxing.exe, you should keep the default value to '
  /external/lzma/CPP/7zip/UI/Console/
makefile 1 PROG = 7z.exe
  /external/mesa3d/scons/
crossmingw.py 216 env['PROGSUFFIX'] = '.exe'
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 72 // Get the breakpad pointer from chrome.exe
135 // work done by setup.exe on uninstall.
196 // setup.exe. In Chrome, these strings are in the locale files.
366 std::wstring exe = exe_path.value(); local
368 if (base::FilePath::CompareEqualIgnoreCase(exe, user_exe_path.value())) {
  /external/lldb/test/lang/c/stepping/
TestStepAndBreakpoints.py 40 exe = os.path.join(os.getcwd(), "a.out")
42 target = self.dbg.CreateTarget(exe)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 120 if not exist "%JAVA_HOME%\bin\java.exe" goto noJavaHome
121 if "%_JAVACMD%" == "" set _JAVACMD=%JAVA_HOME%\bin\java.exe
125 if "%_JAVACMD%" == "" set _JAVACMD=java.exe
  /external/libpng/projects/owatcom/
pngconfig.mak 126 $# awk.) You can find source code and a built executable (called awk95.exe)
156 $(DELETE) pngtest.exe pngtest.map pngtest.lk1 pngtest.mk1
157 $(DELETE) pngvalid.exe pngvalid.map pngvalid.lk1 pngvalid.mk1

Completed in 931 milliseconds

<<212223242526