Searched defs:PrintValue (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp31 /// PrintValue - Render the specified lattice value to the specified stream.
32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { function in class:AbstractLatticeFunction
340 LatticeFunc->PrintValue(getLatticeState(&I), OS);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DSparsePropagation.cpp30 /// PrintValue - Render the specified lattice value to the specified stream.
31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { function in class:AbstractLatticeFunction
340 LatticeFunc->PrintValue(getLatticeState(I), OS);
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
135 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
149 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
168 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/googletest/googletest/include/gtest/
H A Dgtest-printers.h131 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
139 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
153 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
172 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-printers.h131 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
139 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
153 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
172 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs210 static void PrintValue(UInt64 v) method in class:SevenZip.LzmaBench
220 PrintValue(rating / 1000000);
231 PrintValue(speed / 1024);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java260 static void PrintValue(long v) method in class:LzmaBench
271 PrintValue(rating / 1000000);
282 PrintValue(speed / 1024);
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/v8/testing/gtest/include/gtest/
H A Dgtest-printers.h131 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
139 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
153 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
172 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
208 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/googletest/googletest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/v8/testing/gtest/test/
H A Dgtest-param-test_test.cc77 // TODO(wan@google.com): remove PrintValue() when we move matchers and
82 ::std::string PrintValue(const T& value) { function
97 ::std::string PrintValue(const tuple<T1, T2>& value) { function
104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { function
113 ::std::string PrintValue( function
141 << ", expected_values[i] is " << PrintValue(expected_values[i])
142 << ", *it is " << PrintValue(*it)
161 << ", expected_values[i] is " << PrintValue(expected_values[i])
162 << ", *it is " << PrintValue(*it)
/external/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc1511 StreamReporter::PrintValue(const Message& message, function in class:google::protobuf::util::MessageDifferencer::StreamReporter
1589 PrintValue(message2, field_path, false);
1600 PrintValue(message1, field_path, true);
1628 PrintValue(message1, field_path, true);
1630 PrintValue(message2, field_path, false);
1643 PrintValue(message1, field_path, true);
1658 PrintValue(message1, field_path, true);
/external/fmtlib/test/gtest/
H A Dgtest.h9318 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
9326 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9340 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9359 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9395 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h9319 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called
9327 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9341 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9360 static void PrintValue(const T& value, ::std::ostream* os) { function in class:testing::internal2::TypeWithoutFormatter
9396 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);

Completed in 473 milliseconds