Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py363 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/
Dres_send.c259 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/
Dcgitb.py84 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:
Dtrace.py427 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/
Dspark.py474 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/
Dltable.c98 switch (ttype(key)) { in mainposition()
482 switch (ttype(key)) { in luaH_get()
Dlobject.h124 #define ttype(o) (rttype(o) & 0x3F) macro
177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt)
Dluac.c269 printf("? type=%d",ttype(o)); in PrintConstant()
Dlapi.c445 switch (ttype(o)) { in lua_topointer()
1193 switch (ttype(fi)) { in aux_upvalue()
1262 switch (ttype(fi)) { in lua_upvalueid()
Dldo.c301 switch (ttype(func)) { in luaD_precall()
Dlvm.c263 switch (ttype(t1)) { in luaV_equalobj_()
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h894 uint8_t ttype; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h894 uint8_t ttype; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_types.h995 uint8_t ttype; member
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_types.h995 uint8_t ttype; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c3174 int ttype = NTYPE(qn->target); in next_setup() local
3175 if (IS_NODE_TYPE_SIMPLE(ttype)) { in next_setup()