Home
last modified time | relevance | path

Searched refs:bob (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
Dmaximum10SpellingSuggestions.js5 bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
6 bob; bob;
13 bob;
14 bob;
15 bob;
16 bob;
17 bob;
18 bob;
19 bob;
20 bob;
[all …]
Dmaximum10SpellingSuggestions.types7 bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
8 >bob : any
9 >bob : any
10 >bob : any
11 >bob : any
12 >bob : any
13 >bob : any
14 >bob : any
15 >bob : any
16 >bob : any
[all …]
Dmaximum10SpellingSuggestions.errors.txt1 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,1): error TS2552: Cannot find name 'bob'. Di…
2 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,6): error TS2552: Cannot find name 'bob'. Di…
3 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,11): error TS2552: Cannot find name 'bob'. D…
4 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,16): error TS2552: Cannot find name 'bob'. D…
5 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,21): error TS2552: Cannot find name 'bob'. D…
6 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,26): error TS2552: Cannot find name 'bob'. D…
7 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,31): error TS2552: Cannot find name 'bob'. D…
8 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,36): error TS2552: Cannot find name 'bob'. D…
9 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,41): error TS2552: Cannot find name 'bob'. D…
10 tests/cases/compiler/maximum10SpellingSuggestions.ts(4,46): error TS2552: Cannot find name 'bob'. D…
[all …]
Dmaximum10SpellingSuggestions.symbols7 bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
8 bob; bob;
DobjectLiteralArraySpecialization.types17 var thing = create([ { name: "bob", id: 24 }, { name: "doug", id: 32 } ]); // should not error
19 >create([ { name: "bob", id: 24 }, { name: "doug", id: 32 } ]) : MyArrayWrapper<{ name: string; id:…
21 >[ { name: "bob", id: 24 }, { name: "doug", id: 32 } ] : { name: string; id: number; }[]
22 >{ name: "bob", id: 24 } : { name: string; id: number; }
24 >"bob" : "bob"
33 thing.doSomething((x, y) => x.name === "bob"); // should not error
34 >thing.doSomething((x, y) => x.name === "bob") : void
38 >(x, y) => x.name === "bob" : (x: { name: string; id: number; }, y: { name: string; id: number; }) …
41 >x.name === "bob" : boolean
45 >"bob" : "bob"
DspreadContextualTypedBindingPattern.symbols13 declare const bob: Person
14 >bob : Symbol(bob, Decl(spreadContextualTypedBindingPattern.ts, 6, 13))
22 const { naam, age } = {...bob, ...alice}
25 >bob : Symbol(bob, Decl(spreadContextualTypedBindingPattern.ts, 6, 13))
DspreadContextualTypedBindingPattern.types11 declare const bob: Person
12 >bob : Person
18 const { naam, age } = {...bob, ...alice}
21 >{...bob, ...alice} : { naam: string; age: number; }
22 >bob : Person
DspreadContextualTypedBindingPattern.js8 declare const bob: Person
12 const { naam, age } = {...bob, ...alice}
28 var _a = __assign(__assign({}, bob), alice), naam = _a.naam, age = _a.age;
/third_party/typescript/tests/cases/compiler/
Dmaximum10SpellingSuggestions.ts5 bob; bob; bob; bob; bob; bob; bob; bob; bob; bob;
6 bob; bob;
/third_party/node/test/parallel/
Dtest-tls-finished.js27 bob: alice.getPeerFinished() property
33 const bob = tls.connect({ constant
38 alice: bob.getPeerFinished(),
39 bob: bob.getFinished() property
41 bob.end();
45 alice: bob.getPeerFinished(),
46 bob: bob.getFinished() property
52 assert.strictEqual(undefined, msg.before.bob);
55 assert(Buffer.isBuffer(msg.server.bob));
57 assert(Buffer.isBuffer(msg.client.bob));
[all …]
/third_party/node/benchmark/crypto/
Dcipher-stream.js24 const bob = crypto.getDiffieHellman('modp5');
27 bob.generateKeys();
30 const alice_secret = alice.computeSecret(bob.getPublicKey(), pubEnc, 'hex');
31 const bob_secret = bob.computeSecret(alice.getPublicKey(), pubEnc, 'hex');
65 function streamWrite(alice, bob, message, encoding, writes) { argument
67 bob.on('data', (c) => {
71 bob.on('end', () => {
78 alice.pipe(bob);
86 function legacyWrite(alice, bob, message, encoding, writes) { argument
91 dec = bob.update(enc);
[all …]
Daes-gcm-throughput.js31 const bob = crypto.createDecipheriv(cipher, key, iv);
32 bob.setAuthTag(tag);
33 bob.setAAD(associate_data);
34 bob.update(enc);
35 bob.final();
/third_party/boost/libs/serialization/example/
Ddemo_exception.cpp178 Student *bob = new Student(); in init() local
183 school->all_students.push_back(bob); in init()
198 bob->some_courses.push_back(math); in init()
199 math->some_students.push_back(bob); in init()
200 bob->some_courses.push_back(literature); in init()
201 literature->some_students.push_back(bob); in init()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
DSearchLoopBottom.inc8 "movq %%mm6, %%mm0\n\t" // just use the results of our weird bob
22 "pcmpeqb %%mm7, %%mm0\n\t" // all ff where bob better, else 00
23 "pand %%mm6, %%mm0\n\t" // use bob for these pixel values
27 // Use the better of bob or weave
35 "pcmpeqb %%mm7, %%mm0\n\t" // all ff where bob better, else 00
36 "pand %%mm6, %%mm0\n\t" // use bob for these pixel values
117 out[0] = best[0]; // just use the results of our weird bob
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c827 c->cs_yuv.bob.y = vl_compositor_cs_create_shader(c, compute_shader_yuv_bob_y); in vl_compositor_cs_init_shaders()
828 c->cs_yuv.bob.uv = vl_compositor_cs_create_shader(c, compute_shader_yuv_bob_uv); in vl_compositor_cs_init_shaders()
830 !c->cs_yuv.bob.y || !c->cs_yuv.bob.uv) { in vl_compositor_cs_init_shaders()
850 if (c->cs_yuv.bob.y) in vl_compositor_cs_cleanup_shaders()
851 c->pipe->delete_compute_state(c->pipe, c->cs_yuv.bob.y); in vl_compositor_cs_cleanup_shaders()
852 if (c->cs_yuv.bob.uv) in vl_compositor_cs_cleanup_shaders()
853 c->pipe->delete_compute_state(c->pipe, c->cs_yuv.bob.uv); in vl_compositor_cs_cleanup_shaders()
Dvl_compositor.c57 c->fs_yuv.bob.y = create_frag_shader_deint_yuv(c, true, false); in init_shaders()
58 c->fs_yuv.bob.uv = create_frag_shader_deint_yuv(c, false, false); in init_shaders()
60 !c->fs_yuv.bob.y || !c->fs_yuv.bob.uv) { in init_shaders()
113 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.y); in cleanup_shaders()
114 c->pipe->delete_fs_state(c->pipe, c->fs_yuv.bob.uv); in cleanup_shaders()
352 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob.uv; in set_yuv_layer()
354 s->layers[layer].cs = (y) ? c->cs_yuv.bob.y : c->cs_yuv.bob.uv; in set_yuv_layer()
362 s->layers[layer].fs = (y) ? c->fs_yuv.bob.y : c->fs_yuv.bob.uv; in set_yuv_layer()
364 s->layers[layer].cs = (y) ? c->cs_yuv.bob.y : c->cs_yuv.bob.uv; in set_yuv_layer()
/third_party/node/test/common/
Dtls.js119 const bob = crypto.createCipheriv('aes-128-gcm', this.client_writeKey, iv);
123 bob.setAAD(aad);
124 const encrypted1 = bob.update(plain.slice(5));
125 const encrypted = Buffer.concat([encrypted1, bob.final()]);
126 const tag = bob.getAuthTag();
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadContextualTypedBindingPattern.ts7 declare const bob: Person constant
11 const { naam, age } = {...bob, ...alice}
/third_party/flatbuffers/tests/
Dmonsterdata_test.golden42 "bob",
44 "bob",
/third_party/boost/libs/hana/example/
Ddefine_struct.cpp38 Person john{"John", 30}, bob{"Bob", 40}; in main() local
40 BOOST_HANA_RUNTIME_CHECK(hana::not_equal(john, bob)); in main()
Dstruct.mcd.nested.cpp45 Person john{"John", 30}, bob{"Bob", 40}; in main() local
47 BOOST_HANA_RUNTIME_CHECK(hana::not_equal(john, bob)); in main()
Dadapt_struct.cpp43 ns::Person john{"John", 30}, bob{"Bob", 40}; in main() local
45 BOOST_HANA_RUNTIME_CHECK(hana::not_equal(john, bob)); in main()
Dstruct.custom_accessor.cpp56 Person john{"John", 30}, bob{"Bob", 40}; in main() local
58 BOOST_HANA_RUNTIME_CHECK(hana::not_equal(john, bob)); in main()
Dstruct.mcd.tag_dispatching.cpp51 Person john{"John", 30}, bob{"Bob", 40}; in main() local
53 BOOST_HANA_RUNTIME_CHECK(hana::not_equal(john, bob)); in main()
Dadapt_adt.cpp50 ns::Person john{"John", 30}, bob{"Bob", 40}; in main() local
52 BOOST_HANA_RUNTIME_CHECK(hana::not_equal(john, bob)); in main()

1234