Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/java/lang/
DDaemons.java49 public static void stop() { in stop() method in Daemons
103 public void stop() { in stop() method in Daemons.Daemon
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DSamplingProfiler.java292 public void stop() { in stop() method in SamplingProfiler
346 private boolean stop; field in SamplingProfiler.Sampler
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java2059 int stop = pos + n; in writeBytes() local
2096 int stop = Math.min(endoff, off + (MAX_BLOCK_SIZE - pos)); in writeBooleans() local
2109 int stop = Math.min(endoff, off + avail); in writeChars() local
2126 int stop = Math.min(endoff, off + avail); in writeShorts() local
2143 int stop = Math.min(endoff, off + avail); in writeInts() local
2176 int stop = Math.min(endoff, off + avail); in writeLongs() local
DObjectInputStream.java2886 int stop, endoff = off + len; in readBooleans() local
2907 int stop, endoff = off + len; in readChars() local
2929 int stop, endoff = off + len; in readShorts() local
2951 int stop, endoff = off + len; in readInts() local
2993 int stop, endoff = off + len; in readLongs() local
3090 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/src/main/java/java/lang/
DThread.java851 public final void stop() { in stop() method in Thread
905 public final void stop(Throwable obj) { in stop() method in Thread
DThreadGroup.java622 public final void stop() { in stop() method in ThreadGroup
/libcore/ojluni/src/main/java/java/net/
DURI.java2954 private int scan(int start, int end, String err, String stop) { in scan()
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...