Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 12 of 12) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DDaemons.java79 public static void stop() { in stop() method in Daemons
169 public void stop() { in stop() method in Daemons.Daemon
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java71 public final void stop() { throw new RuntimeException("Stub!"); } in stop() method in Thread
74 public final synchronized void stop(java.lang.Throwable obj) { throw new RuntimeException("Stub!");… in stop() method in Thread
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java70 @Deprecated public final void stop() { throw new RuntimeException("Stub!"); } in stop() method in Thread
72 @Deprecated public final synchronized void stop(@libcore.util.Nullable java.lang.Throwable obj) { t… in stop() method in Thread
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java2088 int stop = pos + n; in writeBytes() local
2125 int stop = Math.min(endoff, off + (MAX_BLOCK_SIZE - pos)); in writeBooleans() local
2138 int stop = Math.min(endoff, off + avail); in writeChars() local
2155 int stop = Math.min(endoff, off + avail); in writeShorts() local
2172 int stop = Math.min(endoff, off + avail); in writeInts() local
2205 int stop = Math.min(endoff, off + avail); in writeLongs() local
DObjectInputStream.java3034 int stop, endoff = off + len; in readBooleans() local
3055 int stop, endoff = off + len; in readChars() local
3077 int stop, endoff = off + len; in readShorts() local
3099 int stop, endoff = off + len; in readInts() local
3141 int stop, endoff = off + len; in readLongs() local
3238 int stop = pos + ((utflen > avail) ? avail - 2 : (int) utflen); in readUTFSpan() local
/libcore/ojluni/src/main/java/java/util/stream/
DMatchOps.java253 boolean stop; field in MatchOps.BooleanTerminalSink
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadGroup.java124 public final void stop() { in stop() method in ThreadGroup
DThread.java146 public final void stop() { in stop() method in Thread
151 public final synchronized void stop(java.lang.Throwable obj) { in stop() method in Thread
/libcore/ojluni/src/main/java/java/lang/
DThread.java971 public final void stop() { in stop() method in Thread
1007 public final synchronized void stop(Throwable obj) { in stop() method in Thread
DThreadGroup.java627 public final void stop() { in stop() method in ThreadGroup
/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java728 private int scan(int start, int end, java.lang.String err, java.lang.String stop) { in scan()
/libcore/ojluni/src/main/java/java/net/
DURI.java2992 private int scan(int start, int end, String err, String stop) { in scan()