Home
last modified time | relevance | path

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

12

/external/zlib/src/examples/
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("out of memory", ""); in gzscan()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
Dmacho-reloc.asm12 [EXTERN bye]
14 mov eax, bye
16 mov eax, [bye+2]
22 ;mov eax, hi+bye
23 ;mov eax, bye+$
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
Dmacho-reloc64-err.asm18 [EXTERN bye]
21 mov rax, bye
24 mov rax, [bye+2]
30 ;mov eax, hi+bye
31 ;mov eax, bye+$
/external/clang/test/CodeGenObjC/
D2010-02-01-utf16-with-null.m5 void *P = @"good\0bye";
/external/bison/doc/
Drefcard.tex127 % make \bye not \outer so that the \def\bye in the \else clause below
129 \def\bye{\par\vfill\supereject\end}
225 \def\bye{\par\vfill\supereject
505 \bye
/external/chromium_org/media/cast/rtcp/
Drtcp_utility.h169 RtcpFieldBye bye; member
Drtcp_receiver.cc338 uint32 remote_ssrc = rtcp_field.bye.sender_ssrc; in HandleBYE()
Drtcp_utility.cc488 big_endian_reader.ReadU32(&field_.bye.sender_ssrc); in ParseByeItem()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DWTFString.cpp975 goto bye; in toIntegralType()
993 goto bye; in toIntegralType()
1007 goto bye; in toIntegralType()
1033 bye: in toIntegralType()
/external/chromium/chrome/browser/net/websocket_experiment/
Dwebsocket_experiment_task.cc595 std::string bye = received_messages_.front(); in DoWebSocketReceiveBye() local
598 if (bye != config_.websocket_bye_message) in DoWebSocketReceiveBye()
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
DAPPRTCAppDelegate.m281 } else if ([value compare:@"bye"] == NSOrderedSame) {
415 sendData:[@"{\"type\": \"bye\"}" dataUsingEncoding:NSUTF8StringEncoding]];
/external/chromium/base/
Dcallback.h.pump62 // void PrintBye() { LOG(INFO) << "bye."; }
69 // void_ref_cb.Run(); // Prints: bye.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bubble_controller_unittest.mm472 // Confirm bubble going bye-bye.
/external/openssh/
Dsftp.0181 bye Quit sftp.
/external/chromium_org/base/
Dcallback.h.pump72 // void PrintBye() { LOG(INFO) << "bye."; }
/external/libffi/doc/
Dlibffi.texi541 @bye
/external/e2fsprogs/lib/et/
Dcom_err.texinfo541 @bye
Dtexinfo.tex1337 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
/external/chromium_org/third_party/icu/source/test/testdata/
Drbbitst.txt565 <data>•Combining\u0301 \u0301•ma\u0306rks •bye •</data>
/external/icu4c/test/testdata/
Drbbitst.txt583 <data>•Combining\u0301 \u0301•ma\u0306rks •bye •</data>
/external/e2fsprogs/doc/
Dlibext2fs.texinfo1377 @bye
/external/grub/docs/
Dmultiboot.texi1234 @bye
/external/oprofile/
DChangeLog-2001554 bye CVS history :/
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm1224 // Bye bye, |oldController|.
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.mm1382 // Bye bye, |oldController|.

12