/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
EnumBean.java | 22 private Suit suit; field in class:EnumBean 23 private LinkedHashMap<Suit, Integer> map = new LinkedHashMap<Suit, Integer>(); 25 public LinkedHashMap<Suit, Integer> getMap() { 29 public void setMap(LinkedHashMap<Suit, Integer> map) { 41 public Suit getSuit() { 42 return suit; 45 public void setSuit(Suit suit) { [all...] |
EnumTest.java | 34 String output = yaml.dump(Suit.CLUBS); 35 assertEquals("!!org.yaml.snakeyaml.Suit 'CLUBS'\n", output); 48 String output = yaml.dump(Suit.values()); 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", 58 List<Suit> list = Arrays.asList(Suit.values()); 61 "- !!org.yaml.snakeyaml.Suit 'CLUBS'\n- !!org.yaml.snakeyaml.Suit 'DIAMONDS'\n- !!org.yaml.snakeyaml.Suit 'HEARTS'\n- !!org.yam (…) 125 Suit suit = (Suit) yaml.load("!!org.yaml.snakeyaml.Suit 'CLUBS'\\n"); local [all...] |
/external/python/cpython3/Lib/test/ |
test_datetime.py | 33 suit = cls() variable 34 test_classes.extend(type(test) for test in suit)
|
/external/python/cpython2/Demo/tkinter/guido/ |
solitaire.py | 62 # Suits and colors. The values of the symbolic suit names are the 64 # internationalize the game). The COLOR dictionary maps suit names to 133 suit, value, color -- the card's suit, value and color 152 def __init__(self, suit, value, canvas): 155 Arguments are the card's suit and value, and the canvas widget. 162 self.suit = suit 164 self.color = COLOR[suit] 170 text = "%s %s" % (VALNAMES[value], suit) [all...] |
/external/antlr/runtime/Ruby/lib/antlr3/ |
error.rb | 385 the input does not suit any of the possible recognition alternatives.
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
compare.go | 12 // ? When the default behavior of equality does not suit the needs of the test,
|
/external/libffi/ |
texinfo.tex | [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/ |
texinfo.tex | [all...] |