/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
LockableFileWriter.java | 58 private final Writer out; field in class:LockableFileWriter 183 out = initWriter(file, encoding, append); 269 out.close(); 282 out.write(idx); 291 out.write(chr); 302 out.write(chr, st, end); 311 out.write(str); 322 out.write(str, st, end); 330 out.flush();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
alisp.h | 27 snd_output_t *out; /* program output */ member in struct:alisp_cfg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
alisp.h | 27 snd_output_t *out; /* program output */ member in struct:alisp_cfg
|
/prebuilts/go/darwin-x86/src/runtime/ |
memmove_mips64x.s | 26 BNE R4, out 30 BNE R4, out 46 BEQ R5, out 53 out: label
|
/prebuilts/go/linux-x86/src/runtime/ |
memmove_mips64x.s | 26 BNE R4, out 30 BNE R4, out 46 BEQ R5, out 53 out: label
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
sputc.pass.cpp | 53 char out[3] = {0}; local 54 t.setp(out, out+sizeof(out)); 57 assert(out[0] == 'A'); 60 assert(out[0] == 'A'); 61 assert(out[1] == 'B');
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
sputc.pass.cpp | 53 char out[3] = {0}; local 54 t.setp(out, out+sizeof(out)); 57 assert(out[0] == 'A'); 60 assert(out[0] == 'A'); 61 assert(out[1] == 'B');
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/ |
validate_ssa.cpp | 24 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 43 function<bool(unsigned index)> out; local 54 out = [](unsigned) { return true; }; 60 out = [](unsigned index) { return index != 0; }; 64 out = [](unsigned index) { return index == 2; }; 68 out = [](unsigned index) { return index > 1; }; 72 out = [](unsigned index) { return index == 8; }; 77 out = [](unsigned index) { return index == 3; }; 82 out = [](unsigned index) { return index == 2; }; 86 out = [](unsigned) { return false; } [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
WindowsLoader.java | 36 BufferedWriter out = null; local 37 System.out.println("protocol = " + protocol); 38 System.out.println("version = " + server); 46 out = new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())); 49 out.write("LIST"); 50 out.newLine(); 51 out.flush(); 80 if (out != null) { 81 out.close();
|
/cts/libs/vogar-expect/src/vogar/util/ |
MarkResetConsole.java | 26 private final PrintStream out; field in class:MarkResetConsole 30 public MarkResetConsole(PrintStream out) { 31 this.out = out; 48 out.print(text); 49 out.flush(); 76 System.out.print("\u001b[0G\u001b[K\u001b[1A"); 80 out.print("\u001b[0G\u001b[K"); 81 out.print(markRowContent);
|
/external/apache-http/src/org/apache/http/entity/ |
SerializableEntity.java | 69 ObjectOutputStream out = new ObjectOutputStream(baos); local 70 out.writeObject(ser); 71 out.flush(); 104 ObjectOutputStream out = new ObjectOutputStream(outstream); local 105 out.writeObject(this.objRef); 106 out.flush();
|
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/ |
CommandLineSerializer.java | 45 ObjectOutputStream out = new ObjectOutputStream(bytes); local 46 out.writeObject(message); 47 out.close();
|
/external/guava/guava/src/com/google/common/hash/ |
HashingOutputStream.java | 45 public HashingOutputStream(HashFunction hashFunction, OutputStream out) { 46 super(checkNotNull(out)); 52 out.write(b); 57 out.write(bytes, off, len); 72 out.close();
|
/external/guava/guava/src/com/google/common/io/ |
CharSink.java | 95 Writer out = closer.register(openStream()); local 96 out.append(charSequence); 97 out.flush(); // https://code.google.com/p/guava-libraries/issues/detail?id=1330 129 Writer out = closer.register(openBufferedStream()); local 131 out.append(line).append(lineSeparator); 133 out.flush(); // https://code.google.com/p/guava-libraries/issues/detail?id=1330 153 Writer out = closer.register(openStream()); local 154 long written = CharStreams.copy(readable, out); 155 out.flush(); // https://code.google.com/p/guava-libraries/issues/detail?id=1330
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
ClassFileDumper.java | 70 final OutputStream out = new FileOutputStream(file); local 71 out.write(contents); 72 out.close();
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
RemoveDebugInfos.java | 35 final OutputStream out = new FileOutputStream(args[1]); local 36 out.write(writer.toByteArray()); 37 out.close();
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/ |
Java9Support.java | 48 final ByteArrayOutputStream out = new ByteArrayOutputStream(); local 54 out.write(buf, 0, r); 56 return out.toByteArray();
|
/external/jacoco/org.jacoco.examples.test/src/org/jacoco/examples/ |
ExecDumpTest.java | 50 final FileOutputStream out = new FileOutputStream(f); local 51 final ExecutionDataWriter writer = new ExecutionDataWriter(out); 56 out.close();
|
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 72 StringBuffer out = new StringBuffer(outLen); local 73 out.append((char)shift); 79 out.append((char)1); 80 out.append((char)1); 82 out.append((char)1); 83 out.append((char)2); 85 out.append((char)1); 86 out.append((char)3); 88 out.append(c); 91 return out.toString() 234 StringBuffer out = new StringBuffer(outLen); local [all...] |
/external/jline/src/src/test/java/jline/example/ |
Example.java | 17 System.out.println("Usage: java " + Example.class.getName() 19 System.out.println(" none - no completors"); 20 System.out.println(" simple - a simple completor that comples " 22 System.out 24 System.out.println(" dictionary - a completor that comples " 26 System.out.println(" classes - a completor that comples " 28 System.out 31 System.out.println(" mask - is the character to print in place of " 33 System.out.println("\n E.g - java Example simple su '*'\n" 81 PrintWriter out = new PrintWriter(System.out) local [all...] |
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
VerboseTestRunner.java | 26 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 43 final PrintStream out; field in class:VerboseTestRunner 46 out = System.out; 47 setPrinter(new VerboseResultPrinter(out)); 52 VerboseResultPrinter(PrintStream out) { 53 super(out); 58 out.println("Started " + test); 59 out.flush(); 66 out.println("ended " + test) [all...] |
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/issue/ |
LoggerSerializationTest.java | 21 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 66 ObjectOutputStream out = new ObjectOutputStream(baos); local 67 out.writeObject(lh1); 68 out.close();
|
/external/vogar/src/vogar/util/ |
MarkResetConsole.java | 26 private final PrintStream out; field in class:MarkResetConsole 30 public MarkResetConsole(PrintStream out) { 31 this.out = out; 48 out.print(text); 49 out.flush(); 76 System.out.print("\u001b[0G\u001b[K\u001b[1A"); 80 out.print("\u001b[0G\u001b[K"); 81 out.print(markRowContent);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Latin1Converter.java | 77 ByteBuffer out = new ByteBuffer(buffer.length() * 4 / 3); local 90 out.append((byte) b); 108 out.append(utf8); 121 out.append(readAheadBuffer, 0, readAhead); 132 out.append(utf8); 151 out.append(utf8); 155 return out;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
MemoryBinaryBody.java | 29 //BEGIN android-changed: Stubbing out logging 59 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 60 IOUtils.copy(is, out); 61 out.close(); 62 tempFile = out.toByteArray(); 89 public void writeTo(OutputStream out) throws IOException { 90 IOUtils.copy(getInputStream(),out); local
|