HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 401 - 425 of 1862) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
26 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
20 import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
27 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 59 Descriptors.FieldDescriptor field = descriptor.findFieldByName(name);
89 Descriptors.Descriptor descriptor;
129 Descriptors.FieldDescriptor nestedFieldDescriptor =
270 Descriptors.FieldDescriptor singularField =
272 Descriptors.FieldDescriptor repeatedField =
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.cc 76 " com.google.protobuf.Descriptors.ServiceDescriptor\n"
103 "public final com.google.protobuf.Descriptors.ServiceDescriptor\n"
178 " com.google.protobuf.Descriptors.MethodDescriptor method,\n"
224 " com.google.protobuf.Descriptors.MethodDescriptor method,\n"
271 " com.google.protobuf.Descriptors.MethodDescriptor method) {\n"
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.extension_to_load.html 60 Data descriptors defined here:<br>
97 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
115 Data descriptors defined here:<br>
149 Data descriptors defined here:<br>
186 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
telemetry.core.exceptions.html 53 Data descriptors inherited from <a href="telemetry.core.exceptions.html#BrowserGoneException">BrowserGoneException</a>:<br>
90 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
115 Data descriptors defined here:<br>
152 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
173 Data descriptors defined here:<br>
210 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
231 Data descriptors defined here:<br>
268 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
293 Data descriptors defined here:<br>
330 Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br
    [all...]
  /external/libusb/
