HomeSort by relevance Sort by last modified time
    Searched defs:_O_BINARY (Results 1 - 18 of 18) sorted by null

  /external/libvorbis/examples/
chaining_example.c 34 _setmode( _fileno( stdin ), _O_BINARY );
vorbisfile_example.c 43 _setmode( _fileno( stdin ), _O_BINARY );
44 _setmode( _fileno( stdout ), _O_BINARY );
seeking_example.c 87 _setmode( _fileno( stdin ), _O_BINARY );
decoder_example.c 62 _setmode( _fileno( stdin ), _O_BINARY );
63 _setmode( _fileno( stdout ), _O_BINARY );
encoder_example.c 74 _setmode( _fileno( stdin ), _O_BINARY );
75 _setmode( _fileno( stdout ), _O_BINARY );
  /packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
prettyauto.cpp 21 _setmode(_fileno(stdin), _O_BINARY); // NEW
22 _setmode(_fileno(stdout), _O_BINARY); // NEW
  /external/libdivsufsort/android_include/
config.h 61 # define _O_BINARY 0
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 117 _setmode( _fileno(stdout), _O_BINARY );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 21 #define _O_BINARY 0x8000
27 #define _O_RAW _O_BINARY
44 #define O_BINARY _O_BINARY
45 #define O_RAW _O_BINARY
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
bitmaptools.cc 237 _setmode(_fileno(stdin), _O_BINARY);
238 _setmode(_fileno(stdout), _O_BINARY);
  /external/libvpx/libvpx/
tools_common.c 34 #define _O_BINARY O_BINARY
53 _setmode(_fileno(stream), _O_BINARY);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 34 #define _O_BINARY O_BINARY
53 _setmode(_fileno(stream), _O_BINARY);
  /external/ImageMagick/MagickCore/
blob.c 93 #define _O_BINARY O_BINARY
    [all...]
  /external/flac/libFLAC/
stream_decoder.c     [all...]
stream_encoder.c     [all...]
  /external/pcre/dist/
pcretest.c 92 #include <fcntl.h> /* For _O_BINARY */
    [all...]
  /external/sqlite/dist/orig/
shell.c 148 _setmode(_fileno(out), _O_BINARY);
    [all...]
  /external/sqlite/dist/
shell.c 154 _setmode(_fileno(out), _O_BINARY);
    [all...]

Completed in 368 milliseconds