/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 30 PrintValue(const Value *value, bool truncate = false) in PrintValue() function 109 ss.Printf("%s", PrintValue(value).c_str()); in SummarizeValue() 309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str()); in MakeArgument() 458 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str()); in CanInterpret() 485 log->Printf("Unsupported ICmp predicate: %s", PrintValue(ii).c_str()); in CanInterpret() 611 log->Printf("Interpreting %s", PrintValue(inst).c_str()); in Interpret() 651 log->Printf("Couldn't evaluate %s", PrintValue(lhs).c_str()); in Interpret() 660 log->Printf("Couldn't evaluate %s", PrintValue(rhs).c_str()); in Interpret() 828 log->Printf("Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret() 857 log->Printf("Couldn't evaluate %s", PrintValue(source).c_str()); in Interpret() [all …]
|
D | IRForTarget.cpp | 119 PrintValue(const Value *value, bool truncate = false) in PrintValue() function 490 log->Printf("Found result in the IR: \"%s\"", PrintValue(result_value, false).c_str()); in CreateResultVariable() 644 PrintValue(result_global).c_str(), in CreateResultVariable() 645 PrintValue(new_result_global).c_str()); in CreateResultVariable() 676 log->Printf("Synthesized result store \"%s\"\n", PrintValue(synthesized_store).c_str()); in CreateResultVariable() 711 log->Printf(" <Use %p> %s", *ui, PrintValue(*ui).c_str()); 1285 PrintValue(alloc).c_str(), in RewritePersistentAlloc() 1286 PrintValue(persistent_load).c_str()); in RewritePersistentAlloc() 1368 log->Printf(" MaterializeInitializer(%p, %s)", data, PrintValue(initializer).c_str()); in MaterializeInitializer() 1476 log->Printf("MaybeHandleVariable (%s)", PrintValue(llvm_value_ptr).c_str()); in MaybeHandleVariable() [all …]
|
D | IRDynamicChecks.cpp | 97 PrintValue(llvm::Value *V, bool truncate = false) in PrintValue() function 363 PrintValue(inst).c_str()); in InstrumentInstruction() 516 …a has %d operands for [%p] %s", metadata->getNumOperands(), call_inst, PrintValue(call_inst).c_str… in InspectInstruction() 525 …tf("Function call metadata is not an MDString for [%p] %s", call_inst, PrintValue(call_inst).c_str… in InspectInstruction() 533 log->Printf("Found call to %s: %s\n", name_cstr, PrintValue(call_inst).c_str()); in InspectInstruction()
|
/external/chromium_org/testing/gtest/test/ |
D | gtest-param-test_test.cc | 82 ::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/gtest/test/ |
D | gtest-param-test_test.cc | 82 ::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/ |
D | LzmaBench.java | 260 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/ |
D | LzmaBench.cs | 210 static void PrintValue(UInt64 v) in PrintValue() method in SevenZip.LzmaBench 220 PrintValue(rating / 1000000); in PrintRating() 231 PrintValue(speed / 1024); in PrintResults()
|
/external/chromium_org/base/i18n/ |
D | build_utf8_validator_tables.cc | 132 void PrintValue(uint8 value) { in PrintValue() function in __anonad6564f10111::TablePrinter 408 table_printer.PrintValue(shift); in PrintStates() 416 table_printer.PrintValue(state_offset[target_state]); in PrintStates()
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
D | gtest-printers.h | 135 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/ |
D | gtest-printers.h | 135 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/ |
D | gtest-printers.h | 135 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/gtest/include/gtest/ |
D | gtest-printers.h | 135 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/ |
D | SparsePropagation.cpp | 32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) { in PrintValue() function in AbstractLatticeFunction 340 LatticeFunc->PrintValue(getLatticeState(I), OS); in Print()
|
/external/chromium_org/testing/gtest/include/gtest/ |
D | gtest-printers.h | 139 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/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 108 virtual void PrintValue(LatticeVal V, raw_ostream &OS);
|
/external/chromium_org/v8/src/arm64/ |
D | simulator-arm64.h | 265 bool PrintValue(const char* desc);
|
D | simulator-arm64.cc | 3164 bool Simulator::PrintValue(const char* desc) { in PrintValue() function in v8::internal::Simulator 3330 if (!PrintValue(arg1)) { in Debug()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 9326 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/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 9326 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);
|