HomeSort by relevance Sort by last modified time
    Searched refs:RecordProperty (Results 51 - 73 of 73) sorted by null

1 23

  /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/open-vcdiff/gtest/include/gtest/
gtest.h 389 // Note that a driving consideration for these RecordProperty methods
394 static void RecordProperty(const char* key, const char* value);
395 static void RecordProperty(const char* key, int value);
560 void RecordProperty(const TestProperty& test_property);
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 307 // Note that a driving consideration for these RecordProperty methods
312 static void RecordProperty(const char* key, const char* value);
313 static void RecordProperty(const char* key, int value);
478 void RecordProperty(const TestProperty& test_property);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
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/src/
gtest.cc     [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 503 void RecordProperty(const internal::TestProperty& test_property);
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 66 RecordProperty("EglVersionMajor", majorVersion);
67 RecordProperty("EglVersionMajor", minorVersion);
130 RecordProperty("EglSurfaceWidth", w);
131 RecordProperty("EglSurfaceHeight", h);
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 60 RecordProperty("SeccompBPFSupported",
65 RecordProperty("PointerSize", sizeof(void*));
    [all...]

Completed in 2287 milliseconds

1 23