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

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.descriptors;
23 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
24 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
25 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
116 * Custom descriptors are created as needed.
219 LayoutDescriptors descriptors = data.getLayoutDescriptors(); local
220 ViewElementDescriptor d = descriptors.findDescriptorByClass(fqcn);
224 builtInList = descriptors.getViewDescriptors();
294 // TODO add the class attribute descriptors to the parent descriptors
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java 15 import com.vladium.util.Descriptors;
55 for (Iterator /* ClassDescriptor */ descriptors = m_mdata.iterator (); descriptors.hasNext (); )
57 final ClassDescriptor cls = (ClassDescriptor) descriptors.next ();
63 final String packageName = packageVMName.length () == 0 ? "default package" : Descriptors.vmNameToJavaName (packageVMName);
76 final String fullSrcFileName = Descriptors.combineVMName (packageVMName, srcFileName);
96 new Object [] { Descriptors.vmNameToJavaName (cls.getClassVMName ()) });
  /external/webkit/Source/WebCore/css/
MediaList.cpp 33 * Media Queries, Media Types and Media Descriptors.
35 * tries to fallback to Media Descriptors if m_fallback flag is set.
42 * specifies that Media Descriptors should be parsed with forward-compatible syntax
45 * - to Media Descriptors of HTML 4.0 in context of StyleSheet
76 // DOMImplementationCSS seems to mandate that media descriptors are used
77 // for both html and svg, even though svg:style doesn't use media descriptors
103 // http://www.w3.org/TR/REC-html40/types.html#type-media-descriptors
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 19 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.REQUEST_FOCUS;
20 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_FRAGMENT;
21 import static com.android.ide.eclipse.adt.internal.editors.layout.descriptors.LayoutDescriptors.VIEW_INCLUDE;
24 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor;
153 // Now add ALL known layout descriptors in case the user has
155 List<ViewElementDescriptor> descriptors = local
157 for (ViewElementDescriptor d : descriptors) {
  /external/qemu/memcheck/
memcheck_malloc_map.c 44 * adesc - Entry in the allocation descriptors map.
58 * adesc - Entry in the allocation descriptors map.
72 /* Compare routine for the allocation descriptors map.
77 * 0 - Descriptors are equal. Note that descriptors are considered to be
101 /* Inserts new (or replaces existing) entry into allocation descriptors map.
129 /* Finds an entry in the allocation descriptors map that matches the given
132 * map - Allocation descriptors map where to search for an entry.
136 * Address of an allocation descriptors map entry that matches the given
  /external/e2fsprogs/tests/m_std/
expect.1 61 Primary superblock at 1, Group descriptors at 2-2
69 Backup superblock at 8193, Group descriptors at 8194-8194
83 Backup superblock at 24577, Group descriptors at 24578-24578
97 Backup superblock at 40961, Group descriptors at 40962-40962
111 Backup superblock at 57345, Group descriptors at 57346-57346
  /external/libusb-compat/libusb/
usb.h 79 /* All standard descriptors have these 2 fields in common */
116 unsigned char *extra; /* Extra descriptors */
144 unsigned char *extra; /* Extra descriptors */
169 unsigned char *extra; /* Extra descriptors */
294 /* descriptors.c */
  /frameworks/base/core/java/android/net/
LocalSocket.java 247 * Enqueues a set of file descriptors to send to the peer. The queue
248 * is one deep. The file descriptors will be sent with the next write
252 * @param fds non-null; file descriptors to send.
259 * Retrieves a set of file descriptors that a peer has sent through
262 * File descriptors may only be passed along with regular data, so this
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.descriptors;
53 * specialized internal attribute descriptors (e.g. hidden descriptors, XMLNS,
91 * Can be null for specialized internal attribute descriptors that do not correspond to
100 * This icon is generic, that is all attribute descriptors have the same icon
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h 80 /* Maximum number of file descriptors in `fd_set'. */
101 /* Check the first NFDS descriptors each in READFDS (if not NULL) for read
105 descriptors, or -1 for errors.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 80 /* Maximum number of file descriptors in `fd_set'. */
101 /* Check the first NFDS descriptors each in READFDS (if not NULL) for read
105 descriptors, or -1 for errors.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
select.h 80 /* Maximum number of file descriptors in `fd_set'. */
101 /* Check the first NFDS descriptors each in READFDS (if not NULL) for read
105 descriptors, or -1 for errors.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewInfoPart.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
62 // The editor will be reloaded once we have the proper descriptors anyway.
  /external/e2fsprogs/tests/m_uninit/
expect.1 61 Primary superblock at 1, Group descriptors at 2-2
69 Backup superblock at 8193, Group descriptors at 8194-8194
83 Backup superblock at 24577, Group descriptors at 24578-24578
97 Backup superblock at 40961, Group descriptors at 40962-40962
111 Backup superblock at 57345, Group descriptors at 57346-57346
125 Backup superblock at 73729, Group descriptors at 73730-73730
  /external/e2fsprogs/e2fsck/
CHANGES 43 the superblock and the group descriptors.) (Doesn't update alternate
44 superblocks, group descriptors.)
  /external/e2fsprogs/lib/ext2fs/
check_desc.c 2 * check_desc.c --- Check the group descriptors of an ext2 filesystem
30 * This routine sanity checks the group descriptors
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 61 Primary superblock at 0, Group descriptors at 1-1
69 Backup superblock at 16384, Group descriptors at 16385-16385
  /external/proguard/src/proguard/classfile/visitor/
MemberDescriptorFilter.java 43 * descriptors will be matched.
57 * member descriptors will be matched.
  /external/protobuf/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
midi.h 78 /* As above, but more useful for defining your own descriptors: */
102 /* As above, but more useful for defining your own descriptors: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
midi.h 78 /* As above, but more useful for defining your own descriptors: */
102 /* As above, but more useful for defining your own descriptors: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
midi.h 78 /* As above, but more useful for defining your own descriptors: */
102 /* As above, but more useful for defining your own descriptors: */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 19 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor;
20 import com.android.ide.eclipse.adt.internal.editors.descriptors.ListAttributeDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 21 import com.android.ide.eclipse.adt.internal.editors.values.descriptors.ItemElementDescriptor;
22 import com.android.ide.eclipse.adt.internal.editors.values.descriptors.ValuesDescriptors;

Completed in 1237 milliseconds

1 2 34 5 6 7 8 91011>>