/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.png_bitmap.html | 59 Data descriptors defined here:<br> 92 Data descriptors defined here:<br>
|
telemetry.core.timeline.process.html | 73 Data descriptors defined here:<br> 79 Data descriptors inherited from <a href="telemetry.core.timeline.event_container.html#TimelineEventContainer">telemetry.core.timeline.event_container.TimelineEventContainer</a>:<br>
|
telemetry.core.timeline.slice.html | 71 Data descriptors defined here:<br> 80 Data descriptors inherited from <a href="telemetry.core.timeline.event.html#TimelineEvent">telemetry.core.timeline.event.TimelineEvent</a>:<br>
|
/external/chromium_org/v8/src/ |
objects-visiting-inl.h | 612 // descriptors that belong to this map are marked. The first time a 616 DescriptorArray* descriptors = map->instance_descriptors(); local 617 if (StaticVisitor::MarkObjectWithoutPush(heap, descriptors) && 618 descriptors->length() > 0) { 620 descriptors->GetFirstElementAddress(), 621 descriptors->GetDescriptorEndSlot(0)); 627 descriptors->GetDescriptorStartSlot(start), 628 descriptors->GetDescriptorEndSlot(end)); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.et.in | 78 "Can't read group descriptors" 81 "Can't write group descriptors"
|
/external/emma/core/java12/com/vladium/emma/report/ |
MethodItem.java | 11 import com.vladium.util.Descriptors; 40 m_userName = Descriptors.methodVMNameToJavaName (m_parent.getName (), m_name, m_descriptor, true, true, true);
|
/external/freetype/include/freetype/ |
ftmm.h | 101 /* axis :: A table of axis descriptors. */ 204 /* axis :: A table of axis descriptors. */
|
/external/qemu/memcheck/ |
memcheck_mmrange_map.c | 39 * 0 - Descriptors are equal. Note that descriptors are considered to be
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
TypeListItem.java | 176 * @return a string consisting of the type descriptors in this <code>TypeListItem</code> 199 * @return a string consisting of the shorty form of the type descriptors in this
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Session.cpp | 114 // Search bulk buffer descriptors for existing vAddr 138 // Add to vector of descriptors
|
/prebuilts/tools/common/m2/internal/org/slf4j/slf4j-parent/1.7.2/ |
slf4j-parent-1.7.2.pom | 179 <descriptors>
181 </descriptors>
|
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/ |
commons-codec-1.4.pom | 210 <descriptors>
213 </descriptors>
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.pom | 129 <descriptors> 132 </descriptors>
|
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/ |
httpcomponents-core-4.1.pom | 140 <descriptors> 144 </descriptors>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlProperty.java | 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils;
|
PropertyFactory.java | 25 import com.android.ide.eclipse.adt.internal.editors.descriptors.AttributeDescriptor; 26 import com.android.ide.eclipse.adt.internal.editors.descriptors.DescriptorsUtils; 27 import com.android.ide.eclipse.adt.internal.editors.descriptors.SeparatorAttributeDescriptor; 28 import com.android.ide.eclipse.adt.internal.editors.descriptors.XmlnsAttributeDescriptor; 29 import com.android.ide.eclipse.adt.internal.editors.layout.descriptors.ViewElementDescriptor; 186 // (They shouldn't be in the descriptors at all) [all...] |
/external/kernel-headers/original/linux/ |
usb_ch9.h | 31 * This bit flag is used in endpoint descriptors' bEndpointAddress field. 137 * STANDARD DESCRIPTORS ... as returned by GET_DESCRIPTOR, or 170 /* conventional codes for class-specific descriptors */ 177 /* All standard descriptors have these 2 fields at the beginning */ 238 * descriptors. 389 /* USB_DT_SECURITY: group of wireless security descriptors, including
|
usb.h | 29 * Host-side wrappers for standard USB descriptors ... these are parsed 31 * sequence of descriptors into a hierarchy: 38 * And there might be other descriptors mixed in with those. 40 * Devices may also have class-specific or vendor-specific descriptors. 50 * with one or more transfer descriptors (TDs) per urb 52 * @extra: descriptors following this endpoint in the configuration 64 unsigned char *extra; /* Extra descriptors */ 68 /* host-side wrapper for one interface setting's parsed descriptors */ 78 unsigned char *extra; /* Extra descriptors */ 114 * every interface, but is never listed among the interface's descriptors [all...] |
/external/opencv/cv/src/ |
cvsurf.cpp | 268 CvSeq *keypoints, *descriptors = 0; local 306 descriptors = cvCreateSeq( 0, sizeof(CvSeq), 308 cvSeqPushMulti( descriptors, 0, N ); 483 vec = (float*)cvGetSeqElem( descriptors, k ); 484 for( kk = 0; kk < (int)(descriptors->elem_size/sizeof(vec[0])); kk++ ) 555 *_descriptors = descriptors;
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 706 * Invokes the syscall dup2() to copy the specified descriptors into 707 * stdin, stdout, and stderr. The existing stdio descriptors will be 709 * descriptors will also remain open at their original descriptor numbers, 710 * so the caller may want to close the original descriptors. 740 * Invokes select() on the provider array of file descriptors (selecting 743 * @param fds non-null; array of readable file descriptors
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
MANIFEST.MF | 73 com.android.ide.eclipse.adt.internal.editors.descriptors;x-friends:="com.android.ide.eclipse.tests", 79 com.android.ide.eclipse.adt.internal.editors.layout.descriptors;x-friends:="com.android.ide.eclipse.tests", 86 com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;x-friends:="com.android.ide.eclipse.tests", 90 com.android.ide.eclipse.adt.internal.editors.menu.descriptors;x-friends:="com.android.ide.eclipse.tests", 92 com.android.ide.eclipse.adt.internal.editors.otherxml.descriptors;x-friends:="com.android.ide.eclipse.tests", 97 com.android.ide.eclipse.adt.internal.editors.values.descriptors;x-friends:="com.android.ide.eclipse.tests",
|
/system/extras/ext4_utils/ |
ext4fixup.c | 228 critical_error_errno("failed to seek to block group descriptors"); 232 critical_error_errno("failed to read block group descriptors"); 234 critical_error("failed to read all of block group descriptors"); 433 critical_error_errno("failed to seek to block group descriptors"); 438 critical_error_errno("failed to write block group descriptors"); 440 critical_error("failed to write all of block group descriptors");
|
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 406 /* All standard descriptors have these 2 fields in common */ 545 * this point, you should be ready to provide device descriptors and so 598 * should monitor certain file descriptors related to this device - 621 * libusbx of any file descriptors associated with this device that should 822 * completes, assuming that the device descriptors did not change during [all...] |
/external/grub/netboot/ |
depca.c | 362 ** The number of descriptors MUST BE A POWER OF 2. 366 #define NUM_RX_DESC 2 /* Number of RX descriptors */ 367 #define NUM_TX_DESC 2 /* Number of TX descriptors */ 419 ** The DEPCA Rx and Tx ring descriptors. 459 /* log2([rt]xRingMask+1) for the descriptors */ 554 /* Tx & Rx descriptors (aligned to a quadword boundary) */ 569 /* Calculate Tx/Rx RLEN size for the descriptors. */
|
/external/libusb/libusb/ |
libusbi.h | 285 /* All standard descriptors have these 2 fields in common */ 391 * this point, you should be ready to provide device descriptors and so 425 * should monitor certain file descriptors related to this device - 448 * libusb of any file descriptors associated with this device that should 633 * completes, assuming that the device descriptors did not change during 742 * indicates the number of file descriptors that have reported events 752 * transferred fields of the iso packet descriptors of the transfer.
|