/external/llvm/lib/Support/ |
IntervalMap.cpp | 120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, 123 assert(Elements + Grow <= Nodes * Capacity && "Not enough room for elements"); 124 assert(Position <= Elements && "Invalid position"); 129 const unsigned PerNode = (Elements + Grow) / Nodes; 130 const unsigned Extra = (Elements + Grow) % Nodes; 138 assert(Sum == Elements + Grow && "Bad distribution sum"); 143 assert(NewSize[PosPair.first] && "Too few elements to need Grow"); 153 assert(Sum == Elements && "Bad distribution sum");
|
/external/llvm/test/CodeGen/X86/ |
4char-promote.ll | 2 ;RUN: llc -march=x86-64 -mcpu=corei7 -promote-elements < %s | FileCheck %s
|
/external/proguard/src/proguard/classfile/ |
package.html | 2 This package contains classes to represent the various elements of class files.
|
/external/valgrind/main/memcheck/tests/ |
unit_oset.c | 96 // Create some elements, with gaps (they're all even) but no dups, 111 // Insert the elements 119 // Check we can find all the elements we inserted 124 // Check we cannot find elements we did not insert, below, within (odd 125 // numbers), and above the inserted elements. 135 // Check we can find all the elements we inserted, and the right values 141 // Check that we can iterate over the OSet elements in sorted order, and 157 // Check that we can remove half of the elements, and that their values 167 // Check we can find the remaining elements (with the right values). 173 // Check we cannot find any of the elements we removed [all...] |
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/ |
elements-not-in-document.html | 10 <script src="script-tests/elements-not-in-document.js"></script>
|
/external/webkit/LayoutTests/fast/dom/beforeload/ |
link-before-load.html | 26 <p>This page tests the beforeload event on link elements. You should see the word PASS below underneath a green square.</p>
|
script-before-load-dynamic.html | 7 <p>This page tests the beforeload event on script elements. You should see a PASS message below if everything
|
script-before-load-xhtml.xhtml | 8 <p>This page tests the beforeload event on script elements. You should see a PASS message below if everything
|
/external/webkit/LayoutTests/fast/encoding/ |
namespace-tolerance.html | 6 (1) use namespace prefixes on HTML elements
|
/external/webkit/Source/WebKit/qt/examples/platformplugin/ |
README | 12 This plugin can provide popups for <select multiple> elements but to use this feature QtWebKit must be
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Inter.c | 32 * of 64 elements. For INTER block, the output buffer holds the residuals for 52 * [out] pDst pointer to the decoded residual buffer (a contiguous array of 64 elements of 73 /* 64 elements are needed but to align it to 16 bytes need 74 15 more elements of padding */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Inter.c | 32 * of 64 elements. For INTER block, the output buffer holds the residuals for 52 * [out] pDst pointer to the decoded residual buffer (a contiguous array of 64 elements of 73 /* 64 elements are needed but to align it to 16 bytes need 74 15 more elements of padding */
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
getElementsByTagNameNS08.java | 35 * elements. There is some contention on whether this should match 36 * unqualified elements, this test reflects the interpretation that 37 * '*' should match elements in all namespaces and unqualified elements.
|
/libcore/luni/src/test/java/tests/api/java/util/ |
AbstractQueueTest.java | 39 private Object[] elements = new Object[CAPACITY]; field in class:AbstractQueueTest.MockAbstractQueue 55 return (E) elements[currentIndex]; 63 elements[i] = elements[i + 1]; 83 elements[size++] = o; 91 E e = (E) elements[0]; 93 elements[i] = elements[i + 1]; 103 return (E) elements[0];
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
chio.h | 23 * accessing elements works by specifing type and unit of the element. 24 * for eample, storage elements are addressed with type = CHET_ST and 30 int cp_npickers; /* number of transport elements (CHET_MT) */ 31 int cp_nslots; /* number of storage elements (CHET_ST) */ 32 int cp_nportals; /* number of import/export elements (CHET_IE) */ 33 int cp_ndrives; /* number of data transfer elements (CHET_DT) */ 95 * get element status for all elements of a specific type 120 int cge_id; /* scsi id (for data transfer elements) */ 121 int cge_lun; /* scsi lun (for data transfer elements) */
|
netrom.h | 2 * These are the public elements of the Linux kernel NET/ROM implementation.
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
mempool.h | 26 void **elements; member in struct:mempool_s
|