HomeSort by relevance Sort by last modified time
    Searched full:writer (Results 576 - 600 of 2093) sorted by null

<<21222324252627282930>>

  /external/guava/guava-gwt/src/com/google/common/collect/
ReverseNaturalOrdering_CustomFieldSerializer.java 39 public static void serialize(SerializationStreamWriter writer,
UsingToStringOrdering_CustomFieldSerializer.java 38 public static void serialize(SerializationStreamWriter writer,
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 242 AnnotationsWriter writer = new AnnotationsWriter(output, constPool); local
245 writer.numAnnotations(n);
247 annotations[i].write(writer);
249 writer.close();
456 AnnotationsWriter writer; field in class:AnnotationsAttribute.Copier
474 writer = new AnnotationsWriter(output, dest);
481 writer.close();
486 writer.numParameters(numParam);
491 writer.numAnnotations(num);
496 writer.annotation(copyType(type), numPairs)
    [all...]
  /external/llvm/
Android.mk 13 lib/Bitcode/Writer \
  /external/llvm/bindings/ocaml/llvm/
META.llvm.in 28 description = "Bitcode writer for LLVM"
  /external/llvm/lib/Target/AArch64/
CMakeLists.txt 4 tablegen(LLVM AArch64GenAsmWriter.inc -gen-asm-writer)
  /external/llvm/lib/Target/Hexagon/
CMakeLists.txt 5 tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
  /external/llvm/lib/Target/Mips/
CMakeLists.txt 8 tablegen(LLVM MipsGenAsmWriter.inc -gen-asm-writer)
  /external/llvm/lib/Target/PowerPC/
CMakeLists.txt 3 tablegen(LLVM PPCGenAsmWriter.inc -gen-asm-writer)
  /external/llvm/lib/Target/R600/
CMakeLists.txt 11 tablegen(LLVM AMDGPUGenAsmWriter.inc -gen-asm-writer)
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUELFObjectWriter.cpp 1 //===-- AMDGPUELFObjectWriter.cpp - AMDGPU ELF Writer ----------------------==//
  /external/llvm/test/MC/COFF/
switch-relocations.ll 1 ; The purpose of this test is to see if the COFF object writer can properly
  /external/opencv/cvaux/src/
cvlcm.cpp 415 CvSeqWriter writer; local
427 cvStartAppendToSeq((CvSeq*)pLCMNode->contour,&writer);
428 CV_WRITE_SEQ_ELEM(LCMCCNData.site_last_pt, writer);
433 CV_WRITE_SEQ_ELEM(LCMCCNData.edge_node.pt, writer );
434 CV_WRITE_SEQ_ELEM(LCMCCNData.site_first_pt, writer );
457 CV_WRITE_SEQ_ELEM(LCMCCNData.site_first_pt, writer);
458 CV_WRITE_SEQ_ELEM(LCMCCNData.edge_node.pt, writer );
462 CV_WRITE_SEQ_ELEM(LCMCCNData.site_last_pt, writer);
474 CV_WRITE_SEQ_ELEM(pSite->node[1]->pt, writer);
480 cvEndWriteSeq(&writer);
534 CvSeqWriter writer; local
    [all...]
  /external/opencv/ml/src/
mltestset.cpp 98 CvSeqWriter writer; local
119 CV_CALL( cvStartWriteSeq( 0, sizeof( CvSeq ), sizeof( CvDI ), storage, &writer ));
125 CV_WRITE_SEQ_ELEM( elem, writer );
127 CV_CALL( seq = cvEndWriteSeq( &writer ) );
  /external/smack/src/org/jivesoftware/smack/util/
WriterListener.java 35 * Notification that the Writer has written a new string.
  /external/valgrind/main/drd/tests/
trylock.stderr.exp 9 Recursive writer locking not allowed: rwlock 0x.........
  /external/valgrind/main/helgrind/tests/
tc12_rwl_trivial.c 17 /* Do trivial stuff with a reader-writer lock. */
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 60 M4WRITER_kJPEG=5, /**< JPEG EXIF writer */
61 M4WRITER_kMP3=6, /**< MP3 writer */
223 * @brief Defines all the functions required for a writer shell.
244 * @brief Defines all the functions required to write data with a writer shell.
  /frameworks/base/core/java/android/util/
JsonScope.java 20 * Lexical scoping elements within a JSON reader or writer.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 34 import java.io.Writer;
72 private void writeTestOutput(String filename, Writer output) throws Exception{
84 private void writeTestSummary(Writer output) throws Exception{
116 Writer output = new BufferedWriter(new FileWriter(playbackOutput, true));
  /frameworks/base/services/java/com/android/server/
AssetAtlasService.java 489 BufferedWriter writer = null; local
491 writer = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(file)));
492 writer.write(getBuildIdentifier(versionName));
493 writer.newLine();
494 writer.write(config.type.toString());
495 writer.newLine();
496 writer.write(String.valueOf(config.width));
497 writer.newLine();
498 writer.write(String.valueOf(config.height));
499 writer.newLine()
    [all...]
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 214 Test test, PerformanceResultsWriter writer) {
216 ((PerformanceCollectorTestCase) test).setPerformanceResultsWriter(writer);
236 public void setPerformanceResultsWriter(PerformanceResultsWriter writer) {
237 mPerfWriter = writer;
  /frameworks/rs/
rsFifo.h 28 // threads. One is writer and one is reader. The common cases
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 129 FileWriter writer = new FileWriter(f); local
130 writer.write(inputStr);
131 writer.close();
145 f = File.createTempFile("writer", ".tst");
  /libcore/support/src/test/java/tests/support/
Support_ASimpleReader.java 8 * underlying writer for classes to be tested.

Completed in 402 milliseconds

<<21222324252627282930>>