/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | ReplaceTest.java | 29 String target, pattern, repl; in testSimpleReplace() local 43 String target, pattern, repl, s; in testCaptureReplace() local 76 String target, pattern, repl, s; in testEscapeReplace() local
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
D | ReplaceTest.java | 26 String target, pattern, repl; in testSimpleReplace() local 40 String target, pattern, repl, s; in testCaptureReplace() local 71 String target, pattern, repl, s; in testEscapeReplace() local
|
/libcore/luni/src/test/etc/loading-test-jar/ |
D | TestMethods.java | 109 Target target = new Target(); in test_callInstanceMethod() local 117 Target target = new Target(); in test_getInstanceVariable() local 165 Target2 target = new Target2(); in test_diff_callInstanceMethod() local 173 Target2 target = new Target2(); in test_diff_getInstanceVariable() local
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | ProcessingInstructionImpl.java | 36 private String target; field in ProcessingInstructionImpl 40 ProcessingInstructionImpl(DocumentImpl document, String target, String data) { in ProcessingInstructionImpl()
|
/libcore/luni/src/main/java/java/io/ |
D | PipedOutputStream.java | 32 private PipedInputStream target; field in PipedOutputStream 52 public PipedOutputStream(PipedInputStream target) throws IOException { in PipedOutputStream()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | FileTest.java | 72 File target = createDeepStructure(base); in test_longReadlink() local 160 File target = new File(base, "target"); in test_getCanonicalPath() local 186 private static void ln_s(File target, File linkName) throws Exception { in ln_s() 190 private static void ln_s(String target, String linkName) throws Exception { in ln_s()
|
D | OldCharArrayWriterTest.java | 45 char[] target = new char[10]; in test_write$CII_Exception() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | NormalizerTest.java | 54 String target; in testIsNormalized() local
|
/libcore/luni/src/main/java/java/util/logging/ |
D | MemoryHandler.java | 61 private Handler target; field in MemoryHandler 144 public MemoryHandler(Handler target, int size, Level pushLevel) { in MemoryHandler()
|
/libcore/luni/src/main/java/java/nio/channels/ |
D | DatagramChannel.java | 181 public abstract SocketAddress receive(ByteBuffer target) throws IOException; in receive() 250 public abstract int read(ByteBuffer target) throws IOException; in read()
|
D | Channels.java | 219 …@Override public synchronized int read(byte[] target, int byteOffset, int byteCount) throws IOExce… in read() 297 public synchronized int read(ByteBuffer target) throws IOException { in read()
|
D | SocketChannel.java | 264 public abstract int read(ByteBuffer target) throws IOException; in read()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | SecurityChecker.java | 39 public SecurityChecker(Permission target, boolean enable) { in SecurityChecker()
|
/libcore/luni/src/main/java/java/lang/reflect/ |
D | InvocationTargetException.java | 31 private Throwable target; field in InvocationTargetException
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | processinginstructiongettarget.java | 69 String target; in runTest() local
|
/libcore/luni/src/main/java/java/nio/ |
D | DatagramChannelImpl.java | 215 public SocketAddress receive(ByteBuffer target) throws IOException { in receive() 245 private SocketAddress receiveImpl(ByteBuffer target, boolean loop) throws IOException { in receiveImpl() 274 private SocketAddress receiveDirectImpl(ByteBuffer target, boolean loop) throws IOException { in receiveDirectImpl() 318 public int read(ByteBuffer target) throws IOException { in read()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | importNode14.java | 76 String target; in runTest() local
|
/libcore/luni/src/main/java/java/text/ |
D | RuleBasedCollator.java | 187 public int compare(String source, String target) { in compare()
|
/libcore/luni/src/main/java/org/xml/sax/ |
D | DocumentHandler.java | 228 public abstract void processingInstruction (String target, String data) in processingInstruction()
|
D | ContentHandler.java | 386 public void processingInstruction (String target, String data) in processingInstruction()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | RuleBasedCollatorICU.java | 66 public int compare(String source, String target) { in compare() 130 public boolean equals(String source, String target) { in equals()
|
/libcore/luni/src/main/java/java/util/ |
D | PriorityQueue.java | 361 E target = elements[childIndex]; in siftUp() local 376 E target = elements[rootIndex]; in siftDown() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | SystemTest.java | 128 String[] target = new String[1024 * 1024]; in testArrayCopyConcurrentModification() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | CharBufferTest.java | 995 CharBuffer target = CharBuffer.allocate(10); in testReadCharBuffer() local 1012 CharBuffer target = CharBuffer.allocate(10).asReadOnlyBuffer(); in testReadReadOnly() local 1026 CharBuffer target = CharBuffer.allocate(1); in testReadOverflow() local
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldResultSetTest.java | 27 ResultSet target = null; field in OldResultSetTest
|