Home
last modified time | relevance | path

Searched refs:suit (Results 1 – 25 of 67) sorted by relevance

123

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DEnumBean.java22 private Suit suit; field in EnumBean
42 return suit; in getSuit()
45 public void setSuit(Suit suit) { in setSuit() argument
46 this.suit = suit; in setSuit()
DEnumTest.java125 Suit suit = (Suit) yaml.load("!!org.yaml.snakeyaml.Suit 'CLUBS'\n"); in testLoadEnum() local
126 assertEquals(Suit.CLUBS, suit); in testLoadEnum()
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py152 def __init__(self, suit, value, canvas): argument
162 self.suit = suit
164 self.color = COLOR[suit]
170 text = "%s %s" % (VALNAMES[value], suit)
186 return "Card(%r, %r)" % (self.suit, self.value)
410 for suit in ALLSUITS:
412 self.add(Card(suit, value, self.game.canvas))
499 return card.suit == topcard.suit and card.value == topcard.value + 1
/external/autotest/test_suites/
Dcontrol.security_weekly17 be added to the regular 'security' suit.
/external/ImageMagick/
DInstall-vms.txt4 before compiling. Verify the definitions in delegates.xml to suit
/external/pdfium/build_overrides/
DREADME.md19 vary as appropriate to suit the the needs of the two different builds.
/external/unicode/
Demoji-data.txt61 2660 ; Emoji # 1.1 [1] (♠️) spade suit
62 2663 ; Emoji # 1.1 [1] (♣️) club suit
63 2665..2666 ; Emoji # 1.1 [2] (♥️..♦️) heart suit..diamond suit
407 1F574..1F575 ; Emoji_Modifier_Base # 7.0 [2] (��️..��️) man in business suit levitating..det…
Demoji-sequences.txt567 1F574 1F3FB ; Emoji_Modifier_Sequence ; man in business suit levitating: light skin tone …
568 1F574 1F3FC ; Emoji_Modifier_Sequence ; man in business suit levitating: medium-light skin tone…
569 1F574 1F3FD ; Emoji_Modifier_Sequence ; man in business suit levitating: medium skin tone …
570 1F574 1F3FE ; Emoji_Modifier_Sequence ; man in business suit levitating: medium-dark skin tone …
571 1F574 1F3FF ; Emoji_Modifier_Sequence ; man in business suit levitating: dark skin tone …
/external/harfbuzz_ng/win32/
Dintrospection-msvc.mak8 # Change or pass in or set the following to suit your environment
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
Dinternal_utils.cmake15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
46 # Google Mock. You can tweak these definitions to suit your need. A
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
46 # Google Mock. You can tweak these definitions to suit your need. A
/external/v8/testing/gtest/cmake/
Dinternal_utils.cmake15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
46 # Google Mock. You can tweak these definitions to suit your need. A
/external/googletest/googletest/cmake/
Dinternal_utils.cmake15 # Tweaks CMake's default compiler/linker settings to suit Google Test's needs.
46 # Google Mock. You can tweak these definitions to suit your need. A
/external/nanopb-c/docs/
Dindex.rst107 the dependencies. You may have to edit it a bit to suit your custom platform.
/external/curl/docs/
DSECURITY.md80 the public and the actual release should follow suit immediately afterwards.
DMAIL-ETIQUETTE39 please use the one or the ones that suit you the most.
/external/e2fsprogs/ext2ed/
DREADME140 /var/lib/ext2ed/ext2ed.conf to suit your needs. The various
/external/devlib/doc/
Dplatform.rst122 slightly to better suit gem5.
/external/clang/docs/
DMSVCCompatibility.rst125 time. By default on Windows, Clang attempts to follow suit. This behavior is
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt140 "A chubby man with a white beard and a red suit will approach you soon.
/external/libxml2/win32/
DReadme.txt79 Once you have decided which options suit you, run the script with that
/external/protobuf/gtest/
DCMakeLists.txt62 # tweak these definitions to suit your need. A variable's value is
/external/syslinux/com32/cmenu/
Dadv_menu.tpl18 modify this template to suit your needs
/external/libjpeg-turbo/
DREADME.ijg64 method for full-color and grayscale images. JPEG's strong suit is compressing
DREADME64 method for full-color and grayscale images. JPEG's strong suit is compressing

123