Home
last modified time | relevance | path

Searched refs:goodbye (Results 1 – 25 of 37) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
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"
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"
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"
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))
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))
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))
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"]() {
DcomputedPropertyNamesSourceMap2_ES5.sourcemap.txt61 >>> Object.defineProperty(_a, "goodbye", {
66 2 > ["goodbye"]
81 1->get ["goodbye"]() {
DcomputedPropertyNamesSourceMap1_ES6.sourcemap.txt61 >>> get ["goodbye"]() {
71 4 > "goodbye"
DcomputedPropertyNamesSourceMap2_ES6.sourcemap.txt64 >>> get ["goodbye"]() {
74 4 > "goodbye"
DmoduleCodeGenTest3.symbols6 Baz.x = "goodbye";
DmoduleCodegenTest4.symbols6 Baz.x = "goodbye";
/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()
Dsap.h39 int pa_sap_send(pa_sap_context *c, bool goodbye);
42 int pa_sap_recv(pa_sap_context *c, bool *goodbye);
Dmodule-rtp-recv.c614 bool goodbye = false; in sap_event_cb() local
624 if (pa_sap_recv(&u->sap_context, &goodbye) < 0) in sap_event_cb()
627 if (!pa_sdp_parse(u->sap_context.sdp_data, &info, goodbye)) in sap_event_cb()
630 if (goodbye) { in sap_event_cb()
/third_party/node/test/parallel/
Dtest-tls-server-verify.js197 let goodbye = false;
203 if (!goodbye && /_unauthed/.test(out)) {
205 goodbye = true;
211 if (!goodbye && /_authed/.test(out)) {
213 goodbye = true;
/third_party/node/test/message/
Dsource_map_throw_set_immediate.out2 throw Error('goodbye');
5 Error: goodbye
/third_party/python/Doc/library/
Datexit.rst97 def goodbye(name, adjective):
102 atexit.register(goodbye, 'Donny', 'nice')
104 atexit.register(goodbye, adjective='nice', name='Donny')
111 def goodbye():
/third_party/jerryscript/tests/debugger/
Ddo_display.expected45 18 function d() { print("goodbye"); }
56 out: goodbye
/third_party/rust/crates/cxx/book/src/binding/
Dsharedptr.md47 println!("say goodbye to Object");
/third_party/ffmpeg/tests/ref/fate/
Dsub-mpsub29 …alogue: 0,0:01:15.00,0:01:19.00,Default,,0,0,0,,And he left his home and\Nkissed his mommy goodbye,

12