Searched refs:binary (Results 151 - 175 of 463) sorted by relevance

1234567891011>>

/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h63 new ofstream(filename.c_str(), ofstream::out | ofstream::binary)),
142 filenames[i].c_str(), ifstream::in | ifstream::binary);
279 ifstream strm(filename.c_str(), ifstream::in | ifstream::binary);
H A Dsttable.h55 : stream_(filename.c_str(), ofstream::out | ofstream::binary),
129 filenames[i].c_str(), ifstream::in | ifstream::binary);
334 ifstream strm(filename.c_str(), ifstream::in | ifstream::binary);
/external/stlport/test/unit/
H A Dfstream_test.cpp213 // bogus ios_base::binary is for Wins
214 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
225 // bogus ios_base::binary is for Wins
226 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
244 // bogus ios_base::binary is for Wins
245 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
260 // bogus ios_base::binary is for Wins
261 ifstream is("test_file.txt", ios_base::in | ios_base::binary);
346 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
374 // Test in binary mod
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_hybi.py4 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above
151 """Creates a simple binary frame with no extension, reserved bit."""
312 def build(self, message, end, binary):
313 if binary:
333 if binary or not self._encode_utf8:
471 def send_message(self, message, end=True, binary=False):
475 message: text in unicode or binary in str to send.
476 binary: send message as binary fram
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache_unittest.cc33 const char* binary)
36 binary_(binary) { }
42 GLvoid* binary) {
47 memcpy(binary, binary_, length_);
52 const GLvoid* binary,
55 EXPECT_EQ(0, memcmp(binary_, binary, length));
60 const char* binary() const { return binary_; } function in class:gpu::gles2::ProgramBinaryEmulator
31 ProgramBinaryEmulator(GLsizei length, GLenum format, const char* binary) argument
38 GetProgramBinary(GLuint program, GLsizei buffer_size, GLsizei* length, GLenum* format, GLvoid* binary) argument
50 ProgramBinary(GLuint program, GLenum format, const GLvoid* binary, GLsizei length) argument
/external/chromium_org/ppapi/tests/
H A Dtest_websocket.cc265 PP_Var TestWebSocket::CreateVarBinary(const std::vector<uint8_t>& binary) { argument
266 PP_Var var = arraybuffer_interface_->Create(binary.size());
268 std::copy(binary.begin(), binary.end(), var_data);
290 const std::vector<uint8_t>& binary) {
293 if (!success || buffer_size != binary.size())
295 if (!std::equal(binary.begin(), binary.end(),
814 // Send binary message.
815 std::vector<uint8_t> binary(25
289 AreEqualWithBinary(const PP_Var& var, const std::vector<uint8_t>& binary) argument
[all...]
/external/ceres-solver/jni/
H A DAndroid.mk5 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above copyright notice,
57 # into your own project, then link it into your binary in your Android.mk file.
59 # Reducing binary size:
61 # This build includes the Schur specializations, which cause binary bloat. If
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
124 (* Parse the primary expression after the binary operator. *)
165 * ::= binary LETTER number? (id, id)
174 | [< 'Token.Binary >] -> "binary", 2
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml5 (* binop_precedence - This holds the precedence for each binary operator that is
9 (* precedence - Get the precedence of the pending binary operator token. *)
99 (* Parse the primary expression after the binary operator. *)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel.cc5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
234 bool binary = (params.type == cricket::DMT_BINARY); local
235 talk_base::scoped_ptr<DataBuffer> buffer(new DataBuffer(payload, binary));
406 send_params.type = buffer.binary ? cricket::DMT_BINARY : cricket::DMT_TEXT;
/external/chromium_org/tools/gn/
H A Dscope.cc158 const BinaryOpNode* binary = i->second.value.origin()->AsBinaryOp(); local
159 if (binary) {
161 *err = Err(binary->left()->GetRange(), "Assignment had no effect.",
H A Dninja_toolchain_writer.cc48 std::ios_base::out | std::ios_base::binary); member in class:std::ios_base
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_endtoend.py6 # Redistribution and use in source and binary forms, with or without
12 # * Redistributions in binary form must reproduce the above
78 client.send_message('binary', binary=True)
79 client.assert_receive('binary', binary=True)
80 client.send_message('\x00\x80\xfe\xff\x00\x80', binary=True)
81 client.assert_receive('\x00\x80\xfe\xff\x00\x80', binary=True)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_file_system.py40 def Read(self, paths, binary=False):
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DProgram.h80 bool setProgramBinary(const void *binary, GLsizei length);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Derrwarn.pxi5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
/external/e2fsprogs/debian/
H A Drules7 # The `binary' target must be run as root, as it needs to install files with
374 binary-indep:
377 binary-arch: DH_OPTIONS= -a
378 binary-arch: install install-udeb
597 binary: binary-indep binary-arch
599 .PHONY: binary binary-arch binary
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidAssetManager.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
87 registerLoader(com.jme3.export.binary.BinaryImporter.class, "j3o");
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dasm.php21 * - Added binary and hexadecimal regexps
/external/openfst/src/lib/
H A Dsymbol-table-ops.cc101 ifstream in(filename.c_str(), ifstream::in | ifstream::binary);
/external/stlport/src/details/
H A Dfstream_win32io.cpp62 ret |= ios_base::binary;
134 //the file will be considered as open in binary mode with no append attribute
228 switch (openmode & (~ios_base::ate & ~ios_base::binary)) {
403 if (!(_M_openmode & ios_base::binary)) {
477 if (_M_openmode & ios_base::binary) {
478 // binary mode
/external/valgrind/main/VEX/priv/
H A Dguest_s390_defs.h8 This file is part of Valgrind, a dynamic binary instrumentation
94 ULong s390_do_cvd(ULong binary);
143 F -- a binary floating point value
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dvisitor.rb10 Redistribution and use in source and binary forms, with or without
16 2. Redistributions in binary form must reproduce the above copyright
/external/ceres-solver/
H A DAndroid.mk5 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above copyright notice,
39 # Reducing binary size:
41 # This build includes the Schur specializations, which cause binary bloat. If
/external/chromium_org/base/
H A Dfile_util.cc60 // We open the file in binary format even if they are text files because
64 std::ios::in | std::ios::binary);
66 std::ios::in | std::ios::binary);

Completed in 2046 milliseconds

1234567891011>>