Searched refs:cindex (Results 1 - 21 of 21) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_index.py1 from clang.cindex import *
H A Dtest_cursor_kind.py1 from clang.cindex import CursorKind
H A Dtest_cursor.py1 from clang.cindex import Index, CursorKind, TypeKind
H A Dtest_location.py1 from clang.cindex import Index
H A Dtest_diagnostics.py1 from clang.cindex import *
H A Dtest_translation_unit.py1 from clang.cindex import *
H A Dtest_type.py1 from clang.cindex import Index, CursorKind, TypeKind
/external/clang/bindings/python/examples/cindex/
H A Dcindex-includes.py3 #===- cindex-includes.py - cindex/Python Inclusion Graph -----*- python -*--===#
19 from clang.cindex import Index
H A Dcindex-dump.py3 #===- cindex-dump.py - cindex/Python Source Dump -------------*- python -*--===#
57 from clang.cindex import Index
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java1300 public MemberrefInfo(int cindex, int ntindex) { argument
1301 classIndex = cindex;
1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); argument
1339 public FieldrefInfo(int cindex, int ntindex) { argument
1340 super(cindex, ntindex);
1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { argument
1352 return dest.addFieldrefInfo(cindex, ntindex);
1359 public MethodrefInfo(int cindex, int ntindex) { argument
1360 super(cindex, ntindex);
1371 protected int copy2(ConstPool dest, int cindex, in argument
1379 InterfaceMethodrefInfo(int cindex, int ntindex) argument
1391 copy2(ConstPool dest, int cindex, int ntindex) argument
[all...]
/external/bison/lib/
H A Dlbitset.c189 bset->b.cindex = next->index;
194 bset->b.cindex = prev->index;
221 bset->b.cindex = elt->prev->index;
277 else if (windex < bset->b.cindex)
311 bset->b.cindex = windex;
328 if ((windex - bset->b.cindex) < bset->b.csize)
338 if (windex < bset->b.cindex)
356 bset->b.cindex = elt->index;
480 dst->b.cindex = LBITSET_HEAD (dst)->index;
523 dst->b.cdata[windex - dst->b.cindex] |
[all...]
H A Dbitset.h138 bitset_windex offset = windex - bset->b.cindex;
152 bitset_windex offset = windex - bset->b.cindex;
166 bitset_windex offset = windex - bset->b.cindex;
H A Dbitset_stats.c317 bitset_windex offset = wordno - bset->b.cindex;
336 bitset_windex offset = wordno - bset->b.cindex;
363 bitset_windex offset = wordno - bset->b.cindex;
687 bset->b.cindex = 0;
H A Dbbitset.h88 bitset_windex cindex; /* Cache word index. */ member in struct:bbitset_struct
105 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex
H A Debitset.c42 The bitset cache can be disabled either by setting cindex to
44 we use the former approach since cindex needs to be updated whenever
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] |=
532 dst->b.cdata[windex - dst->b.cindex] &=
548 && ((src->b.cdata[windex - src->b.cindex]
H A Dvbitset.c129 dst->b.cdata[windex - dst->b.cindex] |=
1135 bset->b.cindex = 0;
H A Dabitset.c824 bset->b.cindex = 0;
/external/jpeg/
H A Djdphuff.c135 int cindex = cinfo->cur_comp_info[ci]->component_index; local
136 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
138 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0);
142 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi);
/external/iptables/libiptc/
H A Dlibiptc.c549 unsigned int cindex = 0; local
566 cindex=chains / list_length;
571 if (cindex >= h->chain_index_sz)
575 debug("\nIndex[%d] Chains:", cindex);
576 h->chain_index[cindex] = c;
637 debug("Update cindex[%d] with next ptr name:[%s]\n",
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex910 % @findex, @vindex, @kindex, @cindex.
914 \def\cindex {\cpindex}
/external/grub/docs/
H A Dtexinfo.tex3535 % @findex, @vindex, @kindex, @cindex.
3539 \def\cindex {\cpindex}

Completed in 321 milliseconds