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

/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/websocket/
H A DCooperativeHandler.java103 private static final int STOP = 8; field in class:CooperativeHandler
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DLineEvent.java259 public static final Type STOP = new Type("Stop"); field in class:LineEvent.Type
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.cpp56 #define STOP(error) stop(error) macro
59 #define STOP(error) block_comment(error); stop(error) macro
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/midi/
H A DShortMessage.java122 public static final int STOP = 0xFC; //252 field in class:ShortMessage
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp39 #define STOP(error) stop(error) macro
42 #define STOP(error) block_comment(error); __ stop(error) macro
H A Dassembler_x86.cpp48 #define STOP(error) stop(error) macro
51 #define STOP(error) block_comment(error); stop(error) macro
H A DmacroAssembler_x86.cpp57 #define STOP(error) stop(error) macro
60 #define STOP(error) block_comment(error); stop(error) macro
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp39 #define STOP(error) stop(error) macro
42 #define STOP(error) block_comment(error); __ stop(error) macro
H A DmacroAssembler_sparc.cpp55 #define STOP(error) stop(error) macro
58 #define STOP(error) block_comment(error); stop(error) macro
[all...]
/openjdk10/hotspot/src/cpu/arm/vm/
H A DmacroAssembler_arm.hpp289 #define STOP(error) __ stop(error) macro
292 #define STOP(error) __ block_comment(error); __ stop(error) macro
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java391 private static final int STOP = 1 << COUNT_BITS; field in class:ThreadPoolExecutor
[all...]
H A DForkJoinPool.java701 static final int STOP = 1 << 31; // must be negative field in class:ForkJoinPool
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodes.java276 static final int STOP = 0x00000001; field in class:Bytecodes.Flags
[all...]

Completed in 315 milliseconds