/external/clang/test/Index/ |
D | cindex-from-source.m | 2 // RUN: %clang -x objective-c-header %S/Inputs/cindex-from-source.h -o %t.pfx.h.gch 5 // CHECK: cindex-from-source.m:{{.*}}:{{.*}}: StructDecl=s0:{{.*}}:{{.*}} 6 // CHECK: cindex-from-source.m:{{.*}}:{{.*}}: VarDecl=g0:{{.*}}:{{.*}} 7 // CHECK: cindex-from-source.m:9:1: TypeRef=t0:1:13 Extent=[9:1 - 9:3]
|
D | cindex-on-invalid.m | 18 // CHECK: cindex-on-invalid.m:5:8: error: use of undeclared label 'exit' 19 // CHECK: cindex-on-invalid.m:13:9:{13:7-13:13} 20 // CHECK: cindex-on-invalid.m:21:1: error: expected identifier or '('
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 1300 public MemberrefInfo(int cindex, int ntindex) { in MemberrefInfo() argument 1301 classIndex = cindex; in MemberrefInfo() 1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); in copy2() argument 1339 public FieldrefInfo(int cindex, int ntindex) { in FieldrefInfo() argument 1340 super(cindex, ntindex); in FieldrefInfo() 1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() argument 1352 return dest.addFieldrefInfo(cindex, ntindex); in copy2() 1359 public MethodrefInfo(int cindex, int ntindex) { in MethodrefInfo() argument 1360 super(cindex, ntindex); in MethodrefInfo() 1371 protected int copy2(ConstPool dest, int cindex, int ntindex) { in copy2() argument [all …]
|
/external/bison/lib/ |
D | lbitset.c | 189 bset->b.cindex = next->index; in lbitset_elt_unlink() 194 bset->b.cindex = prev->index; in lbitset_elt_unlink() 221 bset->b.cindex = elt->prev->index; in lbitset_prune() 277 else if (windex < bset->b.cindex) in lbitset_elt_link() 311 bset->b.cindex = windex; in lbitset_elt_link() 328 if ((windex - bset->b.cindex) < bset->b.csize) in lbitset_elt_find() 338 if (windex < bset->b.cindex) in lbitset_elt_find() 356 bset->b.cindex = elt->index; in lbitset_elt_find() 480 dst->b.cindex = LBITSET_HEAD (dst)->index; in lbitset_copy() 523 dst->b.cdata[windex - dst->b.cindex] |= in lbitset_set() [all …]
|
D | bitset.h | 138 bitset_windex offset = windex - bset->b.cindex; in bitset_set() 152 bitset_windex offset = windex - bset->b.cindex; in bitset_reset() 166 bitset_windex offset = windex - bset->b.cindex; in bitset_test()
|
D | ebitset.c | 98 #define EBITSET_ZERO_SET(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX, \ 101 #define EBITSET_CACHE_DISABLE(BSET) ((BSET)->b.cindex = BITSET_WINDEX_MAX) 114 ((BSET)->b.cindex = (EINDEX) * EBITSET_ELT_WORDS, \ 518 dst->b.cdata[windex - dst->b.cindex] |= in ebitset_set() 532 dst->b.cdata[windex - dst->b.cindex] &= in ebitset_reset() 548 && ((src->b.cdata[windex - src->b.cindex] in ebitset_test()
|
D | bitset_stats.c | 317 bitset_windex offset = wordno - bset->b.cindex; in bitset_stats_set() 336 bitset_windex offset = wordno - bset->b.cindex; in bitset_stats_reset() 363 bitset_windex offset = wordno - bset->b.cindex; in bitset_stats_test() 687 bset->b.cindex = 0; in bitset_stats_init()
|
D | bbitset.h | 88 bitset_windex cindex; /* Cache word index. */ member 105 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex
|
D | vbitset.c | 129 dst->b.cdata[windex - dst->b.cindex] |= 1135 bset->b.cindex = 0;
|
D | abitset.c | 824 bset->b.cindex = 0; in abitset_init()
|
/external/bison/doc/ |
D | bison.texinfo | 332 @cindex introduction 421 @cindex context-free grammar 422 @cindex grammar, context-free 433 @cindex @acronym{BNF} 434 @cindex Backus-Naur form 441 @cindex @acronym{LALR}(1) grammars 442 @cindex @acronym{LR}(1) grammars 456 @cindex @acronym{GLR} parsing 457 @cindex generalized @acronym{LR} (@acronym{GLR}) parsing 458 @cindex ambiguous grammars [all …]
|
D | fdl.texi | 5 @cindex FDL, GNU Free Documentation License
|
/external/clang/bindings/python/tests/cindex/ |
D | test_index.py | 1 from clang.cindex import *
|
D | test_cursor_kind.py | 1 from clang.cindex import CursorKind
|
D | test_cursor.py | 1 from clang.cindex import Index, CursorKind
|
D | test_diagnostics.py | 1 from clang.cindex import *
|
D | test_translation_unit.py | 1 from clang.cindex import *
|
/external/clang/bindings/python/ |
D | README.txt | 13 tests.cindex.test_index.test_create ... ok
|
/external/clang/bindings/python/examples/cindex/ |
D | cindex-includes.py | 19 from clang.cindex import Index
|
D | cindex-dump.py | 57 from clang.cindex import Index
|
/external/libffi/doc/ |
D | libffi.texi | 74 @cindex calling convention 75 @cindex ABI 76 @cindex Application Binary Interface 96 @cindex FFI 97 @cindex Foreign Function Interface 125 @cindex cif 431 @cindex closures 432 @cindex closure API
|
/external/jpeg/ |
D | jdphuff.c | 135 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local 136 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder() 138 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder() 142 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
|
/external/iptables/libiptc/ |
D | libiptc.c | 549 unsigned int cindex = 0; in iptcc_chain_index_build() local 566 cindex=chains / list_length; in iptcc_chain_index_build() 571 if (cindex >= h->chain_index_sz) in iptcc_chain_index_build() 575 debug("\nIndex[%d] Chains:", cindex); in iptcc_chain_index_build() 576 h->chain_index[cindex] = c; in iptcc_chain_index_build()
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 910 % @findex, @vindex, @kindex, @cindex. 914 \def\cindex {\cpindex}
|
/external/bison/build-aux/ |
D | texinfo.tex | 3621 % @findex, @vindex, @kindex, @cindex. 3625 \def\cindex {\cpindex}
|