Searched refs:types (Results 76 - 100 of 333) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A DTimeVals.h94 unsigned char types[TZ_MAX_TIMES]; member in struct:state
H A DTime.c430 int types[TZ_MAX_TYPES]; local
468 if (!seen[sp->types[i]]) {
469 seen[sp->types[i]] = TRUE;
470 types[nseen++] = sp->types[i];
473 samei = types[sameind];
477 otheri = types[otherind];
591 one of two types of static objects: a broken-down time structure or an
593 one of these object types may overwrite the information in any object of
740 i = sp->types[
[all...]
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
H A DMainData.h17 #include <sys/types.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dinspect.py12 isroutine() - check object types
34 import types namespace
57 return isinstance(object, types.ModuleType)
65 return isinstance(object, (type, types.ClassType))
76 return isinstance(object, types.MethodType)
108 if hasattr(types, 'MemberDescriptorType'):
115 return isinstance(object, types.MemberDescriptorType)
125 if hasattr(types, 'GetSetDescriptorType'):
132 return isinstance(object, types.GetSetDescriptorType)
153 return isinstance(object, types
[all...]
H A Dabc.py6 import types namespace
107 if not isinstance(subclass, (type, types.ClassType)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dinspect.py12 isroutine() - check object types
34 import types namespace
57 return isinstance(object, types.ModuleType)
65 return isinstance(object, (type, types.ClassType))
76 return isinstance(object, types.MethodType)
108 if hasattr(types, 'MemberDescriptorType'):
115 return isinstance(object, types.MemberDescriptorType)
125 if hasattr(types, 'GetSetDescriptorType'):
132 return isinstance(object, types.GetSetDescriptorType)
153 return isinstance(object, types
[all...]
H A Dabc.py6 import types namespace
107 if not isinstance(subclass, (type, types.ClassType)):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dasdl_c.py17 This function special cases the default types provided by asdl:
73 A sum is simple if its types have no fields, e.g.
76 for t in sum.types:
116 for i in range(len(sum.types)):
117 type = sum.types[i]
156 for i in range(len(sum.types)):
157 type = sum.types[i]
165 for t in sum.types:
222 for t in sum.types:
389 for t in sum.types
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
H A DTrace.py7 import types, sys namespace
73 if type(raw) != types.FunctionType:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
H A Dexample.py12 import types namespace
14 from types import ListType, TupleType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dpydocfodder.py3 import types namespace
215 submodule = types.ModuleType(__name__ + '.submodule',
H A Dtest_getopt.py172 import types namespace
173 m = types.ModuleType("libreftest", s)
/device/asus/fugu/libaudio/
H A DAudioHardwareOutput.h22 #include <sys/types.h>
/device/asus/fugu/recovery/
H A Drecovery_ui.cpp27 #include <sys/types.h>
/device/google/contexthub/firmware/lib/libc/
H A Dbcopy.c37 #include <sys/types.h>
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/
H A Dmag_cal.h21 #include <sys/types.h>
/device/google/dragon/audio/hal/dsp/tests/
H A Draw.c10 #include <sys/types.h>
/device/google/dragon/sensor_hub/
H A Dcros_ec_sensors.h23 #include <sys/types.h>
/device/huawei/angler/power/
H A Dpower-8992.c33 #include <sys/types.h>
/device/lge/bullhead/power/
H A Dpower-8994.c33 #include <sys/types.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A Dsocketmodule.h43 # include <asm/types.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.h43 # include <asm/types.h>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
H A Dtest_email_torture.py13 from types import ListType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
H A Dsaxutils.py6 import os, urlparse, urllib, types namespace
11 _StringTypes = [types.StringType, types.UnicodeType]
13 _StringTypes = [types.StringType]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.h43 # include <asm/types.h>

Completed in 402 milliseconds

1234567891011>>