Home
last modified time | relevance | path

Searched refs:PrintValue (Results 1 – 25 of 25) sorted by relevance

/external/protobuf/gtest/test/
Dgtest-param-test_test.cc82 ::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/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-param-test_test.cc82 ::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/google-breakpad/src/testing/gtest/test/
Dgtest-param-test_test.cc82 ::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/v8/testing/gtest/test/
Dgtest-param-test_test.cc82 ::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/test/
Dgtest-param-test_test.cc82 ::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/lzma/Java/SevenZip/
DLzmaBench.java260 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/
DLzmaBench.cs210 static void PrintValue(UInt64 v) in PrintValue() method in SevenZip.LzmaBench
220 PrintValue(rating / 1000000); in PrintRating()
231 PrintValue(speed / 1024); in PrintResults()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h135 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/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h135 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/
Dgtest-printers.h135 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest-printers.h135 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h135 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/lib/Analysis/
DSparsePropagation.cpp32 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/
DSparsePropagation.cpp31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { in PrintValue() function in AbstractLatticeFunction
340 LatticeFunc->PrintValue(getLatticeState(I), OS); in Print()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h139 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/googletest/googletest/include/gtest/
Dgtest-printers.h139 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/v8/testing/gtest/include/gtest/
Dgtest-printers.h139 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/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1511 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()
Dmessage_differencer.h624 virtual void PrintValue(const Message& message,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h107 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
/external/v8/src/arm64/
Dsimulator-arm64.h267 bool PrintValue(const char* desc);
Dsimulator-arm64.cc3311 bool Simulator::PrintValue(const char* desc) { in PrintValue() function in v8::internal::Simulator
3477 if (!PrintValue(arg1)) { in Debug()
/external/fmtlib/test/gtest/
Dgtest.h9326 static void PrintValue(const T& value, ::std::ostream* os) {
9340 static void PrintValue(const T& value, ::std::ostream* os) {
9359 static void PrintValue(const T& value, ::std::ostream* os) {
9395 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h9327 static void PrintValue(const T& value, ::std::ostream* os) {
9341 static void PrintValue(const T& value, ::std::ostream* os) {
9360 static void PrintValue(const T& value, ::std::ostream* os) {
9396 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);