/external/clang/test/Index/ |
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 '('
|
cindex-test-inclusions.c | 5 // CHECK: cindex-test-inclusions.c 9 // CHECK: cindex-test-inclusions.c:3:10 13 // CHECK: cindex-test-inclusions.c:3:10
|
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]
|
/external/clang/bindings/python/tests/cindex/ |
test_file.py | 1 from clang.cindex import Index, File
|
test_tokens.py | 1 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
|
test_index.py | 1 from clang.cindex import *
|
test_cdb.py | 1 from clang.cindex import CompilationDatabase 2 from clang.cindex import CompilationDatabaseError 3 from clang.cindex import CompileCommands 4 from clang.cindex import CompileCommand
|
test_location.py | 1 from clang.cindex import Cursor 2 from clang.cindex import File 3 from clang.cindex import SourceLocation 4 from clang.cindex import SourceRange
|
test_token_kind.py | 1 from clang.cindex import TokenKind
|
test_translation_unit.py | 4 from clang.cindex import CursorKind 5 from clang.cindex import Cursor 6 from clang.cindex import File 7 from clang.cindex import Index 8 from clang.cindex import SourceLocation 9 from clang.cindex import SourceRange 10 from clang.cindex import TranslationUnitSaveError 11 from clang.cindex import TranslationUnit
|
util.py | 3 from clang.cindex import Cursor 4 from clang.cindex import TranslationUnit
|
test_cursor_kind.py | 1 from clang.cindex import CursorKind
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.texi | 342 @cindex POSIX 343 @cindex IEEE Standard 1003.2 344 @cindex standards conformance 414 @cindex reporting bugs 415 @cindex bugs, reporting 416 @cindex problems and bugs, reporting 468 @cindex makefile 484 @cindex recompilation 485 @cindex editor 500 @cindex rule, introduction t [all...] |
/external/clang/bindings/python/clang/ |
__init__.py | 18 cindex 23 __all__ = ['cindex']
|
/external/clang/bindings/python/examples/cindex/ |
cindex-includes.py | 3 #===- cindex-includes.py - cindex/Python Inclusion Graph -----*- python -*--===# 19 from clang.cindex import Index
|
cindex-dump.py | 3 #===- cindex-dump.py - cindex/Python Source Dump -------------*- python -*--===# 57 from clang.cindex import Index
|
/external/clang/tools/libclang/ |
CXSourceLocation.h | 28 /// \brief Translate a Clang source location into a CIndex source location. 40 /// \brief Translate a Clang source location into a CIndex source location. 48 /// \brief Translate a Clang source range into a CIndex source range. 58 /// \brief Translate a Clang source range into a CIndex source range.
|
CMakeLists.txt | 11 CIndex.cpp
|
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 496 int cIndex = jfunc.getArgCIndex(idx); 498 if (!cfunc.getArgType(cIndex).isConst()) { 502 if (!cfunc.getArgType(cIndex).isConst()) { 835 int cIndex = jfunc.getArgCIndex(i); 836 String cname = cfunc.getArgName(cIndex); [all...] |
JFunc.java | 80 public void addArgument(String argName, JType argType, int cindex) { 83 argCIndices.add(new Integer(cindex));
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed-in.texi | 153 @cindex Stream editor 194 @cindex Version, printing 200 @cindex Usage summary, printing 211 @cindex Disabling autoprint, from command line 223 @cindex Script, from command line 231 @cindex Script, from a file 239 @cindex In-place editing, activating 240 @cindex @value{SSEDEXT}, in-place editing 247 @cindex @value{SSEDEXT}, @file{/dev/stdout} file 260 @cindex In-place editing, Perl-style backup file name [all...] |
sed.texi | 154 @cindex Stream editor 195 @cindex Version, printing 201 @cindex Usage summary, printing 212 @cindex Disabling autoprint, from command line 224 @cindex Script, from command line 232 @cindex Script, from a file 240 @cindex In-place editing, activating 241 @cindex @value{SSEDEXT}, in-place editing 248 @cindex @value{SSEDEXT}, @file{/dev/stdout} file 261 @cindex In-place editing, Perl-style backup file name [all...] |
/external/bison/doc/ |
bison.texi | 384 @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) parsin [all...] |
/external/clang/bindings/python/ |
README.txt | 13 tests.cindex.test_index.test_create ... ok
|
/external/skia/legacy/src/animator/ |
SkAnimateActive.cpp | 311 for (int cIndex = 0; cIndex < components; cIndex++) { 312 SkScalar delta = to[cIndex].fScalar - from[cIndex].fScalar; 314 delta = to[cIndex].fScalar - existingValues[cIndex].fScalar;
|