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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/android/
looper.h 34 * descriptors until one or more of them have data available.
71 * and no callbacks were executed and no other file descriptors were ready.
143 * The looper always sends notifications about invalid file descriptors; it is not necessary
162 * Invokes callbacks for all file descriptors on which an event occurred.
169 * descriptors were ready.
184 * for all file descriptors that were signalled.
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 41 EnableARMEHABIDescriptors("arm-enable-ehabi-descriptors", cl::Hidden,
42 cl::desc("Generate ARM EHABI tables with unwinding descriptors"),
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 247 // descriptors at initialization time. We unfortunately have to put it in
262 "public static com.google.protobuf.Descriptors.FileDescriptor\n"
266 "private static com.google.protobuf.Descriptors.FileDescriptor\n"
296 "com.google.protobuf.Descriptors.FileDescriptor."
298 " new com.google.protobuf.Descriptors.FileDescriptor."
301 " com.google.protobuf.Descriptors.FileDescriptor root) {\n"
351 "com.google.protobuf.Descriptors.FileDescriptor\n"
353 " new com.google.protobuf.Descriptors.FileDescriptor[] {\n");
  /external/protobuf/src/google/protobuf/
descriptor.h 42 // Most users will not care about descriptors, because they will write
46 // read descriptors in order to learn about the contents of a message.
48 // Descriptors, either because they are implementing Message manually or
51 // For an example of how you might use descriptors, see the code example
107 // Use DescriptorPool to construct your own descriptors.
292 // Use DescriptorPool to construct your own descriptors.
542 // to construct your own descriptors.
623 // your own descriptors.
678 // ServiceDescriptor. Use DescriptorPool to construct your own descriptors.
740 // own descriptors
    [all...]
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 31 that have been allocated from the heap on emulated system. Block descriptors are
37 block recorded in the current process' descriptors table. This way emulator can
  /external/v8/src/
accessors.h 37 // The list of accessor descriptors. This is a second-order macro
66 // Accessor descriptors.
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProviderTest.java 49 // tests that we don't leak file descriptors or virtual address space
53 // open enough file descriptors that we will crash something if we leak FDs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 183 /* SCB's descriptors */
190 /* Task's descriptors */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor;
24 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/manifest/descriptors/
ClassAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
20 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
PermissionPage.java 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
  /system/core/include/cutils/
selector.h 19 * descriptors and calls out to user-provided callback functions to read and
121 * Loops continuously selecting file descriptors and firing events.
  /bionic/libc/stdio/
fvwrite.h 36 * I/O descriptors for __sfvwrite().
  /external/bison/lib/
fd-safer.c 44 descriptors, e.g., fd_safer (open ("file", O_RDONLY)). */
  /external/bluetooth/glib/gio/
gunixinputstream.h 40 * Implements #GInputStream for reading from selectable unix file descriptors
gunixoutputstream.h 40 * Implements #GOutputStream for outputting to selectable unix file descriptors
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 48 .I @datadir@/ext2.descriptors
  /external/e2fsprogs/lib/ext2fs/
imager.c 183 * Write out superblock and group descriptors
212 * Now write out the block group descriptors
233 * Read the superblock and group descriptors and overwrite them.
261 * Now copy in the superblock and group descriptors
  /external/e2fsprogs/tests/f_misstable/
expect.1 1 ../e2fsck/e2fsck: Group descriptors look bad... trying backup blocks...
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 32 import com.vladium.util.Descriptors;
128 queue.add (Descriptors.javaNameToVMName (m_rootSet [i]));
148 throw new IllegalArgumentException ("class [" + Descriptors.vmNameToJavaName (classVMName) + "] not found in the input classpath");
171 if (_result.add (Descriptors.vmNameToJavaName (classDepVMName)))
  /external/libusb/libusb/
libusb.h 204 /** Used to update existing descriptors or add new descriptors */
394 /** Extra descriptors. If libusb encounters unknown endpoint descriptors,
398 /** Length of the extra descriptors, in bytes. */
440 /** Array of endpoint descriptors. This length of this array is determined
444 /** Extra descriptors. If libusb encounters unknown interface descriptors,
448 /** Length of the extra descriptors, in bytes. */
456 /** Array of interface descriptors. The length of this array is determine
    [all...]

Completed in 1063 milliseconds

1 2 3 4 5 67 8 91011>>