HomeSort by relevance Sort by last modified time
    Searched refs:descriptor (Results 426 - 450 of 980) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/BlocksRuntime/
Block_private.h 75 struct Block_descriptor *descriptor; member in struct:Block_layout
  /external/icu4c/common/
servloc.h 125 * Return the (canonical) current descriptor, or null if no current id.
449 UObject* get(const UnicodeString& descriptor, UErrorCode& status) const {
450 return ICUService::get(descriptor, status);
453 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const {
454 return ICUService::get(descriptor, actualReturn, status);
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_shrink.c 18 void U(shrink_chunk)(U(descriptor) *desc, U(size_bau) n_baus_to_shrink) {
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 254 String descriptor = method.getDescriptor(clazz); local
260 int parameterCount = ClassUtil.internalMethodParameterCount(descriptor);
261 int parameterSize = ClassUtil.internalMethodParameterSize(descriptor);
268 new InternalTypeEnumeration(descriptor);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 44 #include <google/protobuf/descriptor.pb.h>
cpp_message.cc 48 #include <google/protobuf/descriptor.pb.h>
84 // Sort the fields of the given Descriptor by number into a new[]'d array
86 const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) {
88 new const FieldDescriptor*[descriptor->field_count()];
89 for (int i = 0; i < descriptor->field_count(); i++) {
90 fields[i] = descriptor->field(i);
92 sort(fields, fields + descriptor->field_count(),
99 bool operator()(const Descriptor::ExtensionRange* left,
100 const Descriptor::ExtensionRange* right) const
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 39 #include <google/protobuf/descriptor.pb.h>
169 string ClassName(const FileDescriptor* descriptor) {
170 string result = FileJavaPackage(descriptor);
172 result += FileClassName(descriptor);
java_message.h 55 explicit MessageGenerator(const Descriptor* descriptor);
80 io::Printer* printer, const Descriptor::ExtensionRange* range);
87 const Descriptor* descriptor_;
java_file.cc 44 #include <google/protobuf/descriptor.pb.h>
245 // Embed the descriptor. We simply serialize the entire FileDescriptorProto
264 " return descriptor;\n"
267 " descriptor;\n"
302 " descriptor = root;\n");
374 const DescriptorClass* descriptor,
377 string filename = package_dir + descriptor->name() + ".java";
394 GeneratorClass(descriptor).Generate(&printer);
421 bool FileGenerator::ShouldIncludeDependency(const FileDescriptor* descriptor) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 44 #include <google/protobuf/descriptor.pb.h>
198 const DescriptorClass* descriptor,
202 string filename = package_dir + descriptor->name() + ".java";
219 GeneratorClass(descriptor, params).Generate(&printer);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 45 #include <google/protobuf/descriptor.pb.h>
207 const DescriptorClass* descriptor,
211 string filename = package_dir + descriptor->name() + ".java";
228 GeneratorClass(descriptor, params).Generate(&printer);
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 257 // AVC video descriptor (40)
259 sp<ABuffer> descriptor = new ABuffer(6); local
260 uint8_t *data = descriptor->data();
286 mDescriptors.push_back(descriptor);
290 // AVC timing and HRD descriptor (42)
292 sp<ABuffer> descriptor = new ABuffer(4); local
293 uint8_t *data = descriptor->data();
309 mDescriptors.push_back(descriptor);
312 // LPCM audio stream descriptor (0x83)
322 sp<ABuffer> descriptor = new ABuffer(4) local
365 sp<ABuffer> descriptor = new ABuffer(7); local
804 const sp<ABuffer> &descriptor = track->descriptorAt(i); local
    [all...]
  /frameworks/native/include/binder/
IBinder.h 64 * @a descriptor. If it does, the base pointer to it is returned,
67 virtual sp<IInterface> queryLocalInterface(const String16& descriptor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 64 AttributeDescriptor descriptor = getDescriptor(); local
65 IAttributeInfo info = descriptor.getAttributeInfo();
100 if (descriptor.getXmlLocalName().equals(ATTR_TEXT_SIZE)) {
116 descriptor, contents.substring(0, position));
  /dalvik/vm/
AllocTracker.cpp 355 dvmPointerSetAddEntry(classNames, pRec->clazz->descriptor);
364 dvmPointerSetAddEntry(classNames, method->clazz->descriptor);
428 dvmPointerSetFind(classNames, pRec->clazz->descriptor));
445 method->clazz->descriptor));
642 pRec->threadId, pRec->size, pRec->clazz->descriptor);
652 method->clazz->descriptor, method->name);
655 method->clazz->descriptor, method->name,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 5 ; descriptor type, base, limit, p_dpl_s, g_db_a
6 %macro descriptor 5
17 descriptor 0xB, %1, %2, 0x9 | (%3 & 0x3) << 1, 0xD
22 descriptor 0x3, %1, %2, 0x9 | (%3 & 0x3) << 1, 0xD
94 gdt0: dq 0.0 ; 0x0000 - Null descriptor
  /art/runtime/
