HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 276 - 300 of 1185) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_ioplug.h 172 * poll descriptors count; optional
176 * poll descriptors; optional
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 43 performed in the new process with respect to file descriptors. */
183 `dup2' for the given file descriptors during the `spawn' call. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 24 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
25 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleXmlTransfer.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
20 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
21 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
ApplicationPage.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
OverviewPage.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 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;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
iochannels.sgml 10 descriptors, pipes, and sockets, and integrating them into the
17 This works for plain file descriptors, pipes and sockets.
98 avoid using it on Windows. The domain of file descriptors and sockets
124 This works for file descriptors from the C runtime.
127 This function works for file descriptors as returned by the open(),
main.sgml 11 different types of sources such as file descriptors (plain files,
73 addition, or as well, the source can add file descriptors to
497 @timeout_: the maximum time to wait for an event of the file descriptors.
540 Sets the function to use for the handle polling of file descriptors
544 @func: the function to call to poll all file descriptors.
791 @prepare: Called before all the file descriptors are polled.
798 @check: Called after all the file descriptors are polled.
  /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. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors;
20 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 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
28 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
29 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
31 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
462 * 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;
  /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
782 * Returns the collection of field descriptors for the fields of the
802 * Returns a collection of field descriptors for the serialized fields of
805 * @return an array of field descriptors or an array of length zero if there
    [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

Completed in 806 milliseconds

<<11121314151617181920>>