HomeSort by relevance Sort by last modified time
    Searched refs:RecordProperty (Results 26 - 50 of 69) sorted by null

12 3

  /external/opencv3/modules/ts/src/
ts_perf.cpp     [all...]
ocl_test.cpp 60 ::testing::Test::RecordProperty(ssName.str(), ssValue.str()); \
  /external/gtest/src/
gtest-internal-inl.h 724 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 724 void RecordProperty(const TestProperty& test_property);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 718 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/gtest/include/gtest/
gtest.h 389 // not members of the test fixture. Calls to RecordProperty made during
394 // corresponding <testsuite> element. Calls to RecordProperty made in the
398 static void RecordProperty(const std::string& key, const std::string& value);
399 static void RecordProperty(const std::string& key, int value);
569 void RecordProperty(const std::string& xml_element,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 389 // not members of the test fixture. Calls to RecordProperty made during
394 // corresponding <testsuite> element. Calls to RecordProperty made in the
398 static void RecordProperty(const std::string& key, const std::string& value);
399 static void RecordProperty(const std::string& key, int value);
569 void RecordProperty(const std::string& xml_element,
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 67 RecordProperty("EglVersionMajor", majorVersion);
68 RecordProperty("EglVersionMajor", minorVersion);
132 RecordProperty("EglSurfaceWidth", w);
133 RecordProperty("EglSurfaceHeight", h);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 389 // not members of the test fixture. Calls to RecordProperty made during
394 // corresponding <testsuite> element. Calls to RecordProperty made in the
398 static void RecordProperty(const std::string& key, const std::string& value);
399 static void RecordProperty(const std::string& key, int value);
569 void RecordProperty(const std::string& xml_element,
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h     [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-unittest-api_test.cc 137 RecordProperty("key", "value");
  /external/gtest/test/
gtest-unittest-api_test.cc 137 RecordProperty("key", "value");
gtest_unittest.cc 187 // Forwards to UnitTest::RecordProperty() to bypass access controls.
189 unit_test_.RecordProperty(key, value);
    [all...]
  /external/protobuf/gtest/test/
gtest-unittest-api_test.cc 143 RecordProperty("key", "value");
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-unittest-api_test.cc 137 RecordProperty("key", "value");
gtest_unittest.cc 187 // Forwards to UnitTest::RecordProperty() to bypass access controls.
189 unit_test_.RecordProperty(key, value);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 137 RecordProperty("key", "value");
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h 402 // Note that a driving consideration for these RecordProperty methods
407 static void RecordProperty(const char* key, const char* value);
408 static void RecordProperty(const char* key, int value);
576 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 401 // Note that a driving consideration for these RecordProperty methods
406 static void RecordProperty(const char* key, const char* value);
407 static void RecordProperty(const char* key, int value);
575 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 401 // Note that a driving consideration for these RecordProperty methods
406 static void RecordProperty(const char* key, const char* value);
407 static void RecordProperty(const char* key, int value);
575 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 386 // Note that a driving consideration for these RecordProperty methods
391 static void RecordProperty(const char* key, const char* value);
392 static void RecordProperty(const char* key, int value);
557 void RecordProperty(const TestProperty& test_property);
    [all...]

Completed in 982 milliseconds

12 3