Searched defs:st (Results 1 - 13 of 13) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DTeeInputStream.java118 * @param st start offset within the buffer
123 public int read(byte[] bts, int st, int end) throws IOException { argument
124 int n = super.read(bts, st, end);
126 branch.write(bts, st, n);
H A DProxyInputStream.java69 * @param st The start offset
74 public int read(byte[] bts, int st, int end) throws IOException { argument
75 return in.read(bts, st, end);
H A DProxyReader.java69 * @param st The start offset
74 public int read(char[] chr, int st, int end) throws IOException { argument
75 return in.read(chr, st, end);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DNullWriter.java61 * @param st The start offset
64 public void write(char[] chr, int st, int end) { argument
79 * @param st The start offset
82 public void write(String str, int st, int end) { argument
H A DProxyOutputStream.java65 * @param st The start offset
69 public void write(byte[] bts, int st, int end) throws IOException { argument
70 out.write(bts, st, end);
H A DProxyWriter.java67 * @param st The start offset
71 public void write(char[] chr, int st, int end) throws IOException { argument
72 out.write(chr, st, end);
87 * @param st The start offset
91 public void write(String str, int st, int end) throws IOException { argument
92 out.write(str, st, end);
H A DFileWriterWithEncoding.java281 * @param st The start offset
285 public void write(char[] chr, int st, int end) throws IOException { argument
286 out.write(chr, st, end);
301 * @param st The start offset
305 public void write(String str, int st, int end) throws IOException { argument
306 out.write(str, st, end);
H A DLockableFileWriter.java297 * @param st The start offset
301 public void write(char[] chr, int st, int end) throws IOException { argument
302 out.write(chr, st, end);
317 * @param st The start offset
321 public void write(String str, int st, int end) throws IOException { argument
322 out.write(str, st, end);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java57 private static void setDefaultBufferSize(SurfaceTexture st, int width, int height) { argument
59 st.setDefaultBufferSize(width, height);
64 private static void releaseSurfaceTexture(SurfaceTexture st) { argument
65 st.setOnFrameAvailableListener(null);
67 st.release();
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DPieItem.java116 public void setGeometry(float st, float sw, int inside, int outside) { argument
117 start = st;
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DPieItem.java133 public void setGeometry(float st, float sw, int inside, int outside) { argument
134 start = st;
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
H A DphNxpConfig.cpp715 struct stat st; local
719 if (stat(config_timestamp_path, &st) != 0)
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 277 milliseconds