Home
last modified time | relevance | path

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

12345

/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/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.java39 private String input; field in InvalidPathException
57 public InvalidPathException(String input, String reason, int index) { in InvalidPathException()
77 public InvalidPathException(String input, String reason) { in InvalidPathException()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DMac.annotated.java57 public final void update(byte input) throws java.lang.IllegalStateException { throw new RuntimeExce… in update()
59 public final void update(byte[] input) throws java.lang.IllegalStateException { throw new RuntimeEx… in update()
61 public final void update(byte[] input, int offset, int len) throws java.lang.IllegalStateException … in update()
63 public final void update(java.nio.ByteBuffer input) { throw new RuntimeException("Stub!"); } in update()
69 public final byte[] doFinal(byte[] input) throws java.lang.IllegalStateException { throw new Runtim… in doFinal()
DCipher.annotated.java81 public final byte[] update(byte[] input) { throw new RuntimeException("Stub!"); } in update()
83 public final byte[] update(byte[] input, int inputOffset, int inputLen) { throw new RuntimeExceptio… in update()
85 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws javax.cr… in update()
87 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffse… in update()
89 public final int update(java.nio.ByteBuffer input, java.nio.ByteBuffer output) throws javax.crypto.… in update()
95 public final byte[] doFinal(byte[] input) throws javax.crypto.BadPaddingException, javax.crypto.Ill… in doFinal()
97 public final byte[] doFinal(byte[] input, int inputOffset, int inputLen) throws javax.crypto.BadPad… in doFinal()
99 public final int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) throws javax.c… in doFinal()
101 public final int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffs… in doFinal()
103 public final int doFinal(java.nio.ByteBuffer input, java.nio.ByteBuffer output) throws javax.crypto… in doFinal()
/libcore/ojluni/src/main/java/java/security/
DMessageDigest.java339 public void update(byte input) { in update()
355 public void update(byte[] input, int offset, int len) { in update()
371 public void update(byte[] input) { in update()
386 public final void update(ByteBuffer input) { in update()
446 public byte[] digest(byte[] input) { in digest()
621 protected void engineUpdate(byte input) { in engineUpdate()
625 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
629 protected void engineUpdate(ByteBuffer input) { in engineUpdate()
DMessageDigestSpi.java80 protected abstract void engineUpdate(byte input); in engineUpdate()
93 protected abstract void engineUpdate(byte[] input, int offset, int len); in engineUpdate()
105 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.java488 protected abstract byte[] engineUpdate(byte[] input, int inputOffset, in engineUpdate()
517 protected abstract int engineUpdate(byte[] input, int inputOffset, in engineUpdate()
552 protected int engineUpdate(ByteBuffer input, ByteBuffer output) in engineUpdate()
609 protected abstract byte[] engineDoFinal(byte[] input, int inputOffset, in engineDoFinal()
666 protected abstract int engineDoFinal(byte[] input, int inputOffset, in engineDoFinal()
727 protected int engineDoFinal(ByteBuffer input, ByteBuffer output) in engineDoFinal()
744 private int bufferCrypt(ByteBuffer input, ByteBuffer output, in bufferCrypt()
DNullCipherSpi.java79 protected byte[] engineUpdate(byte[] input, int inputOffset, in engineUpdate()
87 protected int engineUpdate(byte[] input, int inputOffset, in engineUpdate()
95 protected byte[] engineDoFinal(byte[] input, int inputOffset, in engineDoFinal()
101 protected int engineDoFinal(byte[] input, int inputOffset, in engineDoFinal()
DMac.java569 public final void update(byte input) throws IllegalStateException { in update()
585 public final void update(byte[] input) throws IllegalStateException { in update()
606 public final void update(byte[] input, int offset, int len) in update()
632 public final void update(ByteBuffer input) { in update()
735 public final byte[] doFinal(byte[] input) throws IllegalStateException in doFinal()
/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/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyMacSpi.java57 protected void engineUpdate(byte input) { in engineUpdate()
61 protected void engineUpdate(byte[] input, int offset, int len) { in engineUpdate()
DMyCipher.java100 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate()
105 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, in engineUpdate()
111 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) in engineDoFinal()
117 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, in engineDoFinal()
/libcore/ojluni/src/test/java/time/tck/java/time/serial/
DTCKZoneIdSerialization.java127 …public void test_deserialization_lenient_offsetNotAllowed_noPrefix(String input, String resolvedId… in test_deserialization_lenient_offsetNotAllowed_noPrefix()
134 …public void test_deserialization_lenient_offsetNotAllowed_prefixUTC(String input, String resolvedI… in test_deserialization_lenient_offsetNotAllowed_prefixUTC()
141 …public void test_deserialization_lenient_offsetNotAllowed_prefixGMT(String input, String resolvedI… in test_deserialization_lenient_offsetNotAllowed_prefixGMT()
148 …public void test_deserialization_lenient_offsetNotAllowed_prefixUT(String input, String resolvedId… in test_deserialization_lenient_offsetNotAllowed_prefixUT()
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java1017 public Matcher matcher(CharSequence input) { in matcher()
1066 public static boolean matches(String regex, CharSequence input) { in matches()
1139 public String[] split(CharSequence input, int limit) { in split()
1208 public static String[] fastSplit(String re, String input, int limit) { in fastSplit()
1302 public String[] split(CharSequence input) { in split()
1472 public Stream<String> splitAsStream(final CharSequence input) { in splitAsStream()
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestTextParser.java249 …public void test_parseText(TemporalField field, TextStyle style, int value, String input) throws E… in test_parseText()
256 …public void test_parseNumber(TemporalField field, TextStyle style, int value, String input) throws… in test_parseNumber()
263 …ndaloneText(Locale locale, TemporalField field, TextStyle style, int expectedValue, String input) { in test_parseStandaloneText()
271 …public void test_parseDayOfWeekText(Locale locale, String pattern, String input, DayOfWeek expecte… in test_parseDayOfWeekText()
280 …Sensitive_parseUpper(TemporalField field, TextStyle style, int value, String input) throws Excepti… in test_parse_strict_caseSensitive_parseUpper()
292 …sensitive_parseUpper(TemporalField field, TextStyle style, int value, String input) throws Excepti… in test_parse_strict_caseInsensitive_parseUpper()
301 …Sensitive_parseLower(TemporalField field, TextStyle style, int value, String input) throws Excepti… in test_parse_strict_caseSensitive_parseLower()
313 …sensitive_parseLower(TemporalField field, TextStyle style, int value, String input) throws Excepti… in test_parse_strict_caseInsensitive_parseLower()
430 …c void test_parseLenientText(Locale locale, TemporalField field, int expectedValue, String input) { in test_parseLenientText()
DTestReducedParser.java186 …public void test_parseAllStrict(TemporalField field, int width, int baseValue, String input, int p… in test_parseAllStrict()
200 …public void test_parseAllLenient(TemporalField field, int width, int baseValue, String input, int … in test_parseAllLenient()
272 …_parseStrict(TemporalField field, int minWidth, int maxWidth, int baseValue, String input, int pos, in test_parseStrict()
287 …ict_baseDate(TemporalField field, int minWidth, int maxWidth, int baseValue, String input, int pos, in test_parseStrict_baseDate()
305 …parseLenient(TemporalField field, int minWidth, int maxWidth, int baseValue, String input, int pos, in test_parseLenient()
320 …ent_baseDate(TemporalField field, int minWidth, int maxWidth, int baseValue, String input, int pos, in test_parseLenient_baseDate()
367 …public void test_parseAdjacent(String pattern, String input, boolean strict, int pos, int parseLen… in test_parseAdjacent()
419 String input = df.format(date); in test_reducedWithChronoYear() local
437 String input = df.format(date); in test_reducedWithChronoYearOfEra() local
458 String input = df.format(date); in test_reducedWithLateChronoChange() local
[all …]
/libcore/support/src/test/java/tests/support/
DSupport_ASimpleInputStream.java34 public Support_ASimpleInputStream(String input) { in Support_ASimpleInputStream()
40 public Support_ASimpleInputStream(byte[] input) { in Support_ASimpleInputStream()

12345