HomeSort by relevance Sort by last modified time
    Searched refs:writer (Results 76 - 100 of 2637) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptList.java 41 public void writeLangSysRecord(OpenTypeTableWriter writer)
43 writer.writeData(0); // lookupOrder (must be NULL)
44 writer.writeData(0xFFFF); // reqFeatureIndex (0xFFFF means none)
46 writer.writeData(featureCount);
49 writer.writeData(features[i].getFeatureIndex());
90 public void writeScriptRecord(OpenTypeTableWriter writer)
94 int scriptTableBase = writer.getOutputIndex();
97 writer.writeData(0); // default langSys offset (fixed later)
103 writer.writeData(langSysCount - firstLangSys);
105 int langSysOffset = writer.getOutputIndex()
    [all...]
Lookup.java 70 public void writeLookup(OpenTypeTableWriter writer)
72 int lookupBase = writer.getOutputIndex();
74 writer.writeData(lookupType);
75 writer.writeData(lookupFlags);
76 writer.writeData(subtableCount);
78 int subtableOffset = writer.getOutputIndex();
81 writer.writeData(0);
85 writer.fixOffset(subtableOffset++, lookupBase);
86 subtables[i].writeLookupSubtable(writer);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
UnresolvedOdexInstructionMethodItem.java 44 public boolean writeTo(IndentingWriter writer) throws IOException {
45 writeThrowTo(writer);
49 private void writeThrowTo(IndentingWriter writer) throws IOException {
50 writer.write("#Replaced unresolvable odex instruction with a throw\n");
51 writer.write("throw ");
52 writeRegister(writer, instruction.objectRegisterNum);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
AnnotationJavaFileWriter.java 16 package android.databinding.tool.writer;
23 import java.io.Writer;
37 Writer writer = null; local
42 writer = javaFileObject.openWriter();
43 writer.write(contents);
47 if (writer != null) {
48 IOUtils.closeQuietly(writer);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputLogger.java 40 private PrintWriter writer; field in class:TrialOutputLogger
57 if (writer == null) {
60 writer = fileAndWriter.writer;
65 * Ensures that the writer has been opened. also creates a happens-before edge that ensures that
66 * writer is visible (and non-null) after a non-exceptional return from this method.
69 checkState(writer != null, "The logger is not open");
79 writer.println("Trial Number: " + trialNumber);
80 writer.println("Trial Id: " + trialId);
81 writer.println("Experiment: " + experiment)
    [all...]
InvalidInstrumentException.java 28 public void display(PrintWriter writer) {
29 printStackTrace(writer);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
CommentMethodItem.java 50 public boolean writeTo(IndentingWriter writer) throws IOException {
51 writer.write('#');
52 writer.write(comment);
CommentedOutMethodItem.java 47 public boolean writeTo(IndentingWriter writer) throws IOException {
48 writer.write('#');
49 commentedOutMethodItem.writeTo(writer);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
BaseNullableOffsetPool.java 32 package org.jf.dexlib2.writer.pool;
34 import org.jf.dexlib2.writer.DexWriter;
35 import org.jf.dexlib2.writer.NullableOffsetSection;
  /external/smali/util/src/test/java/org/jf/util/
IndentingWriterTest.java 44 IndentingWriter writer = new IndentingWriter(stringWriter); local
46 writer.printUnsignedIntAsDec(-1);
47 writer.close();
  /external/libbrillo/brillo/
unittest_utils.h 22 // The reader and writer end of the pipe.
24 int writer{-1};
  /external/libchrome/dbus/
values_util.h 27 // Appends a basic type value to |writer|. Basic types are BOOLEAN, INTEGER,
31 CHROME_DBUS_EXPORT void AppendBasicTypeValueData(MessageWriter* writer,
34 // Appends a basic type value to |writer| as a variant. Basic types are BOOLEAN,
39 MessageWriter* writer,
42 // Appends a value to |writer|. Value can be a basic type, as well as a
47 CHROME_DBUS_EXPORT void AppendValueData(MessageWriter* writer,
50 // Appends a value to |writer| as a variant. Value can be a basic type, as well
55 CHROME_DBUS_EXPORT void AppendValueDataAsVariant(MessageWriter* writer,
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPackerIO.java 4 import java.io.Writer;
61 Writer writer = file.writer(false); local
76 writer.write("\n");
77 writer.write(pageFile.name() + "\n");
78 writer.write("size: " + page.image.getWidth() + "," + page.image.getHeight() + "\n");
79 writer.write("format: " + packer.pageFormat.name() + "\n");
80 writer.write("filter: " + parameters.minFilter.name() + "," + parameters.magFilter.name() + "\n");
81 writer.write("repeat: none" + "\n")
    [all...]
  /external/proguard/src/proguard/io/
DataEntryRewriter.java 58 Writer writer = new BufferedWriter(new OutputStreamWriter(outputStream)); local
60 copyData(reader, writer);
62 writer.flush();
69 * writer.
72 Writer writer)
97 writeUpdatedWord(writer, word.toString());
101 writer.write(c);
106 writeUpdatedWord(writer, word.toString())
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DeferredOutputStreamFactory.java 1 package org.jf.dexlib2.writer.io;
  /libcore/ojluni/src/main/java/java/util/logging/
StreamHandler.java 65 private Writer writer; field in class:StreamHandler
133 writer = new OutputStreamWriter(output);
136 writer = new OutputStreamWriter(output, encoding);
164 // Replace the current writer with a writer for the new encoding.
167 writer = new OutputStreamWriter(output);
169 writer = new OutputStreamWriter(output, encoding);
206 writer.write(getFormatter().getHead(this));
209 writer.write(msg)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfiler.java 26 private final Writer mGuardWriter;
27 private final Writer mVerboseWriter;
31 public GuardingProfiler(Writer writer, Writer verbose) {
32 this(writer, verbose, DEFAULT_GUARD_DURATION_MILLIS);
36 public GuardingProfiler(Writer writer, Writer verbose, int maxDurationMillis) {
37 mGuardWriter = writer;
    [all...]
  /packages/services/Car/service/src/com/android/car/
CarServiceBase.java 35 void dump(PrintWriter writer);
  /frameworks/base/core/java/android/content/
CursorLoader.java 231 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) {
232 super.dump(prefix, fd, writer, args);
233 writer.print(prefix); writer.print("mUri="); writer.println(mUri);
234 writer.print(prefix); writer.print("mProjection=");
235 writer.println(Arrays.toString(mProjection));
236 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection)
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/content/
CursorLoader.java 227 public void dump(String prefix, FileDescriptor fd, PrintWriter writer, String[] args) {
228 super.dump(prefix, fd, writer, args);
229 writer.print(prefix); writer.print("mUri="); writer.println(mUri);
230 writer.print(prefix); writer.print("mProjection=");
231 writer.println(Arrays.toString(mProjection));
232 writer.print(prefix); writer.print("mSelection="); writer.println(mSelection)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 311 CAVLCWriter writer = new CAVLCWriter(out); local
313 writer.writeNBit(profile_idc, 8, "SPS: profile_idc");
314 writer.writeBool(constraint_set_0_flag, "SPS: constraint_set_0_flag");
315 writer.writeBool(constraint_set_1_flag, "SPS: constraint_set_1_flag");
316 writer.writeBool(constraint_set_2_flag, "SPS: constraint_set_2_flag");
317 writer.writeBool(constraint_set_3_flag, "SPS: constraint_set_3_flag");
318 writer.writeNBit(0, 4, "SPS: reserved");
319 writer.writeNBit(level_idc, 8, "SPS: level_idc");
320 writer.writeUE(seq_parameter_set_id, "SPS: seq_parameter_set_id");
324 writer.writeUE(chroma_format_idc.getId(), "SPS: chroma_format_idc")
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
MultipartForm.java 131 PrintWriter writer = new PrintWriter(new OutputStreamWriter(byteOutput)); local
132 writer.println();
135 writeFormField(writer, formValue.getKey(), formValue.getValue());
139 writeFormFileHeader(writer, mName, mFileName);
140 writer.flush(); // Must flush here before writing to the byte stream!
142 writer.println();
144 writer.append("--").append(FORM_DATA_BOUNDARY).println("--");
145 writer.flush();
146 writer.close();
150 private void writeFormField(PrintWriter writer, String name, String value)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
MultipartForm.java 110 PrintWriter writer = new PrintWriter(new OutputStreamWriter(byteOutput)); local
111 writer.println();
114 writeFormField(writer, formValue.getKey(), formValue.getValue());
118 writeFormFileHeader(writer, mName, mFileName);
119 writer.flush(); // Must flush here before writing to the byte stream!
121 writer.println();
123 writer.append("--").append(FORM_DATA_BOUNDARY).println("--");
124 writer.flush();
125 writer.close();
129 private void writeFormField(PrintWriter writer, String name, String value)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser_unittest.cc 44 rtc::BitBufferWriter writer(rbsp, kSpsBufferMaxSize);
46 writer.WriteUInt8(0);
48 writer.WriteUInt8(0);
50 writer.WriteUInt8(0x3u);
52 writer.WriteExponentialGolomb(0);
57 writer.WriteExponentialGolomb(0);
59 writer.WriteExponentialGolomb(0);
61 writer.WriteExponentialGolomb(0);
63 writer.WriteExponentialGolomb(0);
65 writer.WriteBits(0, 1)
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
InvalidConfigurationException.java 43 public void display(PrintWriter writer) {
44 writer.println(getMessage());

Completed in 3519 milliseconds

1 2 34 5 6 7 8 91011>>