/external/v8/src/ |
code-factory.cc | 18 typedef typename Stub::Descriptor Descriptor; 19 return Callable(stub.GetCode(), Descriptor(stub.isolate())); 220 typedef InterfaceDescriptor##Descriptor Name##Descriptor; 228 return Callable(code, Name##Descriptor(isolate)); \
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
reflection.h | 533 static const Descriptor* GetMessageFieldDescriptor() { 549 static const Descriptor* GetMessageFieldDescriptor() { 564 static const Descriptor* GetMessageFieldDescriptor() { 571 static const Descriptor* get() { 577 static const Descriptor* get() { 592 static const Descriptor* GetMessageFieldDescriptor() {
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
FieldMask.cs | 16 #region Descriptor 17 /// <summary>File descriptor for google/protobuf/field_mask.proto</summary> 18 public static pbr::FileDescriptor Descriptor { 19 get { return descriptor; } 21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.FieldMaskReflection 30 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, 195 public static pbr::MessageDescriptor Descriptor { 196 get { return global::Google.Protobuf.WellKnownTypes.FieldMaskReflection.Descriptor.MessageTypes[0]; } 199 pbr::MessageDescriptor pb::IMessage.Descriptor { 200 get { return Descriptor; } [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
UnknownEnumValueTest.java | 33 import com.google.protobuf.Descriptors.Descriptor; 129 Descriptor descriptor = TestAllTypes.getDescriptor(); local 130 FieldDescriptor optionalNestedEnumField = descriptor.findFieldByName("optional_nested_enum"); 131 FieldDescriptor repeatedNestedEnumField = descriptor.findFieldByName("repeated_nested_enum"); 132 FieldDescriptor packedNestedEnumField = descriptor.findFieldByName("packed_nested_enum"); 179 Descriptor descriptor = TestAllTypes.getDescriptor(); local 180 FieldDescriptor optionalNestedEnumField = descriptor.findFieldByName("optional_nested_enum"); 181 FieldDescriptor repeatedNestedEnumField = descriptor.findFieldByName("repeated_nested_enum") [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 47 #include <google/protobuf/descriptor.pb.h> 48 #include <google/protobuf/descriptor.h> 192 const string& element_name, const Message* descriptor, 215 const Message* descriptor, ErrorLocation location, 324 const Descriptor* foo_message_; 330 const Descriptor* bar_message_; 667 void CopyWithJsonName(const Descriptor* message, DescriptorProto* proto) { 679 const Descriptor* message_; 680 const Descriptor* message2_; 681 const Descriptor* message3_ [all...] |
preserve_unknown_enum_test.cc | 35 #include <google/protobuf/descriptor.h> 124 proto3_preserve_unknown_enum_unittest::MyMessage::descriptor())->New()); 165 proto2_preserve_unknown_enum_unittest::MyMessage::descriptor())->New()); 192 const google::protobuf::Descriptor* d = message.GetDescriptor(); 214 // We should be able to use the returned value descriptor to set a value on 226 const google::protobuf::Descriptor* d = message.GetDescriptor(); 248 const google::protobuf::Descriptor* d = message.GetDescriptor();
|
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...] |
/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/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();
|
/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...] |
/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);
|
/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
|
/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);
|
/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/v8/src/ic/ia32/ |
handler-compiler-ia32.cc | 279 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue); 384 int descriptor, 393 FieldOperand(scratch, DescriptorArray::GetValueOffset(descriptor))); 634 STATIC_ASSERT(Descriptor::kPassLastArgsOnStack); 635 STATIC_ASSERT(Descriptor::kStackArgumentsCount == 3); 636 __ mov(Descriptor::ValueRegister(), Immediate(kDebugZapValue)); 637 __ mov(Descriptor::SlotRegister(), Immediate(kDebugZapValue)); 638 __ mov(Descriptor::VectorRegister(), Immediate(kDebugZapValue)); 645 __ LoadParameterFromStack<Descriptor>(value(), Descriptor::kValue) [all...] |