HomeSort by relevance Sort by last modified time
    Searched refs:exe (Results 26 - 50 of 837) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/
gyptest-link-safeseh.py 22 def HasSafeExceptionHandlers(exe):
23 full_path = test.built_file_path(exe, chdir=CHDIR)
33 if HasSafeExceptionHandlers('test_safeseh_default.exe'):
35 if HasSafeExceptionHandlers('test_safeseh_no.exe'):
37 if not HasSafeExceptionHandlers('test_safeseh_yes.exe'):
gyptest-cl-buffer-security-check.py 22 def GetDisassemblyOfMain(exe):
26 full_path = test.built_file_path(exe, chdir=CHDIR)
42 if 'security_cookie' not in GetDisassemblyOfMain('test_bsc_unset.exe'):
46 if 'security_cookie' not in GetDisassemblyOfMain('test_bsc_on.exe'):
50 if 'security_cookie' in GetDisassemblyOfMain('test_bsc_off.exe'):
gyptest-link-ordering.py 22 def GetDisasm(exe):
23 full_path = test.built_file_path(exe, chdir=CHDIR)
50 if expected_disasm_basic not in GetDisasm('test_ordering_exe.exe'):
51 print GetDisasm('test_ordering_exe.exe')
71 if expected_disasm_subdirs not in GetDisasm('test_ordering_subdirs.exe'):
72 print GetDisasm('test_ordering_subdirs.exe')
97 GetDisasm('test_ordering_subdirs_mixed.exe')):
98 print GetDisasm('test_ordering_subdirs_mixed.exe')
gyptest-link-subsystem.py 29 def GetHeaders(exe):
30 return test.run_dumpbin('/headers', test.built_file_path(exe, chdir=CHDIR))
31 if '5.01 subsystem version' not in GetHeaders('test_console_xp.exe'):
33 if '5.01 subsystem version' not in GetHeaders('test_windows_xp.exe'):
  /external/cmockery/cmockery_0_1_2/windows/
makefile 20 # Select Start->Run and run "cmd.exe" to open the command line.
44 LIBTOOL=lib.exe
48 LINK=link.exe
71 .SUFFIXES: .exe .lib .obj .c
91 $(EXECUTABLE_DIR)\calculator.exe \
92 $(EXECUTABLE_DIR)\calculator_test.exe \
93 $(EXECUTABLE_DIR)\allocate_module_test.exe \
94 $(EXECUTABLE_DIR)\assert_macro_test.exe \
95 $(EXECUTABLE_DIR)\customer_database_test.exe \
96 $(EXECUTABLE_DIR)\key_value_test.exe \
    [all...]
  /external/zlib/src/watcom/
watcom_l.mak 25 all: $(ZLIB_LIB) example.exe minigzip.exe
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
37 minigzip.exe: $(ZLIB_LIB) minigzip.obj
38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
  /external/chromium_org/tools/traceline/traceline/
Makefile 7 /Fetraceline.exe \
18 /Fassembler_unittest.exe \
30 rm -f *.obj {cpuinfo,traceline,assembler_unittest,vc80}.{exe,ilk,pdb} stubs
  /external/lldb/test/benchmarks/disassembly/
TestDoAttachThenDisassembly.py 18 self.exe = lldb.bmExecutable
20 self.exe = self.lldbHere
29 self.run_lldb_attach_then_disassembly(self.exe, self.count)
32 def run_lldb_attach_then_disassembly(self, exe, count):
33 target = self.dbg.CreateTarget(exe)
37 popen = subprocess.Popen([exe, self.lldbOption],
TestXcode41Vs42GDBDisassembly.py 17 self.exe = self.lldbHere
29 self.run_gdb_disassembly(self.gdb_41_exe, self.exe, self.function, self.count)
32 self.run_gdb_disassembly(self.gdb_42_exe, self.exe, self.function, self.count)
41 self.run_gdb_disassembly(self.gdb_42_exe, self.exe, self.function, self.count)
44 self.run_gdb_disassembly(self.gdb_41_exe, self.exe, self.function, self.count)
49 def run_gdb_disassembly(self, gdb_exe_path, exe, function, count):
55 self.child = pexpect.spawn('%s --nx %s' % (gdb_exe_path, exe))
  /external/chromium_org/third_party/icu/source/samples/uresb/
resources.mak 7 GENRB = ..\..\..\bin64\genrb.exe
9 GENRB = ..\..\..\bin\genrb.exe
  /external/chromium_org/tools/gyp/test/configurations/target_platform/
gyptest-target_platform.py 15 def RunX64(exe, stdout):
17 test.run_built_executable(exe, stdout=stdout)
19 # Assume the exe is 64-bit if it can't load on 32-bit systems.
21 # of python seem to return different errors for invalid exe type.
  /external/icu/icu4c/source/samples/uresb/
resources.mak 7 GENRB = ..\..\..\bin64\genrb.exe
9 GENRB = ..\..\..\bin\genrb.exe
  /external/lldb/test/
bench.py 21 # dotest.py invocation with no '-e exe-path' uses lldb as the inferior program,
48 dest='exe',
62 '-e "%s"' % opts.exe if opts.exe else '')
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.bat 4 start "IDLE" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9
  /external/lldb/test/lang/objc/foundation/
TestSymbolTable.py 43 exe = os.path.join(os.getcwd(), "a.out")
44 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
46 target = self.dbg.CreateTarget(exe)
57 filespec = lldb.SBFileSpec(exe, False)
  /external/stlport/test/eh/
intel45.mak 14 RSC=rc.exe
15 CPP=icl.exe
16 LINK32=xilink.exe
79 $(CPP) $(CPP_PROJ) $(Dep_stl) /Feeh_test.exe $(CPP_LIBS)
81 ..\test\eh\eh_test.exe -s 100
86 -@erase "$(OUTDIR)\*.exe"
90 .exe.out:
93 .cpp.exe:
  /ndk/
ndk-build.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd %*
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
8 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*
  /external/lldb/test/functionalities/embedded_interpreter/
TestConvenienceVariables.py 35 exe = os.path.join(os.getcwd(), "a.out")
40 self.child = pexpect.spawn('%s %s %s' % (self.lldbHere, self.lldbOption, exe))
62 self.expect(child.before, exe=False,
67 self.expect(child.before, exe=False,
72 self.expect(child.before, exe=False,
77 self.expect(child.before, exe=False,
82 self.expect(child.before, exe=False,
  /external/lldb/test/macosx/universal/
TestUniversal.py 28 exe = os.path.join(os.getcwd(), "testit")
31 target = self.dbg.CreateTargetWithFileAndTargetTriple(exe, "i386-apple-macosx")
49 exe = os.path.join(os.getcwd(), "testit")
52 self.expect("file " + exe, CURRENT_EXECUTABLE_SET,
71 self.expect(registers, exe=False,
77 self.expect("file " + exe + " -a i386", CURRENT_EXECUTABLE_SET,
99 self.expect(registers, exe=False,
  /external/lldb/utils/test/
run-until-faulted.py 29 def do_lldb_launch_loop(lldb_command, exe, exe_options):
40 #print "sending 'file %s' command..." % exe
41 lldb.sendline('file %s' % exe)
85 dest='exe',
96 if not opts.exe:
99 exe = opts.exe variable
105 print "executable:", exe
108 do_lldb_launch_loop(lldb_command, exe, exe_options)

Completed in 2267 milliseconds

12 3 4 5 6 7 8 91011>>