Home
last modified time | relevance | path

Searched refs:bob (Results 1 – 25 of 85) 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))
DintraExpressionInferences.types432 function whatIWant<T>(props: { generator: (bob: any) => T, receiver: (t: T) => any }) {}
433 >whatIWant : <T>(props: { generator: (bob: any) => T; receiver: (t: T) => any; }) => void
434 >props : { generator: (bob: any) => T; receiver: (t: T) => any; }
435 >generator : (bob: any) => T
436 >bob : any
440 function nonObject<T>(generator: (bob: any) => T, receiver: (t: T) => any) {}
441 >nonObject : <T>(generator: (bob: any) => T, receiver: (t: T) => any) => void
442 >generator : (bob: any) => T
443 >bob : any
465 whatIWant({ generator: (bob) => bob ? 1 : 2, receiver: (t) => console.log(t + 2) })
[all …]
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
DintraExpressionInferences.js144 function whatIWant<T>(props: { generator: (bob: any) => T, receiver: (t: T) => any }) {}
146 function nonObject<T>(generator: (bob: any) => T, receiver: (t: T) => any) {}
149 whatIWant({ generator: (bob) => bob ? 1 : 2, receiver: (t) => console.log(t + 2) })
150 nonObject((bob) => bob ? 1 : 2, (t) => console.log(t + 2))
292 whatIWant({ generator: function (bob) { return bob ? 1 : 2; }, receiver: function (t) { return cons… argument
293 nonObject(function (bob) { return bob ? 1 : 2; }, function (t) { return console.log(t + 2); }); argument
367 generator: (bob: any) => T;
370 declare function nonObject<T>(generator: (bob: any) => T, receiver: (t: T) => any): void;
/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 …]
Dtest-webcrypto-derivebits.js18 const [alice, bob] = await Promise.all([
26 }, bob.privateKey, 128),
28 name: 'ECDH', namedCurve, public: bob.publicKey
107 const [alice, bob] = await Promise.all([
115 }, bob.privateKey, 128),
117 name, public: bob.publicKey
Dtest-crypto-dh-shared.js10 const bob = crypto.createDiffieHellmanGroup('modp5'); constant
12 bob.generateKeys();
13 const aSecret = alice.computeSecret(bob.getPublicKey()).toString('hex');
14 const bSecret = bob.computeSecret(alice.getPublicKey()).toString('hex');
Dtest-webcrypto-derivekey.js18 const [alice, bob] = await Promise.all([
26 }, bob.privateKey, {
31 name: 'ECDH', namedCurve, public: bob.publicKey
180 const [alice, bob] = await Promise.all([
188 }, bob.privateKey, {
193 name, public: bob.publicKey
/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/rust/crates/clap/examples/tutorial_derive/
D03_02_option_mult.md15 $ 03_02_option_mult_derive --name bob
16 name: ["bob"]
18 $ 03_02_option_mult_derive --name=bob
19 name: ["bob"]
21 $ 03_02_option_mult_derive -n bob
22 name: ["bob"]
24 $ 03_02_option_mult_derive -n=bob
25 name: ["bob"]
28 name: ["bob"]
D03_02_option.md15 $ 03_02_option_derive --name bob
16 name: Some("bob")
18 $ 03_02_option_derive --name=bob
19 name: Some("bob")
21 $ 03_02_option_derive -n bob
22 name: Some("bob")
24 $ 03_02_option_derive -n=bob
25 name: Some("bob")
28 name: Some("bob")
D03_03_positional_mult.md17 $ 03_03_positional_mult_derive bob
18 name: ["bob"]
20 $ 03_03_positional_mult_derive bob john
21 name: ["bob", "john"]
/third_party/rust/crates/clap/examples/tutorial_builder/
D03_02_option_mult.md15 $ 03_02_option_mult --name bob
16 name: Some("bob")
18 $ 03_02_option_mult --name=bob
19 name: Some("bob")
21 $ 03_02_option_mult -n bob
22 name: Some("bob")
24 $ 03_02_option_mult -n=bob
25 name: Some("bob")
28 name: Some("bob")
D03_02_option.md15 $ 03_02_option --name bob
16 name: Some("bob")
18 $ 03_02_option --name=bob
19 name: Some("bob")
21 $ 03_02_option -n bob
22 name: Some("bob")
24 $ 03_02_option -n=bob
25 name: Some("bob")
28 name: Some("bob")
D03_03_positional_mult.md17 $ 03_03_positional_mult bob
18 names: ["bob"]
20 $ 03_03_positional_mult bob john
21 names: ["bob", "john"]
/third_party/rust/crates/clap/tests/derive/
Dflags.rs62 bob: usize, in non_bool_type_flag() field
67 assert_eq!(opt.bob, 5); in non_bool_type_flag()
71 assert_eq!(opt.bob, 5); in non_bool_type_flag()
75 assert_eq!(opt.bob, 10); in non_bool_type_flag()
79 assert_eq!(opt.bob, 10); in non_bool_type_flag()
134 bob: u8, in count() field
138 Opt { alice: 0, bob: 0 }, in count()
142 Opt { alice: 1, bob: 0 }, in count()
146 Opt { alice: 2, bob: 0 }, in count()
150 Opt { alice: 2, bob: 2 }, in count()
[all …]
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DintraExpressionInferences.ts146 function whatIWant<T>(props: { generator: (bob: any) => T, receiver: (t: T) => any }) {}
148 function nonObject<T>(generator: (bob: any) => T, receiver: (t: T) => any) {}
151 whatIWant({ generator: (bob) => bob ? 1 : 2, receiver: (t) => console.log(t + 2) })
152 nonObject((bob) => bob ? 1 : 2, (t) => console.log(t + 2))
/third_party/rust/crates/clap/examples/
Descaped-positional-derive.md46 $ escaped-positional-derive -f -p=bob -- sloppy slop slop
48 -p's value: Some("bob")
55 $ escaped-positional-derive -- -f -p=bob sloppy slop slop
58 'slops' values: ["-f", "-p=bob", "sloppy", "slop", "slop"]

1234