Searched defs:input (Results 276 - 300 of 562) sorted by relevance

<<11121314151617181920>>

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout.h219 const hb_codepoint_t *input, member in struct:__anon917
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DResponseHeaders.java109 private Map<String, List<String>> parse(InputStreamWrapper input) argument
/openjdk9/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/
H A DConsoleKeys.java96 private void loadKeys(InputStream input, String appName) throws IOException { argument
/openjdk9/jdk/test/java/lang/Math/
H A DWorstCaseTests.java126 private static int testExpCase(double input, double expected) { argument
158 private static int testLogCase(double input, double expected) { argument
191 testSinCase(double input, double expected) argument
223 testAsinCase(double input, double expected) argument
256 testCosCase(double input, double expected) argument
280 testAcosCase(double input, double expected) argument
309 testTanCase(double input, double expected) argument
341 testAtanCase(double input, double expected) argument
367 testPow2Case(double input, double expected) argument
400 testSinhCase(double input, double expected) argument
428 testCoshCase(double input, double expected) argument
[all...]
H A DTests.java230 public static int test(String testName, float input, argument
243 public static int test(String testName, double input, argument
282 public static int test(String testName, float input, argument
294 test(String testName, double input, int result, int expected) argument
307 test(String testName, float input, float result, float expected) argument
321 test(String testName, double input, double result, double expected) argument
453 testUlpDiff(String testName, double input, double result, double expected, double ulps) argument
484 testUlpDiffWithAbsBound(String testName, double input, double result, double expected, double ulps, double absBound) argument
509 testUlpDiffWithLowerBound(String testName, double input, double result, double expected, double ulps, double lowerBound) argument
531 testTolerance(String testName, double input, double result, double expected, double tolerance) argument
554 testBounds(String testName, double input, double result, double bound1, double bound2) argument
[all...]
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/
H A DArcFourHmac.java55 calculateChecksum(byte[] baseKey, int usage, byte[] input, int start, int len) argument
H A DAes128.java54 calculateChecksum(byte[] baseKey, int usage, byte[] input, int start, int len) argument
H A DAes256.java54 calculateChecksum(byte[] baseKey, int usage, byte[] input, int start, int len) argument
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/hpack/
H A DStringWriter.java61 StringWriter configure(CharSequence input, boolean huffman) { argument
65 StringWriter configure(CharSequence input, int start, int end, argument
[all...]
H A DStringReader.java54 boolean read(ByteBuffer input, Appendable output) { argument
[all...]
/openjdk9/jdk/test/com/sun/crypto/provider/Mac/
H A DMacKAT.java107 private final byte[] input; field in class:MacKAT.MacTest
110 MacTest(String alg, byte[] input, byte[] macvalue, byte[] key) { argument
147 private static Test t(String alg, String input, String macvalue, String key) { argument
150 t(String alg, String input, String macvalue, byte[] key) argument
153 t(String alg, byte[] input, String macvalue, String key) argument
157 t(String alg, byte[] input, String macvalue, byte[] key) argument
[all...]
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsContextFactory.java226 private static List<String> filterNameServers(List<String> input, boolean oneIsEnough) { argument
/openjdk9/jdk/test/java/net/URL/
H A DPerConnectionProxy.java175 InputStream input; field in class:PerConnectionProxy.ProxyServer.ProxyTunnel
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftAudioProcessor.java39 void setInput(int pin, SoftAudioBuffer input); argument
/openjdk9/jdk/test/jdk/security/jarsigner/
H A DFunction.java158 protected void engineUpdate(byte input) { } argument
159 protected void engineUpdate(byte[] input, int offset, int len) { } argument
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/
H A DThrowsTaglet.java66 public void inherit(DocFinder.Input input, DocFinder.Output output) { argument
[all...]
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DStopDetectingInputStream.java49 public synchronized InputStream setInputStream(InputStream input) { argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/
H A DJoniRegExp.java89 public RegExpMatcher match(final String input) { argument
110 final String input; field in class:JoniRegExp.JoniMatcher
113 JoniMatcher(final String input) { argument
[all...]
/openjdk9/jdk/test/java/security/cert/CertificateFactory/invalidEncodedCerts/
H A DDetectInvalidEncoding.java360 DecodeTest(String name, byte[] input, Throwable failType, argument
375 public GenMultiCertTest(String name, byte[] input, Throwable failType, argument
444 public GenSingleCertTest(String name, byte[] input, Throwable failType, argument
504 public GenMultiCRLTest(String name, byte[] input, Throwable failType, argument
[all...]
/openjdk9/jdk/test/java/time/tck/java/time/format/
H A DTCKInstantPrinterParser.java225 public void test_parse_digitsMinusOne(long instantSecs, int nano, String input) { argument
234 public void test_parse_digitsNine(long instantSecs, int nano, String input) { argument
[all...]
/openjdk9/jdk/test/java/time/test/java/time/format/
H A DTestTextParserWithLocale.java116 public void test_parseDayOfWeekText(Locale locale, String pattern, String input, DayOfWeek expected) { argument
151 public void test_parseStandaloneText(Locale locale, TemporalField field, TextStyle style, int expectedValue, String input) { argument
180 public void test_parseLenientText(Locale locale, TemporalField field, int expectedValue, String input) { argument
[all...]
/openjdk9/jdk/test/javax/imageio/plugins/external_plugin_tests/src/simp/
H A DSIMPImageReader.java57 public void setInput(Object input, argument
/openjdk9/jdk/test/sun/security/pkcs11/Mac/
H A DMacKAT.java212 private static Test newMacTest(String alg, byte[] input, String macvalue, argument
217 private static Test newMacTest(String alg, byte[] input, String macvalue, argument
229 private final byte[] input; field in class:MacKAT.MacTest
233 MacTest(String alg, byte[] input, byte[] macvalue, byte[] key) { argument
[all...]
/openjdk9/jdk/test/sun/security/tools/keytool/
H A DWeakAlg.java509 kt1(String cmd, String... input) argument
522 kt(String cmd, String... input) argument
[all...]
/openjdk9/jdk/test/tools/jlink/plugins/
H A DExcludeVMPluginTest.java152 public void checkVM(String vm, String[] input, String jvmcfg, String[] expectedOutput, String expectdJvmCfg) throws Exception { argument
167 private void doCheckVM(String vm, String[] input, String jvmcfg, String[] expectedOutput, String expectdJvmCfg) throws Exception { argument

Completed in 154 milliseconds

<<11121314151617181920>>