/external/icu4c/common/ |
serv.cpp | 436 ICUService* ncthis = (ICUService*)this; // cast away semantic const 615 ICUService * ncthis = (ICUService*)this; // cast away semantic const 662 ICUService* ncthis = (ICUService*)this; // cast away semantic const 693 ICUService* ncthis = (ICUService*)this; // cast away semantic const 746 ICUService* ncthis = (ICUService*)this; // cast away semantic const
|
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 111 * @param result [in/out] Array of semantic results to be populated 125 * @param tag eScript semantic expression (tag) for the word 148 * @param tag eScript semantic expression (tag) for the nametag 331 * @param tag eScript semantic expression for the word. In other words, eScript will execute 355 * @param tag eScript semantic expression (tag) for the nametag
|
/external/collada/include/1.4/dom/ |
domCommon_newparam_type.h | 31 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::SEMANTIC; } 373 * Gets the semantic element. 374 * @return a daeSmartRef to the semantic element.
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 77 * Display the Semantic Result 263 /*deallocate semantic results*/ 637 /*deallocate semantic results*/
|
/external/bluetooth/glib/gthread/ |
gthread-posix.c | 179 signature and semantic are right, but without error check then!!!!, 211 can be taken directly, as signature and semantic are right, but
|
/external/collada/include/dae/ |
daeMetaAttribute.h | 34 * Each @c daeMetaAttribute has certain semantic operations it is capable of 36 * @c daeMetaAttributes use the @c daeAtomicType system as their underlying semantic
|
/external/webkit/Source/JavaScriptCore/wtf/ |
ThreadSpecific.h | 31 * native API. There is subtle semantic discrepancy for the cleanup function 37 * This semantic discrepancy does not impose any problem because nowhere in
|
/external/clang/docs/ |
InternalsManual.html | 61 <li><a href="#LexicalAndSemanticContexts">Lexical and Semantic 640 annotation tokens represent semantic information and are produced by the parser, [all...] |
/external/bison/data/ |
c++.m4 | 49 ## Semantic Values. ##
|
/external/bison/src/ |
tables.h | 40 contains. For yydebug and for semantic parser.
|
/external/clang/include/clang/AST/ |
ASTConsumer.h | 33 /// semantic analysis.
|
DeclFriend.h | 36 /// The semantic context of a friend decl is its declaring class.
|
StmtCXX.h | 125 /// This is stored in a partially-desugared form to allow full semantic
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 41 ParseSyntaxOnly, ///< Parse and perform semantic analysis.
|
/external/clang/include/clang/Sema/ |
DelayedDiagnostic.h | 14 // semantic properties of the parsed declaration that aren't known
|
ScopeInfo.h | 1 //===--- ScopeInfo.h - Information about a semantic context -----*- C++ -*-===//
|
/external/llvm/utils/TableGen/ |
TGParser.h | 73 private: // Semantic analysis methods.
|
/external/srec/srec/Semproc/include/ |
SR_SemprocDefinitions.h | 34 * Max number of semantic results
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
symbols.c | 233 /************************************ Symbol Semantic Functions ******************************/
|
/frameworks/base/core/java/android/app/backup/ |
FullBackup.java | 106 // in practice this will only be for the default semantic directories,
|
/frameworks/base/core/jni/ |
android_app_backup_FullBackup.cpp | 67 * domain: which semantic name the file is to be stored under (a, r, f, db, etc)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
gslice.h | 83 // for a ref-counted semantic
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 83 // for a ref-counted semantic
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 83 // for a ref-counted semantic
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
CommandRecognizerEngine.java | 331 // the "semantic" string, which is easy to overflow. So now, 334 // for literal and semantic. 953 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING); local [all...] |