Searched refs:tk (Results 1 – 19 of 19) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | DLexer.cpp | 66 ANTLRTokenType tk; in nextTokenType() local 136 tk = (ANTLRTokenType) in nextTokenType() 141 tk = (this->*actions[accepts[state]])(); in nextTokenType() 151 /* MR1 */ printf("\ntoken name=%s",parser->parserTokenName(tk)); in nextTokenType() 153 /* MR1 */ printf("\ntoken nnumber=%d",tk); in nextTokenType() 180 return tk; in nextTokenType()
|
D | ATokPtr.h | 86 #define mytoken(tk) ((ANTLRToken *)(tk.operator->())) argument
|
D | DLexerBase.cpp | 237 _ANTLRTokenPtr tk = token_to_fill->makeToken(tt, _lextext,_line); in getToken() local 238 return tk; in getToken()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | DLexer.h | 69 ANTLRTokenType tk; in nextTokenType() local 139 tk = (ANTLRTokenType) in nextTokenType() 144 tk = (this->*actions[accepts[state]])(); in nextTokenType() 154 /* MR1 */ /* MR23 */ printMessage(stdout, "\ntoken name=%s",parser->parserTokenName(tk)); in nextTokenType() 156 /* MR1 */ /* MR23 */ printMessage(stdout, "\ntoken nnumber=%d",tk); in nextTokenType() 183 return tk; in nextTokenType()
|
D | ATokPtr.h | 86 #define mytoken(tk) ((ANTLRToken *)(tk.operator->())) argument
|
D | DLexerBase.cpp | 250 _ANTLRTokenPtr tk = token_to_fill->makeToken(tt, _lextext,_line); in getToken() local 251 return tk; in getToken()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
D | external-common.bat | 15 @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1 34 @rem tcl/tk 39 if not exist tk-8.5.2.0 svn export http://svn.python.org/projects/external/tk-8.5.2.0
|
D | README.tcltk-AMD64 | 1 Comments on building tcl/tk for AMD64 with the MS SDK compiler 4 I did have to build tcl/tk manually.
|
D | external-amd64.bat | 15 cd tk-8.5.2.0\win
|
D | external.bat | 16 cd tk-8.5.2.0\win
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | bits.c | 413 int tk; in ComputeTokSets() local 418 tk = set_int(tcl); /* grab one of the tok class refs */ in ComputeTokSets() 419 set_rm(tk, tcl); in ComputeTokSets() 420 if ( p->tok != tk ) /* tokclass ref to yourself? */ in ComputeTokSets() 422 q = (TermEntry *) hash_get(Tname, TokenString(tk)); in ComputeTokSets() 426 set_rm(tk, p->tset); /* remove ref that we replaced */ in ComputeTokSets()
|
D | antlr.c | 1844 TokNode *tk = (TokNode *)((Junction *)zzaArg(zztasp2,2 ).left)->p1; local 1845 tk->elnum = e_num;
|
D | antlr.g | 1558 TokNode *tk = (TokNode *)((Junction *)$2.left)->p1; 1559 tk->elnum = e_num;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | README | 49 zlib is built into tcl: http://wiki.tcl.tk/4610 .
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | pydoc.py | 2138 self.window.tk.willdispatch()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | pydoc.py | 2219 self.window.tk.willdispatch()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pydoc.py | 2134 self.window.tk.willdispatch()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 1168 lives in Lib/lib-tk/Tkinter.py, and a C module called "_tkinter"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 1175 lives in Lib/lib-tk/Tkinter.py, and a C module called "_tkinter"
|