/external/valgrind/main/ |
COPYING.DOCS | 141 printed covers) of the Document, numbering more than 100, and the 143 copies in covers that carry, clearly and legibly, all these Cover 145 the back cover. Both covers must also clearly and legibly identify 148 visible. You may add other material on the covers in addition. 149 Copying with changes limited to the covers, as long as they preserve 185 A. Use in the Title Page (and on the covers, if any) a title distinct 314 covers that bracket the Document within the aggregate, or the 315 electronic equivalent of covers if the Document is in electronic form. 316 Otherwise they must appear on printed covers that bracket the whole
|
/external/valgrind/main/none/tests/s390x/ |
rounding-3.c | 9 Covers all generally available rounding modes.
|
/frameworks/base/docs/html/guide/topics/graphics/ |
index.jd | 42 <p>This class covers some common techniques for processing and loading Bitmap objects in a way
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTestUtils.java | 47 * and this covers that 'usual case'. On other systems there might be 3+
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
BiometricSensorUnlock.java | 24 * completely covers the backup unlock mechanism.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
package-info.java | 23 * it covers most standard usage contexts. But programmers may create
|
/libcore/luni/src/test/java/tests/security/spec/ |
ECPrivateKeySpecTest.java | 58 * test covers following usecases:
|
ECPublicKeySpecTest.java | 56 * test covers following usecases:
|
/ndk/sources/host-tools/make-3.81/doc/ |
fdl.texi | 150 printed covers) of the Document, numbering more than 100, and the 152 copies in covers that carry, clearly and legibly, all these Cover 154 the back cover. Both covers must also clearly and legibly identify 157 visible. You may add other material on the covers in addition. 158 Copying with changes limited to the covers, as long as they preserve 196 Use in the Title Page (and on the covers, if any) a title distinct 354 covers that bracket the Document within the aggregate, or the 355 electronic equivalent of covers if the Document is in electronic form. 356 Otherwise they must appear on printed covers that bracket the whole
|
/ndk/sources/host-tools/sed-4.2.1/ |
COPYING.DOC | 143 printed covers) of the Document, numbering more than 100, and the 145 copies in covers that carry, clearly and legibly, all these Cover 147 the back cover. Both covers must also clearly and legibly identify 150 visible. You may add other material on the covers in addition. 151 Copying with changes limited to the covers, as long as they preserve 188 A. Use in the Title Page (and on the covers, if any) a title distinct 319 covers that bracket the Document within the aggregate, or the 320 electronic equivalent of covers if the Document is in electronic form. 321 Otherwise they must appear on printed covers that bracket the whole
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
number_test.cpp | 103 // This test covers floating point numbers of form [0-9][eE][+-]?[0-9]. 130 // This test covers floating point numbers of form [0-9]"." and [0-9]?"."[0-9].
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
genmbcs.h | 60 * 0xfff also covers a number other small scripts which have legacy charsets 63 * that covers small-script blocks which usually have either dense mappings
|
/external/chromium_org/third_party/skia/tests/ |
DeferredCanvasTest.cpp | 148 // Case 3: writePixels that partially covers the canvas 155 // covers the canvas 172 // covers the canvas 189 // covers the canvas, preceded by clear 211 // covers the canvas, preceeded by a clear 233 // covers the canvas, preceeded by a drawREct that partially 234 // covers the canvas 608 // This test covers a code path that inserts bitmaps into the bitmap heap through the [all...] |
/external/eigen/test/eigen2/ |
eigen2_eigensolver.cpp | 19 /* this test covers the following files: 102 /* this test covers the following files:
|
eigen2_lu.cpp | 37 /* this test covers the following files: 79 /* this test covers the following files:
|
/external/icu/icu4c/source/tools/makeconv/ |
genmbcs.h | 60 * 0xfff also covers a number other small scripts which have legacy charsets 63 * that covers small-script blocks which usually have either dense mappings
|
/external/skia/tests/ |
DeferredCanvasTest.cpp | 148 // Case 3: writePixels that partially covers the canvas 155 // covers the canvas 172 // covers the canvas 189 // covers the canvas, preceded by clear 211 // covers the canvas, preceeded by a clear 233 // covers the canvas, preceeded by a drawREct that partially 234 // covers the canvas 608 // This test covers a code path that inserts bitmaps into the bitmap heap through the [all...] |
/external/valgrind/main/include/ |
pub_tool_rangemap.h | 38 // arbitrary other UWord values. The set of ranges exactly covers all 66 the key bounds. Can never fail since the RangeMap covers the
|
/frameworks/base/docs/html/training/notepad/ |
index.jd | 75 areas that each covers. Each exercise assumes that you have completed any 80 tutorial examples and describes what each covers. ">
|
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 245 bool Covers(size_t position) const { 341 * The new interval covers: 361 // Iterate over the ranges, and either find a range that covers this position, or 380 // This range covers position. We create a new last_range_ for this interval 381 // that covers last_range_->Start() and position. We also shorten the current
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man7/ |
gfdl.7 | 292 printed covers) of the Document, numbering more than 100, and the 294 copies in covers that carry, clearly and legibly, all these Cover 296 the back cover. Both covers must also clearly and legibly identify 299 visible. You may add other material on the covers in addition. 300 Copying with changes limited to the covers, as long as they preserve 338 Use in the Title Page (and on the covers, if any) a title distinct 498 covers that bracket the Document within the aggregate, or the 499 electronic equivalent of covers if the Document is in electronic form. 500 Otherwise they must appear on printed covers that bracket the whole
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
ByteCatchList.java | 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) { 311 * @return {@code true} iff this item covers {@code pc} 313 public boolean covers(int pc) { method in class:ByteCatchList.Item
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteCatchList.java | 108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) { 311 * @return {@code true} iff this item covers {@code pc} 313 public boolean covers(int pc) { method in class:ByteCatchList.Item
|
/external/chromium_org/v8/test/mjsunit/ |
cyrillic.js | 103 // Test range that covers both greek and cyrillic characters. 122 // A range that covers the lower case greek letters and the upper case cyrillic 181 // A range that covers both ASCII and non-ASCII.
|
/external/guava/guava-tests/test/com/google/common/math/ |
MathTesting.java | 111 // Add boundary values manually to avoid over/under flow (this covers 2^N for 0 and 31). 113 // Add values up to 64. This covers cases like "square of a prime" and such. 150 // Add boundary values manually to avoid over/under flow (this covers 2^N for 31 and 63).
|