/external/v8/src/arm/ |
interface-descriptors-arm.cc | 223 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
macro-assembler-arm.h | 130 template <class Descriptor> 132 Register reg, typename Descriptor::ParameterIndices parameter_index, 134 DCHECK(Descriptor::kPassLastArgsOnStack); [all...] |
/external/v8/src/arm64/ |
interface-descriptors-arm64.cc | 244 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
/external/v8/src/ia32/ |
interface-descriptors-ia32.cc | 222 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
/external/v8/src/mips/ |
interface-descriptors-mips.cc | 222 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
/external/v8/src/mips64/ |
interface-descriptors-mips64.cc | 222 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
/external/v8/src/ppc/ |
interface-descriptors-ppc.cc | 218 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
macro-assembler-ppc.h | 147 template <class Descriptor> 149 Register reg, typename Descriptor::ParameterIndices parameter_index, 151 DCHECK(Descriptor::kPassLastArgsOnStack); [all...] |
/external/v8/src/s390/ |
interface-descriptors-s390.cc | 201 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
/external/v8/src/x64/ |
interface-descriptors-x64.cc | 218 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
macro-assembler-x64.h | [all...] |
/external/v8/src/x87/ |
interface-descriptors-x87.cc | 220 void Allocate##Type##Descriptor::InitializePlatformSpecific( \
|
/prebuilts/go/darwin-x86/src/image/gif/ |
reader.go | 95 // From image descriptor. 405 return nil, fmt.Errorf("gif: can't read image descriptor: %s", err) 413 // The GIF89a spec, Section 20 (Image Descriptor) says: 415 // Screen, as defined in the Logical Screen Descriptor."
|
/prebuilts/go/linux-x86/src/image/gif/ |
reader.go | 95 // From image descriptor. 405 return nil, fmt.Errorf("gif: can't read image descriptor: %s", err) 413 // The GIF89a spec, Section 20 (Image Descriptor) says: 415 // Screen, as defined in the Logical Screen Descriptor."
|
/external/protobuf/src/google/protobuf/ |
map_test.cc | 62 #include <google/protobuf/descriptor.pb.h> 63 #include <google/protobuf/descriptor.h> 946 const Descriptor* desc = message.GetDescriptor(); 2293 const Descriptor* descriptor = message.GetDescriptor(); local 2426 const Descriptor* descriptor = message.GetDescriptor(); local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
DxeMain.h | 321 the current descriptor list.
322 The first descriptor that is added must be general usable
365 descriptor HOBs. This function is responsible for priming the memory
368 until at least one memory descriptor is provided to the memory services.
389 descriptor HOBs. This function is responsible for priming the GCD map and the
[all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/ |
AcpiSmmPlatform.c | 244 TsegBase = (UINTN)DescriptorBlock->Descriptor[TsegIndex].PhysicalStart;
245 TsegSize = (UINTN)DescriptorBlock->Descriptor[TsegIndex].PhysicalSize;
[all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
Flat32.S | 710 # ROM-based Global-Descriptor Table for the Tiano PEI Phase
719 # null descriptor
728 # linear data segment descriptor
737 # linear code segment descriptor
746 # system data segment descriptor
755 # system code segment descriptor
764 # spare segment descriptor
773 # spare segment descriptor
782 # spare segment descriptor
793 # GDT Descriptor
[all...] |
Flat32.asm | 593 ; ROM-based Global-Descriptor Table for the Tiano PEI Phase
606 ; Linear data segment descriptor
616 ; Linear code segment descriptor
626 ; System data segment descriptor
637 ; System code segment descriptor
647 ; Spare segment descriptor
657 ; Spare segment descriptor
668 ; Spare segment descriptor
680 ; GDT Descriptor
682 GdtDesc: ; GDT descriptor
[all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
Tracer.java | 21 import javassist.bytecode.Descriptor; 747 stackTop -= Descriptor.dataSize(desc); 842 private void pushMemberType(String descriptor) { 844 if (descriptor.charAt(0) == '(') { 845 top = descriptor.indexOf(')') + 1; 847 throw new IndexOutOfBoundsException("bad descriptor: " 848 + descriptor); 853 switch (descriptor.charAt(top)) { 855 types[index] = new TypeData.ClassName(descriptor.substring(top)); 858 types[index] = new TypeData.ClassName(getFieldClassName(descriptor, top)) [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
MapTest.java | 33 import com.google.protobuf.Descriptors.Descriptor; 727 Descriptor descriptor = TestMap.getDescriptor(); local 729 FieldDescriptor field = descriptor.findFieldByName("int32_to_enum_field"); [all...] |
/external/protobuf/python/google/protobuf/internal/ |
descriptor_pool_test.py | 55 from google.protobuf import descriptor 67 factory_test1_pb2.DESCRIPTOR.serialized_pb) 69 factory_test2_pb2.DESCRIPTOR.serialized_pb) 76 self.assertIsInstance(file_desc1, descriptor.FileDescriptor) 83 self.assertIsInstance(file_desc2, descriptor.FileDescriptor) 95 self.assertIsInstance(file_desc1, descriptor.FileDescriptor) 103 self.assertIsInstance(file_desc2, descriptor.FileDescriptor) 116 self.assertIsInstance(msg1, descriptor.Descriptor) 137 self.assertIsInstance(msg2, descriptor.Descriptor [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/ |
UfsPassThruHci.c | 286 @param[in] DescId The descriptor ID of request.
435 @param[in] DescId The descriptor ID of request.
482 Allocate COMMAND/RESPONSE UPIU for filling UTP TRD's command descriptor field.
487 @param[in] Trd The pointer to the UTP Transfer Request Descriptor.
559 Allocate QUERY REQUEST/QUERY RESPONSE UPIU for filling UTP TRD's command descriptor field.
563 @param[in] Trd The pointer to the UTP Transfer Request Descriptor.
673 Allocate NOP IN and NOP OUT UPIU for filling UTP TRD's command descriptor field.
676 @param[in] Trd The pointer to the UTP Transfer Request Descriptor.
864 Read or write specified device descriptor of a UFS device.
868 @param[in] DescId The ID of device descriptor. [all...] |
/external/protobuf/src/google/protobuf/util/ |
message_differencer.cc | 455 const Descriptor* descriptor1 = message1.GetDescriptor(); 456 const Descriptor* descriptor2 = message2.GetDescriptor(); [all...] |
/art/runtime/ |
utils.cc | 149 std::string PrettyDescriptor(const char* descriptor) { 151 const char* c = descriptor; 176 default: return descriptor; 394 std::string descriptor(class_name); 395 std::replace(descriptor.begin(), descriptor.end(), '.', '/'); 396 if (descriptor.length() > 0 && descriptor[0] != '[') { 397 descriptor = "L" + descriptor + ";" [all...] |