/external/clang/test/CodeGenObjC/ |
arc-foreach.m | 142 // This bitcast is for the mutation check.
|
/external/clang/test/CodeGenObjCXX/ |
arc.mm | 203 // This bitcast is for the mutation check.
|
/external/emma/core/java12/com/vladium/util/ |
IProperties.java | 196 // (to prevent independent mutation in them from showing through)
|
/external/llvm/include/llvm/Support/ |
CallSite.h | 12 // mutation context (e.g. an analysis) ImmutableCallSite should be used.
|
/external/webkit/Source/WebCore/editing/ |
ReplaceSelectionCommand.cpp | [all...] |
/ndk/sources/host-tools/sed-4.2.1/po/ |
ga.po | 140 # Irish is nice this way, no initial mutation on 'rud'! -- KPS 415 # Irish is nice this way, no initial mutation on 'rud'! -- KPS
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMIterator.java | 43 * document mutation. It's likely to respond more like the
|
DTMManager.java | 261 * as a NodeIterator, but their response to document mutation is not
|
/external/chromium/chrome/browser/history/ |
history_types.cc | 222 // mutation will cause the indices to change.
|
/external/llvm/include/llvm/ADT/ |
EquivalenceClasses.h | 189 // Mutation methods
|
/external/openfst/src/include/fst/ |
string-weight.h | 133 // StringWeightReverseIterator provide the access and mutation of
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
string-weight.h | 125 // StringWeightReverseIterator provide the access and mutation of
|
/external/webkit/LayoutTests/fast/js/resources/ |
json2-es5-compat.js | 442 // because they can cause invocation, and '=' because it can cause mutation.
|
/external/webkit/PerformanceTests/SunSpider/hosted/ |
json2.js | 446 // because they can cause invocation, and '=' because it can cause mutation.
|
/external/webkit/Source/WebCore/dom/ |
EventDispatcher.cpp | 379 // Per XBL 2.0 spec, mutation events should never cross shadow DOM boundary:
|
Range.cpp | 711 // after any DOM mutation event, at various stages below. See webkit bug 60350. 871 if (RefPtr<Node> clonedAncestor = ancestor->cloneNode(false)) { // Might have been removed already during mutation event. 878 // FIXME: This assertion may fail if DOM is modified during mutation event [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLSelectElement.cpp | 501 // Removing children fires mutation events, which might mutate the DOM further, so we first copy out a list
|
/external/webkit/Source/WebCore/inspector/front-end/ |
BreakpointsSidebarPane.js | 440 this._createCategory(WebInspector.UIString("DOM Mutation"), "listener", ["DOMActivate", "DOMFocusIn", "DOMFocusOut", "DOMAttrModified", "DOMCharacterDataModified", "DOMNodeInserted", "DOMNodeInsertedIntoDocument", "DOMNodeRemoved", "DOMNodeRemovedFromDocument", "DOMSubtreeModified", "DOMContentLoaded"]);
|
/external/webkit/Source/WebCore/storage/ |
IDBObjectStoreBackendImpl.cpp | 240 // Before this point, don't do any mutation. After this point, rollback the transaction in case of error.
|
/frameworks/base/core/java/android/app/ |
SharedPreferencesImpl.java | 404 if (v == this) { // magic value for a removal mutation
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 238 * <p>Note that mutation of the Properties object returned will not
|
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/ |
AnnotationMember.java | 358 * Provides mutation-safe access to contained value. That is, caller is free
|
/external/protobuf/src/google/protobuf/ |
repeated_field_unittest.cc | 594 TEST_F(RepeatedFieldIteratorTest, Mutation) { 694 TEST_F(RepeatedPtrFieldIteratorTest, Mutation) {
|
/external/llvm/docs/tutorial/ |
LangImpl7.html | 26 Mutation</a></li> 380 <h2><a name="adjustments">Adjusting Existing Variables for Mutation</a></h2> 389 mutation, we need to change this slightly, so that it <tt>NamedValues</tt> holds 398 loops. For consistency, we'll allow mutation of these variables in addition to [all...] |
OCamlLangImpl7.html | 27 Mutation</a></li> 384 <h2><a name="adjustments">Adjusting Existing Variables for Mutation</a></h2> 393 support mutation, we need to change this slightly, so that it 402 loops. For consistency, we'll allow mutation of these variables in addition to 945 definitions, and we even (trivially) allow mutation of them :).</p> [all...] |