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

1 2 3

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
EnumTest.java 50 "- !!org.yaml.snakeyaml.Suit 'CLUBS'\n- !!org.yaml.snakeyaml.Suit 'DIAMONDS'\n- !!org.yaml.snakeyaml.Suit 'HEARTS'\n- !!org.yaml.snakeyaml.Suit 'SPADES'\n",
61 "- !!org.yaml.snakeyaml.Suit 'CLUBS'\n- !!org.yaml.snakeyaml.Suit 'DIAMONDS'\n- !!org.yaml.snakeyaml.Suit 'HEARTS'\n- !!org.yaml.snakeyaml.Suit 'SPADES'\n",
71 list.add(Suit.DIAMONDS);
75 "- !!org.yaml.snakeyaml.Suit 'CLUBS'\n- !!org.yaml.snakeyaml.Suit 'DIAMONDS'\n- !!org.yaml.snakeyaml.Suit 'CLUBS'\n",
85 map.put("d", Suit.DIAMONDS);
88 "c: !!org.yaml.snakeyaml.Suit 'CLUBS'\nd: !!org.yaml.snakeyaml.Suit 'DIAMONDS'\n",
98 map.put(Suit.DIAMONDS, 123);
101 "!!org.yaml.snakeyaml.Suit 'CLUBS': 0\n!!org.yaml.snakeyaml.Suit 'DIAMONDS': 123\n",
114 map.put(Suit.DIAMONDS, 2);
118 "!!org.yaml.snakeyaml.EnumBean\nid: 17\nmap:\n CLUBS: 1\n DIAMONDS: 2\nsuit: SPADES\n"
    [all...]
Suit.java 19 CLUBS, DIAMONDS, HEARTS, SPADES
  /external/v8/src/compiler/
select-lowering.h 19 // Lowers Select nodes to diamonds.
simplified-lowering.cc     [all...]
  /external/skqp/tests/
TopoSortTest.cpp 87 /* Two independent diamonds
  /frameworks/support/samples/ViewPager2Demos/src/main/java/com/example/androidx/viewpager2/cards/
Card.java 36 asList('?' /* clubs*/, '?' /* diamonds*/, '?' /* hearts*/, '?' /*spades*/)));
  /external/skia/tests/
TopoSortTest.cpp 87 /* Two independent diamonds
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 256 * For a given line, generates list of diamonds the line exits using the
260 * accurate diamonds from abusing SingleSampleLineRasterizer.
  /external/libpng/contrib/gregbook/
rpng2-win.c 231 | | 1 = soft diamonds
249 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */
250 {1, 12,0, 11,0}, /* diamonds: orange vs. dark red */
251 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
252 {1, 4,0, 5,0}, /* diamonds: gold vs. yellow */
253 {1, 3,0, 0,0}, /* diamonds: medium green vs. black */
    [all...]
rpng2-x.c 257 | | 1 = soft diamonds
276 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */
277 {1, 12,0, 11,0}, /* diamonds: orange vs. dark red */
278 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
279 {1, 4,0, 5,0}, /* diamonds: gold vs. yellow */
280 {1, 3,0, 0,0}, /* diamonds: medium green vs. black */
    [all...]
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 54 STATISTIC(NumDiamondsSeen, "Number of diamonds");
55 STATISTIC(NumDiamondsConv, "Number of diamonds converted");
67 // SSAIfConv can convert both triangles and diamonds:
IfConversion.cpp 73 STATISTIC(NumUnpred, "Number of true blocks of diamonds unpredicated");
143 /// to this if-conversion. (For diamonds, the number of
146 /// NumDups2 - For diamonds, the number of identical instructions
    [all...]
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 359 enum NonEmptyEnum { HEARTS, DIAMONDS, CLUBS, SPADES }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 17 /// it linearizes control flow, turning diamonds into two triangles, which is
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 69 // 1) Generalize to regions other than diamonds
535 // outside diamonds when possible
  /external/python/cpython2/Demo/tkinter/guido/
solitaire.py 70 DIAMONDS = 'Diamond'
78 for s in (HEARTS, DIAMONDS):
  /external/ImageMagick/config/
thresholds.xml 126 These patterns initially start as circles, but then form diamonds
  /external/ImageMagick/www/source/
thresholds.xml 126 These patterns initially start as circles, but then form diamonds
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 278 MPM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds
679 PM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds.
    [all...]
  /external/deqp/framework/common/
tcuRasterizationVerifier.cpp     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/util/
PatternsCompat.java 55 + "|democrat|dental|dentist|desi|design|dev|diamonds|diet|digital|direct|directory|discount"
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 133 /// to this if-conversion. (For diamonds, the number of
136 /// NumDups2 - For diamonds, the number of identical instructions
    [all...]
  /frameworks/base/core/java/android/util/
Patterns.java 139 + "|democrat|dental|dentist|desi|design|dev|diamonds|diet|digital|direct|directory|discount"
  /external/llvm/include/llvm/Transforms/
Scalar.h 329 // MergedLoadStoreMotion - This pass merges loads and stores in diamonds. Loads
  /external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
basic.ll 562 ; Retain+release pairs in diamonds, all dominated by a retain.
598 ; Retain+release pairs in diamonds, all post-dominated by a release.
    [all...]

Completed in 912 milliseconds

1 2 3