HomeSort by relevance Sort by last modified time
    Searched refs:Structure (Results 226 - 250 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pointers.py 113 class Table(Structure):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 113 class Table(Structure):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pointers.py 113 class Table(Structure):
  /external/clang/bindings/python/clang/
cindex.py 147 class _CXString(Structure):
160 class SourceLocation(Structure):
231 class SourceRange(Structure):
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
sampleindex.cs 38 <div class="structure-<?cs var:file.Type ?>">
42 <div class="toggle-content opened structure-dir">
45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
50 <div class="toggle-content-toggleme structure-toggleme">
67 <?cs else ?> <?cs # else not project structure doc ?>
71 <?cs # Remove project structure from landing pages for now
72 # <h2>Project Structure</h2>
  /external/doclava/res/assets/templates-sdk/
sampleindex.cs 33 <div class="structure-<?cs var:file.Type ?>">
37 <div class="toggle-content opened structure-dir">
40 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
45 <div class="toggle-content-toggleme structure-toggleme">
62 <?cs else ?> <?cs # else not project structure doc ?>
66 <?cs # Remove project structure from landing pages for now
67 # <h2>Project Structure</h2>
  /external/protobuf/editors/
proto.vim 88 HiLink pbStructure Structure
  /external/capstone/bindings/python/capstone/
__init__.py 146 CS_OPT_DETAIL = 2 # Break down instruction structure into details
252 # low-level structure for C code
278 class _cs_detail(ctypes.Structure):
289 class _cs_insn(ctypes.Structure):
303 class _cs_opt_skipdata(ctypes.Structure):
  /external/curl/tests/python_dependencies/impacket/
nmb.py 43 from structure import Structure
742 class NetBIOSUDPSessionPacket(Structure):
750 structure = ( variable in class:NetBIOSUDPSessionPacket
769 return Structure.getData(self)
    [all...]
  /system/tpm/trunks/generator/
generator.py 407 class Structure(object):
408 """Represents a TPM structure or union.
411 name: The name of the structure.
614 """Initializes a Structure instance.
620 name: The name of the structure.
647 required_type: The type this structure depends on.
652 """Returns whether this struct is a TPM2B structure with raw bytes."""
656 """Returns whether this struct is a TPM2B structure with an inner struct."""
668 """Writes a structure forward declaration to |out_file|.
687 """Writes a structure definition to |out_file|
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 253 class X(Structure):
276 # the function just calls the callback with the passed structure
  /external/python/cpython3/Lib/ctypes/test/
test_callbacks.py 247 # This should mirror the structure in Modules/_ctypes/_ctypes_test.c
248 class X(Structure):
260 # The structure should be passed by value, so
276 # the function just calls the callback with the passed structure
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 307 mov rdx, rsp ; Structure
  /external/python/cpython2/Lib/
platform.py 570 Structure, WinDLL, _Pointer)
573 class VS_FIXEDFILEINFO(Structure):
    [all...]
  /external/tpm2/generator/
tpm_table.py 18 from structure_generator import Structure
111 (re.compile(r'Definition of [\S]+ (Structure|Union)'),
369 request structure, and another one describing the response structure. The
385 # A dictionary describing a request or response structure field.
588 row: a list of strings, a row of a structure or union table scraped from
685 """Processes spec tables describing structure and unions.
697 tpm_obj = Structure(type_name)
  /external/v8/tools/
ll_prof.py 433 class Struct(ctypes.Structure):
450 """Descriptor of a structure in the binary trace log."""
459 class TraceItem(ctypes.Structure):
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
doc.go 177 Structure Preservation Property:
  /prebuilts/go/linux-x86/src/html/template/
doc.go 177 Structure Preservation Property:
  /external/llvm/lib/IR/
LegacyPassManager.cpp 47 Disabled, Arguments, Structure, Executions, Details
57 clEnumVal(Structure , "print pass structure before run()"),
755 if (PassDebugging < Structure)
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py 318 class USEROBJECTFLAGS(ctypes.Structure):
344 from ctypes import cdll, c_int, pointer, Structure
352 class ProcessSerialNumber(Structure):
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 47 None, Arguments, Structure, Executions, Details
56 clEnumVal(Structure , "print pass structure before run()"),
705 if (PassDebugging < Structure)
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Thunk.h 113 // The global Structure List node.
114 // The Structure List is populated as more and more
116 // The nodes in the Structure List will be concatenated
135 // the Smbios structure
137 UINT32 StructureSize; // Actual structure size including strings
139 EFI_SMBIOS_TABLE_HEADER *Structure;
153 // allocated for the structure instance of a specific type.
158 UINT8 MinLength; // Minimal structure size including
161 BOOLEAN IsRequired; // Required structure type defined by Smbios Spec
249 Enlarge the structure buffer of a structure node in SMBIOS database.
    [all...]
  /external/python/cpython2/Lib/ctypes/
__init__.py 7 from _ctypes import Union, Structure, Array
  /external/python/cpython3/Lib/ctypes/
__init__.py 7 from _ctypes import Union, Structure, Array

Completed in 889 milliseconds

1 2 3 4 5 6 7 8 91011>>