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

  /external/v8/src/ast/
prettyprinter.h 100 void inc_indent() { indent_++; }
101 void dec_indent() { indent_--; }
109 int indent_; member in class:v8::internal::final
prettyprinter.cc 590 : isolate_(isolate), output_(nullptr), size_(0), pos_(0), indent_(0) {
595 DCHECK(indent_ == 0);
601 for (int i = 0; i < indent_; i++) {
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
printer.h 125 string indent_; member in class:google::protobuf::io::Printer
  /external/flatbuffers/src/
idl_gen_grpc.cpp 97 : str_(str), escape_char_('$'), indent_(0) {}
123 str_->insert(str_->end(), indent_ * 2, ' ');
137 void Indent() { indent_++; }
138 void Outdent() { indent_--; assert(indent_ >= 0); }
143 int indent_; member in class:flatbuffers::FlatBufPrinter
  /external/v8/src/
json-stringifier.h 98 INLINE(void Indent() { indent_++; });
99 INLINE(void Unindent() { indent_--; });
117 int indent_; member in class:v8::internal::BASE_EMBEDDED
json-stringifier.cc 85 : isolate_(isolate), builder_(isolate), gap_(nullptr), indent_(0) {
687 for (int i = 0; i < indent_; i++) builder_.AppendCString(gap_);
  /external/protobuf/src/google/protobuf/io/
printer.cc 292 indent_ += " ";
296 if (indent_.empty()) {
301 indent_.resize(indent_.size() - 2);
320 WriteRaw(indent_.data(), indent_.size());
printer.h 303 string indent_; member in class:google::protobuf::io::Printer
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
disassemble.cpp 61 indent_(spvIsInBitfield(SPV_BINARY_TO_TEXT_OPTION_INDENT, options)
127 const int indent_; // How much to indent. 0 means don't indent member in class:__anon112378::Disassembler
173 if (indent_)
174 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size())));
179 stream_ << std::string(indent_, ' ');
  /frameworks/base/tools/aapt2/
DominatorTree_test.cpp 32 explicit PrettyPrinter(const int indent = 2) : indent_(indent) {}
59 VisitNode(child.get(), indent + indent_);
64 const int indent_ = 2; member in class:aapt::__anon40921::PrettyPrinter
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 303 string indent_; member in class:google::protobuf::io::Printer
  /external/v8/src/compiler/
graph-visualizer.cc 290 visualizer->indent_++;
294 visualizer_->indent_--;
297 DCHECK(visualizer_->indent_ >= 0);
306 int indent_; member in class:v8::internal::compiler::GraphC1Visualizer
314 for (int i = 0; i < indent_; i++) {
321 : os_(os), indent_(0), zone_(zone) {}
  /external/protobuf/src/google/protobuf/
text_format.cc 1224 string indent_; member in class:google::protobuf::TextFormat::Printer::TextGenerator
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 195 indent_(0) {}
206 indent_++;
210 indent_--;
241 for (size_t i = 0; i < indent_; ++i) {
839 size_t indent_; member in class:art::HGraphVisualizerPrinter
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 659 string indent_(*target, pos, target->find_first_not_of(" \t", pos) - pos);
661 if (indent_.empty()) {
668 if (data_[i] == '\n') indent_size += indent_.size();
679 memcpy(target_ptr, indent_.data(), indent_.size());
680 target_ptr += indent_.size();
    [all...]
  /art/runtime/
check_jni.cc 251 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {
495 indent_ = methodName.size() + 1;
498 indent_ = 0;
501 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
546 indent_ = methodName.size() + 1;
549 indent_ = 0;
552 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str());
1359 int indent_; member in class:art::ScopedCheck
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2976 int indent_; member in class:v8::internal::final
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 418 milliseconds