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

  /frameworks/base/tests/SharedLibrary/client/src/com/google/android/test/lib_client/
ActivityMain.java 36 String[] animals = getResources().getStringArray(com.google.android.test.shared_library.R.array.animals); local
37 if (animals == null || animals.length != expectedAnimals.length) {
42 if (!expectedAnimals[i].equals(animals[i])) {
44 + "' at index " + i + " but got '" + animals[i]);
  /prebuilts/go/darwin-x86/src/encoding/json/
example_test.go 46 var animals []Animal
47 err := json.Unmarshal(jsonBlob, &animals)
51 fmt.Printf("%+v", animals)
  /prebuilts/go/linux-x86/src/encoding/json/
example_test.go 46 var animals []Animal
47 err := json.Unmarshal(jsonBlob, &animals)
51 fmt.Printf("%+v", animals)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_case.py 456 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
460 self.assertIn('monkey', animals)
464 self.assertNotIn('otter', animals)
469 animals)
474 animals)
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_case.py 457 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
461 self.assertIn('monkey', animals)
465 self.assertNotIn('otter', animals)
470 animals)
475 animals)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_case.py 457 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
461 self.assertIn('monkey', animals)
465 self.assertNotIn('otter', animals)
470 animals)
475 animals)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_case.py 457 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
461 self.assertIn('monkey', animals)
465 self.assertNotIn('otter', animals)
470 animals)
475 animals)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 457 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
461 self.assertIn('monkey', animals)
465 self.assertNotIn('otter', animals)
470 animals)
475 animals)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 457 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
461 self.assertIn('monkey', animals)
465 self.assertNotIn('otter', animals)
470 animals)
475 animals)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85_test.go 21 "other animals, which is a lust of the mind, that by a perseverance of delight in " +
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85_test.go 21 "other animals, which is a lust of the mind, that by a perseverance of delight in " +
  /external/python/cpython3/Lib/unittest/test/
test_case.py 635 animals = {'monkey': 'banana', 'cow': 'grass', 'seal': 'fish'}
639 self.assertIn('monkey', animals)
643 self.assertNotIn('otter', animals)
648 animals)
653 animals)
    [all...]

Completed in 453 milliseconds