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

12

/external/v8/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/selinux/libsemanage/tests/
H A DMakefile12 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 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/v8/tools/gyp/test/exclusion/
H A Dgyptest-exclusion.py20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
/external/v8/tools/gyp/test/product/
H A Dgyptest-product.py20 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 Dgyptest-subdir-default.py28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
H A Dgyptest-subdir-all.py28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
/external/v8/tools/gyp/test/toplevel-dir/
H A Dgyptest-toplevel-dir.py25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
/external/v8/tools/gyp/test/standalone-static-library/
H A Dgyptest-standalone-static-library.py33 standalone_static_library_dir = test.EXECUTABLE
/external/v8/tools/gyp/test/ninja/action_dependencies/
H A Dgyptest-action-dependencies.py58 test.built_file_must_exist('b', type=test.EXECUTABLE, chdir=chdir)
/external/v8/tools/gyp/test/win/generator-output-different-drive/
H A Dgyptest-generator-output-different-drive.py41 type=test.EXECUTABLE)
/external/v8/test/cctest/heap/
H A Dtest-spaces.cc160 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 Dgyptest-archs.py88 'exe_32_64', chdir='archs', type=test.EXECUTABLE)
/external/v8/tools/gyp/test/lib/
H A DTestGyp.py100 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 DAndroid.build_host.mk50 ifeq ($(vg_local_target),EXECUTABLE)
H A DAndroid.build_one.mk59 ifeq ($(vg_local_target),EXECUTABLE)
H A DAndroid.mk338 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 DAndroid.mk64 $(eval include $(BUILD_$(2)EXECUTABLE)) \
/external/gtest/test/
H A DAndroid.mk63 $(eval include $(BUILD_$(2)EXECUTABLE)) \
/external/v8/src/heap/
H A Dspaces.cc227 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 Dspaces-inl.h133 chunks_[id].owner()->executable() == EXECUTABLE);
H A Dspaces.h737 return IsFlagSet(IS_EXECUTABLE) ? EXECUTABLE : NOT_EXECUTABLE;
1311 (chunk->executable() != EXECUTABLE)) {
2970 code_space_(heap, CODE_SPACE, Executability::EXECUTABLE) {}
H A Dheap-inl.h238 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE);
/external/v8/src/
H A Dglobals.h545 enum Executability { NOT_EXECUTABLE, EXECUTABLE }; enumerator in enum:v8::internal::Executability
/external/v8/src/snapshot/
H A Dserializer.cc334 sink_->Put(EXECUTABLE, "executable large object");

Completed in 418 milliseconds

12