/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/ |
descriptor_sets.cpp | 173 // Descriptor counts match so need to go through bindings one-by-one 227 // Starting at offset descriptor of given binding, parse over update_count 228 // descriptor updates and verify that for any binding boundaries that are crossed, the next binding(s) are all consistent 250 error_str << "Attempting " << type << " descriptor set " << set << " binding #" << orig_binding << " with #" 283 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new SamplerDescriptor(immut_sampler + di))); 285 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new SamplerDescriptor())); 293 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageSamplerDescriptor(immut + di))); 295 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageSamplerDescriptor())); 304 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageDescriptor(type))); 309 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new TexelDescriptor(type))) [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/ |
descriptor_sets.cpp | 173 // Descriptor counts match so need to go through bindings one-by-one 227 // Starting at offset descriptor of given binding, parse over update_count 228 // descriptor updates and verify that for any binding boundaries that are crossed, the next binding(s) are all consistent 250 error_str << "Attempting " << type << " descriptor set " << set << " binding #" << orig_binding << " with #" 283 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new SamplerDescriptor(immut_sampler + di))); 285 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new SamplerDescriptor())); 293 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageSamplerDescriptor(immut + di))); 295 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageSamplerDescriptor())); 304 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageDescriptor(type))); 309 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new TexelDescriptor(type))) [all...] |
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/ |
descriptor_sets.cpp | 173 // Descriptor counts match so need to go through bindings one-by-one 227 // Starting at offset descriptor of given binding, parse over update_count 228 // descriptor updates and verify that for any binding boundaries that are crossed, the next binding(s) are all consistent 250 error_str << "Attempting " << type << " descriptor set " << set << " binding #" << orig_binding << " with #" 283 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new SamplerDescriptor(immut_sampler + di))); 285 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new SamplerDescriptor())); 293 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageSamplerDescriptor(immut + di))); 295 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageSamplerDescriptor())); 304 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new ImageDescriptor(type))); 309 descriptors_.emplace_back(std::unique_ptr<Descriptor>(new TexelDescriptor(type))) [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,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/ |
LegacyRegion2OnLegacyRegionThunk.c | 223 @param DescriptorCount[out] The number of region descriptor entries returned in the Descriptor
225 @param Descriptor[out] A pointer to a pointer used to return a buffer where the legacy
239 OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciEnumeratorSupport.c | 340 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
351 for (Descriptor = PciIoDevice->ResourcePaddingDescriptors; Descriptor->Desc != ACPI_END_TAG_DESCRIPTOR; Descriptor++) {
354 if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE_TYPE_IO) {
356 } else if (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR && Descriptor->ResType == ACPI_ADDRESS_SPACE_TYPE_MEM) {
358 if (Descriptor->AddrSpaceGranularity == 32) {
362 if (Descriptor->SpecificFlag == EFI_ACPI_MEMORY_RESOURCE_SPECIFIC_FLAG_CACHEABLE_PREFETCHABLE) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
PeiUsbLib.h | 63 // USB Descriptor types
104 Get a given usb descriptor.
110 @param DescriptorLength Request descriptor Length.
111 @param Descriptor Request descriptor.
114 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
115 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
126 OUT VOID *Descriptor
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
PeiUsbLib.h | 65 // USB Descriptor types
107 Get a given usb descriptor.
113 @param DescriptorLength Request descriptor Length.
114 @param Descriptor Request descriptor.
117 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
118 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
129 OUT VOID *Descriptor
|
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 213 return Descriptor.toJavaName(getUtf8Info(c.name)); 326 * @return the type descriptor of the field. 404 * @return the descriptor of the method. 486 * @return the descriptor of the method. 602 * the type descriptor of the that constructor. 622 * the type descriptor of that member. 642 * at the given index has the name and the descriptor 646 * @param desc the descriptor of the member. 653 * match the given member name and descriptor. 713 return addClassInfo(Descriptor.toJvmName(c)) [all...] |
/external/nanopb-c/generator/google/protobuf/ |
descriptor.py | 60 This class is the base of all descriptor classes. It provides common options 64 has_options: True if the descriptor has non-default options. Usually it 72 """Initialize the descriptor given its options message and the name of the 79 # Does this descriptor have non-default options? 83 """Sets the descriptor's options 85 This function is used in generated proto2 files to update descriptor 91 # Does this descriptor have non-default options? 95 """Retrieves descriptor options. 98 descriptor. 130 containing_type: if provided, this is a nested descriptor, with thi [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
Message.java | 76 * should mix the message's type (object identity of the descriptor) with its 156 * Get the message's type's descriptor. 160 Descriptors.Descriptor getDescriptorForType();
|
MessageReflection.java | 234 * Returns the descriptor for the target. 236 public Descriptors.Descriptor getDescriptorForType(); 244 ExtensionRegistry registry, Descriptors.Descriptor containingType, 326 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 334 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 344 Descriptors.FieldDescriptor descriptor, Message defaultInstance) 351 descriptor); 355 * provided, it indicates the descriptor is for an extension type, and 360 Descriptors.FieldDescriptor descriptor, 375 public Descriptors.Descriptor getDescriptorForType() [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_database.cc | 38 #include <google/protobuf/descriptor.pb.h> 70 const Descriptor* filedescriptor_descriptor =
|
descriptor_pool.cc | 35 #include <google/protobuf/descriptor.pb.h> 37 #include <google/protobuf/pyext/descriptor.h> 180 const Descriptor* message_descriptor = 193 const Descriptor* message_descriptor, 209 const Descriptor* message_descriptor) { 329 // However we do check that the existing descriptor already exists in the pool, 334 PyObject* AddFileDescriptor(PyDescriptorPool* self, PyObject* descriptor) { 336 PyFileDescriptor_AsDescriptor(descriptor); 343 "The file descriptor %s does not belong to this pool", 350 PyObject* AddDescriptor(PyDescriptorPool* self, PyObject* descriptor) { 444 const FileDescriptor* descriptor = local [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
defs.c | 52 "Attempt to modify a frozen descriptor. Once descriptors are " 53 "added to the descriptor pool, they may not be modified."); 112 * Creates a new, empty, descriptor pool. 137 Descriptor* descriptor) { 139 upb_symtab_add(self->symtab, (upb_def**)&descriptor->msgdef, 1, 141 "Adding Descriptor to DescriptorPool failed"); 154 * DescriptorPool.add(descriptor) 156 * Adds the given Descriptor or EnumDescriptor to this pool. All references to 157 * other types in a Descriptor's fields must be resolvable within this pool o [all...] |
/external/protobuf/src/google/protobuf/ |
wrappers.pb.h | 68 static const ::google::protobuf::Descriptor* descriptor(); 159 static const ::google::protobuf::Descriptor* descriptor(); 250 static const ::google::protobuf::Descriptor* descriptor(); 341 static const ::google::protobuf::Descriptor* descriptor(); 432 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
/external/r8/src/main/java/com/android/tools/r8/graph/ |
DexField.java | 10 public class DexField extends Descriptor<DexEncodedField, DexField> implements
|
/external/v8/src/ic/ia32/ |
handler-compiler-ia32.cc | 248 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue); 553 STATIC_ASSERT(Descriptor::kPassLastArgsOnStack); 554 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3); 555 __ mov(Descriptor::ValueRegister(), Immediate(kDebugZapValue)); 556 __ mov(Descriptor::SlotRegister(), Immediate(kDebugZapValue)); 557 __ mov(Descriptor::VectorRegister(), Immediate(kDebugZapValue)); 564 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue);
|
/external/v8/src/ic/x87/ |
handler-compiler-x87.cc | 248 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue); 553 STATIC_ASSERT(Descriptor::kPassLastArgsOnStack); 554 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3); 555 __ mov(Descriptor::ValueRegister(), Immediate(kDebugZapValue)); 556 __ mov(Descriptor::SlotRegister(), Immediate(kDebugZapValue)); 557 __ mov(Descriptor::VectorRegister(), Immediate(kDebugZapValue)); 564 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
appmgmt.h | 100 DWORD WINAPI CommandLineFromMsiDescriptor(WCHAR *Descriptor,WCHAR *CommandLine,DWORD *CommandLineLength);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wrappers.pb.h | 68 static const ::google::protobuf::Descriptor* descriptor(); 159 static const ::google::protobuf::Descriptor* descriptor(); 250 static const ::google::protobuf::Descriptor* descriptor(); 341 static const ::google::protobuf::Descriptor* descriptor(); 432 static const ::google::protobuf::Descriptor* descriptor(); [all...] |
/test/vts/proto/ |
TestSchedulingPolicyMessage_pb2.py | 5 from google.protobuf import descriptor as _descriptor 14 DESCRIPTOR = _descriptor.FileDescriptor( 23 file=DESCRIPTOR, 51 _TESTSCHEDULINGPOLICYMESSAGE = _descriptor.Descriptor( 55 file=DESCRIPTOR, 100 DESCRIPTOR.message_types_by_name['TestSchedulingPolicyMessage'] = _TESTSCHEDULINGPOLICYMESSAGE 104 DESCRIPTOR = _TESTSCHEDULINGPOLICYMESSAGE 109 DESCRIPTOR.has_options = True 110 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), '\n\025com.android.vts.protoB\036VtsTestSchedulingPolicyMessage')
|
/toolchain/binutils/binutils-2.25/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/IntelFrameworkPkg/Include/Protocol/ |
FrameworkHii.h | 400 FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor;
402 /// The number of Descriptor entries being described.
[all...] |
/external/javassist/src/main/javassist/convert/ |
TransformAccessArrayField.java | 25 import javassist.bytecode.Descriptor; 122 return clazz != null ? Descriptor.toJvmName(clazz) : null;
|