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

1 2

  /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 22 // Lowers Select nodes to diamonds.
simplified-lowering.cc     [all...]
  /external/skia/tests/
TopoSortTest.cpp 87 /* Two independent diamonds
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 255 * For a given line, generates list of diamonds the line exits using the
259 * accurate diamonds from abusing SingleSampleLineRasterizer.
rrRasterizer.cpp 242 // Reject distant diamonds early
    [all...]
  /external/opencv3/doc/tutorials/imgproc/morph_lines_detection/
moprh_lines_detection.md 46 A structuring element can have many common shapes, such as lines, diamonds, disks, periodic lines, and circles and sizes. You typically choose a structuring element the same size and shape as the objects you want to process/extract in the input image. For example, to find lines in an image, create a linear structuring element as you will see later.
  /external/libpng/contrib/gregbook/
rpng2-win.c 232 | | 1 = soft diamonds
250 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */
251 {1, 12,0, 11,0}, /* diamonds: orange vs. dark red */
252 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
253 {1, 4,0, 5,0}, /* diamonds: gold vs. yellow */
254 {1, 3,0, 0,0}, /* diamonds: medium green vs. black */
    [all...]
rpng2-x.c 255 | | 1 = soft diamonds
274 {1, 7,0, 8,0}, /* diamonds: deep blue/black vs. magenta */
275 {1, 12,0, 11,0}, /* diamonds: orange vs. dark red */
276 {1, 10,0, 7,0}, /* diamonds: red vs. medium blue */
277 {1, 4,0, 5,0}, /* diamonds: gold vs. yellow */
278 {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 71 STATISTIC(NumUnpred, "Number of true blocks of diamonds unpredicated");
141 /// to this if-conversion. (For diamonds, the number of
144 /// 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/Transforms/IPO/
PassManagerBuilder.cpp 286 MPM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds
546 PM.add(createMergedLoadStoreMotionPass()); // Merge ld/st in diamonds.
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 69 // 1) Generalize to regions other than diamonds
580 // outside diamonds when possible
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [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 332 // MergedLoadStoreMotion - This pass merges loads and stores in diamonds. Loads
  /external/llvm/test/Transforms/ObjCARC/
basic.ll 149 ; Don't do partial elimination into two different CFG diamonds.
1083 ; Retain+release pairs in diamonds, all dominated by a retain.
    [all...]
  /external/tpm2/generator/
raw_structures.txt     [all...]
raw_structures_fixed.txt     [all...]
  /system/tpm/trunks/generator/
raw_structures.txt     [all...]
raw_structures_fixed.txt     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /sdk/files/typos/
typos-en.txt     [all...]

Completed in 3151 milliseconds

1 2