/external/webkit/LayoutTests/fast/dom/Node/ |
fragment-mutation-expected.txt | 1 This test creates a fragment containing three elements: "B", "U", and "P", attempts to appendChild this fragment and studies effects of mutation events on the fragment. 9 This test creates a fragment containing three elements: "B", "U", and "P", attempts to insertBefore this fragment and studies effects of mutation events on the fragment.
|
fragment-mutation.html | 3 <title>Fragment Mutation Tests</title> 22 " attempts to " + methodName + " this fragment and studies effects of mutation events on the fragment.";
|
/cts/tests/tests/webkitsecurity/assets/ |
adopt-node-crash.html | 2 <div>Tests for a crash due to modifying the DOM during mutation events due to an adoptNode call. If this page doesn't crash and DOMSubtreeModified is fire, this test succeeds.</div>
|
crash-on-mutate-during-drop.html | 36 <p>This test tests for a crash when a DOM mutation event listener
|
/external/guava/guava/src/com/google/common/collect/ |
BstOperations.java | 56 * Returns the result of performing the mutation specified by {@code mutationRule} in {@code 63 * the tree will be rebuilt with the node factory of the mutation rule, but not rebalanced. 65 * the tree will be rebalanced using the balance policy of the mutation rule. 78 BstMutationResult<K, N> mutation = local 80 return mutation.lift( 88 * Perform the local mutation at the tip of the specified path. 110 * Perform the local mutation right here, at the specified node.
|
BstMutationResult.java | 30 * The result of a mutation operation performed at a single location in a binary search tree. 119 * If this mutation was to an immediate child subtree of the specified root on the specified 120 * side, returns the {@code BstMutationResult} of applying the mutation to the appropriate child 121 * of the specified root and rebalancing using the specified mutation rule.
|
BstModifier.java | 31 * with key {@code key} after this mutation has been performed. The result must either be {@code
|
BstMutationRule.java | 22 * A rule for a local mutation to a binary search tree, that changes at most one entry. In addition
|
/frameworks/av/services/audioflinger/ |
StateQueue.h | 69 // Begin a mutation. Returns a pointer to a read/write state, except the 73 // this new mutation will be squashed together with the previous one. 76 // End the current mutation and indicate whether caller modified the state. 89 // Must not be called in the middle of a mutation. 124 bool mInMutation; // whether we're currently in the middle of a mutation
|
StateQueue.cpp | 75 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation"); 82 ALOG_ASSERT(mInMutation, "end() called when not in a mutation"); 97 ALOG_ASSERT(!mInMutation, "push() called when in a mutation");
|
/external/webkit/Source/WebCore/dom/ |
ContainerNode.cpp | 89 // FIXME: We need a no mutation event version of adoptNode. 106 // If it is, it can be deleted as a side effect of sending mutation events. 146 // FIXME: After sending the mutation events, "this" could be destroyed. 151 // Due to arbitrary code running in response to a DOM mutation event it's 181 // the relevant mutation events. 192 ASSERT(!newChild->parentNode()); // Use insertBefore if you need to handle reparenting (and want DOM mutation events). 247 // If it is, it can be deleted as a side effect of sending mutation events. 275 // FIXME: After sending the mutation events, "this" could be destroyed. 298 // Due to arbitrary code running in response to a DOM mutation event it's 352 // the relevant mutation events [all...] |
CharacterData.h | 45 // Like appendData, but optimized for the parser (e.g., no mutation events).
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
FieldList.java | 27 * of mutation, but that doesn't mean that there isn't a non-interface
|
AttributeList.java | 26 * of mutation, but that doesn't mean that there isn't a non-interface
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
FieldList.java | 27 * of mutation, but that doesn't mean that there isn't a non-interface
|
MethodList.java | 26 * of mutation, but that doesn't mean that there isn't a non-interface
|
AttributeList.java | 26 * of mutation, but that doesn't mean that there isn't a non-interface
|
/external/iptables/libiptc/ |
linux_list.h | 134 * with another list-mutation primitive, such as list_add_rcu() 155 * with another list-mutation primitive, such as list_add_tail_rcu() 206 * with another list-mutation primitive, such as list_del_rcu() 443 * the _rcu list-mutation primitives such as list_add_rcu() 462 * the _rcu list-mutation primitives such as list_add_rcu() 476 * the _rcu list-mutation primitives such as list_add_rcu() 495 * the _rcu list-mutation primitives such as list_add_rcu() 561 * with another list-mutation primitive, such as hlist_add_head_rcu() 602 * with another list-mutation primitive, such as hlist_add_head_rcu() 714 * the _rcu list-mutation primitives such as hlist_add_rcu( [all...] |
/external/kernel-headers/original/linux/ |
list.h | 104 * with another list-mutation primitive, such as list_add_rcu() 125 * with another list-mutation primitive, such as list_add_tail_rcu() 176 * with another list-mutation primitive, such as list_del_rcu() 522 * the _rcu list-mutation primitives such as list_add_rcu() 544 * the _rcu list-mutation primitives such as list_add_rcu() 559 * the _rcu list-mutation primitives such as list_add_rcu() 577 * the _rcu list-mutation primitives such as list_add_rcu() 648 * with another list-mutation primitive, such as hlist_add_head_rcu() 711 * with another list-mutation primitive, such as hlist_add_head_rcu() 763 * with another list-mutation primitive, such as hlist_add_head_rcu( [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
TypeList.java | 26 * means of mutation, but that doesn't mean that there isn't an
|
/dalvik/dx/src/com/android/dx/rop/type/ |
TypeList.java | 26 * means of mutation, but that doesn't mean that there isn't an
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
TypeList.java | 26 * means of mutation, but that doesn't mean that there isn't an
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
UnmodifiableCollectionTests.java | 102 * <li>All its mutation methods result in UnsupportedOperationException, and 172 * <li>All its mutation methods result in UnsupportedOperationException, and 194 * <li>All its mutation methods result in UnsupportedOperationException, and 255 * <li>All its mutation methods result in UnsupportedOperationException, and
|
/external/openfst/ |
NEWS | 4 * Added EditFst for mutation of o.w. immutable FSTs 21 * Changed methods for symbol table mutation:
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTest.java | 275 * This method is called when a mutation is reported for a document that 279 * mutation event
|