Searched defs:Structure (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/leakers/
H A Dtest_ctypes.py4 from ctypes import Structure, c_int, POINTER namespace
8 class POINT(Structure):
10 class RECT(Structure):
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DPassManager.cpp47 None, Arguments, Structure, Executions, Details enumerator in enum:llvm::PassDebugLevel
56 clEnumVal(Structure , "print pass structure before run()"),
705 if (PassDebugging < Structure)
/external/autotest/client/common_lib/
H A Dsmogcheck_tpm.py27 from ctypes import c_uint, c_uint32, cdll, c_bool, Structure, POINTER, \
76 class TpmVersion(Structure):
87 class TpmCapVersionInfo(Structure):
29 c_char_p, addressof, c_char, pointer namespace
/external/tpm2/generator/
H A Dstructure_generator.py389 """Write marshal declarations for a TPM Structure or Union.
391 Can only be called on Structure and Union objects.
854 class Structure(TPMType): class in inherits:TPMType
906 """Initializes a Structure instance.
915 super(Structure, self).__init__()
925 """Adds a field to fields attribute in Structure.
971 """Writes marshal implementations for Structure to |out_file|.
1063 """Writes marshal declarations for Structure to |out_file|.
H A Dtpm_table.py18 from structure_generator import Structure namespace
111 (re.compile(r'Definition of [\S]+ (Structure|Union)'),
697 tpm_obj = Structure(type_name)
/external/llvm/lib/IR/
H A DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator in enum:__anon12830::PassDebugLevel
57 clEnumVal(Structure , "print pass structure before run()"),
755 if (PassDebugging < Structure)
/external/python/cpython2/Lib/ctypes/
H A D__init__.py7 from _ctypes import Union, Structure, Array namespace
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp472 LoopStructure Structure; member in struct:__anon13478::__anon13479::LoopConstrainer::ClonedLoop
910 Result.Structure = MainLoopStructure.map(GetClonedValue);
911 Result.Structure.Tag = Tag;
1235 PreLoop.Structure.Header);
1239 PreLoopRRI = changeIterationSpaceEnd(PreLoop.Structure, Preheader,
1250 createPreheader(PostLoop.Structure, Preheader, "postloop");
1253 rewriteIncomingValuesForPHIs(PostLoop.Structure, PostLoopPreheader,
/external/python/cpython2/Lib/test/
H A Dtest_support.py318 class USEROBJECTFLAGS(ctypes.Structure):
344 from ctypes import cdll, c_int, pointer, Structure namespace
352 class ProcessSerialNumber(Structure):
H A Dtest_multiprocessing.py92 from ctypes import Structure, c_int, c_double namespace
94 Structure = object variable
1977 class _Foo(Structure):

Completed in 385 milliseconds