HomeSort by relevance Sort by last modified time
    Searched defs:Setup (Results 26 - 42 of 42) sorted by null

12

  /external/regex-re2/re2/
compile.cc 211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
951 void Compiler::Setup(Regexp::ParseFlags flags, int64 max_mem,
994 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
1097 c.Setup(pf, options.max_mem(), anchor);
    [all...]
  /art/runtime/
elf_file.cc 76 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
91 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
98 bool ElfFileImpl<ElfTypes>::Setup(File* file,
178 // Setup section headers.
559 CHECK(program_headers_start_ != nullptr); // Header has been set in Setup. This is a sanity
    [all...]
oat_file.cc 77 // 4) PreSetup() for any steps that should be done before the final setup.
78 // 5) Setup() to complete the procedure.
116 bool Setup(const char* abs_dex_location, std::string* error_msg);
161 if (!ret->Setup(abs_dex_location, error_msg)) {
236 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) {
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 348 // virtual void SetUp() { ... }
415 virtual void SetUp();
443 // Often a user mis-spells SetUp() as Setup() and spends a long time
449 // will be a conflict if a user declares void Setup() in his test
458 // about it being private, you have mis-spelled SetUp() as Setup().
460 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/gtest/include/gtest/
gtest.h 338 // virtual void SetUp() { ... }
396 // SetUp/TearDown method of Environment objects registered with Google
406 virtual void SetUp();
434 // Often a user mis-spells SetUp() as Setup() and spends a long time
440 // will be a conflict if a user declares void Setup() in his test
449 // about it being private, you have mis-spelled SetUp() as Setup().
451 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 347 // virtual void SetUp() { ... }
414 virtual void SetUp();
442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
901 // methods SetUp() and TearDown() instead of the constructor and the
916 virtual void SetUp() {}
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 332 // virtual void SetUp() { ... }
399 virtual void SetUp();
423 // Often a user mis-spells SetUp() as Setup() and spends a long time
429 // will be a conflict if a user declares void Setup() in his test
438 // about it being private, you have mis-spelled SetUp() as Setup().
440 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
826 // methods SetUp() and TearDown() instead of the constructor and the
841 virtual void SetUp() {}
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 338 // virtual void SetUp() { ... }
396 // SetUp/TearDown method of Environment objects registered with Google
406 virtual void SetUp();
434 // Often a user mis-spells SetUp() as Setup() and spends a long time
440 // will be a conflict if a user declares void Setup() in his test
449 // about it being private, you have mis-spelled SetUp() as Setup().
451 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 338 // virtual void SetUp() { ... }
396 // SetUp/TearDown method of Environment objects registered with Google
406 virtual void SetUp();
434 // Often a user mis-spells SetUp() as Setup() and spends a long time
440 // will be a conflict if a user declares void Setup() in his test
449 // about it being private, you have mis-spelled SetUp() as Setup().
451 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
906 // methods SetUp() and TearDown() instead of the constructor and th
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 1224 milliseconds

12