Searched refs:write (Results 51 - 75 of 2480) sorted by relevance

1234567891011>>

/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/
H A DIntegerRenderer.java38 writer.write("-0x");
41 writer.write("0x");
47 writer.write("0x");
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/term/
H A D__init__.py28 from _setup.term._term import terminfo, write, green, red, yellow, announce namespace
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/term/
H A D__init__.py28 from _setup.term._term import terminfo, write, green, red, yellow, announce namespace
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dgetpass.cc20 write(1, buf, res);
21 write(master, "password\n", 9);
22 while ((res = read(master, buf, sizeof(buf))) > 0) write(1, buf, res);
26 write(1, "done\n", 5);
/external/libunwind/src/coredump/
H A D_UPT_access_fpreg.c29 int write, void *arg)
28 _UCD_access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
/external/netcat/
H A Datomicio.h37 #define vwrite (ssize_t (*)(int, void *, size_t))write
/external/skia/tools/lua/
H A Ddump_clipstack_at_restore.lua14 -- io.write("Clip Stack at restore #", restoreCount, ":\n")
15 io.write("Reduced Clip Stack at restore #", restoreCount, ":\n")
18 io.write("\t", element["op"], ", ", element["type"], ", aa:", tostring(element["aa"]))
20 io.write(", fill: ", element["path"]:getFillType())
21 io.write(", segments: \"", element["path"]:getSegmentTypes(), "\"")
22 io.write(", convex:", tostring(element["path"]:isConvex()))
24 io.write("\n")
26 io.write("\n")
/external/libxml2/python/
H A Dgenerator.py455 include.write("#if %s\n" % cond)
456 export.write("#if %s\n" % cond)
457 output.write("#if %s\n" % cond)
459 include.write("PyObject * ")
460 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name))
462 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
468 include.write("#endif\n")
469 export.write("#endif\n")
470 output.write("#endif\n")
475 include.write("#endi
[all...]
/external/okhttp/okio/okio/src/test/java/okio/
H A DGzipSourceTest.java32 gzipped.write(gzipHeader);
33 gzipped.write(deflated);
34 gzipped.write(gzipTrailer);
44 gzipped.write(gzipHeader);
46 gzipped.write(deflated);
47 gzipped.write(gzipTrailer);
53 gzipped.write(gzipHeaderWithFlags((byte) 0x04));
55 gzipped.write("blubber".getBytes(UTF_8), 0, 7);
56 gzipped.write(deflated);
57 gzipped.write(gzipTraile
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DInstructionWriter.java80 public void write(@Nonnull Instruction10t instruction) { method in class:InstructionWriter
82 writer.write(instruction.getOpcode().value);
83 writer.write(instruction.getCodeOffset());
89 public void write(@Nonnull Instruction10x instruction) { method in class:InstructionWriter
91 writer.write(instruction.getOpcode().value);
92 writer.write(0);
98 public void write(@Nonnull Instruction11n instruction) { method in class:InstructionWriter
100 writer.write(instruction.getOpcode().value);
101 writer.write(packNibbles(instruction.getRegisterA(), instruction.getNarrowLiteral()));
107 public void write( method in class:InstructionWriter
116 public void write(@Nonnull Instruction12x instruction) { method in class:InstructionWriter
125 public void write(@Nonnull Instruction20bc instruction) { method in class:InstructionWriter
135 public void write(@Nonnull Instruction20t instruction) { method in class:InstructionWriter
145 public void write(@Nonnull Instruction21c instruction) { method in class:InstructionWriter
155 public void write(@Nonnull Instruction21ih instruction) { method in class:InstructionWriter
165 public void write(@Nonnull Instruction21lh instruction) { method in class:InstructionWriter
175 public void write(@Nonnull Instruction21s instruction) { method in class:InstructionWriter
185 public void write(@Nonnull Instruction21t instruction) { method in class:InstructionWriter
195 public void write(@Nonnull Instruction22b instruction) { method in class:InstructionWriter
206 public void write(@Nonnull Instruction22c instruction) { method in class:InstructionWriter
216 public void write(@Nonnull Instruction22s instruction) { method in class:InstructionWriter
226 public void write(@Nonnull Instruction22t instruction) { method in class:InstructionWriter
236 public void write(@Nonnull Instruction22x instruction) { method in class:InstructionWriter
246 public void write(@Nonnull Instruction23x instruction) { method in class:InstructionWriter
257 public void write(@Nonnull Instruction30t instruction) { method in class:InstructionWriter
267 public void write(@Nonnull Instruction31c instruction) { method in class:InstructionWriter
277 public void write(@Nonnull Instruction31i instruction) { method in class:InstructionWriter
287 public void write(@Nonnull Instruction31t instruction) { method in class:InstructionWriter
297 public void write(@Nonnull Instruction32x instruction) { method in class:InstructionWriter
308 public void write(@Nonnull Instruction35c instruction) { method in class:InstructionWriter
320 public void write(@Nonnull Instruction3rc instruction) { method in class:InstructionWriter
331 public void write(@Nonnull Instruction51l instruction) { method in class:InstructionWriter
341 public void write(@Nonnull ArrayPayload instruction) { method in class:InstructionWriter
377 public void write(@Nonnull SparseSwitchPayload instruction) { method in class:InstructionWriter
394 public void write(@Nonnull PackedSwitchPayload instruction) { method in class:InstructionWriter
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dsplit-lib.py8 self.shfile.write("echo \"\" > %s\n" % self.timeFile)
15 self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (callname, irname, self.timeFile))
16 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
17 self.shfile.write("echo \"With MCJIT\" >> %s\n" % self.timeFile)
18 self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\"")
19 self.shfile.write(" -o %s -a " % self.timeFile)
20 self.shfile.write("./toy-mcjit -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
21 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
22 self.shfile.write("echo \"With MCJIT again\" >> %s\n" % self.timeFile)
23 self.shfile.write("/us
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dsplit-lib.py8 self.shfile.write("echo \"\" > %s\n" % self.timeFile)
15 self.shfile.write("echo \"%s: Calls %s\" >> %s\n" % (callname, irname, self.timeFile))
16 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
17 self.shfile.write("echo \"With MCJIT\" >> %s\n" % self.timeFile)
18 self.shfile.write("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\"")
19 self.shfile.write(" -o %s -a " % self.timeFile)
20 self.shfile.write("./toy -suppress-prompts -use-mcjit=true -enable-lazy-compilation=true -use-object-cache -input-IR=%s < %s > %s-mcjit.out 2> %s-mcjit.err\n" % (irname, callname, rootname, rootname))
21 self.shfile.write("echo \"\" >> %s\n" % self.timeFile)
22 self.shfile.write("echo \"With MCJIT again\" >> %s\n" % self.timeFile)
23 self.shfile.write("/us
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DWriteNumberFormatSerialTestData.java46 file.write(header.getBytes());
47 write(file,(Object)nf,"generalInstance", "//NumberFormat.getInstance(Locale.US)");
48 write(file,(Object)nfc,"currencyInstance","//NumberFormat.getCurrencyInstance(Locale.US)");
49 write(file,(Object)nfp,"percentInstance","//NumberFormat.getPercentInstance(Locale.US)");
50 write(file,(Object)nfsp,"scientificInstance","//NumberFormat.getScientificInstance(Locale.US)");
51 file.write(footer.getBytes());
58 private static void write(FileOutputStream file,Object o ,String name,String comment){ method in class:WriteNumberFormatSerialTestData
73 //file.write(myArr);
74 file.write(("\n "+comment).getBytes());
75 file.write(ne
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSerializerRDF.java111 // serializes the whole packet, but don't write the tail yet
120 write(tailStr);
133 * Calulates the padding according to the options and write it to the stream.
247 write(PACKET_HEADER);
253 write(RDF_XMPMETA_START);
257 write(XMPMetaFactory.getVersionInfo().getMessage());
259 write("\">");
264 write(RDF_RDF_START);
279 write(RDF_RDF_END);
284 write(RDF_XMPMETA_EN
1236 private void write(int c) throws IOException method in class:XMPSerializerRDF
1247 private void write(String str) throws IOException method in class:XMPSerializerRDF
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DOutputCapsule.java52 public void write(byte value, String name, byte defVal) throws IOException; method in interface:OutputCapsule
53 public void write(byte[] value, String name, byte[] defVal) throws IOException; method in interface:OutputCapsule
54 public void write(byte[][] value, String name, byte[][] defVal) throws IOException; method in interface:OutputCapsule
59 public void write(int value, String name, int defVal) throws IOException; method in interface:OutputCapsule
60 public void write(int[] value, String name, int[] defVal) throws IOException; method in interface:OutputCapsule
61 public void write(int[][] value, String name, int[][] defVal) throws IOException; method in interface:OutputCapsule
66 public void write(float value, String name, float defVal) throws IOException; method in interface:OutputCapsule
67 public void write(float[] value, String name, float[] defVal) throws IOException; method in interface:OutputCapsule
68 public void write(float[][] value, String name, float[][] defVal) throws IOException; method in interface:OutputCapsule
73 public void write(doubl method in interface:OutputCapsule
74 public void write(double[] value, String name, double[] defVal) throws IOException; method in interface:OutputCapsule
75 public void write(double[][] value, String name, double[][] defVal) throws IOException; method in interface:OutputCapsule
80 public void write(long value, String name, long defVal) throws IOException; method in interface:OutputCapsule
81 public void write(long[] value, String name, long[] defVal) throws IOException; method in interface:OutputCapsule
82 public void write(long[][] value, String name, long[][] defVal) throws IOException; method in interface:OutputCapsule
87 public void write(short value, String name, short defVal) throws IOException; method in interface:OutputCapsule
88 public void write(short[] value, String name, short[] defVal) throws IOException; method in interface:OutputCapsule
89 public void write(short[][] value, String name, short[][] defVal) throws IOException; method in interface:OutputCapsule
94 public void write(boolean value, String name, boolean defVal) throws IOException; method in interface:OutputCapsule
95 public void write(boolean[] value, String name, boolean[] defVal) throws IOException; method in interface:OutputCapsule
96 public void write(boolean[][] value, String name, boolean[][] defVal) throws IOException; method in interface:OutputCapsule
101 public void write(String value, String name, String defVal) throws IOException; method in interface:OutputCapsule
102 public void write(String[] value, String name, String[] defVal) throws IOException; method in interface:OutputCapsule
103 public void write(String[][] value, String name, String[][] defVal) throws IOException; method in interface:OutputCapsule
108 public void write(BitSet value, String name, BitSet defVal) throws IOException; method in interface:OutputCapsule
113 public void write(Savable object, String name, Savable defVal) throws IOException; method in interface:OutputCapsule
114 public void write(Savable[] objects, String name, Savable[] defVal) throws IOException; method in interface:OutputCapsule
115 public void write(Savable[][] objects, String name, Savable[][] defVal) throws IOException; method in interface:OutputCapsule
137 public void write(FloatBuffer value, String name, FloatBuffer defVal) throws IOException; method in interface:OutputCapsule
142 public void write(IntBuffer value, String name, IntBuffer defVal) throws IOException; method in interface:OutputCapsule
147 public void write(ByteBuffer value, String name, ByteBuffer defVal) throws IOException; method in interface:OutputCapsule
152 public void write(ShortBuffer value, String name, ShortBuffer defVal) throws IOException; method in interface:OutputCapsule
157 public void write(Enum value, String name, Enum defVal) throws IOException; method in interface:OutputCapsule
[all...]
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/resources/
H A Dhandlers.py6 self.response.out.write('I am a laaazy view.')
11 self.response.out.write('I am a custom method.')
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dfree_hook_realloc.cc18 write(1, "FreeHook\n", sizeof("FreeHook\n"));
32 write(1, "Passed\n", sizeof("Passed\n"));
/external/compiler-rt/test/asan/TestCases/
H A Dfree_hook_realloc.cc15 write(1, "FreeHook\n", sizeof("FreeHook\n"));
29 write(1, "Passed\n", sizeof("Passed\n"));
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dmalloc_hook.cc17 write(1, "MallocHook\n", sizeof("MallocHook\n"));
23 write(1, "FreeHook\n", sizeof("FreeHook\n"));
/external/javassist/sample/evolve/
H A DWebPage.java14 out.write(c.getTime().toString());
15 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/jetty/src/java/org/eclipse/jetty/io/
H A DWriterOutputStream.java30 * breakfast (JSP made me write it).
71 public void write(byte[] b) method in class:WriterOutputStream
75 _writer.write(new String(b));
77 _writer.write(new String(b,_encoding));
82 public void write(byte[] b, int off, int len) method in class:WriterOutputStream
86 _writer.write(new String(b,off,len));
88 _writer.write(new String(b,off,len,_encoding));
93 public synchronized void write(int b) method in class:WriterOutputStream
97 write(_buf);
/external/libxml2/
H A DgenChRanges.py208 header.write(
266 output.write(
315 header.write("XMLPUBVAR const unsigned char %s_tab[256];\n" % f)
316 header.write("""
324 header.write("#define %s_ch(c)\t(%s_tab[(c)])\n" % (f, f))
326 # write the constant data to the code file
327 output.write("const unsigned char %s_tab[256] = {\n" % f)
332 output.write(pline + "\n")
334 output.write(pline + " 0x%02x };\n\n" % Functs[f][0][255])
346 header.write("""
[all...]
/external/selinux/libsepol/tests/policies/test-deps/
H A Dmodreq-attr-opt.conf4 class file {read write};
H A Dmodreq-role-opt.conf4 class file {read write};
/external/selinux/libsepol/tests/policies/test-expander/
H A Drole-module.conf4 class file {read write};

Completed in 1231 milliseconds

1234567891011>>