/libcore/dom/src/test/java/org/w3c/domts/ |
DocumentBuilderSetting.java | 38 * coalescing = true. 40 public static final DocumentBuilderSetting coalescing = field in class:DocumentBuilderSetting 42 "coalescing", 44 DocumentBuilderSettingStrategy.coalescing); 47 * coalescing = false. 51 "coalescing", 53 DocumentBuilderSettingStrategy.coalescing);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DocumentBuilderSetting.java | 38 * coalescing = true. 40 public static final DocumentBuilderSetting coalescing = field in class:DocumentBuilderSetting 42 "coalescing", 44 DocumentBuilderSettingStrategy.coalescing); 47 * coalescing = false. 51 "coalescing", 53 DocumentBuilderSettingStrategy.coalescing);
|
DocumentBuilderSettingStrategy.java | 24 public static final DocumentBuilderSettingStrategy coalescing = new DocumentBuilderSettingStrategy() { field in class:DocumentBuilderSettingStrategy
|
/external/llvm/lib/CodeGen/ |
RegisterCoalescer.h | 1 //===-- RegisterCoalescer.h - Register Coalescing Interface -----*- C++ -*-===// 27 /// instruction would become an identity copy after coalescing. 32 /// DstReg - The register that will be left after coalescing. It can be a 72 /// an identity copy after coalescing. 91 /// after coalescing.
|
LiveIntervalUnion.h | 11 // registers. This may be used during coalescing to represent a congruence 41 /// Union of live intervals that are strong candidates for coalescing into a
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
content.js | 11 // Timers to trigger "stopEvent" for coalescing events.
|
/external/llvm/test/CodeGen/X86/ |
2006-05-08-CoalesceSubRegClass.ll | 0 ; Coalescing from R32 to a subset R32_. Once another register coalescer bug is
|
misched-new.ll | 12 ; After coalescing, we have a dead superreg (RAX) definition.
|
twoaddr-sink-terminator.ll | 1 ; RUN: llc < %s -verify-coalescing
|
2012-04-09-TwoAddrPassBug.ll | 1 ; RUN: llc -O1 -verify-coalescing < %s
|
2011-06-19-QuicksortCoalescerBug.ll | 1 ; RUN: llc < %s -verify-coalescing
|
coalescer-dce.ll | 1 ; RUN: llc < %s -disable-fp-elim -disable-machine-dce -verify-coalescing 29 ; removed, -verify-coalescing complains about the dangling kill.
|
/external/llvm/unittests/ADT/ |
IntervalMapTest.cpp | 140 // Flat coalescing tests. 197 // Add non-coalescing, then trigger coalescing with setValue. 210 // Flat multi-coalescing tests. 324 // Branched, non-coalescing tests. 378 // Change value, no coalescing. 385 // Close the gap right, no coalescing. 392 // Change value, no coalescing. 399 // Change value, now coalescing. 406 // Close the gap, now coalescing [all...] |
/libcore/dom/src/test/java/tests/api/org/w3c/dom/ |
AllTests_Level2.java | 44 // android: coalescing, epand, ignorewhitespace, namespace, NOT validation
|
AllTests_Level1.java | 44 // android: coalescing, epand, ignorewhitespace, namespace, NOT validation
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.pod | 46 Changes in memory behavior (for example, coalescing loads) can cause
|
/external/llvm/test/CodeGen/ARM/ |
2012-01-26-CoalescerBug.ll | 1 ; RUN: llc < %s -verify-coalescing
|
2012-02-01-CoalescerBug.ll | 1 ; RUN: llc -verify-coalescing < %s
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
DocumentBuilderFactory.java | 40 private boolean coalescing = false; field in class:DocumentBuilderFactory 192 * @param coalescing true if the parser produced will convert CDATA nodes 197 public void setCoalescing(boolean coalescing) { 198 this.coalescing = coalescing; 273 return coalescing;
|
/external/llvm/test/CodeGen/Mips/ |
2011-05-26-BranchKillsVreg.ll | 1 ; RUN: llc < %s -verify-coalescing
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodecomparedocumentposition20.js | 42 setImplementationAttribute("coalescing", false);
|
nodecomparedocumentposition22.js | 42 setImplementationAttribute("coalescing", false);
|
/external/llvm/include/llvm/CodeGen/ |
RegAllocPBQP.h | 108 /// spill, interference and coalescing costs by default. You can extend this 141 /// Extended builder which adds coalescing constraints to a problem.
|
/external/llvm/include/llvm/Target/ |
TargetOpcodes.h | 73 /// coalescing / allocation aid and must be eliminated before code emission. 79 /// After register coalescing references of v1024 should be replace with
|
/external/netperf/ |
nettest_sdp.h | 24 /* coalescing? */ 122 /* coalescing? */
|