/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-param-test_test.cc | 82 ::std::string PrintValue(const T& value) { in PrintValue() function 97 ::std::string PrintValue(const tuple<T1, T2>& value) { in PrintValue() function 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { in PrintValue() function 113 ::std::string PrintValue( in PrintValue() function 141 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 142 << ", *it is " << PrintValue(*it) in VerifyGenerator() 161 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 162 << ", *it is " << PrintValue(*it) in VerifyGenerator()
|
/external/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 187 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 202 static void PrintValue(const T& value, ::std::ostream* os); 245 kOtherType)>::PrintValue(x, &os); 930 void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue( in PrintValue() function
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 260 static void PrintValue(long v) in PrintValue() method in LzmaBench 271 PrintValue(rating / 1000000); in PrintRating() 282 PrintValue(speed / 1024); in PrintResults()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 210 static void PrintValue(UInt64 v) in PrintValue() method in SevenZip.LzmaBench 220 PrintValue(rating / 1000000); in PrintRating() 231 PrintValue(speed / 1024); in PrintResults()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-printers.h | 154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 169 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 188 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 203 static void PrintValue(const T& value, ::std::ostream* os); 246 kOtherType)>::PrintValue(x, &os); 1086 void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue(
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-printers.h | 135 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 149 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 168 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/googletest/googletest/test/ |
D | googletest-param-test-test.cc | 69 ::std::string PrintValue(const T& value) { in PrintValue() function 88 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 89 << ", *it is " << PrintValue(*it) in VerifyGenerator() 108 << ", expected_values[i] is " << PrintValue(expected_values[i]) in VerifyGenerator() 109 << ", *it is " << PrintValue(*it) in VerifyGenerator()
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { in PrintValue() function in AbstractLatticeFunction 340 LatticeFunc->PrintValue(getLatticeState(&I), OS); in Print()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { in PrintValue() function in AbstractLatticeFunction 340 LatticeFunc->PrintValue(getLatticeState(I), OS); in Print()
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-printers.h | 139 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 172 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 139 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 153 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 172 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 140 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 154 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 173 static void PrintValue(const T& value, ::std::ostream* os) { in PrintValue() function 209 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 1511 StreamReporter::PrintValue(const Message& message, in PrintValue() function in google::protobuf::util::MessageDifferencer::StreamReporter 1589 PrintValue(message2, field_path, false); in ReportAdded() 1600 PrintValue(message1, field_path, true); in ReportDeleted() 1628 PrintValue(message1, field_path, true); in ReportModified() 1630 PrintValue(message2, field_path, false); in ReportModified() 1643 PrintValue(message1, field_path, true); in ReportMoved() 1658 PrintValue(message1, field_path, true); in ReportMatched()
|
D | message_differencer.h | 624 virtual void PrintValue(const Message& message,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | SparsePropagation.h | 108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 107 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 3011 bool Simulator::PrintValue(const char* desc) { in PrintValue() function in v8::internal::Simulator 3170 if (!PrintValue(arg1)) { in Debug()
|
D | simulator-arm64.h | 734 bool PrintValue(const char* desc);
|
/external/epid-sdk/ext/gtest/ |
D | gtest.h | 10209 static void PrintValue(const T& value, ::std::ostream* os) { 10223 static void PrintValue(const T& value, ::std::ostream* os) { 10242 static void PrintValue(const T& value, ::std::ostream* os) { 10278 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|