/external/libvpx/libvpx/ |
tools_common.c | 22 #define _O_BINARY O_BINARY 41 _setmode(_fileno(stream), _O_BINARY);
|
/external/libvorbis/examples/ |
vorbisfile_example.c | 43 _setmode( _fileno( stdin ), _O_BINARY ); 44 _setmode( _fileno( stdout ), _O_BINARY );
|
chaining_example.c | 34 _setmode( _fileno( stdin ), _O_BINARY );
|
encoder_example.c | 74 _setmode( _fileno( stdin ), _O_BINARY ); 75 _setmode( _fileno( stdout ), _O_BINARY );
|
decoder_example.c | 62 _setmode( _fileno( stdin ), _O_BINARY ); 63 _setmode( _fileno( stdout ), _O_BINARY );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 74 #define O_BINARY _O_BINARY 75 #define O_RAW _O_BINARY
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 65 #define O_BINARY _O_BINARY 66 #define O_RAW _O_BINARY
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 74 #define O_BINARY _O_BINARY 75 #define O_RAW _O_BINARY
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 65 #define O_BINARY _O_BINARY 66 #define O_RAW _O_BINARY
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 74 #define O_BINARY _O_BINARY 75 #define O_RAW _O_BINARY
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 65 #define O_BINARY _O_BINARY 66 #define O_RAW _O_BINARY
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
plugin.cc | 103 _setmode(STDIN_FILENO, _O_BINARY); 104 _setmode(STDOUT_FILENO, _O_BINARY);
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.cc | 96 _setmode(STDIN_FILENO, _O_BINARY); 97 _setmode(STDOUT_FILENO, _O_BINARY);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
googletest.cc | 60 #ifdef _O_BINARY 61 #define O_BINARY _O_BINARY
|
/external/protobuf/src/google/protobuf/testing/ |
googletest.cc | 60 #ifdef _O_BINARY 61 #define O_BINARY _O_BINARY
|
/external/bison/lib/ |
fcntl.in.h | 291 #if !defined O_BINARY && defined _O_BINARY 293 # define O_BINARY _O_BINARY
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
temporary_file.cc | 62 rdwr_flag | _O_BINARY
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 111 _setmode( _fileno(stdout), _O_BINARY );
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_file.c | 329 _setmode(fd,_O_BINARY); 348 _setmode(fd,_O_BINARY); 351 _setmode(fd,_O_BINARY);
|
/external/openssl/crypto/bio/ |
bss_file.c | 329 _setmode(fd,_O_BINARY); 348 _setmode(fd,_O_BINARY); 351 _setmode(fd,_O_BINARY);
|
/external/chromium_org/content/shell/browser/ |
shell_win.cc | 36 _setmode(_fileno(stdout), _O_BINARY); 37 _setmode(_fileno(stderr), _O_BINARY);
|
/external/marisa-trie/tests/ |
io-test.cc | 103 _O_BINARY | _O_CREAT | _O_WRONLY | _O_TRUNC, 124 ASSERT(::_sopen_s(&fd, "io-test.dat", _O_BINARY | _O_RDONLY,
|
/external/marisa-trie/v0_1_5/tests/ |
io-test.cc | 104 _O_BINARY | _O_CREAT | _O_WRONLY | _O_TRUNC, 125 ASSERT(::_sopen_s(&fd, "io-test.dat", _O_BINARY | _O_RDONLY,
|
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 63 #ifdef _O_BINARY 64 #define O_BINARY _O_BINARY
|
/external/bison/darwin-lib/ |
fcntl.h | 603 #if !defined O_BINARY && defined _O_BINARY 605 # define O_BINARY _O_BINARY
|