Home
last modified time | relevance | path

Searched refs:cindex (Results 1 – 25 of 53) sorted by relevance

123

/external/clang/bindings/python/tests/cindex/
Dtest_tokens.py1 from clang.cindex import CursorKind
2 from clang.cindex import Index
3 from clang.cindex import SourceLocation
4 from clang.cindex import SourceRange
5 from clang.cindex import TokenKind
Dtest_translation_unit.py5 from clang.cindex import CursorKind
6 from clang.cindex import Cursor
7 from clang.cindex import File
8 from clang.cindex import Index
9 from clang.cindex import SourceLocation
10 from clang.cindex import SourceRange
11 from clang.cindex import TranslationUnitSaveError
12 from clang.cindex import TranslationUnitLoadError
13 from clang.cindex import TranslationUnit
Dtest_access_specifiers.py2 from clang.cindex import AccessSpecifier
3 from clang.cindex import Cursor
4 from clang.cindex import TranslationUnit
Dtest_cdb.py1 from clang.cindex import CompilationDatabase
2 from clang.cindex import CompilationDatabaseError
3 from clang.cindex import CompileCommands
4 from clang.cindex import CompileCommand
Dtest_location.py1 from clang.cindex import Cursor
2 from clang.cindex import File
3 from clang.cindex import SourceLocation
4 from clang.cindex import SourceRange
Dtest_comment.py1 from clang.cindex import TranslationUnit
2 from tests.cindex.util import get_cursor
Dutil.py3 from clang.cindex import Cursor
4 from clang.cindex import TranslationUnit
Dtest_cursor.py4 from clang.cindex import CursorKind
5 from clang.cindex import TemplateArgumentKind
6 from clang.cindex import TranslationUnit
7 from clang.cindex import TypeKind
Dtest_file.py1 from clang.cindex import Index, File
Dtest_index.py1 from clang.cindex import *
Dtest_token_kind.py1 from clang.cindex import TokenKind
/external/clang/test/Index/
Dcindex-from-source.m2 // RUN: c-index-test -write-pch %t.pfx.h.gch -x objective-c-header %S/Inputs/cindex-from-source.h
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]
Dcindex-on-invalid.m18 // 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/
DConstPool.java1300 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/libmicrohttpd/doc/
Dlibmicrohttpd.texi146 @cindex poll
147 @cindex epoll
148 @cindex select
177 @cindex performance
213 @cindex compilation
214 @cindex embedded systems
215 @cindex portability
301 @cindex portability
302 @cindex microhttpd.h
323 @cindex signals
[all …]
/external/bison/lib/
Dlbitset.c190 bset->b.cindex = next->index; in lbitset_elt_unlink()
195 bset->b.cindex = prev->index; in lbitset_elt_unlink()
222 bset->b.cindex = elt->prev->index; in lbitset_prune()
278 else if (windex < bset->b.cindex) in lbitset_elt_link()
312 bset->b.cindex = windex; in lbitset_elt_link()
329 if ((windex - bset->b.cindex) < bset->b.csize) in lbitset_elt_find()
339 if (windex < bset->b.cindex) in lbitset_elt_find()
357 bset->b.cindex = elt->index; in lbitset_elt_find()
481 dst->b.cindex = LBITSET_HEAD (dst)->index; in lbitset_copy()
524 dst->b.cdata[windex - dst->b.cindex] |= in lbitset_set()
[all …]
Dbitset.h139 bitset_windex offset = windex - bset->b.cindex; in bitset_set()
153 bitset_windex offset = windex - bset->b.cindex; in bitset_reset()
167 bitset_windex offset = windex - bset->b.cindex; in bitset_test()
Debitset.c98 #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()
/external/libopus/celt/
Drate.c83 opus_int16 *cindex; in compute_pulse_cache() local
87 cindex = (opus_int16 *)opus_alloc(sizeof(cache->index[0])*m->nbEBands*(LM+2)); in compute_pulse_cache()
88 cache->index = cindex; in compute_pulse_cache()
97 cindex[i*m->nbEBands+j] = -1; in compute_pulse_cache()
106 cindex[i*m->nbEBands+j] = cindex[k*m->nbEBands+n]; in compute_pulse_cache()
119 cindex[i*m->nbEBands+j] = curr; in compute_pulse_cache()
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j]; in compute_pulse_cache()
/external/bison/doc/
Dbison.texi384 @cindex introduction
484 @cindex context-free grammar
485 @cindex grammar, context-free
496 @cindex BNF
497 @cindex Backus-Naur form
504 @cindex LALR grammars
505 @cindex IELR grammars
506 @cindex LR grammars
518 @cindex GLR parsing
519 @cindex generalized LR (GLR) parsing
[all …]
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdphuff.c136 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local
137 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
139 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder()
143 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
/external/libjpeg-turbo/
Djdphuff.c139 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local
140 coef_bit_ptr = & cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
142 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder()
146 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_P_A_L_.py50 for cindex, color in enumerate(palette):
51 color.toXML(writer, ttFont, cindex)
/external/llvm/test/CodeGen/SystemZ/
Dalloca-01.ll56 %cindex = add i64 %index, 3919
57 %c = getelementptr i8, i8 *%a, i64 %cindex
/external/clang/bindings/python/
DREADME.txt13 tests.cindex.test_index.test_create ... ok

123