/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
gxvfgen.c | 354 "Diamond Annotation",
|
/external/llvm/lib/Transforms/ObjCARC/ |
PtrState.h | 106 /// pushing calls into a CFG triangle or into one side of a CFG diamond.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
merge-cond-stores.ll | 78 ; The code in each diamond is too large - it won't be if-converted so our
|
/external/v8/test/unittests/ |
unittests.gyp | 52 'compiler/diamond-unittest.cc',
|
/external/llvm/unittests/Analysis/ |
LazyCallGraphTest.cpp | 41 IR forming a call graph with a diamond of triangle-shaped SCCs: 430 // We want to ensure we can add edges even across complex diamond graphs, so 431 // we use the diamond of triangles graph defined above. The ascii diagram is
|
/external/guava/guava/src/com/google/common/collect/ |
Lists.java | 84 * of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 138 * advantage of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 171 * advantage of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 228 * of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 253 * advantage of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Lists.java | 82 * of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 136 * advantage of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 169 * advantage of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 226 * of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. 251 * advantage of the new <a href="http://goo.gl/iz2Wi">"diamond" syntax</a>. [all...] |
/external/libcxxabi/src/ |
private_typeinfo.cpp | [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
private_typeinfo.cpp | 771 // If there is no diamond then there is only one path [all...] |
/external/libavc/encoder/ |
ih264e_utils.c | [all...] |
/external/llvm/lib/CodeGen/ |
EarlyIfConversion.cpp | 69 // Triangle: Head Diamond: Head 360 // Check for a diamond. We won't deal with any critical edges. 380 // This is a triangle or a diamond.
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 529 // diamond control-flow pattern. The incoming instruction knows the 590 // diamond control-flow pattern. The incoming instruction knows the 654 // diamond control-flow pattern. The incoming instruction knows the
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
pickinter.c | 880 /* Further step/diamond searches as necessary */ 951 * reduce # of checks in diamond search. */ 992 /* Further step/diamond searches as necessary */ [all...] |
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
Dot.py | 97 arrowhead = 'box' | 'crow' | 'diamond' | 'dot' | 'inv' | 'none' | 'tee' | 'vee'
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
dot.rst | 102 arrowhead = 'box' | 'crow' | 'diamond' | 'dot' | 'inv' | 'none' | 'tee' | 'vee'
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vtables-virtual-inheritance.cpp | 226 // This is a typical diamond inheritance with a shared 'A' vbase. 248 // Another diamond inheritance which led to AST crashes. 264 // Another diamond inheritance which we miscompiled (PR18967). 574 // PR19172: Yet another diamond we miscompiled.
|
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 82 struct D : public C1, public C2 {}; // Diamond
|
/external/llvm/lib/Transforms/Scalar/ |
SpeculativeExecution.cpp | 153 // Hoist from if-then-else (diamond), but only if it is equivalent to
|
/external/pdfium/fpdfsdk/src/javascript/ |
Consts.cpp | 108 JS_STATIC_CONST_ENTRY_STRING(L"di", L"diamond")
|
/external/skia/platform_tools/android/gyp_gen/ |
makefile_writer.py | 123 # diamond-master (one test to rule them all)
|
/external/bison/data/xslt/ |
xml2dot.xsl | 135 <!-- The diamond representing the reduction --> 273 <xsl:text>, shape=diamond, style=filled] </xsl:text>
|
/external/v8/src/compiler/ |
change-lowering.cc | 365 // Wire the new diamond into the graph, {JSToNumber} can still throw. 369 // the node and places it inside the diamond. Come up with a helper method!
|
simplified-lowering.cc | 12 #include "src/compiler/diamond.h" [all...] |
/external/v8/test/cctest/compiler/ |
test-osr.cc | 8 #include "src/compiler/diamond.h" 166 Diamond d(&T.graph, &T.common, T.p0);
|
/art/compiler/optimizing/ |
inliner.cc | 558 // Spit the block after the compare: `cursor_block` will now be the start of the diamond, 564 // the diamond. The returned block of the split after will be the merge block 565 // of the diamond. [all...] |