/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | PBlackBox.h | 61 Lexer *scan; variable 71 , scan(0) in ParserBlackBox() 87 scan = new Lexer(in); in ParserBlackBox() 88 pipe = new ANTLRTokenBuffer(scan); in ParserBlackBox() 90 scan->setToken(tok); in ParserBlackBox() 97 , scan(0) in ParserBlackBox() 113 scan = new Lexer(in); in ParserBlackBox() 114 pipe = new ANTLRTokenBuffer(scan); in ParserBlackBox() 116 scan->setToken(tok); in ParserBlackBox() 124 delete in; delete scan; delete pipe; delete _parser; delete tok; in ~ParserBlackBox() local [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | PBlackBox.h | 52 Lexer *scan; variable 65 scan = new Lexer(in); in ParserBlackBox() 66 pipe = new ANTLRTokenBuffer(scan); in ParserBlackBox() 68 scan->setToken(tok); in ParserBlackBox() 83 scan = new Lexer(in); in ParserBlackBox() 84 pipe = new ANTLRTokenBuffer(scan); in ParserBlackBox() 86 scan->setToken(tok); in ParserBlackBox() 94 delete in; delete scan; delete pipe; delete _parser; delete tok; in ~ParserBlackBox() local 101 Lexer *getLexer() { return scan; } in getLexer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 1153 register Bytef *scan = s->window + s->strstart; /* current string */ local 1171 register ush scan_start = *(ushf*)scan; 1172 register ush scan_end = *(ushf*)(scan+best_len-1); 1175 register Byte scan_end1 = scan[best_len-1]; 1176 register Byte scan_end = scan[best_len]; 1223 Assert(scan[2] == match[2], "scan[2]?"); 1224 scan++, match++; 1226 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1227 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1228 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 1032 register Bytef *scan = s->window + s->strstart; /* current string */ local 1050 register ush scan_start = *(ushf*)scan; 1051 register ush scan_end = *(ushf*)(scan+best_len-1); 1054 register Byte scan_end1 = scan[best_len-1]; 1055 register Byte scan_end = scan[best_len]; 1102 Assert(scan[2] == match[2], "scan[2]?"); 1103 scan++, match++; 1105 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1106 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1107 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | makefile | 178 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ 185 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h 187 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \ 199 scan.o : scan.c mode.h tokens.h
|
D | makefile.cygwin | 179 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ 186 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h 188 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \ 200 scan.o : scan.c mode.h tokens.h
|
D | makefile1 | 55 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ 63 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h 65 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \ 77 scan.o : scan.c mode.h tokens.h 79 scan.c mode.h: parser.dlg 80 $(DLG) -C2 parser.dlg scan.c
|
D | AntlrPPC.mak | 19 # scan.c 48 "{ObjDir�PPC}scan.c.x" 95 "{ObjDir�PPC}scan.c.x" � {�MondoBuild�} scan.c 96 {PPCC} scan.c -o {Targ} {PPCCOptions}
|
D | AntlrDDK.mak | 21 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \ 49 scan.obj: $(ANTLR_SRC)\scan.c \ 62 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\scan.c
|
D | AntlrMS.mak | 22 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \ 50 scan.obj: $(ANTLR_SRC)\scan.c \ 63 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\scan.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
D | scantools.py | 427 def setinput(self, scan = sys.stdin): argument 428 if not type(scan) in (TupleType, ListType): 429 scan = [scan] 430 self.allscaninputs = scan 436 scan = self.allscaninputs[0] 439 if scan: 440 if type(scan) == StringType: 441 file = self.openinput(scan) 444 file = scan 477 def scan(self): member in Scanner [all …]
|
/device/huawei/angler/sepolicy/ |
D | vold.te | 1 # generated by proc scan, unnecessary
|
/device/google/marlin/sepolicy/ |
D | vold.te | 1 # generated by proc scan, unnecessary
|
D | tee.te | 3 # scan SCSI devices
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | NOTES.bcc | 74 OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj fset.obj \ 105 scan.$(OBJ_EXT): scan.c mode.h tokens.h 108 #scan.c mode.h: parser.dlg 109 # $(DLG) -C2 parser.dlg scan.c
|
/device/lge/bullhead/wifi/ |
D | WCNSS_qcom_cfg.ini | 341 #If set will start with active scan after driver load, otherwise will start with 343 #passive scan to find out the domain 348 #If set to 0, will not scan DFS channels 458 #Disable split scan, the FW will take care of it 560 # Perform PNO fast scan this many number of times 563 # PNO slow scan period = gPNOSlowScanMultiplier times PNO fast scan period 564 # Example: fast scan period is passed from framework (default = 10 sec), then 565 # PNO slow scan period = 60 sec.
|
/device/google/marlin/ |
D | WCNSS_qcom_cfg.ini | 217 # Perform PNO fast scan this many number of times 220 # PNO slow scan period = gPNOSlowScanMultiplier times PNO fast scan period 221 # Example: fast scan period is passed from framework (default = 10 sec), then 222 # PNO slow scan period = 60 sec. 229 #If set will start with active scan after driver load, otherwise will start with 230 #passive scan to find out the domain 233 #If set to 0, will not scan DFS channels
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/ |
D | WinNtAutoScanPei.inf | 4 # This module abstracts memory auto-scan in a Windows NT environment.
|
/device/linaro/bootloader/edk2/EmulatorPkg/AutoScanPei/ |
D | AutoScanPei.inf | 4 # This module abstracts memory auto-scan in a Emu environment.
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | README.txt | 3 …ng the toolbar button or �do EfiLoadDxe� from the command area). It will scan memory for the debu…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 151 const struct filedescr *scan; in _PyImport_Init() local 160 for (scan = _PyImport_DynLoadFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init() 163 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init() 1538 const struct filedescr *scan; in find_module() local 1539 scan = _PyImport_DynLoadFiletab; in find_module() 1540 while (scan->suffix != NULL) { in find_module() 1541 if (!strcmp(scan->suffix, fdp->suffix)) in find_module() 1544 scan++; in find_module() 1546 if (scan->suffix != NULL) { in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 123 const struct filedescr *scan; in _PyImport_Init() local 132 for (scan = _PyImport_DynLoadFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init() 135 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init() 1458 const struct filedescr *scan; in find_module() local 1459 scan = _PyImport_DynLoadFiletab; in find_module() 1460 while (scan->suffix != NULL) { in find_module() 1461 if (!strcmp(scan->suffix, fdp->suffix)) in find_module() 1464 scan++; in find_module() 1466 if (scan->suffix != NULL) { in find_module()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | import.c | 123 const struct filedescr *scan; in _PyImport_Init() local 132 for (scan = _PyImport_DynLoadFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init() 135 for (scan = _PyImport_StandardFiletab; scan->suffix != NULL; ++scan) in _PyImport_Init() 1458 const struct filedescr *scan; in find_module() local 1459 scan = _PyImport_DynLoadFiletab; in find_module() 1460 while (scan->suffix != NULL) { in find_module() 1461 if (!strcmp(scan->suffix, fdp->suffix)) in find_module() 1464 scan++; in find_module() 1466 if (scan->suffix != NULL) { in find_module()
|
/device/linaro/bootloader/edk2/Nt32Pkg/ |
D | Nt32Pkg.dec | 57 ## This PPI provide system memory scan interface which simulate real platform perform 58 # memory's auto scan.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/ |
D | README | 25 of regular expressions or binary files to scan.
|