Home
last modified time | relevance | path

Searched full:goodbye (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DcomputedPropertyNamesSourceMap2_ES6.types3 >v : { hello(): void; readonly goodbye: number; }
4 …{ ["hello"]() { debugger; }, get ["goodbye"]() { return 0; }} : { hello(): void; readon…
12 get ["goodbye"]() {
13 >["goodbye"] : number
14 >"goodbye" : "goodbye"
DcomputedPropertyNamesSourceMap2_ES5.types3 >v : { hello(): void; readonly goodbye: number; }
4 … ["hello"]() { debugger; }, get ["goodbye"]() { return 0; }} : { hello(): void; readon…
12 get ["goodbye"]() {
13 >["goodbye"] : number
14 >"goodbye" : "goodbye"
DmoduleCodeGenTest3.types7 Baz.x = "goodbye";
8 >Baz.x = "goodbye" : "goodbye"
12 >"goodbye" : "goodbye"
DmoduleCodegenTest4.types7 Baz.x = "goodbye";
8 >Baz.x = "goodbye" : "goodbye"
12 >"goodbye" : "goodbye"
DcomputedPropertyNamesSourceMap1_ES5.symbols11 get ["goodbye"]() {
12 >["goodbye"] : Symbol(C["goodbye"], Decl(computedPropertyNamesSourceMap1_ES5.ts, 3, 5))
13 >"goodbye" : Symbol(C["goodbye"], Decl(computedPropertyNamesSourceMap1_ES5.ts, 3, 5))
DcomputedPropertyNamesSourceMap1_ES6.symbols11 get ["goodbye"]() {
12 >["goodbye"] : Symbol(C["goodbye"], Decl(computedPropertyNamesSourceMap1_ES6.ts, 3, 2))
13 >"goodbye" : Symbol(C["goodbye"], Decl(computedPropertyNamesSourceMap1_ES6.ts, 3, 2))
DcomputedPropertyNamesSourceMap2_ES5.symbols11 get ["goodbye"]() {
12 >["goodbye"] : Symbol(["goodbye"], Decl(computedPropertyNamesSourceMap2_ES5.ts, 3, 3))
13 >"goodbye" : Symbol(["goodbye"], Decl(computedPropertyNamesSourceMap2_ES5.ts, 3, 3))
DcomputedPropertyNamesSourceMap2_ES6.symbols11 get ["goodbye"]() {
12 >["goodbye"] : Symbol(["goodbye"], Decl(computedPropertyNamesSourceMap2_ES6.ts, 3, 3))
13 >"goodbye" : Symbol(["goodbye"], Decl(computedPropertyNamesSourceMap2_ES6.ts, 3, 3))
DcomputedPropertyNamesSourceMap1_ES5.types11 get ["goodbye"]() {
12 >["goodbye"] : number
13 >"goodbye" : "goodbye"
DcomputedPropertyNamesSourceMap1_ES6.types11 get ["goodbye"]() {
12 >["goodbye"] : number
13 >"goodbye" : "goodbye"
DcomputedPropertyNamesSourceMap1_ES5.sourcemap.txt31 > get ["goodbye"]() {
78 >>> Object.defineProperty(C.prototype, "goodbye", {
85 3 > ["goodbye"]
101 1->get ["goodbye"]() {
151 > get ["goodbye"]() {
DmoduleCodeGenTest3.js4 Baz.x = "goodbye";
11 Baz.x = "goodbye";
DcomputedPropertyNamesSourceMap1_ES6.js6 get ["goodbye"]() { getter in C
16 get ["goodbye"]() { getter in C
/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js24 wm.set(_cache.moduleC, 'goodbye');
30 deepStrictEqual(values, ['hello', 'goodbye']);
42 wm.set(_cache.moduleB, 'goodbye');
58 wm.set(_cache.moduleC, 'goodbye');
61 deepStrictEqual(values, ['hello', 'goodbye']);
73 wm.set(_cache.moduleC, 'goodbye');
76 deepStrictEqual(values, ['hello', 'goodbye']);
89 wm.set(_cache.moduleC, 'goodbye');
Dtest-child-process-stdout-flush-exit.js33 console.log('goodbye');
46 // Check if we receive both 'hello' at start and 'goodbye' at end
54 assert.strictEqual(stdout.slice(stdout.length - 8), 'goodbye\n');
/third_party/typescript/tests/cases/fourslash/
DcompletionsSelfDeclaring3.ts3 ////function f<T extends { x: number }>(p: T & (T extends { hello: string } ? { goodbye: number } :…
4 ////f({ x/*x*/: 0, hello/*hello*/: "", goodbye/*goodbye*/: 0, abc/*abc*/: "" })
18 marker: "goodbye",
19 exact: ["goodbye"]
DindentationInJsx3.ts8 ////goodbye
18 goodbye
31 goodbye
DgoToImplementationInterfaceMethod_10.ts15 //// goodbye(): void;
29 //// goodbye() {}
35 //// goodbye() {}
/third_party/littlefs/tests/
Dtest_powerloss.toml65 strcpy(buffer, "goodbye");
66 size = strlen("goodbye");
80 strcpy(buffer, "goodbye");
81 size = strlen("goodbye");
161 strcpy(buffer, "goodbye");
162 size = strlen("goodbye");
176 strcpy(buffer, "goodbye");
177 size = strlen("goodbye");
/third_party/python/Doc/library/
Datexit.rst100 def goodbye(name, adjective):
101 print('Goodbye %s, it was %s to meet you.' % (name, adjective))
105 atexit.register(goodbye, 'Donny', 'nice')
107 atexit.register(goodbye, adjective='nice', name='Donny')
114 def goodbye():
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-indexed-signatures/
Darkts-no-indexed-signatures-3-error.ets22 en: { hello: 'Hello', goodbye: 'Goodbye' },
23 fr: { hello: 'Bonjour', goodbye: 'Au revoir' },
/third_party/pulseaudio/src/modules/rtp/
Dsap.c73 int pa_sap_send(pa_sap_context *c, bool goodbye) { in pa_sap_send() argument
97 (goodbye ? (uint32_t) 1 << 26 : 0) | in pa_sap_send()
142 int pa_sap_recv(pa_sap_context *c, bool *goodbye) { in pa_sap_recv() argument
152 pa_assert(goodbye); in pa_sap_recv()
227 *goodbye = !!((header >> 26) & 1); in pa_sap_recv()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dbind_front_test.cc125 s.value = "goodbye"; in TEST()
126 EXPECT_EQ("goodbye", g()); in TEST()
137 s.value = "goodbye"; in TEST()
138 EXPECT_EQ("goodbye", g()); in TEST()
154 s.value = "goodbye"; in TEST()
155 EXPECT_EQ("goodbye", g()); in TEST()
/third_party/rust/crates/clap/clap_complete/tests/
Ddynamic.rs9 .subcommand(clap::Command::new("goodbye-world")); in suggest_subcommand_subset()
52 clap::Arg::new("goodbye-world") in suggest_long_flag_subset()
53 .long("goodbye-world") in suggest_long_flag_subset()
89 "goodbye-world", in suggest_possible_value_subset()
/third_party/node/test/fixtures/source-map/output/
Dsource_map_throw_set_immediate.snapshot2 throw Error('goodbye');
6 Error: goodbye

123456