/external/v8/src/ |
D | objects-printer.cc | 289 os << Brief(RawFastPropertyAt(field_index)); in PrintProperties() 294 os << Brief(descs->GetValue(i)); in PrintProperties() 379 os << std::setw(12) << ss.str() << ": " << Brief(previous_value); in PrintFixedArrayElements() 423 os << " " << (i - 2) << ":" << Brief(p->get(i)); in PrintElements() 425 os << "\n context: " << Brief(p->get(0)) in PrintElements() 426 << "\n arguments: " << Brief(p->get(1)); in PrintElements() 449 os << "\n - elements = " << Brief(obj->elements()) << " [" in JSObjectPrintHeader() 463 os << "\n - properties = " << Brief(obj->properties()) << " {"; in JSObjectPrintBody() 467 os << " - elements = " << Brief(obj->elements()) << " {"; in JSObjectPrintBody() 489 os << "\n - length = " << Brief(this->length()); in JSArrayPrint() [all …]
|
D | handles-inl.h | 39 return os << Brief(*handle);
|
D | compiler.cc | 101 os << "[compiling method " << Brief(*info()->closure()) << " using " in PrepareJob() 1022 os << "[switching method " << Brief(*function) << " to baseline code]" in GetBaselineCode()
|
D | objects.cc | 2366 os << Brief(this); in ShortPrint() 2372 os << Brief(this); in ShortPrint() 2377 void Object::ShortPrint(std::ostream& os) { os << Brief(this); } in ShortPrint() 2380 std::ostream& operator<<(std::ostream& os, const Brief& v) { in operator <<() 2852 os << Brief(*(old_value.ToHandleChecked())); in PrintGeneralization() 2860 os << Brief(*(new_value.ToHandleChecked())); in PrintGeneralization() 14241 os << " " << Brief(SharedFunctionInfo::cast(info)) << "\n"; in DeoptimizationInputDataPrint() 14288 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint() 14299 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint() 14310 << Brief(SharedFunctionInfo::cast(shared_info)->DebugName()) in DeoptimizationInputDataPrint() [all …]
|
/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 | 236 return os << Brief(*parameters.catch_name()) << ", " in operator <<() 237 << Brief(*parameters.scope_info()); in operator <<() 293 return os << Brief(*p.name()); in operator <<() 343 return os << Brief(*p.name()) << ", " << p.language_mode(); in operator <<() 402 return os << Brief(*p.name()) << ", " << p.typeof_mode(); in operator <<() 433 return os << p.language_mode() << ", " << Brief(*p.name()); in operator <<() 469 if (!p.site().is_null()) os << ", " << Brief(*p.site()); in operator <<() 501 return os << p.pretenure() << ", " << Brief(*p.shared_info()); in operator <<() 532 return os << Brief(*p.constant()) << ", " << p.length() << ", " << p.flags() in operator <<()
|
D | simplified-operator.cc | 124 os << Brief(*map) << ", "; in operator <<() 265 os << ", " << Brief(*maps[i]); in operator <<() 339 return os << "fast-transition from " << Brief(*transition.source()) in operator <<() 340 << " to " << Brief(*transition.target()); in operator <<() 342 return os << "slow-transition from " << Brief(*transition.source()) in operator <<() 343 << " to " << Brief(*transition.target()); in operator <<()
|
D | frame-states.cc | 84 os << ", " << Brief(*shared_info); in operator <<()
|
D | types.cc | 1007 os << "HeapConstant(" << Brief(*this->AsHeapConstant()->Value()) << ")"; in PrintTo()
|
D | instruction.cc | 593 return os << Brief(*constant.ToHeapObject()); in operator <<()
|
D | load-elimination.cc | 356 os << " - " << Brief(*maps[i]) << "\n"; 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/v8/src/interpreter/ |
D | constant-array-builder.cc | 71 os << "Duplicate constant found: " << Brief(*handle) << std::endl; in CheckAllElementsAreUnique() 75 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/crankshaft/ |
D | unique.h | 142 return os << Brief(*uniq.handle());
|
D | typing.cc | 41 os << " : " << Brief(value) << " -> "; in PrintObserved()
|
/external/clang/include/clang/AST/ |
D | CommentCommands.td | 95 def Brief : BlockCommand<"brief"> { let IsBriefCommand = 1; }
|
/external/libdrm/include/drm/ |
D | README | 76 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
|
D | stdlib2.rst | 4 Brief Tour of the Standard Library -- Part II
|
/external/python/cpython3/Doc/tutorial/ |
D | stdlib.rst | 4 Brief Tour of the Standard Library
|
D | stdlib2.rst | 4 Brief Tour of the Standard Library --- Part II
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 545 os << Brief(args[0]); in RUNTIME_FUNCTION()
|
/external/v8/src/ast/ |
D | ast-types.cc | 1224 os << "Constant(" << Brief(*this->AsConstant()->Value()) << ")"; in PrintTo()
|