HomeSort by relevance Sort by last modified time
    Searched defs:write (Results 476 - 500 of 4398) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/code/form/
Form32x.java 88 write(out, method
Form51l.java 100 write(out, opcodeUnit(insn, regs.get(0).getReg()), value); method
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
FieldSourcer.java 49 mOutput.write("@%s", desc);
55 mOutput.write("%s /* non-standard attribute */ ", attr.type);
60 // Need to write type and field name after the annotations and attributes.
63 as.write(mAccess, AccessSourcer.IS_FIELD);
66 mOutput.write(" %s", Type.getType(mDesc).getClassName());
68 mOutput.write(" ");
72 mOutput.write(sigSourcer.toString());
75 mOutput.write(" %s", mName);
77 mOutput.write(";\n");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 1 r"""File-like objects that read from or write to a string buffer.
17 f.write(buf) # write at current position
18 f.writelines(list) # for line in list: f.write(line)
208 def write(self, s): member in class:StringIO
209 """Write a string to the file.
242 """Write a sequence of strings to the file. The sequence can be any
249 write = self.write
251 write(line)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 1 r"""File-like objects that read from or write to a string buffer.
17 f.write(buf) # write at current position
18 f.writelines(list) # for line in list: f.write(line)
208 def write(self, s): member in class:StringIO
209 """Write a string to the file.
242 """Write a sequence of strings to the file. The sequence can be any
249 write = self.write
251 write(line)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 20 an_output_stream.write(some_stuff)
118 def write(self, s): member in class:cStringIO.OutputType
119 """Write a string to the file."""
123 """Write each string in lines."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 211 fp1.write, 8*1024)
336 # Wrapper around a file for writing to write a hash sign every block.
344 def write(self, data): member in class:LoggingFile
348 self.outfp.write('#')
351 self.fp.write(data)
353 self.outfp.write('\n')
375 # Write a dictionary to a file in a way that can be read back using
387 fp.write('{\n')
389 fp.write('%r: %r,\n' % (key, value))
390 fp.write('}\n')
    [all...]
reindent.py 61 sys.stderr.write(sep + str(arg))
63 sys.stderr.write("\n")
89 r.write(sys.stdout)
130 r.write(f)
245 def write(self, f): member in class:Reindenter
  /external/annotation-tools/asmx/core/org/objectweb/asm/
Attribute.class 
  /external/annotation-tools/scene-lib/test/annotations/tests/executable/
Example.java 77 IndexFileWriter.write(scene, new FileWriter(args[2]));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 93 generator.write(headerFileST, grammar.name+extName);
ObjCTarget.java 46 generator.write(headerFileST, grammar.name + Grammar.grammarTypeToFileNameSuffix[grammar.type] + extName);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 100 * @param buf the non-null array containing characters to write.
102 * @param count maximum number of characters to write
107 public void write(char[] buf, int offset, int count) { method in class:Support_StringWriter
124 * @param oneChar The character to write
127 public void write(int oneChar) { method in class:Support_StringWriter
137 * @param str the non-null String containing the characters to write.
140 public void write(String str) { method in class:Support_StringWriter
151 * @param str the non-null String containing the characters to write.
153 * @param count the number of characters to retrieve and write.
158 public void write(String str, int offset, int count) method in class:Support_StringWriter
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageWriter.java 76 public void write( method in class:AbstractMessageWriter
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 42 /** The byte stream to write to. */
49 * @param os The byte stream to write to.
57 * Write a portion of an array of characters.
61 * @param length Number of characters to write
67 public void write(char chars[], int start, int length) method in class:WriterToASCI
75 m_os.write(chars[i]);
80 * Write a single character. The character to be written is contained in
90 public void write(int c) throws IOException method in class:WriterToASCI
92 m_os.write(c);
96 * Write a string
102 public void write(String s) throws IOException method in class:WriterToASCI
    [all...]
  /external/autotest/client/deps/lansim/src/py/
simulator.py 155 def write(self, pkt): member in class:Simulator
230 # * wlist: is possible to write to network, if there's a packet
254 self._iface.write(self._write_queue.pop(0))
276 os.write(self._pipe_wr, '*')
323 os.write(self._pipe_wr, ' ')
  /external/autotest/server/cros/network/rf_switch/
scpi.py 72 def write(self, data): member in class:Scpi
101 self.write(data)
122 return self.write('%s\n' % self.CMD_RESET)
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 95 sys.stderr.write('========================================\n')
107 sys.stderr.write('pid %d %s -> %d KiB\n' %
111 sys.stderr.write('pid %d already counted\n' % pid)
114 sys.stderr.write('Total = %d KiB\n' % (rss_total / 1024))
115 sys.stderr.write('Peak = %d KiB\n' % (self.rss_peak / 1024))
169 def write(self, data): member in class:WriteToSyslog
170 """Overridden write() method.
172 @param data: the data to write.
196 # Parent, write child pid to stdout and exit.
233 # If starting a background instance, fork a child and write
    [all...]
  /external/autotest/site_utils/
dump_to_cloudsql.py 53 def write(self, data, execute_cmd=True, increment_cmd=False): member in class:MySQLConnectionManager
168 def write(self, out): member in class:MySQLState
172 out: A File-like object to write out saved state.
174 out.write(self._db_line)
176 out.write(v)
178 out.write(l)
216 state.write(manager)
217 manager.write(line, manager.cmd_num >= cmd_offset, True)
219 sys.stdout.write(
  /external/autotest/utils/
reindent.py 61 sys.stderr.write(sep + str(arg))
63 sys.stderr.write("\n")
89 r.write(sys.stdout)
129 r.write(f)
244 def write(self, f): member in class:Reindenter
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecific.java 87 bOut.write(((ASN1Object)vec.get(i)).getEncoded(ASN1Encoding.BER));
109 out.write(0x80);
110 out.write(octets);
111 out.write(0x00);
112 out.write(0x00);
BEROctetStringGenerator.java 84 public void write( method in class:BEROctetStringGenerator.BufferedBEROctetStream
97 public void write(byte[] b, int off, int len) throws IOException method in class:BEROctetStringGenerator.BufferedBEROctetStream
DERApplicationSpecific.java 101 bOut.write(((ASN1Object)vec.get(i)).getEncoded(ASN1Encoding.DER));
DERBMPString.java 146 out.write(BERTags.BMP_STRING);
153 out.write((byte)(c >> 8));
154 out.write((byte)c);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
NullDigest.java 25 bOut.write(in);
30 bOut.write(in, inOff, len);

Completed in 786 milliseconds

<<11121314151617181920>>