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

1 23 4 5 6 7 8 91011

  /external/clang/test/Misc/
warning-flags.c 6 (1) It documents all existing warnings that currently have no associated -W flag,
9 If take an existing warning and add a flag, this test will fail. To
  /external/iptables/iptables/
iptables-apply 46 are okay. If the new ruleset cut the existing connection, the user will not
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 174 if (CachedResource* existing = memoryCache()->resourceForURL(url)) {
175 if (existing->type() == CachedResource::CSSStyleSheet)
176 return static_cast<CachedCSSStyleSheet*>(existing);
177 memoryCache()->remove(existing);
336 // See if we can use an existing resource from the cache.
  /bootable/recovery/updater/
Android.mk 53 # Note that we have to remove any existing depency files before creating new one,
  /external/ant-glob/
NOTICE 221 2. Any pre-existing intellectual property disclaimers, notices, or terms
  /external/chromium/chrome/browser/password_manager/
password_manager_unittest.cc 167 // Same as above, except with an existing form for the same signon realm,
270 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local
271 result.push_back(existing);
  /external/chromium/chrome/browser/resources/net_internals/
dnsview.js 50 // Clear the existing values.
  /external/v8/test/mjsunit/bugs/
bug-618.js 29 // additional tests for configurable in the same manner as existing tests
  /external/v8/test/mjsunit/regress/
regress-1419.js 28 // Test that using bind several time does not change the length of existing
regress-326.js 39 assertFalse(3 in nonArray, "don't create non-existing");
regress-720.js 29 // keeps the existing value of the writable flag if none is given
regress-992.js 28 // Object.defineProperty with generic desc on existing property
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattribute05.js 78 Invoke setIdAttribute on the third strong element with a non-existing attribute name. Verify that
elementsetidattributens06.js 78 Invoke setIdAttributeNS on the third strong element with a non-existing attribute name. Verify that
elementsetidattributens07.js 78 Invoke setIdAttributeNS on the second p element with a non-existing attribute. Verify that
elementsetidattributens08.js 78 Invoke setIdAttributeNS on the second p element with a non-existing attribute. Verify that
nodegettextcontent10.js 80 Invoke the method getTextContent on an existing Text node and check if the value returned
nodegettextcontent11.js 80 Invoke the method getTextContent on an existing CDATASection node and check if the value returned
nodegettextcontent13.js 80 Invoke the method getTextContent on an existing Element node with Text and CDATA
nodegettextcontent14.js 78 Invoke the method getTextContent on an existing Element node with Child Element, Text
nodesettextcontent07.js 80 Using setTextContent on an existing Text node, attempt to set its value to Text.
textreplacewholetext01.js 78 Invoke replaceWholeText on an existing Text Node to replace its value with a
textreplacewholetext02.js 78 Invoke replaceWholeText on an existing Text Node to replace its value with an
textwholetext01.js 78 Invoke wholetext on an existing Text Node that contains whitespace and verify if
textwholetext02.js 78 Invoke wholetext on an existing Text Node that contains whitespace and and verify if

Completed in 1041 milliseconds

1 23 4 5 6 7 8 91011