HomeSort by relevance Sort by last modified time
    Searched refs:adding (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /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/llvm/test/MC/Mips/
higher-highest-addressing.s 32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.
  /external/chromium_org/chrome/browser/resources/login/
screen_account_picker.css 47 html[screen=user-adding] #signin-banner {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 8 * Custom version of chrome://resources/css/tree.css.js, adding support for
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
cacheStoragePolyfill.js 29 // FIXME: Engage standardization on adding this method to the spec.
36 // FIXME: Engage standarization on adding this method to the spec.
  /external/chromium_org/v8/test/mjsunit/
compare-known-objects-slow.js 61 // Test after adding property to first object.
66 // Test after adding property to second object.
compare-known-objects.js 63 // Test after adding property to first object.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 15 * we can't be adding trees as root; e.g., expr expr.
  /external/chromium_org/content/test/data/indexeddb/
version_change_crash.js 56 // Keep adding to the transaction so it can't commit
  /external/chromium_org/content/test/data/media/
media_source_utils.js 34 failTest('Exception adding source buffer: ' + e.message);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
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,
regress-convert-hole2.js 29 // Test adding undefined from hole in double-holey to string.
  /external/chromium_org/v8/test/webkit/
dfg-add-not-number.js 25 "Tests that adding things that aren't numbers using ++ does not crash or generate bogus code."
dfg-int-overflow-large-constants-in-a-line.js 25 "Tests that our optimization to elide overflow checks understands that if we keep adding huge numbers, we could end up creating a number that is not precisely representable using doubles."
  /external/eigen/lapack/
dlapy3.f 100 * adding all three entries together will make sure
slapy3.f 100 * adding all three entries together will make sure
  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 13 # When adding a resource source (.txt) file for a new locale, the corresponding
  /sdk/emulator/opengl/host/libs/libOpenglRender/
Android.mk 70 #LOCAL_LDFLAGS += -m64 # adding -m64 here doesn't work, because it somehow appear BEFORE -m32 in command-line.
  /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/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 79 * for adding this listener.
93 * for adding this listener.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
tts_interface.js 42 * for flush, cvox.AbstractTts.QUEUE_MODE_QUEUE for adding to queue.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 51 console.error('Error adding rules: ' + chrome.runtime.lastError);
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-loadfield.js 34 // Make sure there is a transition on adding "bar" inobject property.

Completed in 598 milliseconds

1 2 3 4 5 6 7