Searched defs:leaf (Results 1 - 25 of 38) sorted by path

12

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java203 boolean selected, boolean expanded, boolean leaf, int row,
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb213 [leaf] a node that does not have any children
250 def leaf?
444 alias leaf? empty?
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl_unittest.cc688 v8::Local<v8::Object> leaf = deep_object; local
691 leaf->Set(v8::String::NewFromUtf8(isolate_, kKey), new_object);
692 leaf = new_object;
709 // The leaf node shouldn't have any properties.
/external/chromium_org/net/cert/
H A Dcert_verify_proc_unittest.cc437 ImportCertFromFile(certs_dir, "cross-signed-leaf.pem");
566 scoped_refptr<X509Certificate> leaf = local
572 int error = Verify(leaf.get(),
601 scoped_refptr<X509Certificate> leaf = local
607 int error = Verify(leaf.get(),
1230 scoped_refptr<X509Certificate> leaf = local
1236 int error = Verify(leaf.get(),
1253 error = Verify(leaf.get(),
H A Dct_objects_extractor_nss.cc441 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, argument
444 DCHECK(leaf);
447 NSSCertWrapper leaf_cert(leaf);
466 // This can happen when the issuer and leaf certs share the same serial
503 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { argument
504 DCHECK(leaf);
507 if (!X509Certificate::GetDEREncoded(leaf, &encoded))
H A Dct_objects_extractor_openssl.cc186 bool GetPrecertLogEntry(X509Certificate::OSCertHandle leaf, argument
191 ScopedX509 leaf_x509(OSCertHandleToOpenSSL(leaf));
250 bool GetX509LogEntry(X509Certificate::OSCertHandle leaf, LogEntry* result) { argument
251 DCHECK(leaf);
254 if (!X509Certificate::GetDEREncoded(leaf, &encoded))
H A Dx509_certificate.cc734 OSCertHandle leaf,
737 chain.push_back(leaf);
733 CalculateChainFingerprint256( OSCertHandle leaf, const OSCertHandles& intermediates) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp245 InlineBox* leaf = 0; local
246 for (InlineBox* box = nextOnLine(); box && !leaf; box = box->nextOnLine())
247 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild();
248 if (!leaf && parent())
249 leaf = parent()->nextLeafChild();
250 return leaf;
255 InlineBox* leaf = 0; local
256 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine())
257 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild();
258 if (!leaf
265 InlineBox* leaf = nextLeafChild(); local
273 InlineBox* leaf = prevLeafChild(); local
[all...]
H A DInlineFlowBox.cpp1136 InlineBox* leaf = 0; local
1137 for (InlineBox* child = firstChild(); child && !leaf; child = child->nextOnLine())
1138 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild();
1139 return leaf;
1144 InlineBox* leaf = 0; local
1145 for (InlineBox* child = lastChild(); child && !leaf; child = child->prevOnLine())
1146 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild();
1147 return leaf;
1297 InlineBox* leaf = firstLeafChild(); local
1304 // First find highest and lowest levels, and initialize leafBoxesInLogicalOrder with the leaf boxe
[all...]
H A DRootInlineBox.cpp480 static bool isEditableLeaf(InlineBox* leaf) argument
482 return leaf && leaf->renderer().node() && leaf->renderer().node()->hasEditableStyle();
517 for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) {
518 if (!leaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) {
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h774 USHORT leaf; member in struct:_MODULE_TYPE_INFO
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46478 u8 leaf; /* True if leaf flag is set */ member in struct:MemPage
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h65 ** 23 1 Min leaf payload fraction
100 ** The min leaf payload fraction is like the min embedded payload fraction
101 ** except that it applies to leaf nodes in a LEAFDATA tree. The maximum
128 ** 0 1 Flags. 1: intkey, 2: zerodata, 4: leafdata, 8: leaf
135 ** The flags define the format of this btree page. The leaf flag means that
191 ** 4 Page number of the left child. Omitted if leaf flag is set.
205 ** Freelist pages come in two subtypes: trunk pages and leaf pages. The
207 ** page points to multiple leaf pages. The content of a leaf page is
212 ** 4 Number of leaf pointer
276 u8 leaf; /* True if leaf flag is set */ member in struct:MemPage
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h324 // Put 32 entries in the root and (2^BITS)/32 entries in each leaf.
373 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); local
374 if (leaf == NULL) return false;
375 memset(leaf, 0, sizeof(*leaf));
376 root_[i1] = leaf;
379 // Advance key past whatever is covered by this leaf node
393 Leaf* leaf = root_[i1]; local
394 if (leaf != NULL) {
395 // Scan forward in leaf
487 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); local
510 Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]); local
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h121 // Put 32 entries in the root and (2^BITS)/32 entries in each leaf.
170 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); local
171 if (leaf == NULL) return false;
172 memset(leaf, 0, sizeof(*leaf));
173 root_[i1] = leaf;
176 // Advance key past whatever is covered by this leaf node
190 Leaf* leaf = root_[i1]; local
191 if (leaf != NULL) {
192 // Scan forward in leaf
284 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf))); local
307 Leaf* leaf = reinterpret_cast<Leaf*>(root_->ptrs[i1]->ptrs[i2]); local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-type.c502 static void cv_type_append_leaf(cv_type *type, /*@keep@*/ cv_leaf *leaf);
508 cv_leaf *leaf = yasm_xmalloc(sizeof(cv_leaf)); local
509 leaf->type = CV5_LF_LABEL;
510 leaf->format = "h";
511 leaf->args[0].i = is_far ? 4 : 0;
512 return leaf;
538 cv_leaf_destroy(cv_leaf *leaf) argument
540 const char *ch = leaf->format;
551 cv_leaf_destroy((cv_leaf *)leaf->args[arg++].p);
557 yasm_xfree(leaf
567 cv_leaf_size(const cv_leaf *leaf) argument
610 cv_leaf_tobytes(const cv_leaf *leaf, yasm_bytecode *bc, yasm_arch *arch, unsigned char **bufp, yasm_intnum *cval) argument
679 cv_type_append_leaf(cv_type *type, cv_leaf *leaf) argument
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc26 // The leaf mutexes can be locked under any other mutexes.
55 bool leaf[N] = {}; local
62 CHECK(!leaf[i]);
63 leaf[i] = true;
72 CHECK(!leaf[i] || cnt[i] == 0);
74 // Add leaf mutexes.
76 if (!leaf[i])
79 if (i == j || leaf[j] || j == MutexTypeInvalid)
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustManagerImpl.java272 // this gives us a full chain from leaf to root, which we use for cert pinning and pass
367 // is the leaf certificate (server or client cert).
449 private final X509Certificate leaf; field in class:TrustManagerImpl.ExtendedKeyUsagePKIXCertPathChecker
451 private ExtendedKeyUsagePKIXCertPathChecker(boolean clientAuth, X509Certificate leaf) { argument
453 this.leaf = leaf;
473 // We only want to validate the EKU on the leaf certificate.
474 if (c != leaf) {
479 ekuOids = leaf.getExtendedKeyUsage();
H A DTrustedCertificateStore.java417 * Attempt to build a certificate chain from the supplied {@code leaf}
420 * This means that a list with only the {@code leaf} certificate is returned
426 public List<X509Certificate> getCertificateChain(X509Certificate leaf) argument
430 OpenSSLX509Certificate cert = convertToOpenSSLIfNeeded(leaf);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...

Completed in 1060 milliseconds

12