/external/v8/tools/gyp/test/defines/ |
H A D | gyptest-define-override.py | 28 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/selinux/libsemanage/tests/ |
H A D | Makefile | 12 EXECUTABLE = libsemanage-tests macro 19 all: $(EXECUTABLE) 21 $(EXECUTABLE): $(OBJECTS) 28 rm -rf $(OBJECTS) $(EXECUTABLE) 31 ./$(EXECUTABLE)
|
/external/v8/tools/gyp/test/target/ |
H A D | gyptest-target.py | 23 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/v8/tools/gyp/test/exclusion/ |
H A D | gyptest-exclusion.py | 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
|
/external/v8/tools/gyp/test/product/ |
H A D | gyptest-product.py | 20 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True) 21 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True) 22 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True) 39 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True) 40 test.built_file_must_exist('bob/yoalt11.stuff', test.EXECUTABLE, bare=True) 41 test.built_file_must_exist('bob/yoalt12.stuff', test.EXECUTABLE, bare=True)
|
/external/v8/tools/gyp/test/subdirectory/ |
H A D | gyptest-subdir-default.py | 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
|
H A D | gyptest-subdir-all.py | 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
|
/external/v8/tools/gyp/test/toplevel-dir/ |
H A D | gyptest-toplevel-dir.py | 25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
|
/external/v8/tools/gyp/test/standalone-static-library/ |
H A D | gyptest-standalone-static-library.py | 33 standalone_static_library_dir = test.EXECUTABLE
|
/external/v8/tools/gyp/test/ninja/action_dependencies/ |
H A D | gyptest-action-dependencies.py | 58 test.built_file_must_exist('b', type=test.EXECUTABLE, chdir=chdir)
|
/external/v8/tools/gyp/test/win/generator-output-different-drive/ |
H A D | gyptest-generator-output-different-drive.py | 41 type=test.EXECUTABLE)
|
/external/v8/test/cctest/heap/ |
H A D | test-spaces.cc | 160 size_t header_size = (executable == EXECUTABLE) 164 (executable == EXECUTABLE) ? MemoryAllocator::CodePageGuardSize() : 0; 172 ((executable == EXECUTABLE)) 268 EXECUTABLE); 287 EXECUTABLE); 541 AllocationResult allocation = space->AllocateRaw(size, EXECUTABLE);
|
/external/v8/tools/gyp/test/mac/ |
H A D | gyptest-archs.py | 88 'exe_32_64', chdir='archs', type=test.EXECUTABLE)
|
/external/v8/tools/gyp/test/lib/ |
H A D | TestGyp.py | 100 EXECUTABLE = '__executable__' variable in class:TestGypBase 382 if type == self.EXECUTABLE: 503 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)] 589 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)] 807 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)] 916 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)] 1078 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)] 1168 program = [self.built_file_path(name, type=self.EXECUTABLE, **kw)]
|
/external/valgrind/ |
H A D | Android.build_host.mk | 50 ifeq ($(vg_local_target),EXECUTABLE)
|
H A D | Android.build_one.mk | 59 ifeq ($(vg_local_target),EXECUTABLE)
|
H A D | Android.mk | 338 vg_local_target := EXECUTABLE 375 vg_local_target := EXECUTABLE 396 vg_local_target := EXECUTABLE 428 vg_local_target := EXECUTABLE 468 vg_local_target := EXECUTABLE 517 vg_local_target := EXECUTABLE 548 vg_local_target := EXECUTABLE
|
/external/gmock/test/ |
H A D | Android.mk | 64 $(eval include $(BUILD_$(2)EXECUTABLE)) \
|
/external/gtest/test/ |
H A D | Android.mk | 63 $(eval include $(BUILD_$(2)EXECUTABLE)) \
|
/external/v8/src/heap/ |
H A D | spaces.cc | 227 EXECUTABLE); 408 executable == EXECUTABLE)) { 434 DCHECK(executable == EXECUTABLE); 464 if (executable == EXECUTABLE) { 532 if (executable == EXECUTABLE) { 562 IsFlagSet(IS_EXECUTABLE) ? EXECUTABLE : NOT_EXECUTABLE; 658 if (executable == EXECUTABLE) { 743 if (executable == EXECUTABLE) { 779 if (chunk->executable() == EXECUTABLE) {
|
H A D | spaces-inl.h | 133 chunks_[id].owner()->executable() == EXECUTABLE);
|
H A D | spaces.h | 737 return IsFlagSet(IS_EXECUTABLE) ? EXECUTABLE : NOT_EXECUTABLE; 1311 (chunk->executable() != EXECUTABLE)) { 2970 code_space_(heap, CODE_SPACE, Executability::EXECUTABLE) {}
|
H A D | heap-inl.h | 238 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE);
|
/external/v8/src/ |
H A D | globals.h | 545 enum Executability { NOT_EXECUTABLE, EXECUTABLE }; enumerator in enum:v8::internal::Executability
|
/external/v8/src/snapshot/ |
H A D | serializer.cc | 334 sink_->Put(EXECUTABLE, "executable large object");
|