/libcore/luni/src/main/java/java/util/ |
Vector.java | 27 * All optional operations including adding, removing, and replacing elements are supported. 457 int adding = 0; local 459 if ((adding = elementData.length) == 0) { 460 adding = 1; 463 adding = capacityIncrement; 466 E[] newData = newElementArray(elementData.length + adding); 472 int adding = 0; local 474 if ((adding = elementData.length) == 0) { 475 adding = required; 477 while (adding < required) [all...] |
LinkedList.java | 28 * All optional operations including adding, removing, and replacing elements are supported. 346 int adding = collection.size(); local 347 if (adding == 0) { 371 size += adding; 386 int adding = collection.size(); local 387 if (adding == 0) { 401 size += adding;
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
add-listener-from-callback.js | 1 description('Tests that adding a new event listener from a callback works as expected.');
|
/external/icu4c/samples/ufortune/resources/ |
fortune_resources.mak | 13 # When adding a resource source (.txt) file for a new locale, the corresponding
|
/frameworks/base/core/java/android/app/ |
LocalActivityManager.java | 255 * care of adding this window to a view hierarchy, and likewise dealing 266 boolean adding = false; 276 adding = true; 300 if (adding) {
|
/external/v8/test/mjsunit/compiler/ |
regress-loadfield.js | 34 // Make sure there is a transition on adding "bar" inobject property.
|
/external/v8/test/mjsunit/regress/ |
regress-386.js | 30 // This test creates enough properties in A so that adding i as 34 // Adding i in the second call to the constructor creates a real property,
|
/external/v8/test/mjsunit/ |
object-prevent-extensions.js | 41 // Try adding a new element.
|
array-elements-from-array-prototype-chain.js | 31 // If add any new tests here, consider adding them to all other files:
|
array-elements-from-array-prototype.js | 31 // If add any new tests here, consider adding them to all other files:
|
array-elements-from-object-prototype.js | 31 // If add any new tests here, consider adding them to all other files:
|
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 370 PLogError(L("ESR_READ_ERROR: internal error adding script (%d)"), num_words_to_add); 493 wordmap_ceiling(semgraph->scopes_olabels); /* we won't be adding scopes! */ 1038 /* find out if the word I am adding already exists. If it already exists, then that means that I 1039 potentially am adding an alternate meaning for the word */ [all...] |
/sdk/files/ |
find_java.bat | 101 echo Please consider adding it to your path:
|
/build/core/ |
java.mk | 193 # all_java_sources. See if we can get that by adding a 274 # Skip adding emma instrumentation to class files if this is a static library,
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 153 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p>
|
/external/libvpx/vp8/common/arm/armv6/ |
recon_v6.asm | 29 ; Loop through the block adding the Pred and Diff together. Clamp and then
|
/external/libvpx/vp8/decoder/arm/neon/ |
idct_dequant_dc_full_2x_neon.asm | 166 ; adding pre
|
idct_dequant_full_2x_neon.asm | 158 ; adding pre
|
/external/chromium/chrome/browser/resources/net_internals/ |
util.js | 327 // Fill table body, adding header row first, if needed.
|
/external/v8/test/mjsunit/tools/ |
profile.js | 89 // Therefore, we are adding entries at the beginning.
|
/frameworks/base/docs/html/sdk/ |
sdk_toc.cs | 66 <li><a href="<?cs var:toroot ?>sdk/adding-components.html"> 67 <span class="en">Adding SDK Components</span>
|
/external/e2fsprogs/lib/et/ |
texinfo.tex | [all...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 5 Below are template spans for adding localized doc titles. Please ensure that 364 <li><a href="<?cs var:toroot?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li> 365 <li><a href="<?cs var:toroot?>guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li> [all...] |
/external/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 498 psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 248 (* Emit the initializer before adding the variable to scope, this
|