Home
last modified time | relevance | path

Searched refs:EXECUTABLE (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/tools/gyp/test/product/
Dgyptest-product.py21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
40 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True)
41 test.built_file_must_exist('bob/yoalt11.stuff', test.EXECUTABLE, bare=True)
42 test.built_file_must_exist('bob/yoalt12.stuff', test.EXECUTABLE, bare=True)
/external/chromium_org/tools/gyp/test/defines/
Dgyptest-define-override.py28 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
30 os.remove(test.built_file_path('fakeosprogram', type=test.EXECUTABLE))
35 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
41 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
/external/chromium_org/tools/gyp/test/target/
Dgyptest-target.py23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
/external/chromium_org/tools/gn/
Dtarget_unittest.cc52 a.set_output_type(Target::EXECUTABLE); in TEST_F()
105 exec.set_output_type(Target::EXECUTABLE); in TEST_F()
117 a.set_output_type(Target::EXECUTABLE); in TEST_F()
155 a_fwd.set_output_type(Target::EXECUTABLE); in TEST_F()
177 a.set_output_type(Target::EXECUTABLE); in TEST_F()
207 a.set_output_type(Target::EXECUTABLE); in TEST_F()
Dbuilder_unittest.cc108 a->set_output_type(Target::EXECUTABLE); in TEST_F()
197 b->set_output_type(Target::EXECUTABLE); in TEST_F()
207 a->set_output_type(Target::EXECUTABLE); in TEST_F()
Dtarget.cc71 case EXECUTABLE: in GetStringForOutputType()
176 dep->output_type() != EXECUTABLE) { in PullDependentTargetInfo()
Dninja_helper_unittest.cc30 target.set_output_type(Target::EXECUTABLE); in HelperSetterUpper()
Dninja_target_writer_unittest.cc43 target.set_output_type(Target::EXECUTABLE); in TEST()
Dfunction_get_target_outputs.cc41 case Target::EXECUTABLE: in GetOutputsForTarget()
Dfilesystem_utils.cc194 case Target::EXECUTABLE: in GetExtensionForOutputType()
207 case Target::EXECUTABLE: in GetExtensionForOutputType()
220 case Target::EXECUTABLE: in GetExtensionForOutputType()
Dtarget.h33 EXECUTABLE, enumerator
Dfunction_get_target_outputs_unittest.cc63 exe->set_output_type(Target::EXECUTABLE); in TEST_F()
/external/chromium_org/webkit/browser/appcache/
Dappcache_entry.h27 EXECUTABLE = 1 << 6, enumerator
50 bool IsExecutable() const { return (types_ & EXECUTABLE) != 0; } in IsExecutable()
/external/chromium_org/v8/test/cctest/
Dtest-spaces.cc161 size_t header_size = (executable == EXECUTABLE) in VerifyMemoryChunk()
164 size_t guard_size = (executable == EXECUTABLE) in VerifyMemoryChunk()
174 size_t reserved_size = ((executable == EXECUTABLE)) in VerifyMemoryChunk()
233 EXECUTABLE); in TEST()
252 EXECUTABLE); in TEST()
/external/chromium_org/tools/gyp/test/exclusion/
Dgyptest-exclusion.py20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
/external/chromium_org/tools/gyp/test/toplevel-dir/
Dgyptest-toplevel-dir.py25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
/external/chromium_org/tools/gyp/test/subdirectory/
Dgyptest-subdir-default.py29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
Dgyptest-subdir-all.py29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py99 EXECUTABLE = '__executable__' variable in TestGypBase
355 if type == self.EXECUTABLE:
521 if type == None or type == self.EXECUTABLE:
598 executable_file = self.built_file_path(name, type=self.EXECUTABLE, **kw)
718 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
804 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
1004 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
1113 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
1274 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
/external/chromium_org/tools/gyp/test/standalone-static-library/
Dgyptest-standalone-static-library.py35 standalone_static_library_dir = test.EXECUTABLE
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/
Dgyptest-action-dependencies.py49 test.built_file_must_exist('b', type=test.EXECUTABLE, chdir=chdir)
/external/valgrind/main/
DAndroid.build_one.mk51 ifeq ($(vg_local_target),EXECUTABLE)
/external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
Dgyptest-generator-output-different-drive.py41 type=test.EXECUTABLE)
/external/gtest/test/
DAndroid.mk64 $(eval include $(BUILD_$(2)EXECUTABLE)) \
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-archs.py79 'exe_32_64', chdir='archs', type=test.EXECUTABLE)

12