/art/test/401-optimizing-compiler/ |
info.txt | 2 optimizing compiler covers.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/ |
node-type.html | 7 description: "This benchmark covers DOM attributes that return integers.",
|
undefined-first-child.html | 9 description: "This benchmark covers undefined DOM attributes that return a null.",
|
undefined-id-getter.html | 9 description: "This benchmark covers undefined DOM attributes that return an empty String.",
|
append-child.html | 10 description: "This benchmark covers 'appendChild' and 'removeChild' in Dromaeo/dom-modify.html.",
|
create-element.html | 7 description: "This benchmark covers 'createElement', 'createTextNode' and 'cloneNode' in Dromaeo/dom-modify.html, and other DOM methods that return a new Node object.",
|
first-child.html | 10 description: "This benchmark covers 'firstChild', 'lastChild', 'nextSibling' and 'previousSibling' in Dromaeo/dom-traverse.html, and other DOM attributes that return a Node object.",
|
get-attribute-rare.html | 10 description: "This benchmark covers 'getAttribute' in Dromaeo/dom-attr.html, and other DOM methods that return a String.",
|
get-attribute.html | 10 description: "This benchmark covers 'getAttribute' in Dromaeo/dom-attr.html, and other DOM methods that return a String.",
|
get-element-by-id.html | 8 description: "This benchmark covers 'getElementById' in Dromaeo/dom-query.html, and other DOM methods that return a Node object.",
|
get-elements-by-tag-name.html | 8 description: "This benchmark covers 'getElementsByTagName (not in document)', 'getElementsByTagName', 'getElementsByName (not in document)' and 'getElementsByName' in Dromaeo/dom-query.html, and other DOM methods that return a NodeList.",
|
id-setter.html | 10 description: "This benchmark covers 'element.property = value' in Dromaeo/dom-attr.html, and other DOM attributes that sets a String.",
|
set-attribute-rare.html | 10 description: "This benchmark covers 'setAttribute' in Dromaeo/dom-attr.html and other DOM methods that return an undefined.",
|
set-attribute.html | 10 description: "This benchmark covers 'setAttribute' in Dromaeo/dom-attr.html and other DOM methods that return an undefined.",
|
undefined-get-element-by-id.html | 7 description: "This benchmark covers 'getElementById (not in document)' in Dromaeo/dom-query.html, and other Node-query methods that return a null.",
|
id-getter.html | 10 description: "This benchmark covers 'element.property' in Dromaeo/dom-attr.html, 'innerHTML' in Dromaeo/dom-modify.html, and other DOM attributes that return a String.",
|
insert-before.html | 10 description: "This benchmark covers 'insertBefore' in Dromaeo/dom-modify.html and replaceChild()",
|
node-list-access.html | 11 description: "This benchmark covers 'childNodes' in Dromaeo/dom-traverse.html, and other DOM attributes that access NodeList.",
|
/frameworks/base/docs/html/guide/topics/data/ |
index.jd | 16 <p>This class covers different strategies for cloud enabled applications. It covers syncing
|
/art/compiler/optimizing/ |
live_interval_test.cc | 70 TEST(LiveInterval, Covers) { 77 ASSERT_TRUE(interval->Covers(0)); 78 ASSERT_TRUE(interval->Covers(4)); 79 ASSERT_TRUE(interval->Covers(41)); 80 ASSERT_FALSE(interval->Covers(42)); 81 ASSERT_FALSE(interval->Covers(54)); 87 ASSERT_TRUE(interval->Covers(4)); 88 ASSERT_TRUE(interval->Covers(11)); 89 ASSERT_TRUE(interval->Covers(14)); 90 ASSERT_TRUE(interval->Covers(15)) [all...] |
/art/test/083-compiler-regressions/ |
info.txt | 6 This test covers JIT regressions
|
/frameworks/base/docs/html/training/cloudsync/ |
index.jd | 24 <p>This class covers different strategies for cloud enabled applications. It 25 covers syncing data with the cloud using your own back-end web application, and
|
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_renderer_scanline.h | 56 const typename Scanline::cover_type* covers = span->covers; local 64 covers += xmin - x; 76 solid ? 0 : covers, 77 *covers);
|
/development/samples/browseable/BatchStepSensor/ |
_index.jd | 23 This sample only covers the basic case, where a listener is only registered
|
/external/chromium_org/base/i18n/ |
utf8_validator_tables.h | 15 // overall size of the table. The table only covers bytes in the range
|