Searched defs:pw (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DOldPipedWriterTest.java35 public PReader(PipedWriter pw) { argument
37 pr = new PipedReader(pw);
74 PipedWriter pw; field in class:OldPipedWriterTest
78 pw = new PipedWriter();
79 assertNotNull(pw);
81 pw.close();
91 pw = new PipedWriter(rd);
99 pw.write(testBuf);
104 pw.close();
110 pw
[all...]
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp226 static jobject makeStructPasswd(JNIEnv* env, const struct passwd& pw) { argument
227 TO_JAVA_STRING(pw_name, pw.pw_name);
228 TO_JAVA_STRING(pw_dir, pw.pw_dir);
229 TO_JAVA_STRING(pw_shell, pw.pw_shell);
233 pw_name, static_cast<jint>(pw.pw_uid), static_cast<jint>(pw.pw_gid), pw_dir, pw_shell);
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 131 milliseconds