/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
D | pygettext.py | 363 def __call__(self, ttype, tstring, stup, etup, line): argument 368 self.__state(ttype, tstring, stup[0]) 370 def __waiting(self, ttype, tstring, lineno): argument 376 if ttype == tokenize.STRING: 379 elif ttype not in (tokenize.COMMENT, tokenize.NL): 383 if ttype == tokenize.NAME and tstring in ('class', 'def'): 386 if ttype == tokenize.NAME and tstring in opts.keywords: 389 def __suiteseen(self, ttype, tstring, lineno): argument 391 if ttype == tokenize.OP and tstring == ':': 394 def __suitedocstring(self, ttype, tstring, lineno): argument [all …]
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | res_send.c | 259 int n, ttype, tclass; in res_nameinquery() local 267 ttype = ns_get16(cp); cp += INT16SZ; in res_nameinquery() 269 if (ttype == type && in res_nameinquery() 314 int n, ttype, tclass; in res_queriesmatch() local 322 ttype = ns_get16(cp); cp += INT16SZ; in res_queriesmatch() 324 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cgitb.py | 84 for ttype, token, start, end, line in tokenize.generate_tokens(reader): 85 if ttype == tokenize.NEWLINE: break 86 if ttype == tokenize.NAME and token not in keyword.kwlist:
|
D | trace.py | 427 for ttype, tstr, start, end, line in tokenize.generate_tokens(f.readline): 428 if ttype == token.STRING: 434 prev_ttype = ttype
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | spark.py | 474 ttype = token is not None and self.typestring(token) or None 475 if ttype is not None: 476 fn, arg = self.gotoT, ttype 516 ttype = token is not None and self.typestring(token) or None 521 if ttype is not None: 522 k = self.edges.get((state, ttype), None)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lobject.h | 124 #define ttype(o) (rttype(o) & 0x3F) macro 177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
|
D | ltable.c | 98 switch (ttype(key)) { in mainposition() 482 switch (ttype(key)) { in luaH_get()
|
D | luac.c | 269 printf("? type=%d",ttype(o)); in PrintConstant()
|
D | lapi.c | 445 switch (ttype(o)) { in lua_topointer() 1193 switch (ttype(fi)) { in aux_upvalue() 1262 switch (ttype(fi)) { in lua_upvalueid()
|
D | ldo.c | 301 switch (ttype(func)) { in luaD_precall()
|
D | lvm.c | 263 switch (ttype(t1)) { in luaV_equalobj_()
|
/device/google/marlin/camera/QCamera2/stack/common/ |
D | cam_types.h | 999 uint8_t ttype; member
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/ |
D | cam_types.h | 999 uint8_t ttype; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 3174 int ttype = NTYPE(qn->target); in next_setup() local 3175 if (IS_NODE_TYPE_SIMPLE(ttype)) { in next_setup()
|