Searched refs:Create (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A Delff_api.cc29 ElfFile* elf_file = ElfFile::Create(elf_file_path);
H A Delf_file.h53 static ElfFile* Create(const char* path);
112 /* Initializes ElfFile instance. This method is called from Create method of
114 * that Create() method will validate that requested file is an ELF file,
118 * path - See Create().
575 * ElfFile::Create() method only. */
H A Delf_file.cc81 ElfFile* ElfFile::Create(const char* path) { function in class:ElfFile
241 * Address belongs to an inlined routine. Create inline stack.
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h57 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
71 // Create returns false if there was an error determining the
79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc345 bool DeathTest::Create(const char* statement, const RE* regex, function in class:testing::internal::DeathTest
347 return GetUnitTestImpl()->death_test_factory()->Create(
1153 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, function in class:testing::internal::DefaultDeathTestFactory
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc819 virtual bool Create(const char* statement,
823 // Sets the parameters for subsequent calls to Create.
840 // If true, Create will return a MockDeathTest; otherwise it returns
860 // True if the last MockDeathTest returned by Create has been
916 // Sets the parameters for subsequent calls to Create.
935 bool MockDeathTestFactory::Create(const char* /*statement*/, function in class:MockDeathTestFactory

Completed in 137 milliseconds