Searched defs:descriptor (Results 226 - 250 of 379) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc42 #include <google/protobuf/descriptor.pb.h>
83 const Message* descriptor,
87 source_locations_.Find(descriptor, location, &line, &column);
1169 // descriptor types) is parseable, and results in the same Descriptor
1208 protobuf_unittest::TestAllTypes::descriptor()->file();
1213 // all other descriptor types
1229 protobuf_unittest_import::ImportMessage::descriptor()->file();
1239 // So, sort the messages in the descriptor protos (including nested messages,
81 AddError(const string& filename, const string& element_name, const Message* descriptor, ErrorLocation location, const string& message) argument
H A Dplugin.pb.cc8 #include <google/protobuf/descriptor.h>
129 "uf/descriptor.proto\"}\n\024CodeGeneratorRequ"
202 const ::google::protobuf::Descriptor* CodeGeneratorRequest::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorRequest
466 metadata.descriptor = CodeGeneratorRequest_descriptor_;
528 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
807 metadata.descriptor = CodeGeneratorResponse_File_descriptor_;
858 const ::google::protobuf::Descriptor* CodeGeneratorResponse::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse
1072 metadata.descriptor = CodeGeneratorResponse_descriptor_;
/external/protobuf/src/google/protobuf/
H A Dextension_set.h52 class Descriptor; // descriptor.h
53 class FieldDescriptor; // descriptor.h
54 class DescriptorPool; // descriptor.h
94 descriptor(NULL) {}
110 // The descriptor for this extension, if one exists and is known. May be
111 // NULL. Must not be NULL if the descriptor for the extension does not
112 // live in the same pool as the descriptor for the containing type.
113 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo
235 // |descriptor| may be NULL so long as it is known that the descriptor fo
426 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension
488 SetString(int number, FieldType type, const string& value, const FieldDescriptor* descriptor) argument
497 AddString(int number, FieldType type, const string& value, const FieldDescriptor* descriptor) argument
[all...]
H A Dwire_format.cc42 #include <google/protobuf/descriptor.h>
44 #include <google/protobuf/descriptor.pb.h>
60 inline int GetEnumNumber(const EnumValueDescriptor* descriptor) { argument
61 return descriptor->number();
370 const Descriptor* descriptor = message->GetDescriptor(); local
388 if (descriptor != NULL) {
390 field = descriptor->FindFieldByNumber(field_number);
393 if (field == NULL && descriptor->IsExtensionNumber(field_number)) {
398 ->FindExtensionByNumber(descriptor, field_number);
405 descriptor
713 const Descriptor* descriptor = message.GetDescriptor(); local
882 const Descriptor* descriptor = message.GetDescriptor(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... .equinox.p2.repository.artifact.IArtifactDescriptor descriptor public void addDescriptors (org.eclipse.equinox.p2
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_manager_impl.cc128 const InputMethodDescriptor* descriptor = local
130 if (descriptor) {
131 result->push_back(*descriptor);
376 const InputMethodDescriptor* descriptor = NULL; local
380 descriptor = &(extra_input_methods_[input_method_id_to_switch]);
382 descriptor =
384 if (!descriptor)
387 DCHECK(descriptor);
390 current_input_method_ = *descriptor;
502 const InputMethodDescriptor& descriptor local
[all...]
H A Dinput_method_util.cc405 // If the descriptor has a name, use it.
524 const InputMethodDescriptor* descriptor = local
526 if (descriptor &&
527 descriptor->id() != current_input_method.id() &&
528 descriptor->GetPreferredKeyboardLayout() ==
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc110 void PopulateDescriptor(const BluetoothGattDescriptor* descriptor, argument
114 out->uuid = descriptor->GetUUID().canonical_value();
115 out->is_local = descriptor->IsLocal();
116 out->instance_id.reset(new std::string(descriptor->GetIdentifier()));
118 PopulateCharacteristic(descriptor->GetCharacteristic(), &out->characteristic);
120 const std::vector<uint8>& value = descriptor->GetValue();
525 // Populate an API descriptor and add it to the return value.
526 const BluetoothGattDescriptor* descriptor = *iter; local
528 PopulateDescriptor(descriptor, api_descriptor.get());
549 BluetoothGattDescriptor* descriptor local
755 BluetoothGattDescriptor* descriptor = FindDescriptorById(instance_id); local
794 BluetoothGattDescriptor* descriptor = FindDescriptorById(instance_id); local
949 GattDescriptorAdded( BluetoothGattCharacteristic* characteristic, BluetoothGattDescriptor* descriptor) argument
964 GattDescriptorRemoved( BluetoothGattCharacteristic* characteristic, BluetoothGattDescriptor* descriptor) argument
1010 GattDescriptorValueChanged( BluetoothGattCharacteristic* characteristic, BluetoothGattDescriptor* descriptor, const std::vector<uint8>& value) argument
1097 BluetoothGattDescriptor* descriptor = *diter; local
1229 BluetoothGattDescriptor* descriptor = chrc->GetDescriptor(instance_id); local
[all...]
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc53 // magic file descriptor kPrimaryIPCChannel in the child. Future
67 // specific file descriptor number (@kPrimaryIPCChannel). However, we
82 // for a mapping and find out. It duplicates the file descriptor and
365 // a file descriptor while it is in transit. So instead we
366 // store the file descriptor in a set and send a message to
370 // descriptor. For more information, see:
420 LOG(FATAL) << "Panic: attempting to transport directory descriptor over"
422 // If you have hit this then something tried to send a file descriptor
445 // Only the Hello message sends the file descriptor with the message.
653 // close our new descriptor
994 base::FileDescriptor descriptor; local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dclosure-runner.jar ... .chromium.devtools.compiler.Runner$CompilerInstanceDescriptor descriptor private final java.io.ByteArrayOutputStream errStream private int ...
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c3 * USB descriptor handling functions for libusbx
43 int usbi_parse_descriptor(const unsigned char *source, const char *descriptor, argument
52 for (cp = descriptor; *cp; cp++) {
110 usbi_err(ctx, "short endpoint descriptor read %d/%d",
117 usbi_err(ctx, "unexpected descriptor %x (expected %x)",
122 usbi_warn(ctx, "short endpoint descriptor read %d/%d",
154 /* If we find another "proper" descriptor then we're done */
161 usbi_dbg("skipping descriptor %x", header.bDescriptorType);
245 usbi_err(ctx, "unexpected descriptor %x (expected %x)",
256 usbi_warn(ctx, "short intf descriptor rea
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc49 #include <google/protobuf/descriptor.pb.h>
88 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) { argument
90 new const FieldDescriptor*[descriptor->field_count()];
91 for (int i = 0; i < descriptor->field_count(); i++) {
92 fields[i] = descriptor->field(i);
94 sort(fields, fields + descriptor->field_count(),
291 MessageGenerator::MessageGenerator(const Descriptor* descriptor, argument
293 : descriptor_(descriptor),
294 classname_(ClassName(descriptor, false)),
296 field_generators_(descriptor, option
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc52 #include <google/protobuf/descriptor.pb.h>
57 #include <google/protobuf/descriptor.h>
88 // Returns the name of all containing types for descriptor,
89 // in order from outermost to innermost, followed by descriptor's
92 string NamePrefixedWithNestedTypes(const DescriptorT& descriptor, argument
94 string name = descriptor.name();
95 for (const Descriptor* current = descriptor.containing_type();
104 // descriptor.Descriptor instance for the generated class.
138 "from google.protobuf import descriptor as _descriptor\n"
320 // Prints the single file descriptor fo
687 FixForeignFieldsInDescriptor( const Descriptor& descriptor, const Descriptor* containing_descriptor) const argument
773 FixContainingTypeInDescriptor( const DescriptorT& descriptor, const Descriptor* containing_descriptor) const argument
1021 PrintSerializedPbInterval( const DescriptorT& descriptor, DescriptorProtoT& proto) const argument
1036 PrintDescriptorOptionsFixingCode(const string& descriptor, const string& options, io::Printer* printer) argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc252 const FieldDescriptor* descriptor) { \
254 if (MaybeNewExtension(number, descriptor, &extension)) { \
282 const FieldDescriptor* descriptor) { \
284 if (MaybeNewExtension(number, descriptor, &extension)) { \
330 const FieldDescriptor* descriptor) {
332 if (MaybeNewExtension(number, descriptor, &extension)) {
359 const FieldDescriptor* descriptor) {
361 if (MaybeNewExtension(number, descriptor, &extension)) {
390 const FieldDescriptor* descriptor) {
392 if (MaybeNewExtension(number, descriptor,
329 SetEnum(int number, FieldType type, int value, const FieldDescriptor* descriptor) argument
357 AddEnum(int number, FieldType type, bool packed, int value, const FieldDescriptor* descriptor) argument
389 MutableString(int number, FieldType type, const FieldDescriptor* descriptor) argument
418 AddString(int number, FieldType type, const FieldDescriptor* descriptor) argument
457 MutableMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) argument
485 SetAllocatedMessage(int number, FieldType type, const FieldDescriptor* descriptor, MessageLite* message) argument
550 AddMessage(int number, FieldType type, const MessageLite& prototype, const FieldDescriptor* descriptor) argument
1084 MaybeNewExtension(int number, const FieldDescriptor* descriptor, Extension** result) argument
[all...]
H A Dextension_set.h52 class Descriptor; // descriptor.h
53 class FieldDescriptor; // descriptor.h
54 class DescriptorPool; // descriptor.h
94 descriptor(NULL) {}
110 // The descriptor for this extension, if one exists and is known. May be
111 // NULL. Must not be NULL if the descriptor for the extension does not
112 // live in the same pool as the descriptor for the containing type.
113 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionInfo
237 // |descriptor| may be NULL so long as it is known that the descriptor fo
485 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension
562 SetString(int number, FieldType type, const string& value, const FieldDescriptor* descriptor) argument
571 AddString(int number, FieldType type, const string& value, const FieldDescriptor* descriptor) argument
[all...]
/external/chromium_org/v8/src/
H A Dcode-stubs.cc695 CodeStubInterfaceDescriptor* descriptor = local
697 if (!descriptor->initialized()) {
698 stub->InitializeInterfaceDescriptor(descriptor);
H A Djson-parser.h384 int descriptor = map->NumberOfOwnDescriptors(); local
386 target->instance_descriptors()->GetDetails(descriptor);
397 descriptor)->NowContains(value)) {
400 Map::GeneralizeFieldType(target, descriptor, value_type);
403 descriptor)->NowContains(value));
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java25 * local, on a stack, or in a method descriptor. Instances of this
240 /** {@code non-null;} field descriptor for the type */
241 private final String descriptor; field in class:Type
284 * given descriptor. See vmspec-2 sec4.3.2 for details on the
285 * field descriptor syntax. This method does <i>not</i> allow
287 * descriptor.
289 * @param descriptor {@code non-null;} the descriptor
291 * @throws IllegalArgumentException thrown if the descriptor has
294 public static Type intern(String descriptor) { argument
380 internReturnType(String descriptor) argument
429 Type(String descriptor, int basicType, int newAt) argument
459 Type(String descriptor, int basicType) argument
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DClassFile.java586 private void testExistingField(String name, String descriptor) argument
660 String descriptor = newMinfo.getDescriptor();
663 if (isDuplicated(newMinfo, name, descriptor, (MethodInfo)it.next(), it))
H A DClassFileWriter.java269 * @param descriptor the field type.
273 public void add(int accessFlags, String name, String descriptor, AttributeWriter aw) { argument
275 int descIndex = constPool.addUtf8Info(descriptor);
284 * @param descriptor the field type. an index indicating its <code>CONSTANT_Utf8_info</code>.
288 public void add(int accessFlags, int name, int descriptor, AttributeWriter aw) { argument
292 output.writeShort(descriptor);
338 * @param descriptor the method signature.
344 public void begin(int accessFlags, String name, String descriptor, argument
347 int descIndex = constPool.addUtf8Info(descriptor);
362 * @param descriptor th
367 begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw) argument
435 addInvoke(int opcode, String targetClass, String methodName, String descriptor) argument
[all...]
H A DSignatureAttribute.java427 char descriptor; field in class:SignatureAttribute.BaseType
428 BaseType(char c) { descriptor = c; }
431 * Returns the descriptor representing this primitive type.
435 public char getDescriptor() { return descriptor; }
442 return Descriptor.toPrimitiveClass(descriptor);
449 return Descriptor.toClassName(Character.toString(descriptor));
H A DStackMapTable.java451 * descriptor. This method returns <code>INTEGER</code>
452 * unless the descriptor is either D (double), F (float),
455 * @param descriptor the type descriptor.
458 public static int typeTagOf(char descriptor) { argument
459 switch (descriptor) {
/external/javassist/src/main/javassist/compiler/
H A DJvstCodeGen.java396 String methodname, String descriptor,
404 bytecode.addInvokespecial(classname, methodname, descriptor);
405 setReturnType(descriptor, false, false);
569 * @param typeDesc the type descriptor of the variable
395 compileInvokeSpecial(ASTree target, String classname, String methodname, String descriptor, ASTList args) argument
/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp54 SU16 = 0, // Short descriptor, 16-bit entries
55 LU16 = 1, // Long descriptor, 16-bit entries
56 LU32 = 3, // Long descriptor, 32-bit entries
87 const char* descriptor = descriptorStart; local
89 getNextWord(descriptor, &descriptorWord);
91 // Read descriptor based on # 9.2.
96 descriptor = getNextWord(descriptor, &length);
97 descriptor = getNextWord(descriptor,
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp185 ObjCLanguageRuntime::ClassDescriptorSP descriptor = m_runtime.GetClassDescriptorFromISA(isa); local
187 if (!descriptor)
190 const ConstString &name(descriptor->GetClassName());
516 ObjCLanguageRuntime::ClassDescriptorSP descriptor = m_runtime.GetClassDescriptorFromISA(objc_isa); local
518 if (!descriptor)
563 log->Printf("[AppleObjCTypeVendor::FinishDecl] Finishing Objective-C interface for %s", descriptor->GetClassName().AsCString());
567 if (!descriptor->Describe(superclass_func,

Completed in 540 milliseconds

1234567891011>>