/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]
|
/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]
|
/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 | 458 &Address{Address: "bob@example.com"}, 459 "<bob@example.com>", 470 &Address{Name: "Bob", Address: "bob@example.com"}, 471 `"Bob" <bob@example.com>`, 475 &Address{Name: "Böb", Address: "bob@example.com"}, 476 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`, 479 &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 | 458 &Address{Address: "bob@example.com"}, 459 "<bob@example.com>", 470 &Address{Name: "Bob", Address: "bob@example.com"}, 471 `"Bob" <bob@example.com>`, 475 &Address{Name: "Böb", Address: "bob@example.com"}, 476 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`, 479 &Address{Name: "Bob Jane", Address: "bob@example.com"} [all...] |
/external/v8/test/mjsunit/es6/ |
rest-params.js | 237 assertEquals("Hello Ross, Bob! Called with 4 args!", f("Bob", "Ross", 0, 0)); 241 assertEquals("Hello Ross, Bob! Called with 4 args!", f2("Bob", "Ross", 0, 0));
|
/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...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
example_test.go | 56 cmd := exec.Command("echo", "-n", `{"Name": "Bob", "Age": 32}`)
|
/prebuilts/go/linux-x86/src/os/exec/ |
example_test.go | 56 cmd := exec.Command("echo", "-n", `{"Name": "Bob", "Age": 32}`)
|
/external/v8/test/js-perf-test/Templates/ |
templates.js | 21 var SUBJECT = 'Bob';
|
/external/v8/test/webkit/fast/regex/ |
parentheses.js | 255 var regexp52 = /(Rob)|(Bob)|(Robert)|(Bobby)/; 256 shouldBe("'Hi Bob'.match(regexp52)", "['Bob',undefined,'Bob',undefined,undefined]");
|
/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 | 38 {0xdb6805c0966a2f9c, "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
|
/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 | 38 {0xdb6805c0966a2f9c, "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
|
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256_test.go | 41 {"bfb0a67a19cdec3646498b2e0f751bddc41bba4b7f30081b0b932aad214d16d7", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"}, 75 {"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 | 41 {"bfb0a67a19cdec3646498b2e0f751bddc41bba4b7f30081b0b932aad214d16d7", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"}, 75 {"cbe32d38d577a1b355960a4bc3c659c2dc4670859a19777a875842c4", "It's a tiny change to the code and not completely disgusting. - Bob Manchek"},
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
dammit.py | 105 Bob's Bar -> "Bob's Bar" 116 Welcome to "Bob's Bar" -> "Welcome to "Bob's bar"
|
testing.py | 310 soup.foo['attr'] = 'Brawls happen at "Bob\'s Bar"' 313 """<foo attr="Brawls happen at "Bob\'s Bar"">a</foo>""")
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
test_soup.py | 139 self.assertEqual(self.sub.substitute_xml("Bob's Bar", True), 140 '"Bob\'s Bar"') 148 s = 'Welcome to "Bob\'s Bar"' 151 '"Welcome to "Bob\'s Bar""') 154 quoted = 'Welcome to "Bob\'s Bar"' 177 text = 'Bob\'s "bar"'
|