Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 149) sorted by relevance

123456

/libcore/ojluni/src/main/java/java/net/
DIDN.java105 public static String toASCII(String input, int flag) { in toASCII()
137 public static String toASCII(String input) { in toASCII()
160 public static String toUnicode(String input, int flag) { in toUnicode()
179 private static StringBuffer convertFullStop(StringBuffer input) { in convertFullStop()
203 public static String toUnicode(String input) { in toUnicode()
DURISyntaxException.java43 private String input; field in URISyntaxException
61 public URISyntaxException(String input, String reason, int index) { in URISyntaxException()
81 public URISyntaxException(String input, String reason) { in URISyntaxException()
/libcore/ojluni/src/test/java/lang/String/
DStrip.java99 static void report(String message, String inputTag, String input, in report()
118 static void equal(String input, String expected) { in equal()
125 private static String String_stripCommon(String method, String input) { in String_stripCommon()
136 private static String String_strip(String input) { in String_strip()
141 private static String String_stripLeading(String input) { in String_stripLeading()
146 private static String String_stripTrailing(String input) { in String_stripTrailing()
DIsBlank.java73 static void test(String input, boolean expected) { in test()
81 private static boolean String_isBlank(String input) { in String_isBlank()
/libcore/ojluni/src/test/java/lang/Math/
DWorstCaseTests.java103 private static void testExpCase(double input, double expected) { in testExpCase()
131 private static void testLogCase(double input, double expected) { in testLogCase()
160 private static void testSinCase(double input, double expected) { in testSinCase()
188 private static void testAsinCase(double input, double expected) { in testAsinCase()
217 private static void testCosCase(double input, double expected) { in testCosCase()
237 private static void testAcosCase(double input, double expected) { in testAcosCase()
262 private static void testTanCase(double input, double expected) { in testTanCase()
290 private static void testAtanCase(double input, double expected) { in testAtanCase()
312 private static void testPow2Case(double input, double expected) { in testPow2Case()
341 private static void testSinhCase(double input, double expected) { in testSinhCase()
[all …]
DHyperbolicTests.java331 double input = Double.longBitsToDouble(i); in testSinh() local
350 public static int testSinhCaseWithTolerance(double input, in testSinhCaseWithTolerance()
370 public static void testSinhCaseWithUlpDiff(double input, in testSinhCaseWithUlpDiff()
678 double input = Double.longBitsToDouble(i); in testCosh() local
697 public static int testCoshCaseWithTolerance(double input, in testCoshCaseWithTolerance()
717 public static void testCoshCaseWithUlpDiff(double input, in testCoshCaseWithUlpDiff()
980 public static int testTanhCaseWithTolerance(double input, in testTanhCaseWithTolerance()
1000 public static void testTanhCaseWithUlpDiff(double input, in testTanhCaseWithUlpDiff()
DLog10Tests.java47 static void testLog10Case(double input, double expected) { in testLog10Case()
97 double input = Double.longBitsToDouble(rand.nextLong()); in testLog10() local
143 double[] input = new double[40]; in testLog10() local
DTests.java237 public static void test(String testName, float input, in test()
245 public static void test(String testName, double input, in test()
271 public static void test(String testName, float input, in test()
279 public static void test(String testName, double input, in test()
287 public static void test(String testName, float input, in test()
296 public static void test(String testName, double input, in test()
393 public static void testUlpDiff(String testName, double input, in testUlpDiff()
418 public static void testUlpDiffWithAbsBound(String testName, double input, in testUlpDiffWithAbsBound()
441 public static void testUlpDiffWithLowerBound(String testName, double input, in testUlpDiffWithLowerBound()
461 public static void testTolerance(String testName, double input, in testTolerance()
[all …]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DMacSpiTest.java67 protected void engineUpdate(byte input) { in engineUpdate()
72 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
101 protected void engineUpdate(byte input) { in engineUpdate()
106 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
110 protected void engineUpdate(ByteBuffer input) { in engineUpdate()
140 protected void engineUpdate(byte input) { in engineUpdate()
145 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
149 protected void engineUpdate(ByteBuffer input) { in engineUpdate()
242 protected void engineUpdate(byte input) { in engineUpdate()
245 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
/libcore/benchmarks/src/benchmarks/regression/
DCollectionsBenchmark.java42 List<Integer> input = buildList(arrayListLength, ArrayList.class); in timeSort_arrayList() local
49 List<Integer> input = buildList(arrayListLength, ArrayList.class); in timeSortWithComparator_arrayList() local
56 List<Integer> input = buildList(arrayListLength, Vector.class); in timeSort_vector() local
63 List<Integer> input = buildList(arrayListLength, Vector.class); in timeSortWithComparator_vector() local
/libcore/luni/src/main/java/javax/xml/parsers/
DSAXParser.java130 InputSource input = new InputSource(is); in parse() local
161 InputSource input = new InputSource(is); in parse() local
186 InputSource input = new InputSource(is); in parse() local
214 InputSource input = new InputSource(is); in parse() local
241 InputSource input = new InputSource(uri); in parse() local
265 InputSource input = new InputSource(uri); in parse() local
296 InputSource input = new InputSource(escapedURI); in parse() local
325 InputSource input = new InputSource(escapedURI); in parse() local
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DPattern.annotated.java44 …atcher(@libcore.util.NonNull java.lang.CharSequence input) { throw new RuntimeException("Stub!"); } in matcher()
48 …ches(@libcore.util.NonNull java.lang.String regex, @libcore.util.NonNull java.lang.CharSequence in… in matches()
50 …core.util.NonNull java.lang.CharSequence input, int limit) { throw new RuntimeException("Stub!"); } in split()
52 … split(@libcore.util.NonNull java.lang.CharSequence input) { throw new RuntimeException("Stub!"); } in split()
58 …Stream(@libcore.util.NonNull java.lang.CharSequence input) { throw new RuntimeException("Stub!"); } in splitAsStream()
/libcore/ojluni/annotations/sdk/nullability/java/security/
DMessageDigest.annotated.java47 public void update(byte input) { throw new RuntimeException("Stub!"); } in update()
49 public void update(byte @libcore.util.NonNull [] input, int offset, int len) { throw new RuntimeExc… in update()
51 public void update(byte @libcore.util.NonNull [] input) { throw new RuntimeException("Stub!"); } in update()
53 …id update(@libcore.util.NonNull java.nio.ByteBuffer input) { throw new RuntimeException("Stub!"); } in update()
59 public byte @libcore.util.NonNull [] digest(byte @libcore.util.NonNull [] input) { throw new Runtim… in digest()
/libcore/ojluni/src/main/java/java/nio/file/
DInvalidPathException.java41 private String input; field in InvalidPathException
59 public InvalidPathException(String input, String reason, int index) { in InvalidPathException()
79 public InvalidPathException(String input, String reason) { in InvalidPathException()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DMac.annotated.java61 public final void update(byte input) throws java.lang.IllegalStateException { throw new RuntimeExce… in update()
63 public final void update(byte[] input) throws java.lang.IllegalStateException { throw new RuntimeEx… in update()
65 public final void update(byte[] input, int offset, int len) throws java.lang.IllegalStateException … in update()
67 public final void update(java.nio.ByteBuffer input) { throw new RuntimeException("Stub!"); } in update()
73 public final byte[] doFinal(byte[] input) throws java.lang.IllegalStateException { throw new Runtim… in doFinal()
DCipher.annotated.java85 public final byte[] update(byte[] input) { throw new RuntimeException("Stub!"); } in update()
87 public final byte[] update(byte[] input, int inputOffset, int inputLen) { throw new RuntimeExceptio… in update()
89 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws javax.cr… in update()
91 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffse… in update()
93 public final int update(java.nio.ByteBuffer input, java.nio.ByteBuffer output) throws javax.crypto.… in update()
99 public final byte[] doFinal(byte[] input) throws javax.crypto.BadPaddingException, javax.crypto.Ill… in doFinal()
101 public final byte[] doFinal(byte[] input, int inputOffset, int inputLen) throws javax.crypto.BadPad… in doFinal()
103 public final int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) throws javax.c… in doFinal()
105 public final int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffs… in doFinal()
107 public final int doFinal(java.nio.ByteBuffer input, java.nio.ByteBuffer output) throws javax.crypto… in doFinal()
/libcore/ojluni/src/test/java/lang/StrictMath/
DHyperbolicTests.java48 static void testSinhCase(double input, double expected) { in testSinhCase()
52 static void testCoshCase(double input, double expected) { in testCoshCase()
56 static void testTanhCase(double input, double expected) { in testTanhCase()
/libcore/ojluni/src/main/java/java/security/
DMessageDigest.java362 public void update(byte input) { in update()
378 public void update(byte[] input, int offset, int len) { in update()
394 public void update(byte[] input) { in update()
409 public final void update(ByteBuffer input) { in update()
469 public byte[] digest(byte[] input) { in digest()
663 protected void engineUpdate(byte input) { in engineUpdate()
667 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
671 protected void engineUpdate(ByteBuffer input) { in engineUpdate()
DMessageDigestSpi.java81 protected abstract void engineUpdate(byte input); in engineUpdate()
94 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate()
106 protected void engineUpdate(ByteBuffer input) { in engineUpdate()
/libcore/ojluni/src/main/java/javax/crypto/
DMacSpi.java77 protected abstract void engineUpdate(byte input); in engineUpdate()
87 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate()
101 protected void engineUpdate(ByteBuffer input) { in engineUpdate()
DCipherSpi.java489 protected abstract byte[] engineUpdate(byte[] input, int inputOffset, in engineUpdate()
518 protected abstract int engineUpdate(byte[] input, int inputOffset, in engineUpdate()
553 protected int engineUpdate(ByteBuffer input, ByteBuffer output) in engineUpdate()
610 protected abstract byte[] engineDoFinal(byte[] input, int inputOffset, in engineDoFinal()
667 protected abstract int engineDoFinal(byte[] input, int inputOffset, in engineDoFinal()
728 protected int engineDoFinal(ByteBuffer input, ByteBuffer output) in engineDoFinal()
745 private int bufferCrypt(ByteBuffer input, ByteBuffer output, in bufferCrypt()
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxFileSystemTestData.java75 public String input; field in LinuxFileSystemTestData.TestData
79 TestData(String output, String input, String... inputArray) { in TestData()
85 TestData(Class exceptionClass, String input, String... inputArray) { in TestData()
DInvalidPathExceptionTest.java27 String input = "input"; in test_Constructor$String$String$Int() local
80 String input = "input"; in test_Constructor$String$String() local
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZoneIdSerialization.java130 …public void test_deserialization_lenient_offsetNotAllowed_noPrefix(String input, String resolvedId… in test_deserialization_lenient_offsetNotAllowed_noPrefix()
137 …public void test_deserialization_lenient_offsetNotAllowed_prefixUTC(String input, String resolvedI… in test_deserialization_lenient_offsetNotAllowed_prefixUTC()
144 …public void test_deserialization_lenient_offsetNotAllowed_prefixGMT(String input, String resolvedI… in test_deserialization_lenient_offsetNotAllowed_prefixGMT()
151 …public void test_deserialization_lenient_offsetNotAllowed_prefixUT(String input, String resolvedId… in test_deserialization_lenient_offsetNotAllowed_prefixUT()
/libcore/luni/src/test/java/libcore/java/lang/
DIntegerTest.java277 final String input = leftPad + Long.toBinaryString(large_value) + rightPad; in testParseUnsignedIntSubstring() local
283 final String input = leftPad + Long.toOctalString(large_value) + rightPad; in testParseUnsignedIntSubstring() local
289 final String input = in testParseUnsignedIntSubstring() local
296 final String input = leftPad + Long.toHexString(large_value) + rightPad; in testParseUnsignedIntSubstring() local
303 String input = in testParseUnsignedIntSubstring() local

123456