dex_file.cc 51 DexFile::ClassPathEntry DexFile::FindInClassPath(const char* descriptor,
55 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor);
334 const DexFile::ClassDef* DexFile::FindClassDef(const char* descriptor) const {
339 const StringId* string_id = FindStringId(descriptor);
546 std::string descriptor; local
547 descriptor += c;
549 if (offset >= end) { // expect some descriptor following [
554 descriptor += c;
558 if (offset >= end) { // unexpected early termination of descriptor
563 descriptor += c
590 std::string descriptor; local
677 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)); local
695 const char* descriptor = it.GetDescriptor(); local
    [all...]
class_linker.h 65 bool IsInBootClassPath(const char* descriptor);
67 // Finds a class by its descriptor, loading it if necessary.
69 mirror::Class* FindClass(const char* descriptor, mirror::ClassLoader* class_loader)
72 mirror::Class* FindSystemClass(const char* descriptor)
76 mirror::Class* DefineClass(const char* descriptor, mirror::ClassLoader* class_loader,
80 // Finds a class by its descriptor, returning NULL if it isn't wasn't loaded
82 mirror::Class* LookupClass(const char* descriptor, const mirror::ClassLoader* class_loader)
86 // Finds all the classes with the given descriptor, regardless of ClassLoader.
87 void LookupClasses(const char* descriptor, std::vector<mirror::Class*>& classes)
95 bool RemoveClass(const char* descriptor, const mirror::ClassLoader* class_loader
608 const char* descriptor = class_roots_descriptors_[class_root]; local
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 162 const std::string descriptor(DotToDescriptor(class_name.c_str()));
163 const DexFile::ClassDef* dex_class_def = dex_file->FindClassDef(descriptor.c_str());
171 mirror::Class* result = class_linker->DefineClass(descriptor.c_str(), class_loader, *dex_file,
190 const char* descriptor = dex_file->GetClassDescriptor(class_def); local
191 class_names.push_back(DescriptorToDot(descriptor));
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.cpp 60 RefPtr<MediaStreamDescriptor> descriptor = MediaStreamDescriptor::create(audioSources, videoSources); local
61 MediaStreamCenter::instance().didCreateMediaStream(descriptor.get());
63 return MediaStream::create(context, descriptor.release());
229 MediaStreamCenter::instance().didStopLocalMediaStream(descriptor());
278 component->setStream(descriptor());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_unittest.cc 51 #include <google/protobuf/descriptor.h>
52 #include <google/protobuf/descriptor.pb.h>
335 protobuf_unittest::TestAllTypes::descriptor()),
340 // Construct a new descriptor.
345 const Descriptor* descriptor = pool.BuildFile(file)->message_type(0); local
349 MessageFactory::generated_factory()->GetPrototype(descriptor) == NULL);
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 93 // descriptor: The descriptor for the message type being implemented.
106 // descriptor->field_count()/32, rounded up. This is a
122 GeneratedMessageReflection(const Descriptor* descriptor,
276 const Descriptor* descriptor_;
342 int GetExtensionNumberOrDie(const Descriptor* type) const;
401 LIBPROTOBUF_EXPORT bool ParseNamedEnum(const EnumDescriptor* descriptor,
406 bool ParseNamedEnum(const EnumDescriptor* descriptor,
410 if (!ParseNamedEnum(descriptor, name, &tmp)) return false
    [all...]
  /external/chromium_org/v8/src/
code-stubs.h 368 CodeStubInterfaceDescriptor* descriptor) = 0;
473 CodeStubInterfaceDescriptor* descriptor);
489 CodeStubInterfaceDescriptor* descriptor) V8_OVERRIDE;
512 CodeStubInterfaceDescriptor* descriptor);
617 CodeStubInterfaceDescriptor* descriptor);
657 CodeStubInterfaceDescriptor* descriptor);
679 CodeStubInterfaceDescriptor* descriptor);
895 CodeStubInterfaceDescriptor* descriptor);
970 CodeStubInterfaceDescriptor* descriptor);
1010 CodeStubInterfaceDescriptor* descriptor);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 49 #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 sort(fields, fields + descriptor->field_count(),
101 bool operator()(const Descriptor::ExtensionRange* left,
102 const Descriptor::ExtensionRange* right) const
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 45 * Every message type has a {@link Descriptor}, which lists all
47 * type's descriptor by calling {@code MessageType.getDescriptor()}, or
51 * {@code google/protobuf/descriptor.proto}.
60 /** Convert the descriptor to its protocol message representation. */
73 /** Get the {@code FileOptions}, defined in {@code descriptor.proto}. */
77 public List<Descriptor> getMessageTypes() {
105 * @return The message type's descriptor, or {@code null} if not found.
107 public Descriptor findMessageTypeByName(String name) {
117 if (result != null && result instanceof Descriptor &&
119 return (Descriptor)result
1788 private final GenericDescriptor descriptor; field in class:Descriptors.DescriptorPool.DescriptorIntPair
    [all...]

Completed in 989 milliseconds

<<11121314151617181920>>