HomeSort by relevance Sort by last modified time
    Searched full:mutated (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/web/tests/data/prerender/
single_prerender.html 30 link.href = "http://mutated.com/";
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.h 39 // Note that |target_file| may still be mutated on failure.
47 // Note that |target_file| may still be mutated on failure.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail_ip_address_field.js 86 * @param {string} value Input IP address to be mutated.
87 * @return {string} mutated IP address.
  /external/chromium_org/sync/syncable/
syncable_write_transaction.cc 57 it->second.mutated = *kernel;
61 // Not actually mutated, so erase from |mutations_|.
entry_kernel.cc 211 dict->Set("mutated", mutation.mutated.ToValue(NULL));
  /external/guava/guava-tests/test/com/google/common/hash/
HashCodesTest.java 94 byte[] mutated = hash.asBytes();
95 mutated[0]++;
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 49 * factory will be mutated in constructor and should be released
52 * it may be mutated and should be released by the caller immediately
XalanDOMTestDocumentBuilderFactory.java 46 * factory will be mutated in constructor and should be released
JAXPDOMTestDocumentBuilderFactory.java 38 * factory will be mutated in constructor and should be released
  /external/chromium_org/chrome/app/
breakpad_win.h 46 // |wstrings| must outlive |cstrings|, and |wstrings| should not be mutated.
  /external/chromium_org/sync/internal_api/public/
write_transaction.h 27 // NOTE: Only a single model type can be mutated for a given
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
tupleobject.h 14 object references, but in general only brand new tuples should be mutated,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
tupleobject.h 14 object references, but in general only brand new tuples should be mutated,
  /external/llvm/test/Transforms/ObjCARC/
nested.ll 63 br i1 %2, label %forcoll.notmutated, label %forcoll.mutated
65 forcoll.mutated:
128 br i1 %2, label %forcoll.notmutated, label %forcoll.mutated
130 forcoll.mutated:
193 br i1 %2, label %forcoll.notmutated, label %forcoll.mutated
195 forcoll.mutated:
259 br i1 %2, label %forcoll.notmutated, label %forcoll.mutated
261 forcoll.mutated:
326 br i1 %2, label %forcoll.notmutated, label %forcoll.mutated
328 forcoll.mutated
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 230 const syncable::EntryKernel& b = mutation.mutated;
244 const syncable::EntryKernel& b = mutation.mutated;
783 // The mutated model type, or UNSPECIFIED if nothing was mutated.
790 if (!it->second.mutated.ref(syncable::IS_UNSYNCED)) {
795 GetModelTypeFromSpecifics(it->second.mutated.ref(SPECIFICS));
804 entries_changed->push_back(it->second.mutated.ref(syncable::META_HANDLE));
868 bool exists_now = !it->second.mutated.ref(syncable::IS_DEL);
872 GetModelTypeFromSpecifics(it->second.mutated.ref(SPECIFICS));
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
editable_text_field.js 210 * @param {string} value Input text to be mutated.
211 * @return {string} mutated text.
268 * updates the model's value with the mutated value of the edit field.
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 524 * @return if the array was mutated.
527 boolean mutated = false;
532 mutated = true;
537 return mutated;
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 37 * present in the local one. The state of the local context can be mutated,
  /external/ceres-solver/examples/
helloworld.cc 60 // mutated in place by the solver.
helloworld_analytic_diff.cc 85 // mutated in place by the solver.
helloworld_numeric_diff.cc 56 // mutated in place by the solver.
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 123 RefPtr<RenderStyle> m_style; // FIXME: This can be mutated during matching!
  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 46 * be a clone of the internal values. Accordingly, it can be mutated
  /external/emma/core/java12/com/vladium/util/
IProperties.java 78 * shallowly cloned, so the result can be mutated independently from
105 * defensively and so the result can be mutated independently of both inputs.
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 39 * present in the local one. The state of the local collection can be mutated,

Completed in 761 milliseconds

1 2 3 4 5