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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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
126 // Use DescriptorPool to construct your own descriptors.
322 // Use DescriptorPool to construct your own descriptors.
589 // to construct your own descriptors.
681 // your own descriptors.
747 // ServiceDescriptor. Use DescriptorPool to construct your own descriptors.
    [all...]
  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-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/manifest/descriptors/
ClassAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
21 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;
  /bionic/libc/stdio/
fvwrite.h 36 * I/O descriptors for __sfvwrite().
  /external/bison/lib/
fd-safer-flag.c 37 descriptors, e.g., fd_safer_flag (open ("file", O_RDONLY | flag), flag). */
fd-safer.c 34 descriptors, e.g., fd_safer (open ("file", O_RDONLY)). */
spawn_faction_adddup2.c 34 'dup2' for the given file descriptors during the 'spawn' call. */
  /external/chromium_org/base/memory/
shared_memory_android.cc 16 // all the file descriptors from different processes associated with the region
  /external/chromium_org/chrome/installer/util/
copy_reg_key_work_item.h 19 // descriptors.
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.idl 40 Constructor(DOMString family, DOMString source, Dictionary descriptors),
  /external/chromium_org/ui/events/ozone/
event_factory_ozone.h 18 // descriptors with one |EventConverterOzone| instance for each descriptor.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-133211.js 28 // Make sure we don't leak maps when reading intermediate property 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 501 milliseconds

1 2 3 4 5 6 7 8 91011>>