HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2926 - 2950 of 5424) sorted by null

<<111112113114115116117118119120>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
FormatterTest.java 163 assertTrue(f.out() instanceof StringBuilder);
174 assertEquals(ma, f1.out());
181 * and the output can be attained by invoking the out() method. But RI
182 * raises an error of FormatterClosedException when invoking out() or
185 Appendable sb = f2.out();
195 assertTrue(f1.out() instanceof StringBuilder);
201 assertTrue(f2.out() instanceof StringBuilder);
211 assertEquals(ma, f1.out());
216 assertEquals(ma, f1.out());
220 assertTrue(f3.out() instanceof StringBuilder)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 1041 private final SinkChannel out; field in class:SSLEngineTest.HandshakeHandler
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 339 throw new NumberFormatException("Scale out of range");
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 460 * When streaming out this class, the most recent format
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Locale.java     [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 59 private PrintStream out; field in class:FtpClient
474 out.print(cmd);
635 // Get port number out of group 2 & 3
804 private OutputStream createOutputStream(OutputStream out) {
806 return new sun.net.TelnetOutputStream(out, false);
808 return out;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
249 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " +
268 if (V) Log.v(TAG, "onDisconnect(): msg MSG_SESSION_DISCONNECTED sent out.");
344 if (D) Log.d(TAG, "onClose(): msg MSG_SERVERSESSION_CLOSE sent out.");
520 // out on. Can be "Name | Number | Sound", default value is "Name".
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 313 TypedValue out = new TypedValue(); local
314 activity.getTheme().resolveAttribute(android.R.attr.alertDialogIcon, out, true);
326 .setIcon(out.resourceId)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 291 private void getRange(Rect out, int cX, int cY, int level, int rotation) {
292 getRange(out, cX, cY, level, 1f / (1 << (level + 1)), rotation);
301 private void getRange(Rect out,
327 out.set(left, top, right, bottom);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 37 * Handles laying out, decoding, and drawing of tiles in GL
349 private void getRange(Rect out, int cX, int cY, int level, int rotation) {
350 getRange(out, cX, cY, level, 1f / (1 << (level + 1)), rotation);
359 private void getRange(Rect out,
385 out.set(left, top, right, bottom);
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 435 Bitmap out = BitmapFactory.decodeByteArray(blob, 0, blob.length, opts); local
436 return out;
586 // Figure out the badge location.
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduParser.java 1191 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduParser.java 1228 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 225 * definition will filter empty tokens out but will do so <i>after</i>
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 37 * Handles laying out, decoding, and drawing of tiles in GL
349 private void getRange(Rect out, int cX, int cY, int level, int rotation) {
350 getRange(out, cX, cY, level, 1f / (1 << (level + 1)), rotation);
359 private void getRange(Rect out,
385 out.set(left, top, right, bottom);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 79 // DownloadManager uses as an ID numbers returned out of an AUTOINCREMENT column
674 * Copies in to out using FileChannels.
680 * @param out the stream to copy to.
683 private static void copyFile(final InputStream in, final OutputStream out)
    [all...]
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/go/darwin-x86/src/reflect/
type.go 29 // Use the Kind method to find out the kind of type before
111 // Func: In, NumIn, Out, NumOut, IsVariadic.
198 // Out returns the type of a function type's i'th output parameter.
201 Out(i int) Type
362 // A *rtype for each in and out parameter is stored in an array that
369 // [2]*rtype // [0] is in, [1] is out
843 panic("reflect: Method index out of range")
856 out := make([]Type, 0, len(ft.out()))
857 for _, ret := range ft.out() {
1053 func (t *funcType) out() []*rtype { func
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 29 // Use the Kind method to find out the kind of type before
111 // Func: In, NumIn, Out, NumOut, IsVariadic.
198 // Out returns the type of a function type's i'th output parameter.
201 Out(i int) Type
362 // A *rtype for each in and out parameter is stored in an array that
369 // [2]*rtype // [0] is in, [1] is out
843 panic("reflect: Method index out of range")
856 out := make([]Type, 0, len(ft.out()))
857 for _, ret := range ft.out() {
1053 func (t *funcType) out() []*rtype { func
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.9.2/
dvlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.1/
dvlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.2/
dvlib-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.0/
dvlib-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.3/
dvlib-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.1.4/
dvlib-23.1.4.jar 

Completed in 1127 milliseconds

<<111112113114115116117118119120>>