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

  /external/gtest/test/
gtest_xml_output_unittest_.cc 105 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) {
109 void ExternalUtilityThatCallsRecordProperty(const char* key,
115 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
119 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
  /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/chromium/testing/gtest/test/
gtest_xml_output_unittest_.cc 124 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) {
128 void ExternalUtilityThatCallsRecordProperty(const char* key,
134 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
138 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");

Completed in 66 milliseconds