HomeSort by relevance Sort by last modified time
    Searched refs:Bob (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/sort/
example_interface_test.go 31 {"Bob", 31},
42 // [Bob: 31 John: 42 Michael: 17 Jenny: 26]
43 // [Michael: 17 Jenny: 26 Bob: 31 John: 42]
example_test.go 34 {"Bob", 75},
41 // Output: By name: [{Alice 55} {Bob 75} {Gopher 7} {Vera 24}]
42 // By age: [{Gopher 7} {Vera 24} {Alice 55} {Bob 75}]
  /prebuilts/go/linux-x86/src/sort/
example_interface_test.go 31 {"Bob", 31},
42 // [Bob: 31 John: 42 Michael: 17 Jenny: 26]
43 // [Michael: 17 Jenny: 26 Bob: 31 John: 42]
example_test.go 34 {"Bob", 75},
41 // Output: By name: [{Alice 55} {Bob 75} {Gopher 7} {Vera 24}]
42 // By age: [{Gopher 7} {Vera 24} {Alice 55} {Bob 75}]
  /hardware/interfaces/tests/pointer/1.0/
IPointer.hal 25 struct Bob { ref<Ada> a_ptr; ref<Sam> s_ptr; };
26 struct Cin { Ada a; ref<Bob> b_ptr; };
46 foo3(Sam s, Ada a, Bob b);
48 foo5(Ada a, Bob b);
50 foo7(ref<Ada> a_ptr, ref<Bob> b_ptr);
69 bar3() generates (Sam s, Ada a, Bob b);
71 bar5() generates (Ada a, Bob b);
73 bar7() generates (ref<Ada> a_ptr, ref<Bob> b_ptr);
  /prebuilts/go/darwin-x86/doc/progs/
json4.go 22 b := []byte(`{"Name":"Bob","Age":20,"Parents":["Morticia", "Gomez"]}`)
33 Name: "Bob",
json1.go 65 b := []byte(`{"Name":"Bob","Food":"Pickle"}`)
76 Name: "Bob",
  /prebuilts/go/linux-x86/doc/progs/
json4.go 22 b := []byte(`{"Name":"Bob","Age":20,"Parents":["Morticia", "Gomez"]}`)
33 Name: "Bob",
json1.go 65 b := []byte(`{"Name":"Bob","Food":"Pickle"}`)
76 Name: "Bob",
  /prebuilts/go/darwin-x86/src/net/mail/
example_test.go 16 const list = "Alice <alice@example.com>, Bob <bob@example.com>, Eve <eve@example.com>"
28 // Bob bob@example.com
message_test.go 527 &Address{Address: "bob@example.com"},
528 "<bob@example.com>",
539 &Address{Name: "Bob", Address: "bob@example.com"},
540 `"Bob" <bob@example.com>`,
544 &Address{Name: "Böb", Address: "bob@example.com"},
545 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`,
548 &Address{Name: "Bob Jane", Address: "bob@example.com"}
    [all...]
  /prebuilts/go/linux-x86/src/net/mail/
example_test.go 16 const list = "Alice <alice@example.com>, Bob <bob@example.com>, Eve <eve@example.com>"
28 // Bob bob@example.com
message_test.go 527 &Address{Address: "bob@example.com"},
528 "<bob@example.com>",
539 &Address{Name: "Bob", Address: "bob@example.com"},
540 `"Bob" <bob@example.com>`,
544 &Address{Name: "Böb", Address: "bob@example.com"},
545 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`,
548 &Address{Name: "Bob Jane", Address: "bob@example.com"}
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 67 * @author crazybob@google.com (Bob Lee)
75 Bob bob = injector.getInstance(Bob.class); local
76 assertEquals("A Bob", bob.getName());
78 Bob clone = injector.getInstance(Bob.class);
79 assertEquals("A Bob", clone.getName());
81 assertNotSame(bob, clone)
    [all...]
  /hardware/interfaces/tests/pointer/1.0/default/
Pointer.h 39 Return<void> foo3(const IPointer::Sam& s, const IPointer::Ada& a, const IPointer::Bob& b) override {
47 Return<void> foo5(const IPointer::Ada& a, const IPointer::Bob& b) override {
55 Return<void> foo7(IPointer::Ada const* a_ptr, IPointer::Bob const* b_ptr) override {
169 IPointer::Bob *b;
182 b = new IPointer::Bob();
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 36 {0xe4801a6a, "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64_test.go 39 {0xdb6805c0966a2f9c, 0xd4fe9ef082e69f59, "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
  /prebuilts/go/darwin-x86/src/os/exec/
example_test.go 60 cmd := exec.Command("echo", "-n", `{"Name": "Bob", "Age": 32}`)
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 36 {0xe4801a6a, "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64_test.go 39 {0xdb6805c0966a2f9c, 0xd4fe9ef082e69f59, "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
  /prebuilts/go/linux-x86/src/os/exec/
example_test.go 60 cmd := exec.Command("echo", "-n", `{"Name": "Bob", "Age": 32}`)
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256_test.go 42 {"bfb0a67a19cdec3646498b2e0f751bddc41bba4b7f30081b0b932aad214d16d7", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
76 {"cbe32d38d577a1b355960a4bc3c659c2dc4670859a19777a875842c4", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256_test.go 42 {"bfb0a67a19cdec3646498b2e0f751bddc41bba4b7f30081b0b932aad214d16d7", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
76 {"cbe32d38d577a1b355960a4bc3c659c2dc4670859a19777a875842c4", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
  /external/guice/core/test/com/google/inject/
BindingTest.java 46 * @author crazybob@google.com (Bob Lee)
53 @Inject void injectBob(Bob bob) {}
68 static class Bob {}
95 bindConstant().annotatedWith(named("name")).to("Bob");
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5_test.go 41 {"acf203f997e2cf74ea3aff86985aefaf", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},

Completed in 1437 milliseconds

1 2