| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
| DLexer.h | 157 /* MR1 */ /* MR23 */ printMessage(stdout, "\ntoken name=%s",parser->parserTokenName(tk));
159 /* MR1 */ /* MR23 */ printMessage(stdout, "\ntoken nnumber=%d",tk);
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
| DLexer.cpp | 151 /* MR1 */ printf("\ntoken name=%s",parser->parserTokenName(tk));
153 /* MR1 */ printf("\ntoken nnumber=%d",tk);
|
| /external/libpcap/ |
| pcap-new.c | 748 int ntoken; local 781 ntoken = sscanf(ptr, "[%[1234567890:.]]:%[^/]/%s", tmphost, tmpport, tmpname); 783 if (ntoken == 1) /* probably the port is missing */ 784 ntoken = sscanf(ptr, "[%[1234567890:.]]/%s", tmphost, tmpname); 790 ntoken = sscanf(ptr, "%[^/:]:%[^/]/%s", tmphost, tmpport, tmpname); 792 if (ntoken == 1) 813 /* NOTE: the host name has been assigned in the previous "ntoken= sscanf(...)" line */ [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| dumpnode.c | 231 case nToken :
310 } else if (p->ntype == nToken) {
|
| parser.dlg | 142 require (le->elem->ntype == nToken,"mark_label_used... ntype != nToken");
1021 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
|
| pred.c | 308 case nToken :
563 case nToken :
|
| antlr.g | 406 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
[all...] |
| fset2.c | [all...] |
| syn.h | 41 #define nToken 3
|
| misc.c | 380 case nToken :
[all...] |
| build.c | 658 p->ntype = nToken;
|
| mrhoist.c | 525 case nToken: return ((TokNode *)n)->next;
[all...] |
| antlr.c | [all...] |
| scan.c | 149 require (le->elem->ntype == nToken,"mark_label_used... ntype != nToken");
1399 /* MR10 */ if (el->elem != NULL && el->elem->ntype == nToken) {
[all...] |
| fset.c | 382 require(p->ntype==nToken, "rToken: not token node");
[all...] |
| gen.c | [all...] |
| /system/tools/hidl/docs/src/parser/elements/ |
| EntryParser.kt | 147 //throw ParseException("Invalid start for entry declaration: ${token}\ntoken: ${token.value}\n${tokenValues(tokens)}", this.indexStart)
|
| /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
| TestSemanticPredicateEvaluation.java | 180 assertEquals("token 1\ntoken 1\n", found);
|
| /external/tcpdump/ |
| print-smb.c | 291 "BROWSE PACKET:\nType=[B] (GetBackupList)\nListCount?=[B]\nToken=[W]\n", 297 "BROWSE PACKET:\nType=[B] (BackupListResponse)\nServerCount?=[B]\nToken=[W]\n*Name=[S]\n", [all...] |
| /frameworks/base/core/java/android/os/ |
| BatteryStats.java | [all...] |