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

  /external/snakeyaml/src/test/java/examples/collections/
TypeSafePriorityTest.java 51 Developer john = (Developer) developers.get(1); local
52 assertEquals("John", john.getName());
53 assertEquals("committer", john.getRole());
TypeSafeListWithInterfaceTest.java 39 developers.add(new Committer("John", "committer", 34));
76 Committer john = (Committer) developers.get(1); local
77 assertEquals("John", john.getName());
78 assertEquals("committer", john.getRole());
79 assertEquals(34, john.getKey());
  /external/protobuf/examples/
list_people_test.go 16 Name: "John Doe",
26 Name: John Doe
39 Name: "John Doe",
41 Email: "john@example.com",
77 Name: John Doe
78 E-mail address: john@example.com
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py 110 @noteargs('terry', 'gilliam', eric='idle', john='cleese')
114 dict(eric='idle', john='cleese')))
  /external/python/cpython2/Lib/test/
test_decorators.py 110 @noteargs('terry', 'gilliam', eric='idle', john='cleese')
114 dict(eric='idle', john='cleese')))
  /external/python/cpython3/Lib/test/
test_decorators.py 109 @noteargs('terry', 'gilliam', eric='idle', john='cleese')
113 dict(eric='idle', john='cleese')))
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter_test.cc 227 robert->add_friend_()->set_name("john");
244 ->RenderString("name", "john")
623 Author* john = paul->add_friend_(); local
624 john->set_name("John");
639 ->RenderString("name", "John")
    [all...]

Completed in 397 milliseconds