Searched refs:source (Results 101 - 112 of 112) sorted by relevance

12345

/libcore/luni/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1247 const char** source = reinterpret_cast<const char**>(static_cast<uintptr_t>(address)); local
1255 int length = strlen(source[i]);
1273 const char* sourceString = source[i];
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DOldSocketChannelTest.java393 public int write(ByteBuffer source) throws IOException { argument
/libcore/luni/src/test/java/libcore/java/text/
H A DSimpleDateFormatTest.java731 private void assertDayPeriodParseFailure(String pattern, String source) { argument
734 Date d = simpleDateFormat.parse(source, parsePosition);
H A DOldDateFormatTest.java40 public Date parse(String source, ParsePosition pos) { argument
H A DOldNumberFormatTest.java819 public Number parse(String source, ParsePosition parsePosition) { argument
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java1801 * Returns a new PropertyChangeEvent with the given source, property
1804 static Object newPropertyChangeEvent(Object source, String prop, argument
1808 return propertyEventCtor.newInstance(source, prop, oldValue, newValue);
/libcore/ojluni/src/main/java/javax/security/auth/
H A DSubject.java1437 Object[] source = {c.toString()};
1438 throw new SecurityException(form.format(source));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelTest.java172 IoUtils.closeQuietly(pipe.source());
2683 long result = writeOnlyFileChannel.transferFrom(pipe.source(), OFFSET,
3058 result = pipe.source().read(readBuffer);
H A DDatagramChannelTest.java1338 InetSocketAddress source = (InetSocketAddress) this.channel1.receive(buf);
1339 assertEquals(channel2Address, source);
H A DSocketChannelTest.java3787 public int write(ByteBuffer source) throws IOException { argument
/libcore/ojluni/src/main/native/
H A Djvm.h415 /* Define a class with a source (added in JDK1.5) */
419 const char *source);
491 present) to find the source-level access flags. Only the values of
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 319 milliseconds

12345