Searched refs:PrintValue (Results 1 - 15 of 15) sorted by relevance

/external/chromium/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/chromium_org/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/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/libvpx/libvpx/third_party/googletest/src/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/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/chromium/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/chromium_org/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/chromium_org/third_party/mesa/src/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/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/libvpx/libvpx/third_party/googletest/src/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/include/llvm/Analysis/
H A DSparsePropagation.h107 /// PrintValue - Render the specified lattice value to the specified stream.
108 virtual void PrintValue(LatticeVal V, raw_ostream &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/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);

Completed in 238 milliseconds