Searched refs:descriptor (Results 451 - 475 of 740) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dkeyboard_overlay_ui.cc331 const chromeos::input_method::InputMethodDescriptor& descriptor = local
333 base::StringValue param(descriptor.id());
/external/chromium_org/ipc/
H A Dipc_message.h175 // This is used to pass a file descriptor to the peer of an IPC channel.
177 // Add a descriptor to the end of the set. Returns false if the set is full.
178 bool WriteFile(base::ScopedFD descriptor);
179 bool WriteBorrowingFile(const base::PlatformFile& descriptor);
181 // Get a file descriptor from the message. Returns false on error.
/external/chromium_org/ppapi/proxy/
H A Dppb_audio_proxy.cc324 IPC::PlatformFileForTransitToPlatformFile(socket_handle.descriptor()));
331 IPC::PlatformFileForTransitToPlatformFile(socket_handle.descriptor()),
H A Dresource_message_params.cc114 *handle = serialized.descriptor();
125 *handle = serialized.descriptor();
/external/chromium_org/third_party/icu/source/common/
H A Dserv.h55 * descriptor to use in querying the cache and factories, and
59 * The descriptor contains an optional prefix, followed by '/'
62 * kinds of formatters for the same locale, use the descriptor
117 * <p>Return the current descriptor. This implementation appends
118 * the current descriptor to result. Result is returned as a convenience.</p>
120 * <p>The current descriptor is used to fully
123 * particular descriptor. The factory can either parse the
124 * descriptor or use custom API on the key in order to
162 * <p>A utility to parse the prefix out of a descriptor string. Only
166 * @param result an input/output parameter that on entry is a descriptor, an
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dunknown_fields_test.py49 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR
58 field_descriptor = self.descriptor.fields_by_name[name]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor, argument
47 : descriptor_(descriptor) {
83 "static const ::google::protobuf::ServiceDescriptor* descriptor();\n"
178 "const ::google::protobuf::ServiceDescriptor* $classname$::descriptor() {\n"
284 " GOOGLE_DCHECK_EQ(method->service(), descriptor());\n"
325 " channel_->CallMethod(descriptor()->method($index$),\n"
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc36 #include <google/protobuf/descriptor.pb.h>
37 #include <google/protobuf/descriptor.h>
H A Dparser_unittest.cc43 #include <google/protobuf/descriptor.pb.h>
86 const Message* descriptor,
90 source_locations_.Find(descriptor, location, &line, &column);
1249 // descriptor types) is parseable, and results in the same Descriptor
1288 protobuf_unittest::TestAllTypes::descriptor()->file();
1293 // all other descriptor types
1309 protobuf_unittest_import::PublicImportMessage::descriptor()->file();
1314 protobuf_unittest_import::ImportMessage::descriptor()->file();
1324 // So, sort the messages in the descriptor protos (including nested messages,
1337 protobuf_unittest::AggregateMessage::descriptor()
84 AddError(const string& filename, const string& element_name, const Message* descriptor, ErrorLocation location, const string& message) argument
1402 const Descriptor* descriptor = root.GetDescriptor(); local
[all...]
H A Dplugin.pb.cc13 #include <google/protobuf/descriptor.h>
135 "uf/descriptor.proto\"}\n\024CodeGeneratorRequ"
208 const ::google::protobuf::Descriptor* CodeGeneratorRequest::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorRequest
474 metadata.descriptor = CodeGeneratorRequest_descriptor_;
533 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse_File
813 metadata.descriptor = CodeGeneratorResponse_File_descriptor_;
863 const ::google::protobuf::Descriptor* CodeGeneratorResponse::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse
1078 metadata.descriptor = CodeGeneratorResponse_descriptor_;
/external/chromium_org/v8/src/compiler/
H A Dlinkage.h80 // Returns {true} if this descriptor is a call to a JSFunction.
168 // The call descriptor for this compilation unit describes the locations
181 CallInterfaceDescriptor descriptor, int stack_parameter_count = 0,
184 CallInterfaceDescriptor descriptor, int stack_parameter_count,
187 // Creates a call descriptor for simplified C calls that is appropriate
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jar ... classname private void addClasses (java.lang.String) String descriptor int pos String string java.util.StringTokenizer tokens ...
/external/icu/icu4c/source/common/
H A Dserv.h55 * descriptor to use in querying the cache and factories, and
59 * The descriptor contains an optional prefix, followed by '/'
62 * kinds of formatters for the same locale, use the descriptor
117 * <p>Return the current descriptor. This implementation appends
118 * the current descriptor to result. Result is returned as a convenience.</p>
120 * <p>The current descriptor is used to fully
123 * particular descriptor. The factory can either parse the
124 * descriptor or use custom API on the key in order to
162 * <p>A utility to parse the prefix out of a descriptor string. Only
166 * @param result an input/output parameter that on entry is a descriptor, an
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DLocalVariableAttribute.java219 * This represents the type descriptor of the local variable.
247 * Returns the type descriptor of the local variable
256 public String descriptor(int i) { method in class:LocalVariableAttribute
261 * This method is equivalent to <code>descriptor()</code>.
263 * this method should be used instead of <code>descriptor()</code>
270 * @see #descriptor(int)
274 return descriptor(i);
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));
/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java234 String methodname, String descriptor,
242 setReturnType(descriptor);
233 compileInvokeSpecial(ASTree target, String classname, String methodname, String descriptor, ASTList args) argument
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_service.cc45 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor, argument
47 : descriptor_(descriptor) {
83 "static const ::google::protobuf::ServiceDescriptor* descriptor();\n"
178 "const ::google::protobuf::ServiceDescriptor* $classname$::descriptor() {\n"
284 " GOOGLE_DCHECK_EQ(method->service(), descriptor());\n"
325 " channel_->CallMethod(descriptor()->method($index$),\n"
/external/chromium_org/third_party/protobuf/src/
H A DMakefile.am27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
55 google/protobuf/descriptor.h \
56 google/protobuf/descriptor.pb.h \
123 google/protobuf/descriptor.cc \
124 google/protobuf/descriptor.pb.cc \
303 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
394 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
/external/protobuf/src/
H A DMakefile.am27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
43 google/protobuf/descriptor.h \
44 google/protobuf/descriptor.pb.h \
109 google/protobuf/descriptor.cc \
110 google/protobuf/descriptor.pb.cc \
314 check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
399 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc39 #include <google/protobuf/descriptor.h>
59 descriptor_ = unittest::TestAllTypes::descriptor();
173 unittest::TestAllTypes::OptionalGroup::descriptor()->FindFieldByName("a");
405 TestAllTypes::descriptor()->FindFieldByName("optional_nested_enum");
407 TestAllTypes::descriptor()->FindFieldByName("repeated_nested_enum");
H A Dwire_format_unittest.cc37 #include <google/protobuf/descriptor.h>
361 unittest::TestMessageSetExtension1::descriptor()->extension(0)->number(),
364 unittest::TestMessageSetExtension2::descriptor()->extension(0)->number(),
437 unittest::TestMessageSetExtension1::descriptor()->extension(0)->number());
446 unittest::TestMessageSetExtension2::descriptor()->extension(0)->number());
696 unittest::TestAllTypes::descriptor()->FindFieldByName(
717 unittest::TestAllTypes::descriptor()->FindFieldByName(
/external/proguard/src/proguard/classfile/util/
H A DDynamicMemberReferenceInitializer.java510 private String descriptor; field in class:DynamicMemberReferenceInitializer
720 descriptor = typeClassIndex <= 0 ? defaultDescriptor :
765 (Member)referencedClass.findField(name, descriptor) :
766 (Member)referencedClass.findMethod(name, descriptor) :
770 descriptor,
811 // Compose the external member name and partial descriptor.
863 // Compose the partial method descriptor.
/external/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc38 #include <google/protobuf/descriptor.pb.h>
39 #include <google/protobuf/descriptor.h>
491 unittest::TestAllExtensions::descriptor()->file()->name());
497 unittest::TestDynamicExtensions::descriptor();
512 unittest::TestAllExtensions::descriptor()->full_name());
H A Dunknown_field_set_unittest.cc39 #include <google/protobuf/descriptor.h>
61 descriptor_ = unittest::TestAllTypes::descriptor();
173 unittest::TestAllTypes::OptionalGroup::descriptor()->FindFieldByName("a");
396 TestAllTypes::descriptor()->FindFieldByName("optional_nested_enum");
398 TestAllTypes::descriptor()->FindFieldByName("repeated_nested_enum");
/external/chromium_org/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc644 CallDescriptor* descriptor = linkage()->GetIncomingDescriptor(); local
645 if (descriptor->kind() == CallDescriptor::kCallAddress) {
652 } else if (descriptor->IsJSFunctionCall()) {
693 CallDescriptor* descriptor = linkage()->GetIncomingDescriptor(); local
694 if (descriptor->kind() == CallDescriptor::kCallAddress) {
711 int pop_count = descriptor->IsJSFunctionCall()
712 ? static_cast<int>(descriptor->JSParameterCount())

Completed in 1496 milliseconds

<<11121314151617181920>>