Home
last modified time | relevance | path

Searched refs:world (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DemitExponentiationOperatorInTemplateString3ES6.js7 `${t1 ** t2} world`;
8 `${t1 ** t2 ** t1} world`;
9 `${t1 + t2 ** t1} world`;
10 `${t1 ** t2 + t1} world`;
11 `${t1 + t2 ** t2 + t1 } world`;
12 `${typeof (t1 ** t2 ** t1) } world`;
13 `${1 + typeof (t1 ** t2 ** t1) } world`;
15 `${t1 ** t2}${t1 ** t2} world`;
16 `${t1 ** t2 ** t1}${t1 ** t2 ** t1} world`;
17 `${t1 + t2 ** t1}${t1 + t2 ** t1} world`;
[all...]
H A DemitExponentiationOperatorInTempalteString4ES6.js7 `${t1 ** -t2} world`;
8 `${(-t1) ** t2 - t1} world`;
9 `${(-++t1) ** t2 - t1} world`;
10 `${(-t1++) ** t2 - t1} world`;
11 `${(~t1) ** t2 ** --t1 } world`;
12 `${typeof (t1 ** t2 ** t1) } world`;
15 `${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
[all...]
H A DemitExponentiationOperatorInTemplateString3.js7 `${t1 ** t2} world`;
8 `${t1 ** t2 ** t1} world`;
9 `${t1 + t2 ** t1} world`;
10 `${t1 ** t2 + t1} world`;
11 `${t1 + t2 ** t2 + t1 } world`;
12 `${typeof (t1 ** t2 ** t1) } world`;
13 `${1 + typeof (t1 ** t2 ** t1) } world`;
15 `${t1 ** t2}${t1 ** t2} world`;
16 `${t1 ** t2 ** t1}${t1 ** t2 ** t1} world`;
17 `${t1 + t2 ** t1}${t1 + t2 ** t1} world`;
[all...]
H A DexponentiationOperatorInTemplateStringWithSyntaxError3.js8 `${-t1 ** t2 - t1} world`;
9 `${-++t1 ** t2 - t1} world`;
10 `${-t1++ ** t2 - t1} world`;
11 `${!t1 ** t2 ** --t1 } world`;
12 `${typeof t1 ** t2 ** t1} world`;
13 `${1 + typeof t1 ** t2 ** t1} world`;
15 `${-t1 ** t2 - t1}${-t1 ** t2 - t1} world`;
16 `${-++t1 ** t2 - t1}${-++t1 ** t2 - t1} world`;
17 `${-t1++ ** t2 - t1}${-t1++ ** t2 - t1} world`;
18 `${!t1 ** t2 ** --t1 }${!t1 ** t2 ** --t1 } world`;
[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 DemitExponentiationOperatorInTempalteString4.js7 `${t1 ** -t2} world`;
8 `${(-t1) ** t2 - t1} world`;
9 `${(-++t1) ** t2 - t1} world`;
10 `${(-t1++) ** t2 - t1} world`;
11 `${(~t1) ** t2 ** --t1 } world`;
12 `${typeof (t1 ** t2 ** t1) } world`;
15 `${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
[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 world
[all...]
H A DcommentInNamespaceDeclarationWithIdentifierPathName.js2 namespace hello.hi.world
14 var world;
15 (function (world) {
18 })(world = hi.world || (hi.world = {}));
H A DemitExponentiationOperatorInTemplateString2ES6.js22 `hello ${t1 ** t2} hello world ${t1 ** t2}`;
23 `hello ${t1 ** t2 ** t1} hello world ${t1 ** t2 ** t1}`;
24 `hello ${t1 + t2 ** t1} hello world ${t1 + t2 ** t1}`;
25 `hello ${t1 ** t2 + t1} hello world ${t1 ** t2 + t1}`;
26 `hello ${t1 + t2 ** t2 + t1} hello world ${t1 + t2 ** t2 + t1}`;
27 `hello ${typeof (t1 ** t2 ** t1) } hello world ${typeof (t1 ** t2 ** t1) }`;
47 `hello ${Math.pow(t1, t2)} hello world ${Math.pow(t1, t2)}`;
48 `hello ${Math.pow(t1, Math.pow(t2, t1))} hello world ${Math.pow(t1, Math.pow(t2, t1))}`;
49 `hello ${t1 + Math.pow(t2, t1)} hello world ${t1 + Math.pow(t2, t1)}`;
50 `hello ${Math.pow(t1, t2) + t1} hello world
[all...]
H A DstringLiteralTypesOverloads03.js20 let world: "world";
21 let helloOrWorld: "hello" | "world";
24 function f(p: "hello" | "world"): HelloOrWorld;
25 function f(p: "world"): JustWorld;
32 let fResult2 = f(world);
37 function g(p: "hello" | "world"): HelloOrWorld;
38 function g(p: "world"): JustWorld;
44 let gResult2 = g(world);
49 var world; 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 DemitExponentiationOperatorInTemplateString1.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 "".concat(Math.pow(t1, t2), " hello world ").concat(Math.pow(t1, t2));
48 "".concat(Math.pow(t1, Math.pow(t2, t1)), " hello world ").concat(Math.pow(t1, Math.pow(t2, t1)));
49 "".concat(t1 + Math.pow(t2, t1), " hello world ").concat(t1 + Math.pow(t2, t1));
50 "".concat(Math.pow(t1, t2) + t1, " hello world ")
[all...]
H A DemitExponentiationOperatorInTemplateString2.js22 `hello ${t1 ** t2} hello world ${t1 ** t2}`;
23 `hello ${t1 ** t2 ** t1} hello world ${t1 ** t2 ** t1}`;
24 `hello ${t1 + t2 ** t1} hello world ${t1 + t2 ** t1}`;
25 `hello ${t1 ** t2 + t1} hello world ${t1 ** t2 + t1}`;
26 `hello ${t1 + t2 ** t2 + t1} hello world ${t1 + t2 ** t2 + t1}`;
27 `hello ${typeof (t1 ** t2 ** t1) } hello world ${typeof (t1 ** t2 ** t1) }`;
47 "hello ".concat(Math.pow(t1, t2), " hello world ").concat(Math.pow(t1, t2));
48 "hello ".concat(Math.pow(t1, Math.pow(t2, t1)), " hello world ").concat(Math.pow(t1, Math.pow(t2, t1)));
49 "hello ".concat(t1 + Math.pow(t2, t1), " hello world ").concat(t1 + Math.pow(t2, t1));
50 "hello ".concat(Math.pow(t1, t2) + t1, " hello world ")
[all...]
H A DexponentiationOperatorInTemplateStringWithSyntaxError1.js22 `${-t1 ** t2 - t1} hello world ${-t1 ** t2 - t1}`;
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 `${typeof t1 ** t2 ** t1} hello world ${typeof t1 ** t2 ** t1}`;
27 `${1 + typeof t1 ** t2 ** t1} hello world ${1 + typeof t1 ** t2 ** t1}`;
47 "".concat(Math.pow(-t1, t2) - t1, " hello world ").concat(Math.pow(-t1, t2) - t1);
48 "".concat(Math.pow(-++t1, t2) - t1, " hello world ").concat(Math.pow(-++t1, t2) - t1);
49 "".concat(Math.pow(-t1++, t2) - t1, " hello world ").concat(Math.pow(-t1++, t2) - t1);
50 "".concat(Math.pow(!t1, Math.pow(t2, --t1)), " hello world ")
[all...]
H A DexponentiationOperatorInTemplateStringWithSyntaxError2.js22 `hello ${-t1 ** t2 - t1} hello world ${-t1 ** t2 - t1}`;
23 `hello ${-++t1 ** t2 - t1} hello world ${-++t1 ** t2 - t1}`;
24 `hello ${-t1++ ** t2 - t1} hello world ${-t1++ ** t2 - t1}`;
25 `hello ${!t1 ** t2 ** --t1 } hello world ${!t1 ** t2 ** --t1 }`;
26 `hello ${typeof t1 ** t2 ** t1} hello world ${typeof t1 ** t2 ** t1}`;
27 `hello ${1 + typeof t1 ** t2 ** t1} hello world ${1 + typeof t1 ** t2 ** t1}`;
48 "hello ".concat(Math.pow(-t1, t2) - t1, " hello world ").concat(Math.pow(-t1, t2) - t1);
49 "hello ".concat(Math.pow(-++t1, t2) - t1, " hello world ").concat(Math.pow(-++t1, t2) - t1);
50 "hello ".concat(Math.pow(-t1++, t2) - t1, " hello world ").concat(Math.pow(-t1++, t2) - t1);
51 "hello ".concat(Math.pow(!t1, Math.pow(t2, --t1)), " hello world ")
[all...]
H A DtsxStatelessFunctionComponentOverload6.js44 const b1 = <MainButton onClick={(e) => {}}>Hello world</MainButton>;
54 const b11 = <MainButton onClick={(e) => {}} className="hello" data-format>Hello world</MainButton>;
55 const b12 = <MainButton data-format="Hello world" />
83 var b1 = <MainButton onClick={function (e) { }}>Hello world</MainButton>;
93 var b11 = <MainButton onClick={function (e) { }} className="hello" data-format>Hello world</MainButton>;
94 var b12 = <MainButton data-format="Hello world"/>;
H A DtaggedTemplateStringsWithTagNamedDeclareES6.js5 declare `Hello ${0} world!`;
10 declare `Hello ${0} world!`;
H A DstringLiteralTypesAndTuples01.js3 let [hello, brave, newish, world] = ["Hello", "Brave", "New", "World"];
23 var _a = ["Hello", "Brave", "New", "World"], hello = _a[0], brave = _a[1], newish = _a[2], world = _a[3];
38 declare let hello: string, brave: string, newish: string, world: string;
/third_party/rust/crates/log/tests/
H A Dmacros.rs38 log!(lvl, "hello {}", "world"); in anonymous_args()
39 log!(lvl, "hello {}", "world",); in anonymous_args()
41 log!(target: "my_target", lvl, "hello {}", "world"); in anonymous_args()
42 log!(target: "my_target", lvl, "hello {}", "world",); in anonymous_args()
44 log!(lvl, "hello {}", "world"); in anonymous_args()
45 log!(lvl, "hello {}", "world",); in anonymous_args()
48 all_log_macros!("hello {}", "world"); in anonymous_args()
49 all_log_macros!("hello {}", "world",); in anonymous_args()
51 all_log_macros!(target: "my_target", "hello {}", "world"); in anonymous_args()
52 all_log_macros!(target: "my_target", "hello {}", "world",); in anonymous_args()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_lv2.c57 LilvWorld *world; member
372 sym = lilv_new_string(s->world, str); in config_output()
404 s->world = lilv_world_new(); in init()
405 if (!s->world) in init()
408 uri = lilv_new_uri(s->world, s->plugin_uri); in init()
414 lilv_world_load_all(s->world); in init()
415 plugins = lilv_world_get_all_plugins(s->world); in init()
427 s->lv2_InputPort = lilv_new_uri(s->world, LV2_CORE__InputPort); in init()
428 s->lv2_OutputPort = lilv_new_uri(s->world, LV2_CORE__OutputPort); in init()
429 s->lv2_AudioPort = lilv_new_uri(s->world, LV2_CORE__AudioPor in init()
[all...]
/third_party/rust/crates/cxx/tests/
H A Dcxx_string.rs29 let name = "world"; in test_fmt_write()
31 assert_eq!(s.to_str(), Ok("Hello, world!")); in test_fmt_write()
37 let mut reader: &[u8] = b"Hello, world!"; in test_io_write()
40 assert_eq!(s.to_str(), Ok("Hello, world!")); in test_io_write()
/third_party/json/tests/src/
H A Dunit-convenience.cpp175 const char* expected = "Hello, world!";
178 std::string world = "world"; variable
182 std::string str1 = concat(hello_iter, world, '!');
183 std::string str2 = concat(hello_data, world, '!');
184 std::string str3 = concat("Hello, ", world, '!');
193 alt_string_iter str = concat<alt_string_iter>(hello_iter, world, '!');
200 alt_string_data str = concat<alt_string_data>(hello_data, world, '!');
/third_party/node/test/node-api/1_hello_world/
H A Dbinding.c6 napi_value world; in Method() local
7 const char* str = "world"; in Method()
9 NODE_API_CALL(env, napi_create_string_utf8(env, str, str_len, &world)); in Method()
10 return world; in Method()
/third_party/node/test/node-api/test_policy/
H A Dbinding.c6 napi_value world; in Method() local
7 const char* str = "world"; in Method()
9 NODE_API_CALL(env, napi_create_string_utf8(env, str, str_len, &world)); in Method()
10 return world; in Method()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
H A DSample13_Hello.java19 String world = LocaleDisplayNames in main()
22 System.out.println("Hello, " + world + "\u2603"); in main()

Completed in 5 milliseconds

1234