/external/chromium/testing/gtest/test/ |
gtest-param-test_test.cc | 77 // TODO(wan@google.com): remove PrintValue() when we move matchers and 82 ::std::string PrintValue(const T& value) { 97 ::std::string PrintValue(const tuple<T1, T2>& value) { 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { 113 ::std::string PrintValue( 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) [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest-param-test_test.cc | 77 // TODO(wan@google.com): remove PrintValue() when we move matchers and 82 ::std::string PrintValue(const T& value) { 97 ::std::string PrintValue(const tuple<T1, T2>& value) { 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { 113 ::std::string PrintValue( 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) [all...] |
/external/gtest/test/ |
gtest-param-test_test.cc | 77 // TODO(wan@google.com): remove PrintValue() when we move matchers and 82 ::std::string PrintValue(const T& value) { 97 ::std::string PrintValue(const tuple<T1, T2>& value) { 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { 113 ::std::string PrintValue( 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) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-param-test_test.cc | 77 // TODO(wan@google.com): remove PrintValue() when we move matchers and 82 ::std::string PrintValue(const T& value) { 97 ::std::string PrintValue(const tuple<T1, T2>& value) { 104 ::std::string PrintValue(const tuple<T1, T2, T3>& value) { 113 ::std::string PrintValue( 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) [all...] |
/external/lzma/Java/SevenZip/ |
LzmaBench.java | 260 static void PrintValue(long v)
271 PrintValue(rating / 1000000);
282 PrintValue(speed / 1024);
|
/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 107 /// PrintValue - Render the specified lattice value to the specified stream. 108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/gtest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-printers.h | 127 // TypeWithoutFormatter<T, kTypeKind>::PrintValue(value, os) is called 135 static void PrintValue(const T& value, ::std::ostream* os) { 149 static void PrintValue(const T& value, ::std::ostream* os) { 168 static void PrintValue(const T& value, ::std::ostream* os) { 204 kConvertibleToInteger : kOtherType)>::PrintValue(x, &os);
|
/external/llvm/lib/Analysis/ |
SparsePropagation.cpp | 30 /// PrintValue - Render the specified lattice value to the specified stream. 31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { 340 LatticeFunc->PrintValue(getLatticeState(I), OS);
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 210 static void PrintValue(UInt64 v)
220 PrintValue(rating / 1000000);
231 PrintValue(speed / 1024);
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | [all...] |