HomeSort by relevance Sort by last modified time
    Searched defs:depth_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmtojavascriptdepth.cpp 16 unsigned long CXFA_FMToJavaScriptDepth::depth_ = 0; member in class:CXFA_FMToJavaScriptDepth
20 depth_ = 0;
cxfa_fmtojavascriptdepth.h 10 CXFA_FMToJavaScriptDepth() { depth_++; }
11 ~CXFA_FMToJavaScriptDepth() { depth_--; }
13 bool IsWithinMaxDepth() const { return depth_ <= max_depth_; }
18 static unsigned long depth_; member in class:CXFA_FMToJavaScriptDepth
  /art/openjdkjvmti/
ti_stack.h 93 depth_(static_cast<size_t>(depth)) { }
103 if (cnt_ == depth_) {
116 size_t depth_; member in struct:openjdkjvmti::FindFrameAtDepthVisitor
ti_method.cc 551 : result_(ERR(INTERNAL)), depth_(depth), slot_(slot) {}
557 FindFrameAtDepthVisitor visitor(self, context.get(), depth_);
677 jint depth_; member in class:openjdkjvmti::CommonLocalVariableClosure
974 jint depth_; member in class:openjdkjvmti::GetLocalInstanceClosure
    [all...]
  /art/runtime/
thread_pool_test.cc 130 depth_(depth) {}
133 if (depth_ > 1) {
134 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
135 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
148 const int depth_; member in class:art::TreeTask
subtype_check_info.h 143 return depth_;
157 io.depth_ = depth;
200 io.depth_ = 0u;
218 child.depth_ = depth_ + 1u;
287 if (path_to_root.Length() == depth_) {
313 return GetBitString()[depth_];
322 *next = GetBitString()[depth_];
336 depth_ = depth;
339 DCHECK_GE(depth_, path_to_root.Length()
486 size_t depth_; member in struct:art::SubtypeCheckInfo
    [all...]
thread.cc 2489 uint32_t depth_ = 0; member in class:FetchStackTraceVisitor
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppstanzaparser.h 72 int depth_; member in class:buzz::XmppStanzaParser
  /art/compiler/optimizing/
inliner.h 58 depth_(depth),
290 const size_t depth_; member in class:art::HInliner
  /art/compiler/debug/dwarf/
debug_info_entry_writer.h 64 depth_++;
71 DCHECK_GT(depth_, 0);
82 depth_--;
194 int Depth() const { return depth_; }
212 DCHECK_EQ(depth_, 0);
219 int depth_ = 0; member in class:art::dwarf::FINAL
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 168 int depth_; member in class:google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
  /external/v8/src/compiler/
loop-analysis.h 45 size_t depth() const { return static_cast<size_t>(depth_); }
53 depth_(0),
60 int depth_; member in class:v8::internal::compiler::LoopTree::Loop
144 child->depth_ = parent->depth_ + 1;
js-operator.h 257 size_t depth() const { return depth_; }
265 const uint16_t depth_; member in class:v8::internal::compiler::final
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.cpp 57 PseudoMethodAccent() : depth_(0), word_count_(0), length_(0) {}
64 size_t depth_; member in class:aapt::PseudoMethodAccent
325 if (depth_ == 0) {
329 depth_++;
340 depth_--;
341 if (depth_ == 0) {
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 177 size_t depth_; member in class:aapt::xml::XmlPullParser
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.h 203 uint32_t depth_; member in class:spvtools::opt::analysis::Image
  /external/gemmlowp/internal/
pack.h 145 : data_(data), width_(width), depth_(depth), stride_(stride) {}
148 : data_(data), width_(width), depth_(depth) {
149 stride_ = kOrder == SideMapOrder::WidthMajor ? depth_ : width_;
155 depth_(other.depth_),
159 int depth() const { return depth_; }
179 assert(start_depth + block_depth <= depth_);
187 int width_, depth_, stride_; member in class:gemmlowp::SideMap
  /external/libchrome/base/json/
json_parser.cc 36 explicit StackMarker(int* depth) : depth_(depth) {
37 ++(*depth_);
38 DCHECK_LE(*depth_, kStackMaxDepth);
41 --(*depth_);
45 return *depth_ >= kStackMaxDepth;
49 int* const depth_; member in class:base::internal::__anon24194::StackMarker
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
grow_stats.h 84 int32 depth() const { return depth_; }
102 const int32 depth_; member in class:tensorflow::tensorforest::GrowStats
  /external/v8/src/ast/
ast-traversal-visitor.h 52 int depth() const { return depth_; }
58 int depth_; member in class:v8::internal::AstTraversalVisitor
85 ++depth_; \
87 --depth_; \
94 : root_(root), depth_(0) {
101 : root_(root), depth_(0) {
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d_sycl.h 39 : depth_(depth),
68 : depth_(params.depth),
86 const int depth_; member in struct:tensorflow::SYCL3DPoolParams
142 int d = n % p_.depth_;
143 n /= p_.depth_;
158 input_data + n * p_.in_planes_ * p_.in_cols_ * p_.in_rows_ * p_.depth_;
162 int idx = ((p * p_.in_rows_ + r) * p_.in_cols_ + c) * p_.depth_ + d;
260 const int d = n % p_.depth_;
261 n /= p_.depth_;
280 index - n * p_.in_planes_ * p_.in_cols_ * p_.in_rows_ * p_.depth_;
    [all...]
deep_conv2d.cc 509 depth_(depth),
511 lhs_mapper_(lhs_input, depth_) {}
513 void Run() { pack_lhs(lhs_block_, lhs_mapper_, depth_, rows_); }
517 const int64 depth_; member in class:tensorflow::GemmFilterPacker
592 depth_(depth),
597 rhs_mapper_(rhs_input, depth_),
600 void PackRhs() { pack_rhs(rhs_block_, rhs_mapper_, depth_, cols_); }
604 gebp(out_mapper_, lhs_block_, rhs_block_, rows_, depth_, cols_, 1.0);
610 const int64 depth_; member in class:tensorflow::GemmState
    [all...]
mkl_fused_batch_norm_op.cc 937 size_t depth_; \/\/ batch normalization is done for per channel. member in class:tensorflow::MklFusedBatchNormOp
1283 int depth_; \/\/ batch normalization is done for per channel. member in class:tensorflow::MklFusedBatchNormGradOp
    [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 1619 size_t depth_; member in class:flatbuffers::FLATBUFFERS_FINAL_CLASS
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 119 const size_t depth_)
126 read(blob_,size_,depth_);
138 const size_t depth_,const std::string &magick_)
145 read(blob_,size_,depth_,magick_);
472 const size_t depth_)
477 SetImageDepth(image(),depth_,exceptionInfo); local
696 void Magick::Image::depth(const size_t depth_)
699 depth = depth_;
1164 void Magick::Image::modulusDepth(const size_t depth_)
1168 SetImageDepth(image(),depth_,exceptionInfo) local
    [all...]

Completed in 838 milliseconds

1 2