Home
last modified time | relevance | path

Searched refs:bye (Results 1 - 19 of 19) sorted by relevance

/third_party/zlib/examples/
H A Dgzappend.c93 local void bye(char *msg1, char *msg2) in bye() function
185 if (len == -1) bye("error reading ", in->name); in readin()
194 if (readin(in) == 0) bye("unexpected end of ", in->name); in readmore()
211 bye("seeking ", in->name); in skip()
216 bye("unexpected end of ", in->name); in skip()
240 if (read1(in) != 31 || read1(in) != 139) bye(in->name, " not a gzip file"); in gzheader()
241 if (read1(in) != 8) bye("unknown compression method in", in->name); in gzheader()
243 if (flags & 0xe0) bye("unknown header flags set in", in->name); in gzheader()
271 if (gz.fd == -1) bye("cannot open ", name); in gzscan()
273 if (gz.buf == NULL) bye("ou in gzscan()
[all...]
/third_party/typescript/tests/baselines/reference/
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`]() { }
H A DcomputedPropertyNames12_ES6.js15 [`hello bye`] = 0;
16 static [`hello ${a} bye`] = 0
28 this[`hello bye`] = 0;
31 _a = n, s + s, _b = s + n, +s, _c = `hello ${a} bye`;
H A DcomputedPropertyNames4_ES6.js15 [`hello bye`]: 0,
16 [`hello ${a} bye`]: 0
33 [`hello bye`]: 0,
34 [`hello ${a} bye`]: 0
H A DcomputedPropertyNames11_ES6.js15 set [`hello bye`](v) { },
16 get [`hello ${a} bye`]() { return 0; }
33 set [`hello bye`](v) { },
34 get [`hello ${a} bye`]() { return 0; }
H A DcomputedPropertyNames16_ES6.js15 set [`hello bye`](v) { }
16 get [`hello ${a} bye`]() { return 0; }
33 set [`hello bye`](v) { }
34 get [`hello ${a} bye`]() { return 0; }
H A DcomputedPropertyNames10_ES5.js15 [`hello bye`]() { },
16 [`hello ${a} bye`]() { }
34 _a["hello bye"] = function () { },
35 _a["hello ".concat(a, " bye")] = function () { },
H A DcomputedPropertyNames12_ES5.js15 [`hello bye`] = 0;
16 static [`hello ${a} bye`] = 0
27 this["hello bye"] = 0;
30 _a = n, s + s, _b = s + n, +s, _c = "hello ".concat(a, " bye");
H A DcomputedPropertyNames13_ES5.js15 [`hello bye`]() { }
16 static [`hello ${a} bye`]() { }
35 C.prototype["hello bye"] = function () { };
36 C["hello ".concat(a, " bye")] = function () { };
H A DcomputedPropertyNames4_ES5.js15 [`hello bye`]: 0,
16 [`hello ${a} bye`]: 0
34 _a["hello bye"] = 0,
35 _a["hello ".concat(a, " bye")] = 0,
H A DcomputedPropertyNames11_ES5.js15 set [`hello bye`](v) { },
16 get [`hello ${a} bye`]() { return 0; }
70 Object.defineProperty(_a, "hello bye", {
75 Object.defineProperty(_a, "hello ".concat(a, " bye"), {
H A DcomputedPropertyNames16_ES5.js15 set [`hello bye`](v) { }
16 get [`hello ${a} bye`]() { return 0; }
71 Object.defineProperty(C.prototype, "hello bye", {
76 Object.defineProperty(C.prototype, "hello ".concat(a, " bye"), {
/third_party/python/Lib/
H A Dimaplib.py959 bye = self.untagged_responses.get('BYE')
960 if bye:
961 raise self.abort(bye[-1].decode(self._encoding, 'replace'))
1158 bye = self.untagged_responses.pop(typ, None)
1159 if bye is not None:
1161 return (typ, bye)
H A Dturtle.py121 _tg_screen_functions = ['addshape', 'bgcolor', 'bgpic', 'bye',
3778 def bye(self): member in _Screen
3782 >>> screen.bye()
3791 Bind bye() method to mouseclick on TurtleScreen.
3806 """Screen.bye() with two dummy-parameters"""
3807 self.bye()
4144 bye()
/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py187 onkey(bye, "space")
/third_party/ffmpeg/libavformat/
H A Drtpenc.c287 static void rtcp_send_sr(AVFormatContext *s1, int64_t ntp_time, int bye) in rtcp_send_sr() argument
322 if (bye) { in rtcp_send_sr()
/third_party/ffmpeg/doc/
H A Dtexi2pod.pl131 /^\@bye/ and do {
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1074 % @bye.
1075 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}

Completed in 23 milliseconds