/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/crl_unittest/ |
H A D | generate_crl_test_data.py | 122 LEAF = CreateCert('Test Cert', CA, crl_dp='URI:http://example.com/foo.crl', is_ca=False) variable 277 ''' % (LEAF['cert'].get_serial_number() + 100, 278 LEAF['cert'].get_serial_number(), 279 LEAF['cert'].get_serial_number() + 101), 304 ''' % (LEAF['cert'].get_serial_number() + 100, 305 LEAF['cert'].get_serial_number(), 306 LEAF['cert'].get_serial_number() + 101), 328 ''' % (LEAF['cert'].get_serial_number(), 329 LEAF['cert'].get_serial_number() + 101), 349 ''' % (LEAF['cert'].get_serial_number() + 100, [all …]
|
/aosp_15_r20/external/e2fsprogs/util/ |
H A D | mkutf8data.c | 173 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument 174 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument 175 #define LEAF_STR(LEAF) ((const char*)((LEAF) + 2)) argument 341 #define LEAF 0 macro 391 } else if (node->rightnode == LEAF) { in lookup() 400 } else if (node->leftnode == LEAF) { in lookup() 427 if (tree->childnode == LEAF) { in tree_walk() 450 if (node->leftnode == LEAF) { in tree_walk() 464 if (node->rightnode == LEAF) { in tree_walk() 562 node->rightnode = LEAF; in insert() [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | ACBTree.m | 133 tmp.numrecs = ((nodeType == LEAF)?1:numrecs); 163 if ( numkeys == 1 && nodeType != LEAF ) { 219 if ( self.numkeys == 0 && self.nodeType == LEAF ) 225 if ( t.nodeType == LEAF ) { 281 if ( self.nodeType != LEAF ) { 287 /* if not LEAF propagate back high key */ 358 … if ( nodeType == LEAF && ret == 0 ) return (self); /* node containing keyentry found */ 362 if ( nodeType == LEAF ) { /* key goes in this node */ 466 if ( self.nodeType == LEAF ) { 472 numrecs -= ((self.nodeType == LEAF)?1:btNodes[j].numrecs); [all …]
|
H A D | AMutableDictionary.m | 45 root.nodeType = LEAF; 68 root.nodeType = LEAF;
|
H A D | ACBTree.h | 11 LEAF enumerator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/unicode-ident-1.0.12/src/ |
H A D | lib.rs | 251 use crate::tables::{ASCII_CONTINUE, ASCII_START, CHUNK, LEAF, TRIE_CONTINUE, TRIE_START}; 259 unsafe { LEAF.0.get_unchecked(offset) }.wrapping_shr(ch as u32 % 8) & 1 != 0 in is_xid_start() 268 unsafe { LEAF.0.get_unchecked(offset) }.wrapping_shr(ch as u32 % 8) & 1 != 0 in is_xid_continue()
|
H A D | tables.rs | 176 pub(crate) static LEAF: Align64<[u8; 7584]> = Align64([ variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-ident/src/ |
D | lib.rs | 255 use crate::tables::{ASCII_CONTINUE, ASCII_START, CHUNK, LEAF, TRIE_CONTINUE, TRIE_START}; 263 unsafe { LEAF.0.get_unchecked(offset) }.wrapping_shr(ch as u32 % 8) & 1 != 0 in is_xid_start() 272 unsafe { LEAF.0.get_unchecked(offset) }.wrapping_shr(ch as u32 % 8) & 1 != 0 in is_xid_continue()
|
D | tables.rs | 176 pub(crate) static LEAF: Align64<[u8; 7520]> = Align64([ variable
|
/aosp_15_r20/external/f2fs-tools/lib/ |
H A D | nls_utf8.c | 278 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument 279 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument 280 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) argument
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | nls_utf8.c | 281 #define LEAF_GEN(LEAF) ((LEAF)[0]) argument 282 #define LEAF_CCC(LEAF) ((LEAF)[1]) argument 283 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) argument
|
/aosp_15_r20/development/scripts/ |
H A D | combine_sdks.sh | 90 LEAF=$(echo "$OUTPUT" | sed -e "s:.*\.zip/::" | sed -e "s:.zip$::") 91 mv * "$LEAF" 93 zip $V -qr "$TMP_ZIP" "$LEAF"
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/loong64/ |
D | obj.go | 232 p.Mark |= LABEL | LEAF | SYNC 261 c.cursym.Func().Text.Mark &^= LEAF 279 if q1.Mark&LEAF == 0 { 311 if p.Mark&LEAF != 0 && autosize == 0 { 326 if autosize == 0 && c.cursym.Func().Text.Mark&LEAF == 0 { 332 c.cursym.Func().Text.Mark |= LEAF 338 if c.cursym.Func().Text.Mark&LEAF != 0 { 396 if c.cursym.Func().Text.From.Sym.Wrapper() && c.cursym.Func().Text.Mark&LEAF == 0 { 490 if c.cursym.Func().Text.Mark&LEAF != 0 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/arm/ |
D | obj5.go | 249 LEAF = 1 << 2 const 286 p.Mark |= LEAF 289 cursym.Func().Text.Mark &^= LEAF 295 cursym.Func().Text.Mark &^= LEAF 306 if p.Mark&LEAF != 0 && autosize == 0 { 317 if autosize == 0 && cursym.Func().Text.Mark&LEAF == 0 { 324 cursym.Func().Text.Mark |= LEAF 330 if cursym.Func().Text.Mark&LEAF != 0 { 466 if cursym.Func().Text.Mark&LEAF != 0 {
|
/aosp_15_r20/external/iproute2/examples/ |
H A D | cbq.init-v0.7.3 | 613 LEAF=tbf; BOUNDED=yes; ISOLATED=no 776 if [ "$LEAF" = "tbf" ]; then 779 elif [ "$LEAF" = "sfq" ]; then 949 if [ "$LEAF" = "tbf" ]; then
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
D | objz.go | 246 p.Mark |= LEAF 250 c.cursym.Func().Text.Mark &^= LEAF 306 if p.Mark&LEAF != 0 && autosize == 0 { 317 if p.Mark&LEAF != 0 && autosize < abi.StackSmall { 375 } else if c.cursym.Func().Text.Mark&LEAF == 0 { 379 c.cursym.Func().Text.Mark |= LEAF 382 if c.cursym.Func().Text.Mark&LEAF != 0 { 480 if c.cursym.Func().Text.Mark&LEAF != 0 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/mips/ |
D | obj0.go | 170 p.Mark |= LABEL | LEAF | SYNC 207 c.cursym.Func().Text.Mark &^= LEAF 238 if q1.Mark&LEAF == 0 { 277 if p.Mark&LEAF != 0 && autosize == 0 { 292 if autosize == 0 && c.cursym.Func().Text.Mark&LEAF == 0 { 298 c.cursym.Func().Text.Mark |= LEAF 304 if c.cursym.Func().Text.Mark&LEAF != 0 { 362 if c.cursym.Func().Text.From.Sym.Wrapper() && c.cursym.Func().Text.Mark&LEAF == 0 { 456 if c.cursym.Func().Text.Mark&LEAF != 0 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
D | obj7.go | 544 p.Mark |= LEAF 549 c.cursym.Func().Text.Mark &^= LEAF 562 if p.Mark&LEAF != 0 && c.autosize == 0 { 595 if c.autosize == 0 && c.cursym.Func().Text.Mark&LEAF == 0 { 599 c.cursym.Func().Text.Mark |= LEAF 602 if cursym.Func().Text.Mark&LEAF != 0 { 609 if p.Mark&LEAF != 0 && c.autosize < abi.StackSmall { 853 if c.cursym.Func().Text.Mark&LEAF != 0 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
D | obj9.go | 656 p.Mark |= LABEL | LEAF | SYNC 754 c.cursym.Func().Text.Mark &^= LEAF 773 if q1.Mark&LEAF == 0 { 817 if p.Mark&LEAF != 0 && autosize == 0 { 828 if p.Mark&LEAF != 0 && autosize < abi.StackSmall { 946 } else if c.cursym.Func().Text.Mark&LEAF == 0 { 950 c.cursym.Func().Text.Mark |= LEAF 953 if c.cursym.Func().Text.Mark&LEAF != 0 { 1067 if c.cursym.Func().Text.Mark&LEAF != 0 {
|
/aosp_15_r20/external/one-true-awk/ |
H A D | b.c | 45 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL: macro 292 LEAF in penter() 319 LEAF in freetr() 494 LEAF in cfoll() 533 LEAF in first()
|
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-ident/patches/ |
D | std.diff | 13 use crate::tables::{ASCII_CONTINUE, ASCII_START, CHUNK, LEAF, TRIE_CONTINUE, TRIE_START};
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tree/ |
D | leaf_node.hpp | 50 return LEAF; in what_type()
|
D | node.hpp | 25 enum type {LEAF, SEQUENCE, SELECTION, ITERATION, END}; enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-ident/tests/ |
D | static_size.rs | 15 + size_of_val(&tables::LEAF); in test_size()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/unicode-ident-1.0.12/tests/ |
H A D | static_size.rs | 15 + size_of_val(&tables::LEAF); in test_size()
|