HomeSort by relevance Sort by last modified time
    Searched defs:descriptor (Results 176 - 200 of 399) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ipc/
ipc_channel_posix.cc 53 // 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
387 LOG(FATAL) << "Panic: attempting to transport directory descriptor over"
389 // If you have hit this then something tried to send a file descriptor
412 // Only the Hello message sends the file descriptor with the message.
606 // close our new descriptor.
861 // our descriptor table.
916 // subsequent file descriptor passing.
918 base::FileDescriptor descriptor; local
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 273 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
276 .setField(descriptor.findFieldByName("my_int"), 1L)
277 .setField(descriptor.findFieldByName("my_string"), "foo")
278 .setField(descriptor.findFieldByName("my_float"), 1.0F)
311 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
314 .setField(descriptor.findFieldByName("my_int"), 1L)
315 .setField(descriptor.findFieldByName("my_string"), "foo")
316 .setField(descriptor.findFieldByName("my_float"), 1.0F
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 32 Descriptor objects at runtime backed by the protocol buffer C++ API.
59 """Searches for a field descriptor given a full field name."""
64 """Registers a new proto file in the underlying C++ descriptor pool."""
69 """Searches for extension descriptor given a full field name."""
79 """Returns a scalar property for the given descriptor."""
302 from google.protobuf import descriptor namespace
303 if not isinstance(extension, descriptor.FieldDescriptor):
314 from google.protobuf import descriptor namespace
315 if not isinstance(extension, descriptor.FieldDescriptor):
332 from google.protobuf import descriptor namespace
340 from google.protobuf import descriptor namespace
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h 52 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
181 void AppendToList(const Descriptor* containing_type
485 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /external/chromium_org/v8/src/
code-stubs.cc 754 CodeStubInterfaceDescriptor* descriptor = local
756 if (!descriptor->initialized()) {
757 stub->InitializeInterfaceDescriptor(isolate, descriptor);
json-parser.h 409 int descriptor = map->NumberOfOwnDescriptors(); local
411 target->instance_descriptors()->GetDetails(descriptor);
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 29 public class Descriptor {
66 * Converts to a Java class name from a descriptor.
68 * @param descriptor type descriptor.
70 public static String toClassName(String descriptor) {
73 char c = descriptor.charAt(0);
76 c = descriptor.charAt(++i);
81 int i2 = descriptor.indexOf(';', i++);
82 name = descriptor.substring(i, i2).replace('/', '.');
104 throw new RuntimeException("bad descriptor: " + descriptor)
    [all...]
MethodInfo.java 38 int descriptor; field in class:MethodInfo
73 * method descriptor
74 * @see Descriptor
81 descriptor = constPool.addUtf8Info(desc);
106 * @see Descriptor
131 descriptor = cp.addUtf8Info(getDescriptor());
185 descriptor = cp.addUtf8Info(getDescriptor());
256 * Returns a method descriptor.
258 * @see Descriptor
261 return constPool.getUtf8Info(descriptor);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 142 ESDescriptor descriptor = new ESDescriptor(); local
143 descriptor.setEsId(0);
147 descriptor.setSlConfigDescriptor(slConfigDescriptor);
162 descriptor.setDecoderConfigDescriptor(decoderConfigDescriptor);
164 ByteBuffer data = descriptor.serialize();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ESDescriptor.java 61 @Descriptor(tags = {0x03})
108 BaseDescriptor descriptor = ObjectDescriptorFactory.createFrom(-1, bb); local
110 log.finer(descriptor + " - ESDescriptor1 read: " + read + ", size: " + (descriptor != null ? descriptor.getSize() : null));
111 if (descriptor != null) {
112 final int size = descriptor.getSize();
118 if (descriptor instanceof DecoderConfigDescriptor) {
119 decoderConfigDescriptor = (DecoderConfigDescriptor) descriptor;
125 BaseDescriptor descriptor = ObjectDescriptorFactory.createFrom(-1, bb); local
144 BaseDescriptor descriptor = ObjectDescriptorFactory.createFrom(-1, bb); local
    [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 859 String descriptor = ClassUtil.internalType(type); local
876 String descriptor = local
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 217 String descriptor = method.getDescriptor(clazz); local
223 int parameterCount = ClassUtil.internalMethodParameterCount(descriptor);
224 int parameterSize = ClassUtil.internalMethodParameterSize(descriptor);
231 new InternalTypeEnumeration(descriptor);
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 272 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
275 .setField(descriptor.findFieldByName("my_int"), 1L)
276 .setField(descriptor.findFieldByName("my_string"), "foo")
277 .setField(descriptor.findFieldByName("my_float"), 1.0F)
310 Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); local
313 .setField(descriptor.findFieldByName("my_int"), 1L)
314 .setField(descriptor.findFieldByName("my_string"), "foo")
315 .setField(descriptor.findFieldByName("my_float"), 1.0F
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 8 #include <google/protobuf/descriptor.h>
19 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL;
22 const ::google::protobuf::Descriptor* CodeGeneratorResponse_descriptor_ = NULL;
25 const ::google::protobuf::Descriptor* CodeGeneratorResponse_File_descriptor_ = NULL;
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
858 const ::google::protobuf::Descriptor* CodeGeneratorResponse::descriptor() { function in class:google::protobuf::compiler::CodeGeneratorResponse
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 52 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
181 void AppendToList(const Descriptor* containing_type
426 const FieldDescriptor* descriptor; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 273 * Adds a descriptor to this characteristic.
276 * @param descriptor Descriptor to be added to this characteristic.
277 * @return true, if the descriptor was added to the characteristic
279 public boolean addDescriptor(BluetoothGattDescriptor descriptor) {
280 mDescriptors.add(descriptor);
281 descriptor.setCharacteristic(this);
286 * Get a descriptor by UUID and isntance id.
290 for(BluetoothGattDescriptor descriptor : mDescriptors) {
291 if (descriptor.getUuid().equals(uuid
    [all...]
  /frameworks/base/media/java/android/media/
MediaMetadataRetriever.java 112 * responsibility to close the file descriptor. It is safe to do so as soon
128 * responsibility to close the file descriptor. It is safe to do so as soon
174 FileDescriptor descriptor = fd.getFileDescriptor(); local
175 if (!descriptor.valid()) {
182 setDataSource(descriptor);
184 setDataSource(descriptor, fd.getStartOffset(), fd.getDeclaredLength());
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 55 * &lt;input-device descriptor="xxxxx" keyboard-layout="yyyyy" />
63 // Input device state by descriptor.
243 String descriptor = parser.getAttributeValue(null, "descriptor"); local
244 if (descriptor == null) {
246 "Missing descriptor attribute on input-device.");
248 if (mInputDevices.containsKey(descriptor)) {
254 mInputDevices.put(descriptor, state);
265 final String descriptor = entry.getKey(); local
268 serializer.attribute(null, "descriptor", descriptor)
373 String descriptor = parser.getAttributeValue(null, "descriptor"); local
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 34 // descriptor
35 Field* descriptor = new Field(STATIC | FINAL | PRIVATE, local
36 new Variable(STRING_TYPE, "DESCRIPTOR"));
37 descriptor->value = "\"" + interfaceType->QualifiedName() + "\"";
38 this->elements.push_back(descriptor);
48 2, THIS_VALUE, new LiteralExpression("DESCRIPTOR"));
115 // IInterface iin = obj.queryLocalInterface(DESCRIPTOR)
117 queryLocalInterface->arguments.push_back(new LiteralExpression("DESCRIPTOR"));
299 "enforceInterface", 1, new LiteralExpression("DESCRIPTOR")));
427 // the interface identifier token: the DESCRIPTOR constant, marshalled as a strin
    [all...]
  /frameworks/ex/common/java/com/android/common/widget/
GroupingListAdapter.java 280 // the group descriptor immediately preceding the supplied position.
310 long descriptor = mGroupMetadata[firstGroupToCheck]; local
311 cursorPosition = (int)(descriptor & GROUP_OFFSET_MASK);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 63 * The route id associated with a route descriptor functions as a stable
169 * Gets a bundle of extras for this route descriptor.
178 * Returns true if the route descriptor has all of the required fields.
239 * Creates a media route descriptor builder.
251 * Creates a media route descriptor builder whose initial contents are
252 * copied from an existing descriptor.
254 public Builder(MediaRouteDescriptor descriptor) {
255 if (descriptor == null) {
256 throw new IllegalArgumentException("descriptor must not be null");
259 mBundle = new Bundle(descriptor.mBundle)
    [all...]
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 479 /* File descriptor open to /dev/kmem or VMS load ave driver. */
833 } descriptor;
841 descriptor.dsc$w_length = 18;
842 descriptor.dsc$a_pointer = "$$VMS_LOAD_AVERAGE";
844 $DESCRIPTOR (descriptor, "LAV0:");
846 if (sys$assign (&descriptor, &channel, 0, 0) & 1)
921 litter any child's descriptor table. */
831 } descriptor; local
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 127 // get the layout descriptor
170 ViewElementDescriptor descriptor = mDescriptors.findDescriptorByTag(xml); local
171 if (descriptor != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 60 /** The document descriptor. Contains all layouts and views linked together. */
76 /** The descriptor matching android.view.View. */
79 /** Map from view full class name to view descriptor */
84 /** Returns the document descriptor. Contains all layouts and views linked together. */
106 * Returns the descriptor matching android.view.View, which is guaranteed
117 * Updates the document descriptor.
119 * It first computes the new children of the descriptor and then update them
186 // The gesture overlay descriptor is really a layout but not included in the layouts list
218 * Creates an element descriptor from a given {@link ViewClassInfo}.
314 * Creates a new {@code <include>} descriptor and adds it to the list of view descriptors
396 final ViewElementDescriptor descriptor; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 71 * This constructor is solely used by {@link Descriptor},
131 return new Descriptor(
224 ViewElementDescriptor descriptor = getElementDescriptor(mTypeFqcn); local
225 if (descriptor == null) {
230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes();
247 ATTR_TEXT, descriptor.getUiName());
286 public static class Descriptor extends VisualRefactoringDescriptor {
287 public Descriptor(String project, String description, String comment,

Completed in 1215 milliseconds

1 2 3 4 5 6 78 91011>>