/external/v8/src/diagnostics/ |
D | objects-printer.cc | 72 if (!IsMap()) os << "\n - map: " << Brief(map()); in PrintHeader() 249 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties() 254 os << Brief(descs.GetStrongValue(i)); in PrintProperties() 383 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); in PrintFixedArrayElements() 403 os << "\n 0: context: " << Brief(elements.context()) in PrintSloppyArgumentElements() 404 << "\n 1: arguments_store: " << Brief(arguments_store) in PrintSloppyArgumentElements() 408 os << "\n " << i << ": param(" << i << "): " << Brief(mapped_entry); in PrintSloppyArgumentElements() 417 << "\n - arguments_store: " << Brief(arguments_store) << " " in PrintSloppyArgumentElements() 431 os << Brief(value); in PrintEmbedderData() 443 os << " - elements: " << Brief(elements()) << " {"; in PrintElements() [all …]
|
/external/v8/src/objects/ |
D | tagged-impl.cc | 19 os << Brief(*this); in ShortPrint() 25 os << Brief(*this); in ShortPrint() 31 os << Brief(*this); in ShortPrint()
|
D | code.cc | 446 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationDataPrint() 499 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 511 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 524 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 534 << Brief(SharedFunctionInfo::cast(shared_info).DebugName()) in DeoptimizationDataPrint() 625 os << "{literal_id=" << literal_index << " (" << Brief(literal_value) in DeoptimizationDataPrint() 886 os << Brief(source_position_table) << std::endl; in Disassemble()
|
D | objects.h | 735 struct Brief { struct 737 explicit Brief(TObject v) : value{v.ptr()} {} in Brief() function 744 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const Brief& v); argument
|
D | objects.cc | 1819 os << Brief(*this); in ShortPrint() 1824 os << Brief(*this); in ShortPrint() 1828 void Object::ShortPrint(std::ostream& os) const { os << Brief(*this); } in ShortPrint() 1835 std::ostream& operator<<(std::ostream& os, const Brief& v) { in operator <<() 2028 << data.end_position() << ") preparsed=" << Brief(data.preparse_data()) in HeapObjectShortPrint() 2141 os << "callback= " << Brief(info.callback()); in HeapObjectShortPrint() 2142 os << ", js_callback= " << Brief(info.js_callback()); in HeapObjectShortPrint() 2143 os << ", data= " << Brief(info.data()); in HeapObjectShortPrint() 2160 os << " " << Brief(value1()) << ", " << Brief(value2()); in BriefPrintDetails() 2169 << Brief(constant_elements()); in BriefPrintDetails() [all …]
|
D | string-table.cc | 324 os << " " << i.as_uint32() << ": " << Brief(Get(isolate, i)) << std::endl; in Print()
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 87 const BlockContentComment *Brief; member 99 Brief(nullptr), Headerfile(nullptr), FirstParagraph(nullptr) { in FullCommentParts() 123 if (!Brief && Info->IsBriefCommand) { in FullCommentParts() 124 Brief = BCC; in FullCommentParts() 447 if (Parts.Brief) in visitFullComment() 448 visit(Parts.Brief); in visitFullComment() 957 if (Parts.Brief) { in visitFullComment() 959 visit(Parts.Brief); in visitFullComment()
|
/external/v8/src/compiler/ |
D | js-operator.cc | 231 return os << Brief(*p.name()); in operator <<() 284 return os << Brief(*p.name()) << ", " << p.language_mode(); in operator <<() 346 return os << Brief(*p.name()) << ", " << p.typeof_mode(); in operator <<() 377 return os << p.language_mode() << ", " << Brief(*p.name()); in operator <<() 414 if (p.site().ToHandle(&site)) os << ", " << Brief(*site); in operator <<() 493 if (!p.map().is_null()) os << ", " << Brief(*p.map()); in operator <<() 522 return os << Brief(*p.description()) << ", " << Brief(*p.shared()); in operator <<() 551 return os << p.allocation() << ", " << Brief(*p.shared_info()) << ", " in operator <<() 552 << Brief(*p.code()); in operator <<() 584 return os << Brief(*p.constant()) << ", " << p.length() << ", " << p.flags(); in operator <<()
|
D | simplified-operator.cc | 102 os << Brief(*map) << ", "; in operator <<() 392 return os << "fast-transition from " << Brief(*transition.source()) in operator <<() 393 << " to " << Brief(*transition.target()); in operator <<() 395 return os << "slow-transition from " << Brief(*transition.source()) in operator <<() 396 << " to " << Brief(*transition.target()); in operator <<() 439 return os << "fast-map" << Brief(*parameters.fast_map()) << " double-map" in operator <<() 440 << Brief(*parameters.double_map()); in operator <<() 480 << Brief(*parameters.fast_map()); in operator <<() 513 return os << "double-map" << Brief(*parameters.double_map()); in operator <<()
|
D | frame-states.cc | 84 os << ", " << Brief(*shared_info); in operator <<()
|
D | serializer-for-background-compilation.cc | 788 << Brief(*virtual_context.context) << std::endl; in operator <<() 796 out << Brief(*virtual_closure.shared()) << std::endl; in operator <<() 797 out << Brief(*virtual_closure.feedback_vector()) << std::endl; in operator <<() 816 out << " constant " << Brief(*constant) << std::endl; in operator <<() 819 out << " map " << Brief(*map) << std::endl; in operator <<() 1149 << Brief(*shared.object()) << ", bailing out.\n"); in Run()
|
/external/v8/src/codegen/ |
D | compilation-cache.cc | 314 os << "NCI cache insertion: " << Brief(*key) << ", " << Brief(*value) in TraceInsertion() 322 os << "NCI cache hit: " << Brief(*key) << ", " << Brief(*value) << std::endl; in TraceHit()
|
D | string-constants.cc | 102 return os << Brief(*p.str()); in operator <<()
|
D | reloc-info.cc | 458 os << " (" << Brief(target_object()) << ")"; in Print() 460 os << " (" << Brief(target_object()) << " compressed)"; in Print()
|
/external/python/cpython3/Lib/distutils/command/ |
D | command_template | 15 # Brief (40-50 characters) description of the command
|
/external/python/cpython2/Lib/distutils/command/ |
D | command_template | 15 # Brief (40-50 characters) description of the command
|
/external/iperf3/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 25 * Brief description of code changes (suitable for use as a commit message):
|
/external/v8/src/interpreter/ |
D | constant-array-builder.cc | 113 os << "Duplicate constant found: " << Brief(*entry.ToHandle(isolate)) in CheckAllElementsAreUnique() 118 os << i++ << ": " << Brief(*prev_entry.ToHandle(isolate)) << std::endl; in CheckAllElementsAreUnique()
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 60 * **Brief and utilitarian is better than long and exhaustive**. The vast
|
/external/v8/src/execution/ |
D | runtime-profiler.cc | 99 os << "NCI tierup mark: " << Brief(function) << ", " in TraceNCIRecompile()
|
/external/v8/src/handles/ |
D | handles-inl.h | 79 return os << Brief(*handle);
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
|
/external/libdrm/include/drm/ |
D | README | 78 a) Brief summary on the delta. If there's any change that looks like an
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib.rst | 4 Brief Tour of the Standard Library
|
/external/python/cpython3/Doc/tutorial/ |
D | stdlib.rst | 4 Brief Tour of the Standard Library
|