HomeSort by relevance Sort by last modified time
    Searched defs:Descriptor (Results 101 - 125 of 261) sorted by null

1 2 3 45 6 7 8 91011

  /external/python/cpython3/Lib/test/
test_abc.py 194 # check that the property's __isabstractmethod__ descriptor does the
209 class Descriptor:
214 return Descriptor(callable, self._fget)
216 return Descriptor(self._fget, callable)
222 @Descriptor
test_subclassinit.py 105 class Descriptor:
111 d = Descriptor()
124 class Descriptor:
130 d = Descriptor()
134 class Descriptor:
140 attr = Descriptor()
149 class Descriptor:
155 attr = Descriptor()
176 class Descriptor:
194 d = Descriptor()
    [all...]
  /external/skia/src/shaders/gradients/
SkGradientShaderPriv.h 28 struct Descriptor {
29 Descriptor() {
45 class DescriptorScope : public Descriptor {
66 SkGradientShaderBase(const Descriptor& desc, const SkMatrix& ptsToUnit);
  /external/skqp/src/shaders/gradients/
SkGradientShaderPriv.h 28 struct Descriptor {
29 Descriptor() {
45 class DescriptorScope : public Descriptor {
66 SkGradientShaderBase(const Descriptor& desc, const SkMatrix& ptsToUnit);
  /external/v8/src/builtins/
builtins-conversion.cc 34 typedef TypeConversionDescriptor Descriptor;
36 Node* input = assembler->Parameter(Descriptor::kArgument);
37 Node* context = assembler->Parameter(Descriptor::kContext);
122 typedef TypeConversionDescriptor Descriptor;
125 Node* input = assembler.Parameter(Descriptor::kArgument);
126 Node* context = assembler.Parameter(Descriptor::kContext);
133 typedef TypeConversionDescriptor Descriptor;
136 Node* input = assembler.Parameter(Descriptor::kArgument);
137 Node* context = assembler.Parameter(Descriptor::kContext);
145 typedef TypeConversionDescriptor Descriptor;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/unittest_well_known_types.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.TestProtos.UnittestWellKnownTypesReflection
163 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
164 new pbr::FileDescriptor[] { global::Google.Protobuf.WellKnownTypes.AnyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.ApiReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.DurationReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.EmptyReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor, global::Google.Protobuf.We (…)
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 41 // Descriptor Data structures
59 * type, descriptor count, stage flags, and pImmutableSamplers.
79 * descriptor 0 of of the lowest binding# is index 0 and each descriptor in the layout
145 // Helper function to get the next valid binding for a descriptor
165 std::map<uint32_t, uint32_t> global_start_to_index_map_; // The index corresponding for a starting global (descriptor) index
178 * Descriptor classes
179 * Descriptor is an abstract base class from which 5 separate descriptor types are derived.
181 * descriptor type, but all descriptors in a set can be accessed via the common Descriptor*
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 29 public class Descriptor {
66 * Converts to a Java class name from a descriptor.
68 * @param descriptor type descriptor.
70 public static String toClassName(String descriptor) {
73 char c = descriptor.charAt(0);
76 c = descriptor.charAt(++i);
81 int i2 = descriptor.indexOf(';', i++);
82 name = descriptor.substring(i, i2).replace('/', '.');
104 throw new RuntimeException("bad descriptor: " + descriptor)
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 61 # and make it return True when the descriptor is an instance of the extension
79 This class is the base of all descriptor classes. It provides common options
83 has_options: True if the descriptor has non-default options. Usually it
92 # subclasses" of this descriptor class.
96 """Initialize the descriptor given its options message and the name of the
103 # Does this descriptor have non-default options?
107 """Sets the descriptor's options
109 This function is used in generated proto2 files to update descriptor
115 # Does this descriptor have non-default options?
119 """Retrieves descriptor options
    [all...]
  /external/v8/src/
code-factory.cc 19 typedef typename Stub::Descriptor Descriptor;
20 return Callable(stub.GetCode(), Descriptor(stub.isolate()));
212 typedef InterfaceDescriptor##Descriptor Name##Descriptor;
220 return Callable(code, Name##Descriptor(isolate)); \
code-stubs-hydrogen.cc 181 typedef typename Stub::Descriptor Descriptor;
241 CodeStubDescriptor* descriptor) {
252 assembler.TailCallRuntime(descriptor->miss_handler_id(),
256 assembler.TailCallRuntime(descriptor->miss_handler_id(),
260 assembler.TailCallRuntime(descriptor->miss_handler_id(),
265 assembler.TailCallRuntime(descriptor->miss_handler_id(),
270 assembler.TailCallRuntime(descriptor->miss_handler_id(),
285 CodeStubDescriptor descriptor(stub);
287 if (FLAG_minimal && descriptor.has_miss_handler())
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc     [all...]
  /hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
Gralloc1On0Adapter.h 69 int32_t /*gralloc1_function_descriptor_t*/ descriptor);
72 int32_t /*gralloc1_function_descriptor_t*/ descriptor) {
73 return getAdapter(device)->doGetFunction(descriptor);
85 // Buffer descriptor lifecycle functions
87 struct Descriptor;
97 gralloc1_error_t destroyDescriptor(gralloc1_buffer_descriptor_t descriptor);
99 gralloc1_buffer_descriptor_t descriptor) {
100 auto error = getAdapter(device)->destroyDescriptor(descriptor);
104 // Buffer descriptor modification functions
106 struct Descriptor : public std::enable_shared_from_this<Descriptor>
153 auto descriptor = getAdapter(device)->getDescriptor(descriptorId); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 71 * This constructor is solely used by {@link Descriptor},
131 return new Descriptor(
224 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); local
225 if (descriptor == null) {
230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes();
247 ATTR_TEXT, descriptor.getUiName());
286 public static class Descriptor extends VisualRefactoringDescriptor {
287 public Descriptor(String project, String description, String comment,
UseCompoundDrawableRefactoring.java 101 * This constructor is solely used by {@link Descriptor}, to replay a
185 return new Descriptor(
440 public static class Descriptor extends VisualRefactoringDescriptor {
441 public Descriptor(String project, String description, String comment,
WrapInRefactoring.java 76 * This constructor is solely used by {@link Descriptor},
145 return new Descriptor(
427 public static class Descriptor extends VisualRefactoringDescriptor {
428 public Descriptor(String project, String description, String comment,
  /toolchain/binutils/binutils-2.27/bfd/
vms-misc.c 471 } Descriptor;
472 Descriptor.Size = 17;
473 Descriptor.Ptr = tbuf;
474 SYS$ASCTIM (0, &Descriptor, 0, 0);
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 140 EFI_GCD_MEMORY_SPACE_DESCRIPTOR Descriptor;
180 Status = gDS->GetMemorySpaceDescriptor (MemoryDescHob.MemDesc[Index].PhysicalStart, &Descriptor);
184 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 400 FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor;
402 /// The number of Descriptor entries being described.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 529 Dump memory profile descriptor information.
531 @param[in] DescriptorIndex Memory profile descriptor index.
532 @param[in] Descriptor Pointer to memory profile descriptor.
534 @return Pointer to next memory profile descriptor.
540 IN MEMORY_PROFILE_DESCRIPTOR *Descriptor
543 if (Descriptor->Header.Signature != MEMORY_PROFILE_DESCRIPTOR_SIGNATURE) {
547 Print (L" Signature - 0x%08x\n", Descriptor->Header.Signature);
548 Print (L" Length - 0x%04x\n", Descriptor->Header.Length);
549 Print (L" Revision - 0x%04x\n", Descriptor->Header.Revision);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c 348 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
359 for (Descriptor = PciIoDevice->ResourcePaddingDescriptors; Descriptor->Desc != ACPI_END_TAG_DESCRIPTOR; Descriptor++) {
362 if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE_TYPE_IO) {
364 } else if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM) {
366 if (Descriptor->AddrSpaceGranularity == 32) {
370 if (Descriptor->SpecificFlag == EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_CACHEABLE_PREFETCHABLE) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c 222 Validate resource descriptor HOB's attributes.
227 @param Attributes Resource descriptor HOB attributes.
403 Internal function. Inserts a new descriptor into a sorted list
696 @retval EFI_UNSUPPORTED Could not find the proper descriptor on this
1016 @retval EFI_NOT_FOUND No descriptor for the desired space exists.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp6.h 268 /// The descriptor for IA.
270 EFI_DHCP6_IA_DESCRIPTOR Descriptor;
356 /// The descriptor for the IA of the EFI DHCPv6 Protocol instance.
    [all...]
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 76 func (*Simple) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
169 func (*NonFinites) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{1} }
232 func (*Repeats) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2} }
325 func (*Widget) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3} }
378 func (*Maps) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4} }
407 func (*MsgWithOneof) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} }
570 func (*Real) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{6} }
596 func (*Complex) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{7} }
644 func (*KnownTypes) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{8} }

Completed in 2104 milliseconds

1 2 3 45 6 7 8 91011