HomeSort by relevance Sort by last modified time
    Searched defs:Structure (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 32 from ctypes import cdll, c_int, pointer, Structure
40 class ProcessSerialNumber(Structure):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 32 from ctypes import cdll, c_int, pointer, Structure
40 class ProcessSerialNumber(Structure):
  /external/llvm/lib/IR/
LegacyPassManager.cpp 46 Disabled, Arguments, Structure, Executions, Details
56 clEnumVal(Structure , "print pass structure before run()"),
744 if (PassDebugging < Structure)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 10 from _ctypes import Union, Structure, Array
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 10 from _ctypes import Union, Structure, Array
  /external/chromium_org/tools/symsrc/
pefile.py 9 names, to differentiate them from the upper case basic structure names.
663 class Structure:
664 """Prepare structure object to extract members from data.
667 of the structure.
727 """Return size of the structure."""
780 return '<Structure: %s>' % (' '.join( [' '.join(s.split()) for s in self.dump()] ))
784 """Returns a string representation of the structure."""
812 class SectionStructure(Structure):
963 struct: IMAGE_EXPORT_DIRECTORY structure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 94 from ctypes import Structure, c_int, c_double
96 Structure = object
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 94 from ctypes import Structure, c_int, c_double
96 Structure = object
    [all...]

Completed in 2029 milliseconds