Searched defs:mode (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DWin32ErrorMode.c34 Java_sun_io_Win32ErrorMode_setErrorMode(JNIEnv *env, jclass thisClass, jlong mode) argument
/openjdk9/jdk/test/javax/imageio/plugins/bmp/
H A DCompressionModeTest.java62 private static void doTest(int mode) { argument
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DJavaIORandomAccessFileAccess.java33 public RandomAccessFile openAndDelete(File file, String mode) argument
/openjdk9/jdk/src/java.base/share/classes/sun/text/
H A DCollatorUtilities.java32 public static int toLegacyMode(NormalizerBase.Mode mode) { argument
45 public static NormalizerBase.Mode toNormalizerMode(int mode) { argument
/openjdk9/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/
H A DAESPBEWrapper.java71 protected Cipher initCipher(int mode) throws GeneralSecurityException { argument
H A DDefaultPBEWrapper.java60 protected Cipher initCipher(int mode) throws GeneralSecurityException { argument
/openjdk9/langtools/test/tools/javac/enum/
H A DUserValue.java39 private UserValue(int mode) { argument
/openjdk9/jdk/test/javax/crypto/Cipher/
H A DTestCipherMode.java66 private void checkMode(int mode) throws Exception { argument
/openjdk9/jdk/test/javax/sound/midi/MidiSystem/
H A DGetSequencer.java49 public static void doTest(int mode) { argument
/openjdk9/jdk/test/javax/imageio/plugins/gif/
H A DDisableCompressionTest.java86 private static String getModeName(int mode) { argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DInstructionValueProcedure.java48 Value doValue(LIRInstruction instruction, Value value, OperandMode mode, EnumSet<OperandFlag> flags); argument
H A DInstructionValueConsumer.java47 void visitValue(LIRInstruction instruction, Value value, OperandMode mode, EnumSet<OperandFlag> flags); argument
H A DValueProcedure.java46 Value doValue(Value value, OperandMode mode, EnumSet<OperandFlag> flags); argument
49 default Value doValue(LIRInstruction instruction, Value value, OperandMode mode, EnumSet<OperandFlag> flags) { argument
H A DValueConsumer.java45 void visitValue(Value value, OperandMode mode, EnumSet<OperandFlag> flags); argument
48 default void visitValue(LIRInstruction instruction, Value value, OperandMode mode, EnumSet<OperandFlag> flags) { argument
/openjdk9/jdk/src/java.base/windows/classes/sun/io/
H A DWin32ErrorMode.java80 private static native long setErrorMode(long mode); argument
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTest4512704.java44 public void execute(String mode) throws Exception { argument
H A DTest4512524.java45 public void execute(String mode) throws Exception { argument
H A DTest4517355.java48 public void execute(String mode, String padding) throws Exception { argument
H A DTest4626070.java39 public void execute(String mode, String padding) throws Exception { argument
/openjdk9/jdk/test/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPSetAuthenticatorTest.java115 run(HTTPTestServer server, HttpProtocolType protocol, HttpAuthType mode) argument
/openjdk9/jdk/test/sun/security/mscapi/
H A DKeyStoreCompatibilityMode.java37 private static boolean mode; field in class:KeyStoreCompatibilityMode
/openjdk9/langtools/test/tools/javac/processing/
H A DOverwriteInitialInput.java133 void run(Task.Mode mode) throws IOException { argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/
H A DParameterDescription.java44 public com.sun.org.omg.CORBA.ParameterMode mode = null; field in class:ParameterDescription
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DSelectBytecodesAction.java49 protected int mode() { method in class:SelectBytecodesAction
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DDeoptimizationFetchUnrollInfoCallNode.java55 @Input ValueNode mode; field in class:DeoptimizationFetchUnrollInfoCallNode
58 public DeoptimizationFetchUnrollInfoCallNode(@InjectedNodeParameter ForeignCallsProvider foreignCalls, ValueNode registerSaver, ValueNode mode) { argument
89 public static native Word fetchUnrollInfo(long registerSaver, int mode); argument

Completed in 152 milliseconds

1234567891011>>