Home
last modified time | relevance | path

Searched refs:hello (Results 1 - 25 of 192) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
H A DemitExponentiationOperatorInTemplateString2ES6.js7 `hello ${t1 ** t2}`;
8 `hello ${t1 ** t2 ** t1}`;
9 `hello ${t1 + t2 ** t1}`;
10 `hello ${t1 ** t2 + t1}`;
11 `hello ${t1 + t2 ** t2 + t1 }`;
12 `hello ${typeof (t1 ** t2 ** t1) }`;
13 `hello ${1 + typeof (t1 ** t2 ** t1) }`;
15 `hello ${t1 ** t2}${t1 ** t2}`;
16 `hello ${t1 ** t2 ** t1}${t1 ** t2 ** t1}`;
17 `hello
[all...]
H A DemitExponentiationOperatorInTemplateString2.js7 `hello ${t1 ** t2}`;
8 `hello ${t1 ** t2 ** t1}`;
9 `hello ${t1 + t2 ** t1}`;
10 `hello ${t1 ** t2 + t1}`;
11 `hello ${t1 + t2 ** t2 + t1 }`;
12 `hello ${typeof (t1 ** t2 ** t1) }`;
13 `hello ${1 + typeof (t1 ** t2 ** t1) }`;
15 `hello ${t1 ** t2}${t1 ** t2}`;
16 `hello ${t1 ** t2 ** t1}${t1 ** t2 ** t1}`;
17 `hello
[all...]
H A DexponentiationOperatorInTemplateStringWithSyntaxError2.js8 `hello ${-t1 ** t2 - t1}`;
9 `hello ${-++t1 ** t2 - t1}`;
10 `hello ${-t1++ ** t2 - t1}`;
11 `hello ${!t1 ** t2 ** --t1 }`;
12 `hello ${typeof t1 ** t2 ** t1}`;
13 `hello ${1 + typeof t1 ** t2 ** t1}`;
15 `hello ${-t1 ** t2 - t1}${-t1 ** t2 - t1}`;
16 `hello ${-++t1 ** t2 - t1}${-++t1 ** t2 - t1}`;
17 `hello ${-t1++ ** t2 - t1}${-t1++ ** t2 - t1}`;
18 `hello
[all...]
H A DemitExponentiationOperatorInTempalteString4ES6.js15 `${t1 ** -t2} hello world ${t1 ** -t2}`;
16 `${(-t1) ** t2 - t1} hello world ${(-t1) ** t2 - t1}`;
17 `${(-++t1) ** t2 - t1} hello world ${t1 ** (-++t1) **- t1}`;
18 `${(-t1++) ** t2 - t1} hello world ${t2 ** (-t1++) ** - t1}`;
19 `${(~t1) ** t2 ** --t1 } hello world ${(~t1) ** t2 ** --t1 }`;
20 `${typeof (t1 ** t2 ** t1)} hello world ${typeof (t1 ** t2 ** t1)}`;
23 `hello ${(-t1) ** t2 - t1}`;
24 `hello ${(-++t1) ** t2 - t1}`;
25 `hello ${(-t1++) ** t2 - t1}`;
26 `hello
[all...]
H A DsourceMapValidationDestructuringVariableStatement1.js9 var hello = "hello"; variable
16 var { name: nameA } = robotA, a = hello;
17 var { name: nameB, skill: skillB } = robotB, b = " hello";
18 var { name: nameC, skill: skillC } = { name: "Edger", skill: "cutting edges" }, c = hello;
20 var a = hello, { name: nameA } = robotA, a1= "hello";
21 var b = hello, { name: nameB, skill: skillB } = robotB, b1 = "hello";
22 var c = hello, { nam
31 var hello = "hello"; global() variable
[all...]
H A DtemplateStringWithBackslashEscapes01_ES6.js2 var a = `hello\world`;
3 var b = `hello\\world`;
4 var c = `hello\\\world`;
5 var d = `hello\\\\world`;
8 var a = `hello\world`;
9 var b = `hello\\world`;
10 var c = `hello\\\world`;
11 var d = `hello\\\\world`;
H A DrequireAsFunctionInExternalModule.js9 export function hello() { }
15 import { hello } from "./m";
16 hello();
30 exports.hello = void 0;
32 function hello() { } function
33 exports.hello = hello;
41 (0, m_1.hello)();
H A DmergedDeclarations4.js6 var r = f.hello;
11 export var hello = 1;
15 var r = f.hello;
19 M.f.hello;
28 var r = f.hello;
33 f.hello = 1;
37 var r = f.hello;
40 M.f.hello;
H A DcommentInNamespaceDeclarationWithIdentifierPathName.js2 namespace hello.hi.world
10 var hello; variable
11 (function (hello) {
19 })(hi = hello.hi || (hello.hi = {}));
20 })(hello || (hello = {}));
H A DemitExponentiationOperatorInTempalteString4.js15 `${t1 ** -t2} hello world ${t1 ** -t2}`;
16 `${(-t1) ** t2 - t1} hello world ${(-t1) ** t2 - t1}`;
17 `${(-++t1) ** t2 - t1} hello world ${t1 ** (-++t1) **- t1}`;
18 `${(-t1++) ** t2 - t1} hello world ${t2 ** (-t1++) ** - t1}`;
19 `${(~t1) ** t2 ** --t1 } hello world ${(~t1) ** t2 ** --t1 }`;
20 `${typeof (t1 ** t2 ** t1)} hello world ${typeof (t1 ** t2 ** t1)}`;
23 `hello ${(-t1) ** t2 - t1}`;
24 `hello ${(-++t1) ** t2 - t1}`;
25 `hello ${(-t1++) ** t2 - t1}`;
26 `hello
[all...]
H A DemitExponentiationOperatorInTemplateString1ES6.js22 `${t1 ** t2} hello world ${t1 ** t2}`;
23 `${t1 ** t2 ** t1} hello world ${t1 ** t2 ** t1}`;
24 `${t1 + t2 ** t1} hello world ${t1 + t2 ** t1}`;
25 `${t1 ** t2 + t1} hello world ${t1 ** t2 + t1}`;
26 `${t1 + t2 ** t2 + t1} hello world ${t1 + t2 ** t2 + t1}`;
27 `${typeof (t1 ** t2 ** t1) } hello world ${typeof (t1 ** t2 ** t1) }`;
47 `${Math.pow(t1, t2)} hello world ${Math.pow(t1, t2)}`;
48 `${Math.pow(t1, Math.pow(t2, t1))} hello world ${Math.pow(t1, Math.pow(t2, t1))}`;
49 `${t1 + Math.pow(t2, t1)} hello world ${t1 + Math.pow(t2, t1)}`;
50 `${Math.pow(t1, t2) + t1} hello worl
[all...]
H A DemitExponentiationOperatorInTemplateString3ES6.js22 `${t1 ** t2} hello world ${t1 ** t2} !!`;
23 `${t1 ** t2 ** t1} hello world ${t1 ** t2 ** t1} !!`;
24 `${t1 + t2 ** t1} hello world ${t1 + t2 ** t1} !!`;
25 `${t1 ** t2 + t1} hello world ${t1 ** t2 + t1} !!`;
26 `${t1 + t2 ** t2 + t1} hello world ${t1 + t2 ** t2 + t1} !!`;
27 `${typeof (t1 ** t2 ** t1) } hello world ${typeof (t1 ** t2 ** t1)} !!`;
48 `${Math.pow(t1, t2)} hello world ${Math.pow(t1, t2)} !!`;
49 `${Math.pow(t1, Math.pow(t2, t1))} hello world ${Math.pow(t1, Math.pow(t2, t1))} !!`;
50 `${t1 + Math.pow(t2, t1)} hello world ${t1 + Math.pow(t2, t1)} !!`;
51 `${Math.pow(t1, t2) + t1} hello worl
[all...]
H A DjsxAndTypeAssertion.js11 x = <foo>hello {<foo>{}} </foo>;
13 x = <foo test={<foo>{}}>hello</foo>;
15 x = <foo test={<foo>{}}>hello{<foo>{}}</foo>;
35 x = <foo>hello {<foo>} </foo>};
37 x = <foo test={<foo>}>hello</foo>}/>;
39 x = <foo test={<foo>}>hello{<foo>}</foo>};
H A DstringLiteralTypesOverloads03.js19 let hello: "hello";
21 let helloOrWorld: "hello" | "world";
23 function f(p: "hello"): JustHello;
24 function f(p: "hello" | "world"): HelloOrWorld;
31 let fResult1 = f(hello);
36 function g(p: "hello"): JustHello;
37 function g(p: "hello" | "world"): HelloOrWorld;
43 let gResult1 = g(hello);
48 var hello; variable
[all...]
H A DtemplateStringWithBackslashEscapes01.js2 var a = `hello\world`;
3 var b = `hello\\world`;
4 var c = `hello\\\world`;
5 var d = `hello\\\\world`;
9 var b = "hello\\world";
10 var c = "hello\\world";
11 var d = "hello\\\\world";
H A DcomputedPropertyNames10_ES6.js15 [`hello bye`]() { },
16 [`hello ${a} bye`]() { }
33 [`hello bye`]() { },
34 [`hello ${a} bye`]() { }
H A DcomputedPropertyNames13_ES6.js15 [`hello bye`]() { }
16 static [`hello ${a} bye`]() { }
33 [`hello bye`]() { }
34 static [`hello ${a} bye`]() { }
/third_party/libcoap/examples/
H A Doscore_testcases.sh138 timecheck 10 $CLIENT -w -v8 coap://$TARGET_IP:$S_PORT_B/oscore/hello/coap 2>&1 | egrep -v " DEBG | OSC " > /tmp/client_out
143 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a coap://$TARGET_IP:$S_PORT_B/oscore/hello/1 > /tmp/client_out 2>&1
148 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/c_client.conf,/tmp/client_c coap://$TARGET_IP:$S_PORT_D/oscore/hello/1 > /tmp/client_out 2>&1
153 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a coap://$TARGET_IP:$S_PORT_B/oscore/hello/2?first=1 > /tmp/client_out 2>&1
158 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -A 0 coap://$TARGET_IP:$S_PORT_B/oscore/hello/3 > /tmp/client_out 2>&1
163 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -s 2 coap://$TARGET_IP:$S_PORT_B/oscore/hello/1 > /tmp/client_out 2>&1
178 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -m post -e "%4a" -t 0 coap://$TARGET_IP:$S_PORT_B/oscore/hello/6 > /tmp/client_out 2>&1
183 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -m put -e "%7a" -t 0 -O 1,0x7b coap://$TARGET_IP:$S_PORT_B/oscore/hello/7 > /tmp/client_out 2>&1
188 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -m put -e "%8a" -t 0 -O 5 coap://$TARGET_IP:$S_PORT_B/oscore/hello/7 > /tmp/client_out 2>&1
204 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/e_client.conf,/tmp/client_a coap://$TARGET_IP:$S_PORT_B/oscore/hello/
[all...]
/third_party/typescript/tests/baselines/reference/project/nonRelative/node/lib/bar/
H A Da.js3 exports.hello = void 0;
4 function hello() { } function
5 exports.hello = hello;
/third_party/typescript/tests/baselines/reference/project/nonRelative/node/lib/foo/
H A Da.js3 exports.hello = void 0;
4 function hello() { } function
5 exports.hello = hello;
H A Db.js3 exports.hello = void 0;
4 function hello() { } function
5 exports.hello = hello;
/third_party/node/src/crypto/
H A Dcrypto_clienthello.cc76 ClientHello hello; in ParseHeader() local
87 // Check hello protocol version. Protocol tuples that we know about: in ParseHeader()
119 hello.session_id_ = session_id_; in ParseHeader()
120 hello.session_size_ = session_size_; in ParseHeader()
121 hello.has_ticket_ = tls_ticket_ != nullptr && tls_ticket_size_ != 0; in ParseHeader()
122 hello.servername_ = servername_; in ParseHeader()
123 hello.servername_size_ = static_cast<uint8_t>(servername_size_); in ParseHeader()
124 onhello_cb_(cb_arg_, hello); in ParseHeader()
172 // Skip frame header, hello header, protocol version and random data in ParseTLSClientHello()
/third_party/elfio/tests/elf_examples/
H A Dasm.s1 ; nasm -f elf hello.asm # this will produce hello.o ELF object file
2 ; ld -s -o hello hello.o # this will produce hello executable
/third_party/zlib/contrib/pascal/
H A Dexample.pas28 (* "hello world" would be more standard, but the repeated "hello"
31 const hello: PChar = 'hello, hello!';
33 const dictionary: PChar = 'hello';
61 len := StrLen(hello)+1;
63 err := compress(compr, comprLen, hello, len);
71 if StrComp(PChar(uncompr), hello) <> 0 then
90 len := StrLen(hello)
[all...]
/third_party/zlib/test/
H A Dexample.c29 static z_const char hello[] = "hello, hello!"; variable
30 /* "hello world" would be more standard, but the repeated "hello"
34 static const char dictionary[] = "hello";
66 uLong len = (uLong)strlen(hello)+1; in test_compress()
68 err = compress(compr, &comprLen, (const Bytef*)hello, len); in test_compress()
76 if (strcmp((char*)uncompr, hello)) { in test_compress()
93 int len = (int)strlen(hello) in test_gzio()
[all...]

Completed in 4 milliseconds

12345678