Searched defs:Writer (Results 1 - 25 of 66) sorted by relevance

123

/external/llvm/tools/llvm-readobj/
H A DObjDumper.cpp24 ObjDumper::ObjDumper(StreamWriter& Writer) argument
25 : W(Writer) {
H A Dllvm-readobj.cpp198 static std::error_code createDumper(const ObjectFile *Obj, StreamWriter &Writer, argument
204 return createCOFFDumper(Obj, Writer, Result);
206 return createELFDumper(Obj, Writer, Result);
208 return createMachODumper(Obj, Writer, Result);
216 StreamWriter Writer(outs());
218 if (std::error_code EC = createDumper(Obj, Writer, Dumper)) {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_writer.h19 class Writer { class in namespace:leveldb::log
23 // "*dest" must remain live while this Writer is in use.
24 explicit Writer(WritableFile* dest);
25 ~Writer();
41 Writer(const Writer&);
42 void operator=(const Writer&);
H A Dlog_writer.cc15 Writer::Writer(WritableFile* dest) function in class:leveldb::log::Writer
24 Writer::~Writer() {
27 Status Writer::AddRecord(const Slice& slice) {
75 Status Writer::EmitPhysicalRecord(RecordType t, const char* ptr, size_t n) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSToolFile.py11 class Writer(object): class in inherits:object
H A DMSVSProject.py51 class Writer(object): class in inherits:object
H A DMSVSUserFile.py54 class Writer(object): class in inherits:object
H A Dninja_syntax.py18 class Writer(object): class in inherits:object
/external/chromium_org/extensions/browser/
H A Dcomputed_hashes.h44 class Writer { class in class:extensions::ComputedHashes
46 Writer();
47 ~Writer();
H A Dcomputed_hashes.cc127 ComputedHashes::Writer::Writer() : file_list_(new base::ListValue) { function in class:extensions::ComputedHashes::Writer
130 ComputedHashes::Writer::~Writer() {
133 void ComputedHashes::Writer::AddHashes(const base::FilePath& relative_path,
153 bool ComputedHashes::Writer::WriteToFile(const base::FilePath& path) {
/external/llvm/include/llvm/Support/
H A DEndianStream.h26 template <endianness endian> struct Writer { struct in namespace:llvm::support::endian
28 Writer(raw_ostream &OS) : OS(OS) {} function in struct:llvm::support::endian::Writer
/external/deqp/executor/
H A DxeXMLWriter.cpp21 * \brief XML Writer.
33 const Writer::EndElementType Writer::EndElement = Writer::EndElementType();
95 Writer::Writer (std::ostream& dst) function in class:xe::xml::Writer
103 Writer::~Writer (void)
107 Writer& Writer
[all...]
H A DxeXMLWriter.hpp23 * \brief XML Writer.
51 class Writer class in namespace:xe::xml
71 Writer (std::ostream& dst);
72 ~Writer (void);
74 Writer& operator<< (const BeginElement& begin);
75 Writer& operator<< (const Attribute& attribute);
76 Writer& operator<< (const EndElementType& end);
79 Writer& operator<< (const T& value); //!< Write data.
82 Writer (const Writer
[all...]
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dcodec.py8 class Writer(object): class in inherits:object
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DDiskCache.java16 public interface Writer { interface in interface:DiskCache
21 * @param os The output stream the Writer should write to.
35 * Write to a key in the cache. {@link Writer} is used so that the cache implementation
41 public void put(Key key, Writer writer);
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_writer.cc19 class Writer { class in namespace:ipc_fuzzer::__anon16501
21 Writer(const base::FilePath& path);
22 ~Writer() {}
50 DISALLOW_COPY_AND_ASSIGN(Writer);
53 Writer::Writer(const base::FilePath& path) : path_(path), messages_(NULL) { function in class:ipc_fuzzer::__anon16501::Writer
56 bool Writer::OpenFile() {
66 bool Writer::WriteBlob(const void *buffer, size_t size) {
78 bool Writer::CollectMessageTypes() {
90 bool Writer
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Din_generator.py37 class Writer(object): class in inherits:object
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp56 InstrProfWriter Writer; local
64 Writer.addFunctionCounts(I.Name, I.Hash, I.Counts))
69 Writer.write(Output);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h94 struct rc_instruction * Writer; member in struct:rc_reader_data
/external/jsoncpp/include/json/
H A Dwriter.h21 class JSON_API Writer class in namespace:Json
24 virtual ~Writer();
35 class JSON_API FastWriter : public Writer
43 public: // overridden from Writer
71 class JSON_API StyledWriter: public Writer
77 public: // overridden from Writer
138 * \note There is no point in deriving from Writer, since write() should not return a value.
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h94 struct rc_instruction * Writer; member in struct:rc_reader_data
/external/chromium_org/content/browser/loader/
H A Dredirect_to_file_resource_handler.cc58 class RedirectToFileResourceHandler::Writer { class in class:content::RedirectToFileResourceHandler
60 Writer(RedirectToFileResourceHandler* handler, function in class:content::RedirectToFileResourceHandler::Writer
78 base::Bind(&Writer::DidWriteToFile, base::Unretained(this)));
92 ~Writer() {
107 int result = file_stream_->Close(base::Bind(&Writer::DidClose,
126 DISALLOW_COPY_AND_ASSIGN(Writer);
252 writer_ = new Writer(this, file_stream.Pass(), deletable_file);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp1 //===-- AArch64MachObjectWriter.cpp - ARM Mach Object Writer --------------===//
36 void RecordRelocation(MachObjectWriter *Writer, const MCAssembler &Asm,
116 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout,
119 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
209 Writer->addRelocation(Fragment->getParent(), MRE);
245 : Writer->getSymbolAddress(&A_SD, Layout)) -
248 : Writer->getSymbolAddress(A_Base, Layout));
250 : Writer->getSymbolAddress(&B_SD, Layout)) -
253 : Writer->getSymbolAddress(B_Base, Layout));
263 Writer
115 RecordRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc88 class Writer : public base::RefCountedThreadSafe<Writer> { class in namespace:__anon2952
90 Writer(base::Value* bookmarks, function in class:__anon2952::Writer
155 friend class base::RefCountedThreadSafe<Writer>;
168 ~Writer() {}
381 DISALLOW_COPY_AND_ASSIGN(Writer);
441 base::Bind(&Writer::DoWrite,
442 new Writer(codec.Encode(BookmarkModelFactory::GetForProfile(
/external/chromium_org/mojo/system/
H A Dmemory.h238 // UserPointer<uint32_t>::Writer foos_writer(foos, num_foos);
247 typedef UserPointerWriter<Type> Writer; typedef in class:mojo::system::UserPointer
313 // Implementation of |UserPointer<Type>::Writer|.

Completed in 556 milliseconds

123