Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 62) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DReplaceTest.java29 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/
DReplaceTest.java26 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/
DTestMethods.java109 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/
DProcessingInstructionImpl.java36 private String target; field in ProcessingInstructionImpl
40 ProcessingInstructionImpl(DocumentImpl document, String target, String data) { in ProcessingInstructionImpl()
/libcore/luni/src/main/java/java/io/
DPipedOutputStream.java32 private PipedInputStream target; field in PipedOutputStream
52 public PipedOutputStream(PipedInputStream target) throws IOException { in PipedOutputStream()
/libcore/luni/src/test/java/libcore/java/io/
DFileTest.java72 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()
DOldCharArrayWriterTest.java45 char[] target = new char[10]; in test_write$CII_Exception() local
/libcore/luni/src/test/java/libcore/java/text/
DNormalizerTest.java54 String target; in testIsNormalized() local
/libcore/luni/src/main/java/java/util/logging/
DMemoryHandler.java61 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/
DDatagramChannel.java181 public abstract SocketAddress receive(ByteBuffer target) throws IOException; in receive()
250 public abstract int read(ByteBuffer target) throws IOException; in read()
DChannels.java219 …@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()
DSocketChannel.java264 public abstract int read(ByteBuffer target) throws IOException; in read()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DSecurityChecker.java39 public SecurityChecker(Permission target, boolean enable) { in SecurityChecker()
/libcore/luni/src/main/java/java/lang/reflect/
DInvocationTargetException.java31 private Throwable target; field in InvocationTargetException
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dprocessinginstructiongettarget.java69 String target; in runTest() local
/libcore/luni/src/main/java/java/nio/
DDatagramChannelImpl.java215 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/
DimportNode14.java76 String target; in runTest() local
/libcore/luni/src/main/java/java/text/
DRuleBasedCollator.java187 public int compare(String source, String target) { in compare()
/libcore/luni/src/main/java/org/xml/sax/
DDocumentHandler.java228 public abstract void processingInstruction (String target, String data) in processingInstruction()
DContentHandler.java386 public void processingInstruction (String target, String data) in processingInstruction()
/libcore/luni/src/main/java/libcore/icu/
DRuleBasedCollatorICU.java66 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/
DPriorityQueue.java361 E target = elements[childIndex]; in siftUp() local
376 E target = elements[rootIndex]; in siftDown() local
/libcore/luni/src/test/java/libcore/java/lang/
DSystemTest.java128 String[] target = new String[1024 * 1024]; in testArrayCopyConcurrentModification() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DCharBufferTest.java995 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/
DOldResultSetTest.java27 ResultSet target = null; field in OldResultSetTest

123