/device/linaro/bootloader/edk2/MdeModulePkg/Library/PciHostBridgeLibNull/ |
PciHostBridgeLibNull.c | 66 bridge is terminated with END descriptor and an
68 entire resources. The resource descriptor field
80 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
85 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
86 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
88 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
89 ASSERT (Descriptor->ResType <
95 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
96 Descriptor->AddrLen, Descriptor->AddrRangeMax [all...] |
/external/protobuf/python/google/protobuf/pyext/ |
descriptor_containers.h | 42 class Descriptor; 56 PyObject* NewMessageFieldsByName(const Descriptor* descriptor); 57 PyObject* NewMessageFieldsByCamelcaseName(const Descriptor* descriptor); 58 PyObject* NewMessageFieldsByNumber(const Descriptor* descriptor); 59 PyObject* NewMessageFieldsSeq(const Descriptor* descriptor); 61 PyObject* NewMessageNestedTypesSeq(const Descriptor* descriptor) [all...] |
/external/v8/src/builtins/ |
builtins-handler-gen.cc | 16 Node* string = Parameter(Descriptor::kReceiver); 21 Node* value = Parameter(Descriptor::kReceiver); 27 Node* receiver = Parameter(Descriptor::kReceiver); 28 Node* name = Parameter(Descriptor::kName); 29 Node* context = Parameter(Descriptor::kContext); 45 Node* receiver = Parameter(Descriptor::kReceiver); 46 Node* name = Parameter(Descriptor::kName); 47 Node* value = Parameter(Descriptor::kValue); 48 Node* slot = Parameter(Descriptor::kSlot); 49 Node* vector = Parameter(Descriptor::kVector) [all...] |
builtins-reflect-gen.cc | 14 Node* target = Parameter(Descriptor::kTarget); 15 Node* key = Parameter(Descriptor::kKey); 16 Node* context = Parameter(Descriptor::kContext);
|
builtins-boolean-gen.cc | 17 Node* context = Parameter(Descriptor::kContext); 18 Node* receiver = Parameter(Descriptor::kReceiver); 28 Node* context = Parameter(Descriptor::kContext); 29 Node* receiver = Parameter(Descriptor::kReceiver);
|
builtins-symbol-gen.cc | 16 Node* context = Parameter(Descriptor::kContext); 17 Node* receiver = Parameter(Descriptor::kReceiver); 27 Node* context = Parameter(Descriptor::kContext); 28 Node* receiver = Parameter(Descriptor::kReceiver); 37 Node* context = Parameter(Descriptor::kContext); 38 Node* receiver = Parameter(Descriptor::kReceiver); 48 Node* context = Parameter(Descriptor::kContext); 49 Node* receiver = Parameter(Descriptor::kReceiver);
|
builtins-date-gen.cc | 68 Node* context = Parameter(Descriptor::kContext); 69 Node* receiver = Parameter(Descriptor::kReceiver); 74 Node* context = Parameter(Descriptor::kContext); 75 Node* receiver = Parameter(Descriptor::kReceiver); 80 Node* context = Parameter(Descriptor::kContext); 81 Node* receiver = Parameter(Descriptor::kReceiver); 86 Node* context = Parameter(Descriptor::kContext); 87 Node* receiver = Parameter(Descriptor::kReceiver); 92 Node* context = Parameter(Descriptor::kContext); 93 Node* receiver = Parameter(Descriptor::kReceiver) [all...] |
builtins-math-gen.cc | 20 Node* context = Parameter(Descriptor::kContext); 25 var_x.Bind(Parameter(Descriptor::kX)); 175 Node* context = Parameter(Descriptor::kContext); 176 Node* x = Parameter(Descriptor::kX); 182 Node* context = Parameter(Descriptor::kContext); 183 Node* x = Parameter(Descriptor::kX); 189 Node* context = Parameter(Descriptor::kContext); 190 Node* x = Parameter(Descriptor::kX); 196 Node* context = Parameter(Descriptor::kContext); 197 Node* x = Parameter(Descriptor::kX) [all...] |
builtins-console-gen.cc | 17 // TODO(ishell): use constants from Descriptor once the JSFunction linkage 19 Node* argc = Parameter(Descriptor::kJSActualArgumentsCount); 20 Node* context = Parameter(Descriptor::kContext); 21 Node* new_target = Parameter(Descriptor::kJSNewTarget); 31 // We are not using Parameter(Descriptor::kJSTarget) and loading the value
|
builtins-async-function-gen.cc | 84 Node* const sentError = Parameter(Descriptor::kSentError); 85 Node* const context = Parameter(Descriptor::kContext); 94 Node* const sentValue = Parameter(Descriptor::kSentValue); 95 Node* const context = Parameter(Descriptor::kContext); 188 Node* const generator = Parameter(Descriptor::kGenerator); 189 Node* const awaited = Parameter(Descriptor::kAwaited); 190 Node* const outer_promise = Parameter(Descriptor::kOuterPromise); 191 Node* const context = Parameter(Descriptor::kContext); 201 Node* const generator = Parameter(Descriptor::kGenerator); 202 Node* const awaited = Parameter(Descriptor::kAwaited) [all...] |
builtins-conversion-gen.cc | 81 Node* context = Parameter(Descriptor::kContext); 82 Node* input = Parameter(Descriptor::kArgument); 88 Node* context = Parameter(Descriptor::kContext); 89 Node* input = Parameter(Descriptor::kArgument); 95 Node* context = Parameter(Descriptor::kContext); 96 Node* input = Parameter(Descriptor::kArgument); 102 TNode<String> input = CAST(Parameter(Descriptor::kArgument)); 108 Node* context = Parameter(Descriptor::kContext); 109 Node* input = Parameter(Descriptor::kArgument); 115 Node* context = Parameter(Descriptor::kContext) [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.h | 47 class Descriptor; 78 void PrintNestedEnums(const Descriptor& descriptor) const; 86 const Descriptor& message_descriptor, 89 int (Descriptor::*CountFn)() const, 90 const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; 91 void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; 92 void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; 94 void PrintDescriptor(const Descriptor& message_descriptor) const; 95 void PrintNestedDescriptors(const Descriptor& containing_descriptor) const [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/ |
SystemFirmwareDescriptorPei.c | 2 System Firmware descriptor producer.
38 EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR *Descriptor;
48 Status = PeiServicesFfsFindSectionData3(EFI_SECTION_RAW, Index, FileHandle, (VOID **)&Descriptor, &AuthenticationStatus);
54 if (Descriptor->Signature == EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR_SIGNATURE) {
60 DEBUG((DEBUG_INFO, "EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR size - 0x%x\n", Descriptor->Length));
62 Size = Descriptor->Length;
63 PcdSetPtrS (PcdEdkiiSystemFirmwareImageDescriptor, &Size, Descriptor);
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/ |
SystemFirmwareDescriptorPei.c | 2 System Firmware descriptor producer.
38 EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR *Descriptor;
48 Status = PeiServicesFfsFindSectionData3(EFI_SECTION_RAW, Index, FileHandle, (VOID **)&Descriptor, &AuthenticationStatus);
54 if (Descriptor->Signature == EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR_SIGNATURE) {
60 DEBUG((DEBUG_INFO, "EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR size - 0x%x\n", Descriptor->Length));
62 Size = Descriptor->Length;
63 PcdSetPtrS (PcdEdkiiSystemFirmwareImageDescriptor, &Size, Descriptor);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ObjectDescriptorBase.java | 25 @Descriptor(tags = 0x00)
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowAudioEffect.java | 13 private static List<AudioEffect.Descriptor> DESCRIPTORS = new ArrayList<>(); 15 public static void addEffect(AudioEffect.Descriptor descriptor) { 16 DESCRIPTORS.add(descriptor); 20 protected static AudioEffect.Descriptor[] queryEffects() { 21 return DESCRIPTORS.toArray(new AudioEffect.Descriptor[DESCRIPTORS.size()]);
|
/external/v8/src/ |
property.h | 20 // Abstraction for elements in instance-descriptor arrays. 22 // Each descriptor has a key, property attributes, property type, 23 // property index (in the actual instance-descriptor array) and 25 class Descriptor final BASE_EMBEDDED { 27 Descriptor(); 35 static Descriptor DataField(Isolate* isolate, Handle<Name> key, 39 static Descriptor DataField(Handle<Name> key, int field_index, 45 static Descriptor DataConstant(Handle<Name> key, Handle<Object> value, 48 static Descriptor DataConstant(Isolate* isolate, Handle<Name> key, 52 static Descriptor AccessorConstant(Handle<Name> key, Handle<Object> foreign [all...] |
property.cc | 26 Descriptor::Descriptor() : details_(Smi::kZero) {} 28 Descriptor::Descriptor(Handle<Name> key, MaybeObjectHandle value, 40 Descriptor::Descriptor(Handle<Name> key, MaybeObjectHandle value, 47 Descriptor Descriptor::DataField(Isolate* isolate, Handle<Name> key, 54 Descriptor Descriptor::DataField(Handle<Name> key, int field_index [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_names.h | 35 // Provides a mechanism for mapping a descriptor to the 46 class Descriptor; 55 // descriptor != NULL 59 string ClassName(const Descriptor* descriptor); 62 // descriptor != NULL 66 string ClassName(const EnumDescriptor* descriptor); 69 // descriptor != NULL 73 string ClassName(const FileDescriptor* descriptor); 76 // descriptor != NUL [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/ |
PciHostBridge.c | 32 Ensure the compatibility of an IO space descriptor with the IO aperture.
34 The IO space descriptor can come from the GCD IO space map, or it can
38 If the IO space descriptor already has type EfiGcdIoTypeIo, then no action is
41 Otherwise, the intersection of the IO space descriptor is calculated with the
43 taken; the IO space descriptor is compatible with the aperture.
45 Otherwise, the type of the descriptor is investigated again. If the type is
46 EfiGcdIoTypeNonExistent (representing a gap, or a genuine descriptor with
49 descriptor is deemed compatible with the aperture.
51 Otherwise, the IO space descriptor is incompatible with the IO aperture.
55 @param[in] Descriptor The descriptor to ensure compatibility with the [all...] |
/external/protobuf/src/google/protobuf/ |
dynamic_message.h | 54 class Descriptor; // descriptor.h 55 class DescriptorPool; // descriptor.h 63 // Descriptor. DynamicMessage provides this. 69 // the cached information for a particular descriptor could outlive the 70 // descriptor itself. To avoid this problem, DynamicMessageFactory 92 // Descriptor d for which: 103 // Given a Descriptor, constructs the default (prototype) Message of that 107 // Calling this method twice with the same Descriptor returns the same 114 // The given descriptor must outlive the returned message, and hence mus [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxPciHostBridgeLib/ |
AmdStyxPciHostBridgeLib.c | 147 bridge is terminated with END descriptor and an
149 entire resources. The resource descriptor field
161 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
166 Descriptor = (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *) Configuration;
167 while (Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR) {
169 for (; Descriptor->Desc == ACPI_ADDRESS_SPACE_DESCRIPTOR; Descriptor++) {
170 ASSERT (Descriptor->ResType <
176 mPciHostBridgeLibAcpiAddressSpaceTypeStr[Descriptor->ResType],
177 Descriptor->AddrLen, Descriptor->AddrRangeMax [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
Keyboard.c | 24 @param DescriptorCount A pointer to the number of Descriptor entries being described in the keyboard layout being retrieved.
25 @param Descriptor A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR entries. Each entry will reflect the
36 OUT FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor
|
/external/libchrome/base/posix/ |
global_descriptors.h | 35 // It maps from an abstract key to a descriptor. If independent modules each 39 // Note that this class is deprecated and passing file descriptor should ideally 45 struct Descriptor { 46 Descriptor(Key key, int fd); 47 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region); 56 typedef std::vector<Descriptor> Mapping; 58 // Often we want a canonical descriptor for a given Key. In this case, we add 65 // Get a descriptor given a key. It is a fatal error if the key is not known. 68 // Get a descriptor given a key. Returns -1 on error. 71 // Returns a descriptor given a key and removes it from this class mappings [all...] |
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_names.h | 35 // Provides a mechanism for mapping a descriptor to the 46 class Descriptor; 55 // descriptor != NULL 58 // The namespace to use for given file descriptor. 59 string GetFileNamespace(const FileDescriptor* descriptor); 62 // descriptor != NULL 66 string GetClassName(const Descriptor* descriptor); 69 // descriptor != NULL 73 // access to the file descriptor. Proto compiler generate [all...] |