HomeSort by relevance Sort by last modified time
    Searched full:descriptors (Results 226 - 250 of 972) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/bluetooth/glib/docs/reference/glib/tmpl/
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/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.
  /external/qemu/memcheck/
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. */
  /prebuilt/linux-x86/toolchain/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
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 266 // We have to print the imports after the descriptors, so that mutually
319 // Prints descriptors and module-level constants for all top-level
416 // Prints Python equivalents of all Descriptors in |file|.
617 // to output a Python version of the descriptors, which the metaclass in
653 // to their respective descriptors.
719 // The only things we refer to from other files are message descriptors.
731 // Prints containing_type for nested descriptors or enum descriptors.
855 // these fields in correctly after all referenced descriptors have been
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 67 * descriptors and the other only type signatures. The merged
68 * result is identical to the one with descriptors, except that
73 * @param descriptorList {@code non-null;} list with descriptors
  /external/bluetooth/glib/glib/
gpoll.c 94 * @fds: file descriptors to poll
95 * @nfds: the number of file descriptors in @fds
110 * On POSIX systems, the file descriptors in @fds can be any sort of
  /external/e2fsprogs/lib/ext2fs/
openfs.c 48 * the backup group descriptors and superblock --- so use the
263 * the group descriptors, because they're not there.
278 * Read group descriptors
  /external/emma/core/java12/com/vladium/emma/report/lcov/
ReportGenerator.java 27 import com.vladium.util.Descriptors;
192 + Descriptors.combineVMName(packageVMName, fileName)
307 + Descriptors.combineVMName(packageVMName, fileName)
  /external/protobuf/java/src/main/java/com/google/protobuf/
DynamicMessage.java 33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.FieldDescriptor;
42 * given a {@link Descriptors.Descriptor}.
  /external/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 166 Descriptors.Descriptor descriptor = TestRequired.getDescriptor();
179 Descriptors.Descriptor descriptor = TestRequiredForeign.getDescriptor();
306 Descriptors.Descriptor descriptor = TestRequired.getDescriptor();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 21 import static com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor.ATTRIBUTE_ICON_FILENAME;
26 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
27 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
28 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
29 import com.android.ide.eclipse.adt.internal.editors.descriptors.IDescriptorProvider;
30 import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor;
31 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
32 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextValueDescriptor;
33 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
229 // Look up attribute proposals based on descriptors
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 24 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
27 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
246 // Now add ALL known layout descriptors in case the user has
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 20 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
21 import com.android.ide.eclipse.adt.internal.editors.descriptors.FlagAttributeDescriptor;
22 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /external/e2fsprogs/tests/r_resize_inode/
expect 47 Primary superblock at 1, Group descriptors at 2-3
55 Backup superblock at 1025, Group descriptors at 1026-1027
69 Backup superblock at 3073, Group descriptors at 3074-3075
83 Backup superblock at 5121, Group descriptors at 5122-5123
97 Backup superblock at 7169, Group descriptors at 7170-7171
111 Backup superblock at 9217, Group descriptors at 9218-9219
209 Backup superblock at 25601, Group descriptors at 25602-25603
223 Backup superblock at 27649, Group descriptors at 27650-27651
357 Backup superblock at 50177, Group descriptors at 50178-50179
495 Primary superblock at 1, Group descriptors at 2-
    [all...]
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 105 // Close all opened file descriptors
  /development/tools/emulator/opengl/tests/event_injector/
iolooper.h 82 * Number of I/O descriptors set in iol, if an I/O has occurred, 0 if no I/O
  /external/dbus/
README.wince 73 * Uses libc file descriptors. Needed for --print-address and
  /external/e2fsprogs/tests/
README 53 the superblock / group descriptors
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IExceptionHandlerTable.java 41 * Returns the number of descriptors in this collection [can be 0].
  /external/icu4c/common/
rbbisetb.h 33 // Each of the non-overlapping character ranges gets one of these descriptors.
  /external/kernel-headers/original/linux/mtd/
bbm.h 56 /* Options for the bad block table descriptors */
  /external/libpcap/
atmuni31.h 66 #define TRAFF_DESCRIP 0x59 /* atm traffic descriptors */

Completed in 253 milliseconds

1 2 3 4 5 6 7 8 91011>>