Searched refs:EXECUTABLE (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/tools/gyp/test/defines/
H A 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/
H A 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/gyp/test/exclusion/
H A Dgyptest-exclusion.py20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
/external/chromium_org/tools/gyp/test/product/
H A 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/subdirectory/
H A Dgyptest-subdir-default.py29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
H A Dgyptest-subdir-all.py29 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
/external/chromium_org/tools/gyp/test/toplevel-dir/
H A Dgyptest-toplevel-dir.py25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_entry.h27 EXECUTABLE = 1 << 6, enumerator in enum:appcache::AppCacheEntry::Type
50 bool IsExecutable() const { return (types_ & EXECUTABLE) != 0; }
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/
H A Dgyptest-action-dependencies.py49 test.built_file_must_exist('b', type=test.EXECUTABLE, chdir=chdir)
/external/chromium_org/tools/gyp/test/standalone-static-library/
H A Dgyptest-standalone-static-library.py35 standalone_static_library_dir = test.EXECUTABLE
/external/chromium_org/tools/gn/
H A Dtarget_unittest.cc52 a.set_output_type(Target::EXECUTABLE);
105 exec.set_output_type(Target::EXECUTABLE);
117 a.set_output_type(Target::EXECUTABLE);
155 a_fwd.set_output_type(Target::EXECUTABLE);
177 a.set_output_type(Target::EXECUTABLE);
207 a.set_output_type(Target::EXECUTABLE);
H A Dninja_helper_unittest.cc30 target.set_output_type(Target::EXECUTABLE);
H A Dninja_target_writer_unittest.cc43 target.set_output_type(Target::EXECUTABLE);
H A Dbuilder_unittest.cc108 a->set_output_type(Target::EXECUTABLE);
197 b->set_output_type(Target::EXECUTABLE);
207 a->set_output_type(Target::EXECUTABLE);
H A Dfunction_get_target_outputs.cc41 case Target::EXECUTABLE:
H A Dtarget.cc71 case EXECUTABLE:
176 dep->output_type() != EXECUTABLE) {
H A Dfunction_get_target_outputs_unittest.cc63 exe->set_output_type(Target::EXECUTABLE);
H A Dtarget.h33 EXECUTABLE, enumerator in enum:Target::OutputType
H A Dfilesystem_utils.cc194 case Target::EXECUTABLE:
207 case Target::EXECUTABLE:
220 case Target::EXECUTABLE:
/external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
H A Dgyptest-generator-output-different-drive.py41 type=test.EXECUTABLE)
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-archs.py79 'exe_32_64', chdir='archs', type=test.EXECUTABLE)
/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc161 size_t header_size = (executable == EXECUTABLE)
164 size_t guard_size = (executable == EXECUTABLE)
174 size_t reserved_size = ((executable == EXECUTABLE))
233 EXECUTABLE);
252 EXECUTABLE);
/external/valgrind/main/
H A DAndroid.build_one.mk51 ifeq ($(vg_local_target),EXECUTABLE)
H A DAndroid.mk327 vg_local_target := EXECUTABLE
369 vg_local_target := EXECUTABLE
390 vg_local_target := EXECUTABLE
422 vg_local_target := EXECUTABLE
463 vg_local_target := EXECUTABLE
514 vg_local_target := EXECUTABLE
549 vg_local_target := EXECUTABLE
/external/chromium_org/tools/gyp/test/lib/
H A DTestGyp.py99 EXECUTABLE = '__executable__' variable in class: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)]

Completed in 304 milliseconds

12