HomeSort by relevance Sort by last modified time
    Searched refs:existing (Results 126 - 150 of 261) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore18.js 80 The method insertBefore inserts the node newChild before the existing child node refChild.
textreplacewholetext05.js 78 Invoke replaceWholeText on an existing text node with newly created text and CDATASection
elementsetidattributens14.js 83 Invoke setIdAttributeNS on two existing attributes of the second p element and the third
textreplacewholetext06.js 84 Invoke replaceWholeText on an existing text node with newly created text and Entityreference
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/v8/test/mjsunit/
array-tostring.js 58 // Non-existing join function is treated same as non-callable.
97 // Non-existing join works same as for Array.
object-prevent-extensions.js 46 // Try when the object has an existing property.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 285 Set<String> existing = new HashSet<String>();
288 addIds(doc, existing);
291 existing.remove(s);
293 mValidator = ResourceNameValidator.create(false, existing, type);
  /external/v8/test/mjsunit/compiler/
assignment-deopt.js 81 // Test bailout when accessing a non-existing array element.
count-deopt.js 81 // Test bailout when accessing a non-existing array element.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 81 * existing DFA states. Map<DFAState,DFAState>. Use Map so
671 DFAState existing = (DFAState)uniqueStates.get(d);
672 if ( existing != null ) {
675 existing.stateNumber);
677 // already there...get the existing DFA state
678 return existing;
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 117 existing = self.component_info_map.get(ci.name)
118 if existing is not None:
121 ci.name, ci.subpath, existing.subpath))
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 361 HashSet<double> existing; local
363 existing.add(timeList[n].value());
370 else if (!existing.contains(value.value()))
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 115 public NetworkStatsHistory(NetworkStatsHistory existing, long bucketDuration) {
116 this(bucketDuration, existing.estimateResizeBuckets(bucketDuration));
117 recordEntireHistory(existing);
388 // try finding existing bucket
  /system/media/camera/docs/
metadata_model.py 296 Remove all clones that don't point to an existing entry.
638 existing = [i for i in acc if i.name == el.name]
639 if existing:
640 k = existing[0]
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 158 final int [] existing = cls.getFields (COVERAGE_FIELD_NAME); local
159 if (existing.length > 0)
270 final int [] existing = cls.getFields (SUID_FIELD_NAME); local
271 existingSUIDFieldCount = existing.length;
279 final Field_info field = fields.get (existing [f]);
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 147 // Add a drag handler to the body (for drags that don't land on an existing
220 // Clean up any existing grabber objects - cancelling any outstanding drag.
222 // that would require us to re-use existing elements and detect how the apps
236 // Clear any existing apps pages and dots.
238 // uninstall. Could we re-use the existing page and dot elements? It seems
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 151 // Add a drag handler to the body (for drags that don't land on an existing
233 // Clean up any existing grabber objects - cancelling any outstanding drag.
235 // that would require us to re-use existing elements and detect how the apps
250 // Clear any existing apps pages and dots.
252 // uninstall. Could we re-use the existing page and dot elements? It seems
  /external/chromium/chrome/browser/extensions/
extension_service.cc 106 // as existing values are not changed.
1902 const Extension* existing = GetExtensionById(id, true); local
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 571 AutofillEntry existing(
578 existing.key().name(),
579 existing.key().value(),
596 EXPECT_EQ(1U, expected_entries.count(existing));
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 30 \item the induction step chooses a point x_new within an existing
32 from the existing line's y value at x_new (as plotted by the line) and
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 124 This method overwrites any existing file.
191 # Handle case of containing temp directory not existing--
245 # Append existing Error message to new Error.
353 # Append existing Error message to new Error.
477 # Append existing Error message to new Error.
  /external/chromium/chrome/browser/resources/options/
options.js 34 // Decorate the existing elements in the document.

Completed in 1358 milliseconds

1 2 3 4 56 7 8 91011