HomeSort by relevance Sort by last modified time
    Searched refs:PrintValue (Results 1 - 20 of 20) sorted by null

  /external/lldb/source/Expression/
IRInterpreter.cpp 30 PrintValue(const Value *value, bool truncate = false)
109 ss.Printf("%s", PrintValue(value).c_str());
309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str());
458 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str());
485 log->Printf("Unsupported ICmp predicate: %s", PrintValue(ii).c_str());
611 log->Printf("Interpreting %s", PrintValue(inst).c_str());
651 log->Printf("Couldn't evaluate %s", PrintValue(lhs).c_str());
660 log->Printf("Couldn't evaluate %s", PrintValue(rhs).c_str());
828 log->Printf("Couldn't evaluate %s", PrintValue(source).c_str());
857 log->Printf("Couldn't evaluate %s", PrintValue(source).c_str())
    [all...]
IRDynamicChecks.cpp 97 PrintValue(llvm::Value *V, bool truncate = false)
363 PrintValue(inst).c_str());
516 log->Printf("Function call metadata has %d operands for [%p] %s", metadata->getNumOperands(), call_inst, PrintValue(call_inst).c_str());
525 log->Printf("Function call metadata is not an MDString for [%p] %s", call_inst, PrintValue(call_inst).c_str());
533 log->Printf("Found call to %s: %s\n", name_cstr, PrintValue(call_inst).c_str());
IRForTarget.cpp 119 PrintValue(const Value *value, bool truncate = false)
490 log->Printf("Found result in the IR: \"%s\"", PrintValue(result_value, false).c_str());
644 PrintValue(result_global).c_str(),
645 PrintValue(new_result_global).c_str());
676 log->Printf("Synthesized result store \"%s\"\n", PrintValue(synthesized_store).c_str());
711 log->Printf(" <Use %p> %s", *ui, PrintValue(*ui).c_str());
    [all...]
  /external/google-breakpad/src/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...]
  /external/protobuf/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)
  /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/google-breakpad/src/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/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 31 /// PrintValue - Render the specified lattice value to the specified stream.
32 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/v8/src/arm64/
simulator-arm64.h 266 bool PrintValue(const char* desc);
simulator-arm64.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 916 milliseconds