/external/v8/src/builtins/ |
builtins-regexp-gen.cc | [all...] |
builtins-object-gen.cc | 12 #include "src/objects/property-descriptor-object.h" 342 // the next descriptor. 402 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); 403 TNode<Object> receiver = CAST(Parameter(Descriptor::kReceiver)); 418 Node* object = Parameter(Descriptor::kReceiver); 419 Node* key = Parameter(Descriptor::kKey); 420 Node* context = Parameter(Descriptor::kContext); 489 ChangeInt32ToIntPtr(Parameter(Descriptor::kJSActualArgumentsCount)); 492 TNode<Context> context = CAST(Parameter(Descriptor::kContext)); 604 // Directly decode from the descriptor array if |from| did no [all...] |
/external/grpc-grpc/src/compiler/ |
php_generator.cc | 27 using grpc::protobuf::Descriptor; 68 const Descriptor* input_type = method->input_type(); 69 const Descriptor* output_type = method->output_type(); 122 // Prints out the service descriptor object
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_field.h | 46 #include <google/protobuf/descriptor.h> 129 // Convenience class which constructs FieldGenerators for a Descriptor. 133 explicit FieldGeneratorMap(const Descriptor* descriptor, 140 const Descriptor* descriptor_; 158 FieldGeneratorMap(const Descriptor* descriptor, 179 void SetCommonFieldVariables(const FieldDescriptor* descriptor, 184 void SetCommonOneofVariables(const FieldDescriptor* descriptor,
|
java_message_builder_lite.cc | 55 #include <google/protobuf/descriptor.pb.h> 66 bool GenerateHasBits(const Descriptor* descriptor) { 67 return SupportFieldPresence(descriptor->file()) || 68 HasRepeatedFields(descriptor); 71 string MapValueImmutableClassdName(const Descriptor* descriptor, 73 const FieldDescriptor* value_field = descriptor->FindFieldByName("value"); 80 const Descriptor* descriptor, Context* context [all...] |
java_helpers.cc | 42 #include <google/protobuf/descriptor.pb.h> 151 string UniqueFileScopeIdentifier(const Descriptor* descriptor) { 152 return "static_" + StringReplace(descriptor->full_name(), ".", "_", true); 214 string ClassName(const Descriptor* descriptor) { 216 return name_resolver.GetClassName(descriptor, true); 219 string ClassName(const EnumDescriptor* descriptor) { 221 return name_resolver.GetClassName(descriptor, true); 224 string ClassName(const ServiceDescriptor* descriptor) { [all...] |
/external/v8/src/objects/ |
descriptor-array.h | 43 // [3]: first descriptor details (see PropertyDetails) 69 // Accessors for fetching instance descriptor at descriptor number. 87 // Accessor for complete descriptor. 88 inline void Set(int descriptor_number, Descriptor* desc); 91 void Replace(int descriptor_number, Descriptor* descriptor); 98 // to add descriptors in bulk at the end, followed by sorting the descriptor 100 inline void Append(Descriptor* desc); 128 // empty descriptor array object if number_of_descriptors is 0 [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/ |
UsbDxeLib.c | 22 Get the descriptor of the specified USB device.
24 Submit a USB get descriptor request for the USB device specified by UsbIo, Value,
25 and Index, and return the descriptor in the buffer specified by Descriptor.
28 If Descriptor is NULL, then ASSERT().
34 @param DescriptorLength The size, in bytes, of Descriptor.
35 @param Descriptor A pointer to the descriptor buffer to get.
40 buffer specified by DescriptorLength and Descriptor
54 OUT VOID *Descriptor,
[all...] |
/external/protobuf/src/google/protobuf/ |
repeated_field_reflection.h | 271 static const Descriptor* GetMessageFieldDescriptor() { 287 static const Descriptor* GetMessageFieldDescriptor() { 302 static const Descriptor* GetMessageFieldDescriptor() { 309 static const Descriptor* get() { 315 static const Descriptor* get() { 330 static const Descriptor* GetMessageFieldDescriptor() {
|
map_test_util.h | 91 // base_descriptor must be a descriptor for TestMap, which is used for 94 explicit MapReflectionTester(const Descriptor* base_descriptor); 113 const Descriptor* base_descriptor_;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
PeiUsbLib.c | 21 Get a given usb descriptor.
27 @param DescriptorLength Request descriptor Length.
28 @param Descriptor Request descriptor.
31 @retval EFI_SUCCESS Usb descriptor is obtained successfully.
32 @retval EFI_DEVICE_ERROR Cannot get the usb descriptor due to a hardware error.
43 OUT VOID *Descriptor
62 Descriptor,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/ |
SystemFirmwareDescriptor.aslc | 2 System Firmware descriptor.
33 EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR Descriptor;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/ |
SystemFirmwareDescriptor.aslc | 2 System Firmware descriptor.
33 EDKII_SYSTEM_FIRMWARE_IMAGE_DESCRIPTOR Descriptor;
|
/external/chromium-trace/catapult/devil/devil/utils/ |
lsusb.py | 53 # Device Descriptor: 55 # Configuration Descriptor: 64 # 'Device Descriptor': { 69 # 'Configuration Descriptor': { 97 # device descriptor. 159 return device['Device Descriptor']['iSerial']['_desc'] 166 if device['Device Descriptor']['bDeviceClass']['_value'] == '9':
|
/external/grpc-grpc-java/services/src/generated/test/java/io/grpc/reflection/testing/ |
ReflectionTestDepthTwoProto.java | 29 static final com.google.protobuf.Descriptors.Descriptor 34 static final com.google.protobuf.Descriptors.Descriptor 42 return descriptor; 45 descriptor; field in class:ReflectionTestDepthTwoProto 63 descriptor = root; 84 nestedExtension.internalInit(descriptor.getExtensions().get(0));
|
/external/libusb/libusb/os/ |
windows_usbdk.h | 112 PUSB_CONFIGURATION_DESCRIPTOR *Descriptor, 116 PUSB_CONFIGURATION_DESCRIPTOR Descriptor
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
ObjectDescriptorFactory.java | 143 final Descriptor descriptor = clazz.getAnnotation(Descriptor.class);
external variable declarations 144 final int[] tags = descriptor.tags();
145 final int objectTypeInd = descriptor.objectTypeIndication();
|
/external/perfetto/tools/trace_to_text/ |
trace_to_text.cc | 33 using google::protobuf::Descriptor; 86 const Descriptor* trace_descriptor = parsed_file->message_type(0);
|
/external/protobuf/benchmarks/ |
generate_datasets.cc | 36 using google::protobuf::Descriptor; 56 const Descriptor* d =
|
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 52 class Descriptor; // descriptor.h 53 class DescriptorPool; // descriptor.h 54 class FileDescriptor; // descriptor.h 55 class FileDescriptorProto; // descriptor.pb.h 148 // descriptor.proto). This is piped to the plugin's stdin. The set will 289 void PrintFreeFieldNumbers(const Descriptor* descriptor);
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_field.h | 38 #include <google/protobuf/descriptor.h> 97 FieldGenerator(const FieldDescriptor* descriptor, const Options& options); 121 SingleFieldGenerator(const FieldDescriptor* descriptor, 138 ObjCObjFieldGenerator(const FieldDescriptor* descriptor, 157 RepeatedFieldGenerator(const FieldDescriptor* descriptor, 166 // Convenience class which constructs FieldGenerators for a Descriptor. 169 FieldGeneratorMap(const Descriptor* descriptor, const Options& options); 184 const Descriptor* descriptor_;
|
/external/protobuf/src/google/protobuf/util/ |
field_mask_util.h | 36 #include <google/protobuf/descriptor.h> 63 return InternalIsValidPath(T::descriptor(), path); 70 if (!InternalIsValidPath(T::descriptor(), mask.paths(i))) return false; 87 InternalGetFieldMaskForAllFields(T::descriptor(), out); 144 static bool InternalIsValidPath(const Descriptor* descriptor, 147 static void InternalGetFieldMaskForAllFields(const Descriptor* descriptor,
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
UnittestIssues.cs | 16 #region Descriptor 17 /// <summary>File descriptor for unittest_issues.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:UnitTest.Issues.TestProtos.UnittestIssuesReflection 51 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 91 public static pbr::MessageDescriptor Descriptor { 92 get { return global::UnitTest.Issues.TestProtos.UnittestIssuesReflection.Descriptor.MessageTypes[0]; } 95 pbr::MessageDescriptor pb::IMessage.Descriptor { 96 get { return Descriptor; } [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/ |
Mmu.c | 273 // iterate through each 1MB descriptor
361 UINT32 Descriptor;
435 // Read the descriptor from the first level page table
436 Descriptor = FirstLevelTable[FirstLevelIdx];
438 // Does this descriptor need to be converted from section entry to 4K pages?
439 if (!TT_DESCRIPTOR_SECTION_TYPE_IS_PAGE_TABLE(Descriptor)) {
446 // Re-read descriptor
447 Descriptor = FirstLevelTable[FirstLevelIdx];
451 PageTable = (ARM_PAGE_TABLE_ENTRY *)TT_DESCRIPTOR_PAGE_BASE_ADDRESS(Descriptor);
509 UINT32 Descriptor;
[all...] |
/external/grpc-grpc/src/csharp/Grpc.Examples/ |
Math.cs | 17 #region Descriptor 18 /// <summary>File descriptor for math/math.proto</summary> 19 public static pbr::FileDescriptor Descriptor { 20 get { return descriptor; } 22 private static pbr::FileDescriptor descriptor; field in class:Math.MathReflection 36 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 57 public static pbr::MessageDescriptor Descriptor { 58 get { return global::Math.MathReflection.Descriptor.MessageTypes[0]; } 62 pbr::MessageDescriptor pb::IMessage.Descriptor { 63 get { return Descriptor; } [all...] |