/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiListAttributeNode.java | 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils; 24 import com.android.ide.eclipse.adt.internal.editors.descriptors.ListAttributeDescriptor; 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor; 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParserTest.java | 21 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.TextAttributeDescriptor; 56 // set up some basic descriptors. 58 // only the layouts have children (all 4 descriptors possible)
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
FieldSet.java | 53 * prevents FieldSet from depending on {@link Descriptors.FieldDescriptor}. 142 * {@link Message#hasField(Descriptors.FieldDescriptor)}. 155 * {@link Message#getField(Descriptors.FieldDescriptor)}. This method 165 * {@link Message.Builder#setField(Descriptors.FieldDescriptor,Object)}. 193 * {@link Message.Builder#clearField(Descriptors.FieldDescriptor)}. 201 * {@link Message#getRepeatedFieldCount(Descriptors.FieldDescriptor)}. 219 * {@link Message#getRepeatedField(Descriptors.FieldDescriptor,int)}. 239 * {@link Message.Builder#setRepeatedField(Descriptors.FieldDescriptor,int,Object)}. 261 * {@link Message.Builder#addRepeatedField(Descriptors.FieldDescriptor,Object)}. 322 // But we can't now that FieldSet doesn't use descriptors. Maybe thi [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditor.java | 22 import com.android.ide.eclipse.adt.internal.editors.descriptors.DocumentDescriptor; 23 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor; 24 import com.android.ide.eclipse.adt.internal.editors.descriptors.IUnknownDescriptorProvider; 25 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.CustomViewDescriptorService; 26 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors; 27 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 490 // get the descriptors from the data. 515 * (i.e. one that was not mapped by the current descriptors). 607 * Will return null if we can't find that FQCN or we lack the editor/data/descriptors info. 637 * @param descriptors A list of children descriptors to iterate through [all...] |
/external/v8/src/ |
bootstrapper.cc | 348 Handle<DescriptorArray> descriptors = local 356 descriptors->Set(0, &d); 361 descriptors->Set(1, &d); 366 descriptors->Set(2, &d); 371 descriptors->Set(3, &d); 380 descriptors->Set(4, &d); 382 descriptors->Sort(); 383 return descriptors; 389 Handle<DescriptorArray> descriptors = local 391 map->set_instance_descriptors(*descriptors); 495 Handle<DescriptorArray> descriptors = local 563 Handle<DescriptorArray> descriptors = local 924 Handle<DescriptorArray> descriptors = factory->NewDescriptorArray(5); local 1067 Handle<DescriptorArray> descriptors = factory->NewDescriptorArray(3); local [all...] |
accessors.h | 34 // The list of accessor descriptors. This is a second-order macro 63 // Accessor descriptors.
|
/external/llvm/docs/ |
SourceLevelDebugging.html | 25 <li><a href="#debug_info_descriptors">Debug information descriptors</a> 27 <li><a href="#format_compile_units">Compile unit descriptors</a></li> 28 <li><a href="#format_files">File descriptors</a></li> 29 <li><a href="#format_global_variables">Global variable descriptors</a></li> 30 <li><a href="#format_subprograms">Subprogram descriptors</a></li> 31 <li><a href="#format_blocks">Block descriptors</a></li> 32 <li><a href="#format_basic_type">Basic type descriptors</a></li> 33 <li><a href="#format_derived_type">Derived type descriptors</a></li> 34 <li><a href="#format_composite_type">Composite type descriptors</a></li> 35 <li><a href="#format_subrange">Subrange descriptors</a></li [all...] |
/development/ndk/platforms/android-9/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/bluetooth/glib/glib/ |
giochannel.h | 285 * descriptors 0, 1 and 2 (corresponding to stdin, stdout and stderr), 288 * SOCKET. This relies on SOCKETs and file descriptors not 294 * the emulated Unix-like file descriptors MSVCRT provides. The native 324 * On Unix you would do a select() on the file descriptors of the channels. 342 * descriptors. After calling g_io_add_watch() on a IO channel 356 * a SOCKET. Contrary to IO channels for file descriptors (on *Win32),
|
/external/e2fsprogs/lib/ext2fs/ |
closefs.c | 50 * descriptors for a given block group. It currently returns the 57 * blocks used by the super block and group descriptors instead. 251 /* swap the group descriptors */ 276 * block group descriptors or any of the backup superblocks 283 * Write out the master group descriptors, and the backup 284 * superblocks and group descriptors.
|
/frameworks/base/native/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 163 * Invokes callbacks for all file descriptors on which an event occurred. 170 * descriptors were ready. 185 * for all file descriptors that were signalled.
|
/prebuilt/ndk/android-ndk-r5/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.
|
/prebuilt/ndk/android-ndk-r6/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.
|
/prebuilt/ndk/android-ndk-r6/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/elfutils/tests/ |
arextract.c | 127 /* Close the descriptors. */ 130 printf ("Freeing ELF descriptors failed: %s", elf_errmsg (-1));
|
/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
|
/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
|
/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().
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
gralloc_cb.h | 67 // file-descriptors
|
/external/bison/lib/ |
fd-safer.c | 44 descriptors, e.g., fd_safer (open ("file", O_RDONLY)). */
|