HomeSort by relevance Sort by last modified time
    Searched refs:ExternalUtilityThatCallsRecordProperty (Results 1 - 5 of 5) sorted by null

  /external/protobuf/gtest/test/
gtest_xml_output_unittest_.cc 120 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) {
124 void ExternalUtilityThatCallsRecordProperty(const char* key,
130 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
134 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_output_unittest_.cc 123 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) {
127 void ExternalUtilityThatCallsRecordProperty(const char* key,
133 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
137 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
  /external/gtest/test/
gtest_xml_output_unittest_.cc 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) {
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key,
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_output_unittest_.cc 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) {
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key,
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest_.cc 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) {
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key,
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");

Completed in 697 milliseconds