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

12 3

  /external/webrtc/webrtc/base/
dbus.cc 152 // Setup DBus connection and start monitoring.
154 if (!Setup()) {
155 LOG(LS_ERROR) << "DBus monitoring setup failed.";
232 bool Setup() {
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 65 // gBreakpadAllocator needs to be setup in other code
248 Setup(install_handler);
269 Setup(install_handler);
592 // Pass along the exception to the server, which will setup the
678 // Setup the exception ports on this task
731 bool ExceptionHandler::Setup(bool install_handler) {
  /external/libcups/filter/
rastertoepson.c 74 void Setup(void);
87 * 'Setup()' - Prepare the printer for printing.
91 Setup(void)
182 * Setup various buffer limits...
428 * Setup pointers...
1068 Setup();
  /external/libtextclassifier/common/
feature-extractor.h 193 virtual bool Setup(TaskContext *context) { return true; }
373 // functions takes place during Setup() and Init() -- after the nested features
375 // InitNested(). Alternatively, a derived classes that overrides Setup() and
376 // Init() directly should call Parent::Setup(), Parent::Init(), etc. first.
402 bool Setup(TaskContext *context) override {
409 if (!function->Setup(context)) return false;
583 // until Setup() is called. This does not take ownership over the context,
585 bool Setup(TaskContext *context) {
587 if (!function->Setup(context)) return false;
592 // Initializes the feature extractor. Must be called after Setup(). Thi
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 112 GLuint Setup[I830_TEX_SETUP_SIZE];
  /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 81 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
96 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
103 bool ElfFileImpl<ElfTypes>::Setup(File* file,
183 // Setup section headers.
564 CHECK(program_headers_start_ != nullptr); // Header has been set in Setup. This is a sanity
    [all...]
oat_file.cc 86 // 4) PreSetup() for any steps that should be done before the final setup.
87 // 5) Setup() to complete the procedure.
131 bool Setup(const char* abs_dex_location, std::string* error_msg);
185 if (!ret->Setup(abs_dex_location, error_msg)) {
309 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) {
    [all...]
  /external/libtextclassifier/util/hash/
farmhash.cc     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/
PxeDhcp4.h 334 EFI_PXE_DHCP4_SETUP Setup;
  /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/googletest/googletest/include/gtest/
gtest.h 362 // void SetUp() override { ... }
420 // SetUp/TearDown method of Environment objects registered with Google
430 virtual void SetUp();
457 // Often a user misspells SetUp() as Setup() and spends a long time
463 // will be a conflict if void Setup() is declared in the user's
472 // about it being private, you have mis-spelled SetUp() as Setup().
474 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 362 // void SetUp() override { ... }
420 // SetUp/TearDown method of Environment objects registered with Google
430 virtual void SetUp();
457 // Often a user misspells SetUp() as Setup() and spends a long time
463 // will be a conflict if void Setup() is declared in the user's
472 // about it being private, you have mis-spelled SetUp() as Setup().
474 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 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/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/swiftshader/third_party/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/v8/testing/gtest/include/gtest/
gtest.h 362 // void SetUp() override { ... }
420 // SetUp/TearDown method of Environment objects registered with Google
430 virtual void SetUp();
457 // Often a user misspells SetUp() as Setup() and spends a long time
463 // will be a conflict if void Setup() is declared in the user's
472 // about it being private, you have mis-spelled SetUp() as Setup().
474 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; }
    [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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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 426 UsageError(" --dex-file=src.dex then dex2oat will setup a PathClassLoader with classpath ");
    [all...]
  /external/fmtlib/test/gtest/
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...]

Completed in 1095 milliseconds

12 3