HomeSort by relevance Sort by last modified time
    Searched refs:cow (Results 1 - 7 of 7) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
SingleQuoteTest.java 32 checkQuotes(true, "cows:\n steak:cow: '11'");
36 checkQuotes(false, "cows: {'steak:cow': '11'}");
50 lvl1.put("steak:cow", "11");
60 Map<String, String> cow = (Map<String, String>) cows.get("cows"); local
61 assertEquals("11", cow.get("steak:cow"));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-psyn.s 5 cow .dn d2[1] label
11 vmul banana, banana, cow.s32
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java 264 @AssistedInject Farm(@Assisted("mom") String mom, @Assisted("pop") String pop, Cow cow, Dog dog) {
269 @AssistedInject Farm(@Assisted("mom") String mom, Cow cow) {
274 public static class Cow {}
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4215.go 26 case "cow":
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4215.go 26 case "cow":
  /external/chromium-trace/catapult/common/py_utils/py_utils/
discover_unittest.py 125 def __init__(self, dog=1, cat=None, cow=None, fud='a'):
  /external/golang-protobuf/proto/
text_test.go 106 greetings := []string{"adg", "easy", "cow"}
159 [testdata.greeting]: "cow"

Completed in 375 milliseconds