/external/javassist/sample/preproc/ |
Compiler.java | 305 public CommentSkipper(BufferedReader reader, BufferedWriter writer) { 307 output = writer;
|
/external/jpeg/ |
jcapimin.c | 262 /* Initialize the marker writer ... bit of a crock to do it here. */ 271 * writer. Some applications had a problem with that: they allocated space
|
/external/junit/src/junit/framework/ |
TestSuite.java | 107 PrintWriter writer= new PrintWriter(stringWriter); 108 t.printStackTrace(writer);
|
/external/junit/src/junit/runner/ |
BaseTestRunner.java | 273 PrintWriter writer= new PrintWriter(stringWriter); local 274 t.printStackTrace(writer);
|
/external/llvm/ |
tblgen-rules.mk | 61 $(call transform-td-to-out,asm-writer) 67 $(call transform-td-to-out,asm-writer -asmwriternum=1)
|
/external/llvm/utils/TableGen/ |
AsmWriterInst.cpp | 79 // If the asm writer is not using a columnar layout, \t is not 109 // If the asm writer is not using a columnar layout, \t is not
|
/external/opencv/cvaux/src/ |
cvmorphcontours.cpp | 643 CvSeqWriter writer; local 782 cvStartAppendToSeq( corr01, &writer ); 807 CV_WRITE_SEQ_ELEM( j, writer ); 814 cvFlushSeqWriter( &writer ); 820 cvStartAppendToSeq( corr01, &writer ); 826 cvFlushSeqWriter( &writer ); 832 cvStartAppendToSeq( corr01, &writer ); 842 cvFlushSeqWriter( &writer );
|
/external/qemu/distrib/jpeg-6b/ |
jcapimin.c | 262 /* Initialize the marker writer ... bit of a crock to do it here. */ 271 * writer. Some applications had a problem with that: they allocated space
|
/external/skia/include/core/ |
SkWriter32.h | 173 * Writes a string to the writer, which can be retrieved with 289 * Helper class to allocated SIZE bytes as part of the writer, and to provide
|
/external/skia/src/core/ |
SkValidatingReadBuffer.cpp | 247 return NULL; // writer failed to give us the flattenable 251 // failure was ours, not the writer.
|
/external/valgrind/main/drd/ |
drd_clientreq.h | 240 * Error checking on POSIX reader/writer locks and user-defined reader/writer
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/ |
CameraFunctionalTest.java | 26 import java.io.Writer; 63 private Writer mOutput;
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbService.java | 264 public void dump(FileDescriptor fd, PrintWriter writer, String[] args) { 266 final IndentingPrintWriter pw = new IndentingPrintWriter(writer, " ");
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
CombinedInputOutput.java | 33 import java.io.Writer; 207 public static void writeDictionaryCombined(Writer destination, FusionDictionary dict)
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ControlTest.java | 32 import java.io.Writer; 566 Writer out = new FileWriter(copy); 593 PrintWriter writer = new PrintWriter(file); local 594 writer.write(newValue); 595 writer.flush(); 596 writer.close(); [all...] |
/external/chromium_org/content/browser/fileapi/ |
copy_or_move_operation_delegate_unittest.cc | 729 scoped_ptr<FileStreamWriter> writer( 734 reader.Pass(), writer.Pass(), 787 scoped_ptr<FileStreamWriter> writer( 792 reader.Pass(), writer.Pass(), 841 scoped_ptr<FileStreamWriter> writer( 846 reader.Pass(), writer.Pass(),
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui.h | 251 a writer This function is called to write a given string, 273 The way this is used, the opener is first called, then the writer for all 277 instead of having the writer do it. If you want to prompt from a dialog 278 box, the writer can be used to build up the contents of the box, and the 283 All method functions take a UI as argument. Additionally, the writer and 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ui.h | 251 a writer This function is called to write a given string, 273 The way this is used, the opener is first called, then the writer for all 277 instead of having the writer do it. If you want to prompt from a dialog 278 box, the writer can be used to build up the contents of the box, and the 283 All method functions take a UI as argument. Additionally, the writer and 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
|
/external/chromium_org/third_party/tlslite/tlslite/ |
messages.py | 37 w = Writer(5) 71 w = Writer() 74 w = Writer(length) 102 w = Writer(2) 111 w = Writer() 116 w = Writer(length)
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 1 //===--- ASTWriter.h - AST File Writer --------------------------*- C++ -*-===// 100 /// \brief The bitstream writer used to emit this precompiled header. 483 /// \brief Create a new precompiled header writer that outputs to 753 ASTWriter Writer; 758 ASTWriter &getWriter() { return Writer; } 759 const ASTWriter &getWriter() const { return 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/marisa-trie/ |
android_diff.txt | 20 lib/marisa/writer.cc 503 diff --git a/lib/marisa/writer.cc b/lib/marisa/writer.cc 505 --- a/lib/marisa/writer.cc 506 +++ b/lib/marisa/writer.cc 507 @@ -92,11 +92,7 @@ void Writer::write_data(const void *data, std::size_t size) {
|
/external/openssl/crypto/ui/ |
ui.h | 251 a writer This function is called to write a given string, 273 The way this is used, the opener is first called, then the writer for all 277 instead of having the writer do it. If you want to prompt from a dialog 278 box, the writer can be used to build up the contents of the box, and the 283 All method functions take a UI as argument. Additionally, the writer and 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
|
/external/openssl/include/openssl/ |
ui.h | 251 a writer This function is called to write a given string, 273 The way this is used, the opener is first called, then the writer for all 277 instead of having the writer do it. If you want to prompt from a dialog 278 box, the writer can be used to build up the contents of the box, and the 283 All method functions take a UI as argument. Additionally, the writer and 309 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis));
|
/libcore/luni/src/main/java/libcore/net/ |
MimeUtils.java | 106 add("application/vnd.stardivision.writer", "sdw"); 107 add("application/vnd.stardivision.writer", "vor"); 108 add("application/vnd.stardivision.writer-global", "sgl"); 116 add("application/vnd.sun.xml.writer", "sxw"); 117 add("application/vnd.sun.xml.writer.global", "sxg"); 118 add("application/vnd.sun.xml.writer.template", "stw");
|