HomeSort by relevance Sort by last modified time
    Searched refs:write (Results 1 - 25 of 3215) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/io/instructions/
CodeOutput.java 26 public void write(short codeUnit); method in interface:CodeOutput
31 public void write(short u0, short u1); method in interface:CodeOutput
36 public void write(short u0, short u1, short u2); method in interface:CodeOutput
41 public void write(short u0, short u1, short u2, short u3); method in interface:CodeOutput
46 public void write(short u0, short u1, short u2, short u3, short u4); method in interface:CodeOutput
61 public void write(byte[] data); method in interface:CodeOutput
66 public void write(short[] data); method in interface:CodeOutput
71 public void write(int[] data); method in interface:CodeOutput
76 public void write(long[] data); method in interface:CodeOutput
ShortArrayCodeOutput.java 24 /** array to write to */
57 public void write(short codeUnit) { method in class:ShortArrayCodeOutput
63 public void write(short u0, short u1) { method in class:ShortArrayCodeOutput
64 write(u0);
65 write(u1);
69 public void write(short u0, short u1, short u2) { method in class:ShortArrayCodeOutput
70 write(u0);
71 write(u1);
72 write(u2);
76 public void write(short u0, short u1, short u2, short u3) method in class:ShortArrayCodeOutput
84 public void write(short u0, short u1, short u2, short u3, short u4) { method in class:ShortArrayCodeOutput
94 write((short) value); method
95 write((short) (value >> 16)); method
100 write((short) value); method
101 write((short) (value >> 16)); method
102 write((short) (value >> 32)); method
103 write((short) (value >> 48)); method
107 public void write(byte[] data) { method in class:ShortArrayCodeOutput
116 write((short) value); method
122 write((short) value); method
127 public void write(short[] data) { method in class:ShortArrayCodeOutput
134 public void write(int[] data) { method in class:ShortArrayCodeOutput
141 public void write(long[] data) { method in class:ShortArrayCodeOutput
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java 26 public void write(short codeUnit); method in interface:CodeOutput
31 public void write(short u0, short u1); method in interface:CodeOutput
36 public void write(short u0, short u1, short u2); method in interface:CodeOutput
41 public void write(short u0, short u1, short u2, short u3); method in interface:CodeOutput
46 public void write(short u0, short u1, short u2, short u3, short u4); method in interface:CodeOutput
61 public void write(byte[] data); method in interface:CodeOutput
66 public void write(short[] data); method in interface:CodeOutput
71 public void write(int[] data); method in interface:CodeOutput
76 public void write(long[] data); method in interface:CodeOutput
ShortArrayCodeOutput.java 24 /** array to write to */
57 public void write(short codeUnit) { method in class:ShortArrayCodeOutput
63 public void write(short u0, short u1) { method in class:ShortArrayCodeOutput
64 write(u0);
65 write(u1);
69 public void write(short u0, short u1, short u2) { method in class:ShortArrayCodeOutput
70 write(u0);
71 write(u1);
72 write(u2);
76 public void write(short u0, short u1, short u2, short u3) method in class:ShortArrayCodeOutput
84 public void write(short u0, short u1, short u2, short u3, short u4) { method in class:ShortArrayCodeOutput
94 write((short) value); method
95 write((short) (value >> 16)); method
100 write((short) value); method
101 write((short) (value >> 16)); method
102 write((short) (value >> 32)); method
103 write((short) (value >> 48)); method
107 public void write(byte[] data) { method in class:ShortArrayCodeOutput
116 write((short) value); method
122 write((short) value); method
127 public void write(short[] data) { method in class:ShortArrayCodeOutput
134 public void write(int[] data) { method in class:ShortArrayCodeOutput
141 public void write(long[] data) { method in class:ShortArrayCodeOutput
    [all...]
  /external/javassist/sample/evolve/sample/evolve/
WebPage.java 13 out.write("<H2>Current Time:</H2>");
15 out.write("<CENTER><H3><FONT color=\"blue\">");
16 out.write(c.getTime().toString());
17 out.write("</FONT></H3></CENTER><HR>");
18 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
  /external/chromium_org/ui/ozone/
generate_ozone_platform_list.py 73 out.write(platform)
74 out.write('\n')
76 out.write('\n')
82 out.write('// DO NOT MODIFY. GENERATED BY generate_ozone_platform_list.py\n')
83 out.write('\n')
85 out.write('#ifndef UI_OZONE_PLATFORM_LIST_H_\n')
86 out.write('#define UI_OZONE_PLATFORM_LIST_H_\n')
87 out.write('\n')
89 out.write('namespace ui {\n')
90 out.write('\n'
    [all...]
generate_constructor_list.py 78 out.write('// DO NOT MODIFY. GENERATED BY generate_constructor_list.py\n')
79 out.write('\n')
81 out.write('#include "ui/ozone/platform_object_internal.h"\n')
82 out.write('\n')
85 out.write('#include %(include)s\n' % {'include': include})
86 out.write('\n')
88 out.write('namespace %(namespace)s {\n' % {'namespace': namespace})
89 out.write('\n')
95 out.write('%(typename)s* %(constructor)s();\n'
98 out.write('\n'
    [all...]
  /external/libsepol/tests/policies/test-expander/
user-module.conf 4 class file {read write};
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
makefile_writer.py 34 f.write(' \\\n\t'.join(items_to_write))
36 f.write('\n\n')
40 """Helper function to write all the members of var_dict to the makefile.
154 f.write('LOCAL_PATH:= $(call my-dir)\n')
162 f.write('include $(CLEAR_VARS)\n')
170 f.write('include external/stlport/libstlport.mk\n')
173 """Given all the variables, write the final make file.
176 target_dir: The full path to the directory to write Android.mk, or None
190 f.write(AUTOGEN_WARNING)
191 f.write('BASE_PATH := $(call my-dir)\n'
    [all...]
generate_user_config.py 66 dst.write(AUTOGEN_WARNING)
75 # Now add the defines specific to Android. Write a custom build guard to
77 dst.write('\n// Android defines:\n')
78 dst.write('#ifndef ' + BUILD_GUARD + '\n')
79 dst.write('#define ' + BUILD_GUARD + '\n')
84 dst.write('#ifdef ANDROID\n')
85 dst.write(' #include <utils/misc.h>\n')
86 dst.write('#endif\n\n')
88 dst.write('#if __BYTE_ORDER == __BIG_ENDIAN\n')
89 dst.write(' #define SK_CPU_BENDIAN\n'
    [all...]
  /external/chromium_org/tools/gyp/test/actions/src/subdir2/
make-file.py 11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/actions-subdir/src/
make-file.py 11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/actions-subdir/src/subdir/
make-subdir-file.py 11 open(sys.argv[1], 'wb').write(contents)
  /external/chromium_org/tools/gyp/test/generator-output/actions/subdir2/
make-file.py 11 open(sys.argv[1], 'wb').write(contents)
  /external/libsepol/tests/policies/test-deps/
modreq-bool-global.conf 5 class file { read write };
14 allow a_t b_t : file { read write };
modreq-type-global.conf 5 class file { read write };
12 allow test_t type_req_t : file { read write };
modreq-type-opt.conf 5 class file { read write };
15 allow type_req_t file_t : file { read write };
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterChain.java 33 * write(int val)
34 * write(char[] chars)
35 * write(char[] chars, int start, int count)
36 * write(String chars)
37 * write(String chars, int start, int count)
54 public void write(int val) throws IOException; method in interface:WriterChain
56 public void write(char[] chars) throws IOException; method in interface:WriterChain
58 public void write(char[] chars, int start, int count) throws IOException; method in interface:WriterChain
60 public void write(String chars) throws IOException; method in interface:WriterChain
62 public void write(String chars, int start, int count) throws IOException method in interface:WriterChain
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeOutputStream.java 18 public void write(byte[] buf) method in class:TeeOutputStream
21 this.output1.write(buf);
22 this.output2.write(buf);
25 public void write(byte[] buf, int off, int len) method in class:TeeOutputStream
28 this.output1.write(buf, off, len);
29 this.output2.write(buf, off, len);
32 public void write(int b) method in class:TeeOutputStream
35 this.output1.write(b);
36 this.output2.write(b);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
Output.java 23 * An {@link Output} objects is an helper to write to a character stream {@link Writer}.
26 * to help them write to the underlying stream.
37 * @param writer The writer to write to. Could be a file, a string, etc.
51 public void write(String format, Object... args) { method in class:Output
53 mWriter.write(String.format(format, args));
62 * @param c The character to write.
64 public void write(char c) { method in class:Output
65 write(Character.toString(c));
71 * @param sb The {@link StringBuilder#toString()} method is used to ge the string to write.
73 public void write(StringBuilder sb) method in class:Output
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileWriter.h 46 // Only one write or one truncate operation can be in progress at a time.
48 virtual void write(long long position, const WebURL& blobURL) { } // DEPRECATED function in class:blink::WebFileWriter
49 virtual void write(long long position, const WebString& blobUUID) { } function in class:blink::WebFileWriter
52 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible.
53 // Do not call cancel when there is no write or truncate in progress.
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 8 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("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\""
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 8 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("/usr/bin/time -f \"Command %C\\n\\tuser time: %U s\\n\\tsytem time: %S s\\n\\tmax set: %M kb\""
    [all...]
  /external/chromium_org/tools/gyp/test/actions-bare/src/
bare.py 10 f.write('Hello from bare.py\n')
  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
emit.py 10 f.write('Hello from emit.py\n')

Completed in 2021 milliseconds

1 2 3 4 5 6 7 8 91011>>