HomeSort by relevance Sort by last modified time
    Searched refs:Writer (Results 626 - 650 of 1150) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/MC/
MCAssembler.cpp 69 MCCodeEmitter &Emitter, MCObjectWriter &Writer)
70 : Context(Context), Backend(Backend), Emitter(Emitter), Writer(Writer),
627 // writer of the relocation, and give it an opportunity to adjust the
676 // Allow the object writer a chance to perform post-layout binding (for
MCDwarf.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 100 ELFDumper(const ELFFile<ELFT> *Obj, ScopedPrinter &Writer);
385 ScopedPrinter &Writer,
387 Result.reset(new ELFDumper<ELFT>(Obj, Writer));
392 ScopedPrinter &Writer,
396 return createELFDumper(ELFObj->getELFFile(), Writer, Result);
400 return createELFDumper(ELFObj->getELFFile(), Writer, Result);
404 return createELFDumper(ELFObj->getELFFile(), Writer, Result);
408 return createELFDumper(ELFObj->getELFFile(), Writer, Result);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 19 import java.io.Writer;
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 19 import java.io.Writer;
93 private final Writer stream;
95 // Encoding is defined by Writer (cannot be overriden by STREAM-START.)
154 public Emitter(Writer stream, DumperOptions opts) {
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 289 sp<NBLog::Writer> newWriter_l(size_t size, const char *name);
290 void unregisterWriter(const sp<NBLog::Writer>& writer);
303 // When a log writer is unregistered, it is done lazily so that media.log can continue to see it
304 // for as long as possible. The memory is only freed when it is needed for another log writer.
305 Vector< sp<NBLog::Writer> > mUnregisteredWriters;
    [all...]
Threads.h 491 sp<NBLog::Writer> mNBLogWriter;
    [all...]
FastMixer.cpp 104 void FastMixer::setLog(NBLog::Writer *logWriter)
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 26 import java.io.Writer;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 25 func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
55 func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
254 func printTags(w io.Writer, rpt *Report) error {
316 func printText(w io.Writer, rpt *Report) error {
345 func printCallgrind(w io.Writer, rpt *Report) error {
443 func printTree(w io.Writer, rpt *Report) error {
502 func printDOT(w io.Writer, rpt *Report) error {
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
request.go 477 func (r *Request) Write(w io.Writer) error {
487 func (r *Request) WriteProxy(w io.Writer) error {
497 func (req *Request) write(w io.Writer, usingProxy bool, extraHeaders Header, waitForContinue func() bool) (err error) {
533 // Wrap the writer in a bufio Writer if it's not already buffered.
537 var bw *bufio.Writer
600 if bw, ok := w.(*bufio.Writer); ok {
615 if bw, ok := w.(*bufio.Writer); ok && tw.FlushHeaders {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 25 func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
55 func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
254 func printTags(w io.Writer, rpt *Report) error {
316 func printText(w io.Writer, rpt *Report) error {
345 func printCallgrind(w io.Writer, rpt *Report) error {
443 func printTree(w io.Writer, rpt *Report) error {
502 func printDOT(w io.Writer, rpt *Report) error {
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request.go 477 func (r *Request) Write(w io.Writer) error {
487 func (r *Request) WriteProxy(w io.Writer) error {
497 func (req *Request) write(w io.Writer, usingProxy bool, extraHeaders Header, waitForContinue func() bool) (err error) {
533 // Wrap the writer in a bufio Writer if it's not already buffered.
537 var bw *bufio.Writer
600 if bw, ok := w.(*bufio.Writer); ok {
615 if bw, ok := w.(*bufio.Writer); ok && tw.FlushHeaders {
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 26 // after which bytes are flushed to the writer.
80 // writer is the underlying writer.
83 writer io.Writer
101 func newHuffmanBitWriter(w io.Writer) *huffmanBitWriter {
103 writer: w,
113 func (w *huffmanBitWriter) reset(writer io.Writer) {
114 w.writer = write
    [all...]
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 26 // after which bytes are flushed to the writer.
80 // writer is the underlying writer.
83 writer io.Writer
101 func newHuffmanBitWriter(w io.Writer) *huffmanBitWriter {
103 writer: w,
113 func (w *huffmanBitWriter) reset(writer io.Writer) {
114 w.writer = write
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go     [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 102 import java.io.Writer;
739 Writer out = new StringWriter();
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
StreamService.java 66 * <li>{@linkplain State#RUNNING RUNNING} : At least one stream is still open or the writer has
110 private OpenedSocket.Writer socketWriter;
176 socketWriter = openedSocket.writer();
226 /** Closes the socket writer. */
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 24 * A quick class-file writer. This is useful when a generated
83 * Constructs a class file writer.
105 * Returns a filed writer.
110 * Returns a method writer.
223 * Returns the number of attributes that this writer will
481 public void end(StackMapTable.Writer smap, AttributeWriter aw) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 287 new->Inst = reader_data->Writer;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 694 Writer w = new OutputStreamWriter(System.out, "UTF-8");
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack.go 279 // output copies the entry to the specified writer.
280 func (ar *Archive) output(entry *Entry, w io.Writer) {
463 var stdout io.Writer = os.Stdout
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 159 w io.Writer
226 // the returned writer will be encoded using enc and then written to w.
230 func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 169 w io.Writer
179 func NewEncoder(w io.Writer) *Encoder {
514 // the JSON is written to the underlying writer.

Completed in 1028 milliseconds

<<21222324252627282930>>