Searched refs:analyzer (Results 1 – 20 of 20) sorted by relevance
/external/bluetooth/hcidump/ |
D | README | 7 Bluetooth packet analyzer 13 In order to compile Bluetooth analyzer you need following software packages:
|
/external/srec/srec/Semproc/include/ |
D | SR_SemanticProcessorImpl.h | 52 LexicalAnalyzer* analyzer; member
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 122 if ((rc = LA_Init(&impl->analyzer)) != ESR_SUCCESS) in SR_SemanticProcessorCreate() 162 LA_Free(impl->analyzer); in SR_SemanticProcessor_Destroy() 1069 if ((rc = LA_Analyze(semproc->analyzer, scripts)) == ESR_SUCCESS) in interpretScripts() 1075 …if ((rc = EP_parse(semproc->parser, semproc->analyzer, semproc->symtable, semproc->eval, &((*impl)… in interpretScripts()
|
/external/v8/src/ |
D | fast-codegen.cc | 439 LivenessAnalyzer analyzer; in MakeCode() local 440 analyzer.Analyze(info->function()); in MakeCode()
|
D | SConscript | 100 usage-analyzer.cc
|
/external/v8/ |
D | Android.v8common.mk | 67 src/usage-analyzer.cc \
|
/external/v8/src/ia32/ |
D | fast-codegen-ia32.cc | 439 LivenessAnalyzer analyzer; in MakeCode() local 440 analyzer.Analyze(info->function()); in MakeCode()
|
/external/v8/tools/v8.xcodeproj/ |
D | project.pbxproj | 131 …0E71A6CC0043BA31 /* usage-analyzer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1950E719… 192 …0E78D5B2006B2466 /* usage-analyzer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 897FF1950E719… 491 …62E90 /* usage-analyzer.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sou… 492 …00D62E90 /* usage-analyzer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = s… 869 897FF1950E719B8F00D62E90 /* usage-analyzer.cc */, 870 897FF1960E719B8F00D62E90 /* usage-analyzer.h */, 1227 89A88E280E71A6CC0043BA31 /* usage-analyzer.cc in Sources */, 1336 89F23C7C0E78D5B2006B2466 /* usage-analyzer.cc in Sources */,
|
/external/v8/tools/gyp/ |
D | v8.gyp | 380 '../../src/usage-analyzer.cc', 381 '../../src/usage-analyzer.h',
|
/external/bison/doc/ |
D | bison.texinfo | 156 * Lexer: Rpcalc Lexer. The lexical analyzer. 172 * Lexer: Ltcalc Lexer. The lexical analyzer. 1204 @cindex lexical analyzer, purpose 1219 The tokens come from a function called the @dfn{lexical analyzer} that 1221 parser calls the lexical analyzer each time it wants a new token. It 1223 may reflect this). Typically the lexical analyzer makes the tokens by 1230 the lexical analyzer. Another is an error-reporting function which the 1239 such as the lexical analyzer function @code{yylex}, the error reporting 1275 Write a lexical analyzer to process input and pass tokens to the parser. 1276 The lexical analyzer may be written by hand in C (@pxref{Lexical, ,The [all …]
|
D | bison.info | 118 * Lexer: Rpcalc Lexer. The lexical analyzer. 134 * Lexer: Ltcalc Lexer. The lexical analyzer. 1419 The tokens come from a function called the "lexical analyzer" that 1421 parser calls the lexical analyzer each time it wants a new token. It 1423 may reflect this). Typically the lexical analyzer makes the tokens by 1430 the lexical analyzer. Another is an error-reporting function which the 1439 analyzer function `yylex', the error reporting function `yyerror' and 1471 2. Write a lexical analyzer to process input and pass tokens to the 1472 parser. The lexical analyzer may be written by hand in C (*note 1517 You need to declare the lexical analyzer `yylex' and the error printer [all …]
|
D | refcard.tex | 478 \key{User defined lexical analyzer.} {int yylex()}
|
/external/bison/tests/ |
D | calc.at | 250 | Lexical analyzer returns an integer on the stack and the token |
|
D | testsuite | 11118 | Lexical analyzer returns an integer on the stack and the token | 13559 | Lexical analyzer returns an integer on the stack and the token | 19608 | Lexical analyzer returns an integer on the stack and the token | 20848 | Lexical analyzer returns an integer on the stack and the token | 22070 | Lexical analyzer returns an integer on the stack and the token | 24501 | Lexical analyzer returns an integer on the stack and the token | 25714 | Lexical analyzer returns an integer on the stack and the token | 26945 | Lexical analyzer returns an integer on the stack and the token | 30594 | Lexical analyzer returns an integer on the stack and the token | 36652 | Lexical analyzer returns an integer on the stack and the token | [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 486 X+ fprintf(stderr,"Function: fast lexical analyzer generator V%s\n",flex_version);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 9 flex - fast lexical analyzer generator
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 78 flex - fast lexical analyzer generator
|
D | flex.texi | 156 flex - fast lexical analyzer generator
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 14860 This fixes a warning noticed by the clang static analyzer:
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 65478 ** Used to pass information from the analyzer reader through to the
|