Searched defs:depth (Results 1 - 25 of 154) sorted by relevance

1234567

/external/dbus/dbus/
H A Ddbus-message-factory.h47 int depth; member in struct:__anon1789
/external/webkit/WebKit/chromium/public/
H A DWebScreenInfo.h39 // The screen depth in bits per pixel
40 int depth; member in struct:WebKit::WebScreenInfo
67 : depth(0)
/external/chromium/net/third_party/nss/ssl/
H A Dcmpcert.c66 int depth; local
74 depth=0;
105 if ( ( depth <= 20 ) &&
112 depth++;
/external/dbus/tools/
H A Ddbus-print-message.c44 indent (int depth) argument
46 while (depth-- > 0)
51 print_iter (DBusMessageIter *iter, dbus_bool_t literal, int depth) argument
60 indent(depth);
179 print_iter (&subiter, literal, depth+1);
192 print_iter (&subiter, literal, depth+1);
197 indent(depth);
208 print_iter (&subiter, literal, depth+1);
210 print_iter (&subiter, literal, depth+1);
211 indent(depth);
[all...]
/external/expat/examples/
H A Delements.c49 int depth = 0; local
50 XML_SetUserData(parser, &depth);
/external/webkit/WebCore/bindings/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp62 v8::Handle<v8::String> depth = v8::String::New("depth"); local
63 if (jsAttrs->Has(depth))
64 webGLAttrs->setDepth(jsAttrs->Get(depth)->BooleanValue());
/external/webkit/WebCore/platform/brew/
H A DScreenBrew.cpp45 int depth; member in struct:WebCore::DisplayInfo
59 info.depth = bitmapInfo.nDepth;
82 return info.depth;
/external/proguard/src/proguard/shrink/
H A DShortestUsageMark.java40 private final int depth; field in class:ShortestUsageMark
53 this.depth = 0;
88 this.depth = previousUsageMark.depth + cost;
104 this.depth = otherUsageMark.depth;
134 return this.depth < otherUsageMark.depth;
178 return "certain=" + certain + ", depth="+depth
[all...]
/external/webkit/WebCore/html/canvas/
H A DWebGLContextAttributes.cpp70 bool WebGLContextAttributes::depth() const function in class:WebCore::WebGLContextAttributes
72 return m_attrs.depth;
75 void WebGLContextAttributes::setDepth(bool depth) argument
77 m_attrs.depth = depth;
/external/chromium/base/json/
H A Djson_writer.cc52 int depth,
133 BuildJSONString(value, depth, escape);
164 IndentLine(depth + 1);
171 BuildJSONString(value, depth + 1, escape);
176 IndentLine(depth);
194 void JSONWriter::IndentLine(int depth) { argument
197 json_string_->append(std::string(depth * 3, ' '));
51 BuildJSONString(const Value* const node, int depth, bool escape) argument
/external/chromium/base/
H A Dlogging_win.cc87 DWORD depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL); local
90 event.SetField(0, sizeof(depth), &depth);
91 event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
/external/grub/stage2/
H A Dmb_header.h50 unsigned depth; member in struct:multiboot_header
/external/openssl/crypto/pkcs7/
H A Ddec.c204 int err,depth; local
208 depth= X509_STORE_CTX_get_error_depth(ctx);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
216 if (depth < 6)
H A Dverify.c219 int err,depth; local
223 depth= X509_STORE_CTX_get_error_depth(ctx);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
231 if (depth < 6)
/external/skia/include/core/
H A DSkTDStack.h43 int depth() const { return fTotalCount; } function in class:SkTDStack
/external/webkit/WebCore/xml/
H A DXPathNodeSet.cpp38 static inline Node* parentWithDepth(unsigned depth, const Vector<Node*>& parents) argument
40 ASSERT(parents.size() >= depth + 1);
41 return parents[parents.size() - 1 - depth];
49 unsigned depth = parentMatrix[i].size() - 1; local
50 if (minDepth > depth)
51 minDepth = depth;
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
H A Dalloca.c109 (b) keep track of stack depth.
125 char *deep; /* for stack depth measure */
144 auto char probe; /* probes stack depth: */
145 register char *depth = &probe; local
159 if ((STACK_DIR > 0 && hp->h.deep > depth)
160 || (STACK_DIR < 0 && hp->h.deep < depth))
185 ((header *)new)->h.deep = depth;
/external/bluetooth/glib/tests/
H A Dmarkup-test.c7 static int depth = 0; variable
13 while (i < depth)
45 ++depth;
54 --depth;
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java14 protected int depth; field in class:PKIXPolicyNode
37 depth = _depth;
59 return depth;
151 depth,
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java131 public void setDepth (final DepthAttribute depth) argument
133 m_reportCfg.setDepth (depth);
/external/libvpx/nestegg/include/nestegg/
H A Dnestegg.h130 unsigned int depth; /**< Bits per sample. */ member in struct:__anon3604
/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h147 ** node depth. The definition depends on whether the maximum depth is more
153 /* Maximum depth may be more than number of bits in a long. */
160 /* Maximum depth is definitely less than number of bits in a long. */
178 /* Zero-based depth of path into tree. */
179 unsigned depth; member in struct:__anon3729
/external/openssl/crypto/asn1/
H A Dasn1_par.c68 int offset, int depth, int indent, int dump);
113 int depth, int indent, int dump)
155 depth,(long)hl,len) <= 0)
161 depth,(long)hl) <= 0)
164 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0))
182 offset+(p - *pp),depth+1,
192 offset+(p - *pp),depth+1,
112 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
/external/oprofile/libop/
H A Dop_alloc_counter.c102 * @param max_depth number of entry in array ctr_arc == depth of tree
103 * @param depth current level we are exploring
126 allocate_counter(counter_arc_head const * ctr_arc, int max_depth, int depth, argument
131 if (depth == max_depth)
135 if((&ctr_arc[depth].next)->next == &ctr_arc[depth].next) {
136 counter_map[depth] = -1;
137 if (allocate_counter(ctr_arc, max_depth, depth + 1,
142 list_for_each(pos, &ctr_arc[depth].next) {
148 counter_map[depth]
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java377 private TestRecursiveMessage makeRecursiveMessage(int depth) { argument
378 if (depth == 0) {
382 .setA(makeRecursiveMessage(depth - 1)).build();
386 private void assertMessageDepth(TestRecursiveMessage message, int depth) { argument
387 if (depth == 0) {
392 assertMessageDepth(message.getA(), depth - 1);

Completed in 537 milliseconds

1234567