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

1 2

  /external/chromium_org/chrome/renderer/extensions/
automation_internal_custom_bindings.cc 64 v8::Local<v8::Object> additions = v8::Object::New(GetIsolate()); local
66 additions->Set(
70 additions->Set(
74 additions->Set(
78 args.GetReturnValue().Set(additions);
  /external/pixman/pixman/
Android.mk 15 # Android additions
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 159 final ArrayList<ViewHolder> additions = new ArrayList<ViewHolder>(); local
160 additions.addAll(mPendingAdditions);
161 mAdditionsList.add(additions);
165 for (ViewHolder holder : additions) {
168 additions.clear();
169 mAdditionsList.remove(additions);
177 View view = additions.get(0).itemView;
467 ArrayList<ViewHolder> additions = mAdditionsList.get(i); local
468 if (additions.remove(item)) {
471 if (additions.isEmpty())
579 ArrayList<ViewHolder> additions = mAdditionsList.get(i); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 150 // Figure out the additions and removals.
151 var additions = [];
152 if (cvox.AriaUtil.getAriaRelevant(region, 'additions')) {
155 additions.push(currentValue[i]);
169 // more removals and additions happen concurrently, treat it as a change
170 // and just speak any additions (which includes changed nodes).
172 if (additions.length == 0 && removals.length > 0) {
177 messages = additions;
live_regions.js 284 if (!cvox.AriaUtil.getAriaRelevant(liveRoot, 'additions')) {
  /external/chromium_org/content/test/data/dom_storage/
sanity_check.js 49 "storage.length != 2 after 2 additions");
  /external/chromium_org/v8/test/webkit/
add-recovery.js 25 "This tests that speculation recovery of destructive additions on unboxed integers works."
dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js 25 "Tests that when values predicted but not proven int are used in a tower of additions, we don't eliminate the overflow check unsoundly."
  /external/chromium_org/v8/test/webkit/fast/js/
string-capitalization.js 57 // Check Unicode additions in version 5.2. From UnicodeData.txt:
65 // Check Unicode additions in version 6.1 From UnicodeData.txt:
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 321 * Add Labels to this Index. The labels are additions to those
324 * @param additions The additional characters to add to the index, such as A-Z.
330 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status);
  /external/chromium_org/v8/test/mjsunit/
parse-int-float.js 118 // And finally, check that the Harmony additions to the Number
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 115 UnicodeSet additions; local
116 additions.add((UChar32)0x410).add((UChar32)0x415); // A couple of Cyrillic letters
117 index->addLabels(additions, status);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 802 * and determines whether the given change (additions, removals, text, all)
807 * 'additions', 'removals', 'text', 'all'.
818 value = 'additions text';
821 value = 'additions removals text';
827 return (tokens.indexOf('additions') >= 0 &&
math_semantic_attr.js 490 this.additions =
505 this.additions.push(this.invisiblePlus_);
    [all...]
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) {
242 initialLabels_->addAll(additions);
465 // fix up the list, adding underflow, additions, overflow
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 92 the original version of the Work and any modifications or additions
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 92 the original version of the Work and any modifications or additions
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 92 the original version of the Work and any modifications or additions
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /external/chromium_org/extensions/renderer/resources/
json_schema.js 346 // check prevents such additions from being interpreted as required
  /external/blktrace/btreplay/doc/
btreplay.tex 183 outlined here, in some cases ideas on additions and/or improvements are

Completed in 761 milliseconds

1 2