ChangeLog 26 Darwin: don't reuse cached descriptors during enumeration
56 Linux: Fix endianness handling of usbfs config descriptors (#27)
69 for config descriptors. According to the kernel code, they must be
309 Darwin: fix crash when reading descriptors after close
383 Multi-byte fields in the configuration descriptors that come back from
398 Darwin: fix parsing of config descriptors
509 Fix endianness in device descriptors
558 decrement the number of ready file descriptors before passing on the
799 Linux: Compatibility with new sysfs descriptors file
801 As of 2.6.26, the descriptors file now includes all descriptors, no
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 59 Descriptors.FieldDescriptor field = descriptor.findFieldByName(name);
89 Descriptors.Descriptor descriptor;
129 Descriptors.FieldDescriptor nestedFieldDescriptor =
270 Descriptors.FieldDescriptor singularField =
272 Descriptors.FieldDescriptor repeatedField =
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.cc 74 " com.google.protobuf.Descriptors.ServiceDescriptor\n"
95 "public final com.google.protobuf.Descriptors.ServiceDescriptor\n"
169 " com.google.protobuf.Descriptors.MethodDescriptor method,\n"
215 " com.google.protobuf.Descriptors.MethodDescriptor method,\n"
262 " com.google.protobuf.Descriptors.MethodDescriptor method) {\n"
  /external/qemu/memcheck/
memcheck_proc_management.h 205 /* Inserts new (or replaces existing) entry in the allocation descriptors map
220 /* Finds an entry in the allocation descriptors map for the given process,
235 /* Finds an entry in the allocation descriptors map for the given process,
248 /* Pulls (finds and removes) an entry from the allocation descriptors map for
261 /* Empties allocation descriptors map for the process.
memcheck.c 184 * process allocation descriptors map, or
254 /* Checks if process has allocation descriptors for pages defined by a buffer.
259 * 1 if process has allocations descriptors for pages defined by a buffer, or
270 // Total size of range to check for descriptors.
390 * allocation descriptors map. */
590 * don't contain other descriptors. */
626 * don't contain other descriptors. */
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 28 * additional information and optional GATT descriptors, {@link BluetoothGattDescriptor}.
220 * List of descriptors included in this characteristic.
392 * Returns a list of descriptors for this characteristic.
394 * @return Descriptors for this characteristic
402 * descriptors for this characteristic.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 20 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
21 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
66 // get the layout descriptors to get the name of all the layout classes.
69 LayoutDescriptors descriptors = data.getLayoutDescriptors(); local
72 List<ViewElementDescriptor> layoutDescriptors = descriptors.getLayoutDescriptors();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
30 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
31 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
33 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
476 * Will return null if we can't find that FQCN or we lack the editor/data/descriptors info
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
22 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
25 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
  /system/core/include/utils/
Looper.h 136 * If allowNonCallbaks is true, the looper will allow file descriptors to be
143 * Returns whether this looper instance allows the registration of file descriptors
150 * Invokes callbacks for all file descriptors on which an event occurred.
157 * descriptors were ready.
172 * for all file descriptors that were signalled.
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 212 * descriptor) should not have field descriptors (ObjectStreamField) at all.
263 // Serializables need field descriptors
313 * Builds the collection of field descriptors for the receiver
317 * field descriptors
780 * Returns the collection of field descriptors for the fields of the
800 * Returns a collection of field descriptors for the serialized fields of
803 * @return an array of field descriptors or an array of length zero if there
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 374 /** Used to update existing descriptors or add new descriptors */
571 /** Extra descriptors. If libusbx encounters unknown endpoint descriptors,
575 /** Length of the extra descriptors, in bytes. */
617 /** Array of endpoint descriptors. This length of this array is determined
621 /** Extra descriptors. If libusbx encounters unknown interface descriptors,
625 /** Length of the extra descriptors, in bytes. */
633 /** Array of interface descriptors. The length of this array is determine
    [all...]
  /external/e2fsprogs/tests/r_move_itable/
expect 49 Primary superblock at 1, Group descriptors at 2-3
57 Backup superblock at 257, Group descriptors at 258-259
71 Backup superblock at 769, Group descriptors at 770-771
85 Backup superblock at 1281, Group descriptors at 1282-1283
99 Backup superblock at 1793, Group descriptors at 1794-1795
113 Backup superblock at 2305, Group descriptors at 2306-2307
211 Backup superblock at 6401, Group descriptors at 6402-6403
225 Backup superblock at 6913, Group descriptors at 6914-6915
350 Primary superblock at 1, Group descriptors at 2-4
358 Backup superblock at 257, Group descriptors at 258-26
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 45 * sysfs allows us to read the kernel's in-memory copies of device descriptors
47 * - The binary "descriptors" file was added in 2.6.23.
58 * If we also have descriptors, we can obtain the device descriptor and active
61 * The descriptors file originally only contained the active configuration
68 * Descriptors exposed by usbfs have the multi-byte fields in the device
69 * descriptor as host endian. Multi-byte fields in the other descriptors are
100 /* do we have a descriptors file? */
306 fd = __open_sysfs_attr(dev, "descriptors");
389 /* takes a usbfs/descriptors fd seeked to the start of a configuration, and
441 fd = __open_sysfs_attr(dev, "descriptors");
    [all...]
  /external/protobuf/
CHANGES.txt 54 * Expanded descriptors a bit.
61 than libprotobuf but lacks descriptors, reflection, and some other features.
81 than libprotobuf but lacks descriptors, reflection, and some other features.
147 - Descriptors are now constructed lazily on first use, rather than at
149 use descriptors or reflection.
172 DescriptorPool to create placeholder descriptors for unknown entities
305 custom options, depending on how they construct descriptors.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h 19 * Note all descriptors are declared '__attribute__((packed))' so that:
45 * This bit flag is used in endpoint descriptors' bEndpointAddress field.
151 * STANDARD DESCRIPTORS ... as returned by GET_DESCRIPTOR, or
184 /* Conventional codes for class-specific descriptors. The convention is
194 /* All standard descriptors have these 2 fields at the beginning */
256 * descriptors.
407 /* USB_DT_SECURITY: group of wireless security descriptors, including
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 19 * Note all descriptors are declared '__attribute__((packed))' so that:
45 * This bit flag is used in endpoint descriptors' bEndpointAddress field.
151 * STANDARD DESCRIPTORS ... as returned by GET_DESCRIPTOR, or
184 /* Conventional codes for class-specific descriptors. The convention is
194 /* All standard descriptors have these 2 fields at the beginning */
256 * descriptors.
407 /* USB_DT_SECURITY: group of wireless security descriptors, including
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 19 * Note all descriptors are declared '__attribute__((packed))' so that:
45 * This bit flag is used in endpoint descriptors' bEndpointAddress field.
151 * STANDARD DESCRIPTORS ... as returned by GET_DESCRIPTOR, or
184 /* Conventional codes for class-specific descriptors. The convention is
194 /* All standard descriptors have these 2 fields at the beginning */
256 * descriptors.
407 /* USB_DT_SECURITY: group of wireless security descriptors, including

Completed in 659 milliseconds

<<11121314151617181920>>