Searched refs:Write (Results 276 - 300 of 363) sorted by relevance

<<1112131415

/external/openfst/src/include/fst/
H A Dutil.h166 // Write some types to an output stream.
171 t.Write(strm);
330 LOG(ERROR) << "WriteIntPairs: Write failed: "
H A Dfloat-weight.h76 ostream &Write(ostream &strm) const { function in class:fst::FloatWeightTpl
H A Dlabel-reachable.h85 bool Write(ostream &ostrm) { function in class:fst::LabelReachableData
H A Dsparse-tuple-weight.h117 ostream &Write(ostream &strm) const { function in class:fst::SparseTupleWeight
/external/pdfium/core/src/fxcrt/
H A Dextension.h24 virtual size_t Write(const void* pBuffer, size_t szBuffer) = 0;
H A Dfx_extension.cpp66 return ((IFXCRT_FileAccess*)hFile)->Write(pBuffer, szBuffer);
H A Dfx_basic_buffer.cpp310 void CFX_ArchiveSaver::Write(const void* pData, FX_STRSIZE dwSize) function in class:CFX_ArchiveSaver
/external/v8/src/
H A Dd8.h302 static void Write(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dliveedit.cc1314 void Write(const RelocInfo* rinfo) { function in class:v8::internal::Differencer::RelocInfoBuffer
1318 reloc_info_writer_.Write(rinfo);
1389 buffer_writer.Write(&info_copy);
1394 buffer_writer.Write(it.rinfo());
/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc226 // Write information about a crashed Lwp.
285 // Write context
300 // Write context
601 // Write context of the exception.
616 // Write context of the exception.
687 //void* MinidumpGenerator::Write(void *argument) {
688 void* Write(void *argument) { function in namespace:__anon5088
751 // Write minidump into file.
778 pthread_create(&handler_thread, NULL, Write, (void *)&argument);
/external/llvm/lib/IR/
H A DVerifier.cpp95 void Write(const Value *V) { function in struct:__anon10555::VerifierSupport
106 void Write(const Metadata *MD) { function in struct:__anon10555::VerifierSupport
113 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) { function in struct:__anon10555::VerifierSupport
114 Write(MD.get());
117 void Write(const NamedMDNode *NMD) { function in struct:__anon10555::VerifierSupport
124 void Write(Type *T) { function in struct:__anon10555::VerifierSupport
130 void Write(const Comdat *C) { function in struct:__anon10555::VerifierSupport
138 Write(V1);
/external/llvm/utils/TableGen/
H A Dtdtags29 -f <file> Write tags to the specified file (defaults to 'tags').
/external/selinux/libsemanage/src/
H A Dsemanage_store.c1455 ERR(sh, "Write to %s failed.",
1462 ERR(sh, "Write to %s failed.",
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.h372 static void Write(A address, T value) { function in class:vixl::Memory
387 // Write the specified value. The value is zero-extended if necessary.
524 case 8: Memory::Write<uint8_t>(addr, Uint(vform, index)); break;
525 case 16: Memory::Write<uint16_t>(addr, Uint(vform, index)); break;
526 case 32: Memory::Write<uint32_t>(addr, Uint(vform, index)); break;
527 case 64: Memory::Write<uint64_t>(addr, Uint(vform, index)); break;
894 // Write 'value' into an integer register. The value is zero-extended. This
937 // Write (and possibly truncate) the value.
1034 // Basic accessor: Write the specified value.
/external/lldb/source/Core/
H A DDataExtractor.cpp1330 s->Write ("0b", 2);
1333 s->Write ("0", 1);
1338 s->Write(apint_str.c_str(), apint_str.size());
H A DDebugger.cpp1494 s.Write (p, non_special_chars);
1520 s.Write(sub_strm.GetData(), sub_strm.GetSize());
2265 s.Write(cstr, open_paren - cstr + 1);
/external/protobuf/src/google/protobuf/
H A Dextension_set.cc1295 WireFormatLite::Write##CAMELCASE##NoTag( \
1328 WireFormatLite::Write##CAMELCASE(number, \
1358 WireFormatLite::Write##CAMELCASE(number, VALUE, output); \
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DANTLRxxxxStreamFixture.cs126 Console.Out.Write((char)inputStream.LA(1));
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc160 s->Write(reinterpret_cast<uint16_t*>(buf), 0, len);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h169 void Write(const char *buffer, uptr length);
H A Dsanitizer_win.cc588 void ReportFile::Write(const char *buffer, uptr length) { function in class:__sanitizer::ReportFile
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp590 MachVMMemory::Write(task_t task, nub_addr_t address, const void *data, nub_size_t data_count) function in class:MachVMMemory
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h127 cmsBool (* Write)(struct _cms_io_handler* iohandler, cmsUInt32Number size, member in struct:_cms_io_handler
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1336 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1357 inline int Write(int fd, const void* buf, unsigned int count) { function in namespace:testing::internal::posix
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc420 GTEST_DEATH_TEST_CHECK_SYSCALL_(posix::Write(write_fd(), &status_ch, 1));

Completed in 807 milliseconds

<<1112131415