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

1 23 4 5 6 7 8 9

  /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 55 # it is different than the existing .list (if any). The register.inc
  /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
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/net/
NetworkPanel.java 394 * new thread or finish existing thread to match requested state.
427 // try searching for existing item
798 * Combine the given {@link Entry} with any existing {@link Entry}, or
802 final Entry existing = findEntry(entry.iface, entry.uid, entry.set, entry.tag); local
803 if (existing != null) {
804 existing.rxBytes += entry.rxBytes;
805 existing.rxPackets += entry.rxPackets;
806 existing.txBytes += entry.txBytes;
807 existing.txPackets += entry.txPackets;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 515 * We are replacing a pre-existing block, so find any
969 Frame existing = startFrames[label]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 573 RewriteOperation existing;
574 if (m.TryGetValue(op.index, out existing) && existing != null) {

Completed in 795 milliseconds

1 23 4 5 6 7 8 9