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

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/
Mcfg.c 32 EFI_ACPI_MEMORY_MAPPED_ENHANCED_CONFIGURATION_SPACE_BASE_ADDRESS_ALLOCATION_STRUCTURE Structure;
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LegacyPassManager.cpp 49 Disabled, Arguments, Structure, Executions, Details
59 clEnumVal(Structure , "print pass structure before run()"),
820 if (PassDebugging < Structure)
    [all...]
  /external/tensorflow/tensorflow/python/data/util/
structure.py 15 """Utilities for describing the structure of a `tf.data` type."""
37 @tf_export("data.experimental.Structure")
39 class Structure(object):
42 A `Structure` generalizes the `tf.Tensor.dtype` and `tf.Tensor.shape`
49 TODO(b/110122868): In the future, a single `Structure` will replace the
62 raise NotImplementedError("Structure._flat_shapes")
71 raise NotImplementedError("Structure._flat_shapes")
75 """Returns `True` if `other` is compatible with this structure.
77 A structure `t` is a "subtype" of `s` if:
79 * `s` and `t` are instances of the same `Structure` subclass
    [all...]
  /external/curl/tests/python_dependencies/impacket/
structure.py 10 class Structure:
11 """ sublcasses can define commonHdr and/or structure.
52 %d%d will output 2 decimal digits (against the very same specification of Structure)
56 : just copy the bytes from the field into the output string (input may be string, other structure, or anything responding to __str__()) (for unpacking, all what's left is returned)
65 ?=packcode will evaluate packcode in the context of the structure, and pack the result as specified by ?. Unpacking is made plain
72 structure = () variable in class:Structure
119 for field in self.commonHdr+self.structure:
137 for field in self.commonHdr+self.structure:
520 for field in self.commonHdr+self.structure:
528 for field in self.commonHdr+self.structure
613 structure = ( variable in class:_Test_simple.theClass
648 structure = (('data', 'z'),) variable in class:_Test_nested.theClass._Inner
650 structure = ( variable in class:_Test_nested.theClass
665 structure = ( variable in class:_Test_Optional.theClass
683 structure = ( variable in class:_Test_AsciiZArray.theClass
696 structure = ( variable in class:_Test_UnpackCode.theClass
710 structure = ( variable in class:_Test_AAA.theClass
    [all...]
  /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/llvm/lib/IR/
LegacyPassManager.cpp 47 Disabled, Arguments, Structure, Executions, Details
57 clEnumVal(Structure , "print pass structure before run()"),
755 if (PassDebugging < Structure)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 76 from ctypes import Structure, c_int, c_double
78 Structure = object
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 405 // Keeps track of the structure of a loop. This is similar to llvm::Loop,
407 // changing and potentially invalid IR. This structure also formalizes the
472 LoopStructure Structure;
560 // keep the parent loop structure consistent. The `LPPassManager' seems to
583 // The structure of the main loop (see comment at the beginning of this class
910 Result.Structure = MainLoopStructure.map(GetClonedValue);
911 Result.Structure.Tag = Tag;
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 93 from ctypes import Structure, c_int, c_double
95 Structure = object
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 477 // Keeps track of the structure of a loop. This is similar to llvm::Loop,
479 // changing and potentially invalid IR. This structure also formalizes the
552 LoopStructure Structure;
595 // Create the appropriate loop structure needed to describe a cloned copy of
640 // keep the parent loop structure consistent. The `LPPassManager' seems to
666 // The structure of the main loop (see comment at the beginning of this class
    [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py 128 from ctypes import Structure, c_int, c_double, c_longlong
130 Structure = object
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp 10494 Utils::Interface* structure = program_interface.Structure("Data"); local
12258 Utils::Interface* structure = program_interface.Structure("Data"); local
12945 Utils::Interface* structure = program_interface.Structure("Data"); local
    [all...]

Completed in 4707 milliseconds