HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 626 - 650 of 1238) sorted by null

<<21222324252627282930>>

  /external/protobuf/src/google/protobuf/
text_format.cc 45 #include <google/protobuf/descriptor.h>
54 #include <google/protobuf/descriptor.pb.h>
80 const Descriptor* descriptor = message.GetDescriptor(); local
81 *type_url_field = descriptor->FindFieldByNumber(1);
82 *value_field = descriptor->FindFieldByNumber(2);
227 ParserImpl(const Descriptor* root_message_type,
373 const Descriptor* descriptor = message->GetDescriptor(); local
413 descriptor->full_name() + "\".")
1562 const Descriptor* descriptor = message.GetDescriptor(); local
    [all...]
duration.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Duration_descriptor_ = NULL;
161 const ::google::protobuf::Descriptor* Duration::descriptor() { function in class:google::protobuf::Duration
382 metadata.descriptor = Duration_descriptor_;
field_mask.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* FieldMask_descriptor_ = NULL;
157 const ::google::protobuf::Descriptor* FieldMask::descriptor() { function in class:google::protobuf::FieldMask
335 metadata.descriptor = FieldMask_descriptor_;
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();
source_context.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* SourceContext_descriptor_ = NULL;
159 const ::google::protobuf::Descriptor* SourceContext::descriptor() { function in class:google::protobuf::SourceContext
338 metadata.descriptor = SourceContext_descriptor_;
timestamp.pb.cc 14 #include <google/protobuf/descriptor.h>
25 const ::google::protobuf::Descriptor* Timestamp_descriptor_ = NULL;
179 const ::google::protobuf::Descriptor* Timestamp::descriptor() { function in class:google::protobuf::Timestamp
408 metadata.descriptor = Timestamp_descriptor_;
wire_format.cc 44 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/descriptor.pb.h>
383 const Descriptor* descriptor = message->GetDescriptor(); local
401 if (descriptor != NULL) {
403 field = descriptor->FindFieldByNumber(field_number);
406 if (field == NULL && descriptor->IsExtensionNumber(field_number)) {
411 ->FindExtensionByNumber(descriptor, field_number);
418 descriptor->options().message_set_wire_format() &&
791 const Descriptor* descriptor = message.GetDescriptor() local
968 const Descriptor* descriptor = message.GetDescriptor(); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 53 #include <google/protobuf/descriptor.pb.h>
86 // Sort the fields of the given Descriptor by number into a new[]'d array
88 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) {
90 new const FieldDescriptor*[descriptor->field_count()];
91 for (int i = 0; i < descriptor->field_count(); i++) {
92 fields[i] = descriptor->field(i);
94 std::sort(fields, fields + descriptor->field_count(),
101 bool operator()(const Descriptor::ExtensionRange* left,
102 const Descriptor::ExtensionRange* right) const
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 47 #include <google/protobuf/descriptor.pb.h>
90 const Message* descriptor,
94 source_locations_.Find(descriptor, location, &line, &column);
1914 const FileDescriptor* descriptor = local
2029 const Descriptor* descriptor = root.GetDescriptor(); local
    [all...]
  /build/soong/third_party/zip/
android.go 57 // Write data descriptor.
81 // descriptor with the zip64 values. The Central Directory Entry is written by Close(), where
133 fh.Flags |= DataDescriptorFlag // we will write a data descriptor
160 // Updated version of CreateHeader that doesn't enforce writing a data descriptor
201 // Write data descriptor. This is more complicated than one would
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattServerFacade.java 537 * Add a descriptor to a bluetooth gatt characteristic
539 * @param index the bluetooth gatt characteristic to add a descriptor to
543 @Rpc(description = "add descriptor to blutooth gatt characteristic")
637 * Set value to a bluetooth gatt descriptor
639 * @param index the bluetooth gatt descriptor
657 * @param instanceId of the Characteristic of the Descriptor to get the value of
674 Log.i("Found Descriptor to get value. instanceId: "
687 * @param instanceId of the Characteristic of the Descriptor to get the value of
691 @Rpc(description = "Sets the value of a Characteristic or Descriptor by instance id")
706 Log.i("Found Descriptor to set value. instanceId:
925 BluetoothGattDescriptor descriptor = local
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyEffects.cpp 186 effect_descriptor_t desc = effects[i]->descriptor();
219 effect_descriptor_t desc = effects[i]->descriptor();
343 effect_descriptor_t descriptor = {}; local
345 uuid, type, EFFECT_FLAG_TYPE_PRE_PROC, &descriptor);
347 ALOGE("addSourceDefaultEffect(): Failed to find effect descriptor matching uuid/type.");
352 if ((descriptor.flags & EFFECT_FLAG_TYPE_MASK) != EFFECT_FLAG_TYPE_PRE_PROC) {
378 descriptor.name, *type, opPackageName, *uuid, priority, *id);
408 effect_descriptor_t descriptor = {}; local
410 uuid, type, EFFECT_FLAG_TYPE_INSERT, &descriptor);
412 ALOGE("addStreamDefaultEffect(): Failed to find effect descriptor matching uuid/type.")
    [all...]
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 62 sound_trigger_module_descriptor descriptor; local
63 rc = halInterface->getProperties(&descriptor.properties);
68 descriptor.handle =
70 ALOGI("loaded default module %s, handle %d", descriptor.properties.description,
71 descriptor.handle);
73 sp<Module> module = new Module(this, halInterface, descriptor);
74 mModules.add(descriptor.handle, module);
103 modules[i] = mModules.valueAt(i)->descriptor();
475 sound_trigger_module_descriptor descriptor)
476 : mService(service), mHalInterface(halInterface), mDescriptor(descriptor),
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
encode_decode.c 299 Descriptor* desc) {
482 Descriptor* desc) {
496 Descriptor* desc) {
563 Descriptor* desc = ruby_to_Descriptor(get_def_obj((void*)msgdef));
604 static const upb_handlers *new_fill_handlers(Descriptor* desc,
616 const upb_handlers* get_fill_handlers(Descriptor* desc) {
626 const upb_pbdecodermethod *new_fillmsg_decodermethod(Descriptor* desc,
635 static const upb_pbdecodermethod *msgdef_decodermethod(Descriptor* desc) {
643 static const upb_json_parsermethod *msgdef_jsonparsermethod(Descriptor* desc) {
700 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned) local
741 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned); local
880 VALUE descriptor; local
1155 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned); local
1190 VALUE descriptor = rb_ivar_get(klass, descriptor_instancevar_interned); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingDescriptorSetRandomTests.cpp 22 * \brief Vulkan descriptor set tests
25 // These tests generate random descriptor set layouts, where each descriptor
27 // and random descriptor type. The descriptor types are all backed by buffers
29 // from zero. The shader fetches from each descriptor (possibly using dynamic
30 // indexing of the descriptor array) and compares against the expected value.
129 // size of the variable descriptor (last) binding in each set
249 TCU_THROW(NotSupportedError, "Number of descriptor sets not supported");
324 // array size and a random descriptor type
498 deUint32 descriptor = 0; local
657 checks << " accum = temp - " << descriptor << ";\\n"; local
662 checks << " accum |= temp - " << descriptor << ";\\n"; local
998 int descriptor = 0; local
    [all...]
  /device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.h 65 hwc2_function_pointer_t doGetFunction(HWC2::FunctionDescriptor descriptor);
68 auto descriptor = static_cast<HWC2::FunctionDescriptor>(desc); local
69 return getHWC2(device)->doGetFunction(descriptor);
102 HWC2::Error registerCallback(HWC2::Callback descriptor,
107 auto descriptor = static_cast<HWC2::Callback>(intDesc); local
108 auto error = getHWC2(device)->registerCallback(descriptor,
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 136 ; ROM-based Global-Descriptor Table for the PEI Phase
149 ; Linear code segment descriptor
159 ; System data segment descriptor
172 ; GDT Descriptor
174 GdtDesc: ; GDT descriptor
  /external/curl/tests/python_dependencies/impacket/
structure.py 526 descriptor = '&%s' % fieldName
527 l = len(descriptor)
529 if field[1][-l:] == descriptor:
534 descriptor = '-%s' % fieldName
535 l = len(descriptor)
537 if field[1][-l:] == descriptor:
  /external/golang-protobuf/protoc-gen-go/generator/
name_test.go 37 "github.com/golang/protobuf/protoc-gen-go/descriptor"
75 FileDescriptorProto: &descriptor.FileDescriptorProto{
76 Options: &descriptor.FileOptions{
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 39 /// Descriptor for an enum type in a .proto file.
71 /// The brief name of the descriptor's target.
81 /// If this is a nested type, get the outer descriptor, otherwise null.
110 /// <returns>The value's descriptor, or null if not found.</returns>
  /device/google/cuttlefish_common/guest/hals/audio/legacy/
vsoc_audio.cpp 125 gce_audio_message descriptor; local
132 descriptor = it->second->GetStreamDescriptor(
139 SendStreamUpdate(descriptor, MSG_DONTWAIT);
  /external/v8/src/compiler/
js-generic-lowering.cc 106 const CallInterfaceDescriptor& descriptor = callable.descriptor(); local
108 zone(), descriptor, descriptor.GetStackParameterCount(), flags,
586 zone(), callable.descriptor(), arg_count + 1, flags);
607 zone(), callable.descriptor(), arg_count + 1, flags);
625 Linkage::GetStubCallDescriptor(zone(), callable.descriptor(), 1, flags);
645 zone(), callable.descriptor(), arg_count, flags);
669 zone(), callable.descriptor(), arg_count + 1, flags);
686 zone(), callable.descriptor(), arg_count + 1, flags)
    [all...]
  /external/v8/src/ic/
handler-configuration.cc 205 int descriptor = transition_map->LastAdded(); local
208 PropertyDetails details = descriptors->GetDetails(descriptor);
209 if (descriptors->GetKey(descriptor)->IsPrivate()) {
  /art/openjdkjvmti/
ti_class_definition.h 70 void InitFirstLoad(const char* descriptor,
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 334 CstString descriptor = (CstString) parse0(descriptorIndex, wasUtf8); local
335 cst = new CstNat(name, descriptor);
376 CstString descriptor = (CstString) parse0(descriptorIndex, wasUtf8); local
377 cst = CstProtoRef.make(descriptor);

Completed in 732 milliseconds

<<21222324252627282930>>