Searched refs:descriptor (Results 251 - 275 of 740) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/vpx_mem/memory_manager/
H A Dhmm_alloc.c18 void *U(alloc)(U(descriptor) *desc, U(size_aau) n) {
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckSignatureAdapter.java201 public void visitBaseType(final char descriptor) { argument
205 if (descriptor == 'V') {
210 if ("ZCBSIFJD".indexOf(descriptor) == -1) {
216 sv.visitBaseType(descriptor);
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftsystem.h213 * to store a file descriptor or a `FILE*' in an input stream.
298 * descriptor ::
334 FT_StreamDesc descriptor; member in struct:FT_StreamRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftsystem.h213 * to store a file descriptor or a `FILE*' in an input stream.
298 * descriptor ::
334 FT_StreamDesc descriptor; member in struct:FT_StreamRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftsystem.c195 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer )
215 stream->descriptor.pointer = NULL;
282 stream->descriptor.pointer = NULL;
309 stream->descriptor.pointer = file;
/external/proguard/src/proguard/classfile/editor/
H A DMemberAdder.java100 //String descriptor = programField.getDescriptor(programClass);
103 // TODO: Handle field with the same name and descriptor in the target class.
107 //ProgramField targetField = (ProgramField)targetClass.findField(name, descriptor);
187 String descriptor = programMethod.getDescriptor(programClass);
191 ProgramMethod targetMethod = (ProgramMethod)targetClass.findMethod(name, descriptor);
237 // TODO: Handle non-abstract method with the same name and descriptor in the target class.
242 // constantPoolEditor.addUtf8Constant(newUniqueMemberName(name, descriptor));
286 * Returns a unique class member name, based on the given name and descriptor.
288 private String newUniqueMemberName(String name, String descriptor) argument
292 name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor)
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h44 class FileDescriptor; // descriptor.h
83 bool ShouldIncludeDependency(const FileDescriptor* descriptor);
/external/chromium_org/base/
H A Dsync_socket.h53 static Handle UnwrapHandle(const TransitDescriptor& descriptor);
59 TransitDescriptor* descriptor);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmode_indicator_controller.cc103 const InputMethodDescriptor descriptor = local
106 imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
/external/chromium_org/chrome/common/local_discovery/
H A Dlocal_discovery_messages.h27 base::FileDescriptor descriptor; member in struct:LocalDiscoveryMsg_SocketInfo
56 IPC_STRUCT_TRAITS_MEMBER(descriptor)
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_service.h87 // value of the descriptor |descriptor| starting at offset |offset|.
94 // automatically update the value property of |descriptor|. To respond
101 const BluetoothGattDescriptor* descriptor,
107 // value of the descriptor |descriptor| starting at offset |offset|.
113 // |callback| with the new value of the descriptor. Doing so will
114 // automatically update the value property of |descriptor|. To respond
121 const BluetoothGattDescriptor* descriptor,
/external/chromium_org/device/usb/
H A Dusb_device_impl.cc46 const libusb_endpoint_descriptor* descriptor) {
47 switch (descriptor->bEndpointAddress & LIBUSB_ENDPOINT_DIR_MASK) {
59 const libusb_endpoint_descriptor* descriptor) {
60 switch (descriptor->bmAttributes & LIBUSB_ISO_SYNC_TYPE_MASK) {
75 UsbTransferType GetTransferType(const libusb_endpoint_descriptor* descriptor) { argument
76 switch (descriptor->bmAttributes & LIBUSB_TRANSFER_TYPE_MASK) {
91 UsbUsageType GetUsageType(const libusb_endpoint_descriptor* descriptor) { argument
92 switch (descriptor->bmAttributes & LIBUSB_ISO_USAGE_TYPE_MASK) {
256 VLOG(1) << "Failed to get config descriptor: "
332 // This is a non-blocking call as libusb has the descriptor i
45 GetDirection( const libusb_endpoint_descriptor* descriptor) argument
58 GetSynchronizationType( const libusb_endpoint_descriptor* descriptor) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementConstructorBuilder.cpp179 if (!prototypeIsValid(definition->descriptor().type(), exceptionState))
186 CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefinition, definition->descriptor().type(), exceptionState);
190 const CustomElementDescriptor& descriptor = definition->descriptor(); local
192 v8::Handle<v8::String> v8TagName = v8String(isolate, descriptor.localName());
194 if (descriptor.isTypeExtension())
195 v8Type = v8String(isolate, descriptor.type());
202 V8HiddenValue::setHiddenValue(isolate, m_constructor, V8HiddenValue::customElementNamespaceURI(isolate), v8String(isolate, descriptor.namespaceURI()));
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.h49 explicit EnumFieldGenerator(const FieldDescriptor* descriptor,
75 explicit RepeatedEnumFieldGenerator(const FieldDescriptor* descriptor,
H A Dcpp_message_field.h49 explicit MessageFieldGenerator(const FieldDescriptor* descriptor,
75 explicit RepeatedMessageFieldGenerator(const FieldDescriptor* descriptor,
H A Dcpp_primitive_field.h49 explicit PrimitiveFieldGenerator(const FieldDescriptor* descriptor,
75 explicit RepeatedPrimitiveFieldGenerator(const FieldDescriptor* descriptor,
H A Dcpp_string_field.h49 explicit StringFieldGenerator(const FieldDescriptor* descriptor,
79 explicit RepeatedStringFieldGenerator(const FieldDescriptor* descriptor,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.h40 #include <google/protobuf/descriptor.h>
87 explicit FieldGeneratorMap(const Descriptor* descriptor);
/external/chromium_org/tools/usb_gadget/
H A Dusb_descriptors.py5 """USB descriptor generation utilities.
17 """USB descriptor field information."""
20 """Define a new USB descriptor field.
38 """Base class for USB descriptor types.
50 """Adds a user-specified field to this descriptor.
52 Adds a field to the binary structure representing this descriptor. The field
83 """Adds a constant field to this descriptor.
85 Adds a constant field to the binary structure representing this descriptor.
110 """Adds a constant field to this descriptor.
112 Adds a field to the binary structure representing this descriptor who
[all...]
/external/chromium_org/v8/src/compiler/x64/
H A Dlinkage-x64.cc66 CallInterfaceDescriptor descriptor, int stack_parameter_count,
68 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count,
65 GetStubCallDescriptor( CallInterfaceDescriptor descriptor, int stack_parameter_count, CallDescriptor::Flags flags, Zone* zone) argument
/external/lldb/source/DataFormatters/
H A DNSArray.cpp40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
42 if (!descriptor.get() || !descriptor->IsValid())
54 const char* class_name = descriptor->GetClassName().GetCString();
304 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get()));
306 if (!descriptor.get() || !descriptor->IsValid())
309 const char* class_name = descriptor->GetClassName().GetCString();
/external/mockito/cglib-and-asm/src/org/mockito/asm/signature/
H A DSignatureWriter.java123 public void visitBaseType(final char descriptor) { argument
124 buf.append(descriptor);
/external/proguard/src/proguard/classfile/util/
H A DMethodLinker.java43 // The map: [class member name+' '+descriptor - class member info]
66 // Get the class member's name and descriptor.
68 String descriptor = member.getDescriptor(clazz);
79 // descriptor.
80 String key = name + ' ' + descriptor;
/external/protobuf/
H A Dgenerate_descriptor_proto.sh3 # Run this script to regenerate descriptor.pb.{h,cc} after the protocol
31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.h49 explicit EnumFieldGenerator(const FieldDescriptor* descriptor);
74 explicit RepeatedEnumFieldGenerator(const FieldDescriptor* descriptor);

Completed in 601 milliseconds

<<11121314151617181920>>