/libcore/dom/src/test/java/org/w3c/domts/ |
D | UserDataNotification.java | 22 private final short operation; field in UserDataNotification 32 public UserDataNotification(short operation, in UserDataNotification() argument 37 this.operation = operation; in UserDataNotification() 50 return operation; in getOperation()
|
D | UserDataMonitor.java | 51 short operation, in handle() argument 57 new UserDataNotification(operation, key, data, src, dst)); in handle()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DocumentImpl.java | 128 private NodeImpl shallowCopy(short operation, Node node) { in shallowCopy() argument 169 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr); in shallowCopy() 170 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy); in shallowCopy() 218 Node cloneOrImportNode(short operation, Node node, boolean deep) { in cloneOrImportNode() argument 219 NodeImpl copy = shallowCopy(operation, node); in cloneOrImportNode() 224 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep)); in cloneOrImportNode() 228 notifyUserDataHandlers(operation, node, copy); in cloneOrImportNode() 529 short operation, Node source, NodeImpl destination) { in notifyUserDataHandlers() argument 544 operation, entry.getKey(), userData.value, source, destination); in notifyUserDataHandlers()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | XsltXPathConformanceTestSuite.java | 216 String operation = scenarioElement.getAttribute("operation"); in create() local 251 if (!operation.equals("execution-error")) { in create() 264 principalStylesheet, principal, operation, compareAs); in create() 321 private final String operation; field in XsltXPathConformanceTestSuite.XsltTest 331 String operation, String compareAs) { in XsltTest() argument 340 this.operation = operation; in XsltTest() 381 if (operation.equals("standard")) { in test() 385 } else if (operation.equals("execution-error")) { in test() 389 fail("Expected " + operation + ", but transform completed normally." in test() 392 throw new UnsupportedOperationException("Unexpected operation: " + operation); in test()
|
D | DomTest.java | 1703 public void handle(short operation, String key, Object data, Node src, Node dst) { in handle() argument 1704 calls.add(notification(operation, key, data, src, dst)); in handle() 1708 private String notification(short operation, String key, Object data, Node src, Node dst) { in notification() argument 1709 return "op:" + operation + " key:" + key + " data:" + data + " src:" + src + " dst:" + dst; in notification()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | UserDataHandler.java | 66 public void handle(short operation, in handle() argument
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 52 * <i>$coding$ operation</i>: 525 * <a href="#steps">$coding$ operation</a>. Otherwise this method 559 * operation then care should be taken to preserve any $itype$s remaining 592 * If $a$ $coding$ operation is already in progress and the previous 597 * but a return value indicating an incomplete $coding$ operation 685 * operation</a>. 691 * perform the actual flushing operation. </p> 700 * If the previous step of the current $coding$ operation was an 807 * operation</a>; that is, it resets this $coder$, then it $code$s the 810 * operation is already in progress. </p> [all …]
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer-bin.java.template | 49 * value <i>(optional operation)</i>. 94 * value <i>(optional operation)</i>.
|
D | X-Buffer.java.template | 463 * changes made are the results of a put operation. No flipping or 693 * Relative <i>put</i> method <i>(optional operation)</i>. 740 * Absolute <i>put</i> method <i>(optional operation)</i>. 978 * Relative bulk <i>put</i> method <i>(optional operation)</i>. 1046 * Absolute bulk <i>put</i> method <i>(optional operation)</i>. 1242 * Relative bulk <i>put</i> method <i>(optional operation)</i>. 1307 * Relative bulk <i>put</i> method <i>(optional operation)</i>. 1333 * Absolute bulk <i>put</i> method <i>(optional operation)</i>. 1389 * Absolute bulk <i>put</i> method <i>(optional operation)</i>. 1469 * Relative bulk <i>put</i> method <i>(optional operation)</i>. [all …]
|
D | Heap-X-Buffer.java.template | 316 // Android-note: The super class speed-up this operation with Memory.memmove, and arraycopy. 319 // Android-changed: Speed-up this operation if the src is a heap or direct buffer.
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | ProviderTest.java | 1215 Consumer<ProviderAndOperationParameter<A>> operation, in performHashMapOperationAndCheckResults() argument 1227 operation.accept(new ProviderAndOperationParameter<A>(p, operationParameters)); in performHashMapOperationAndCheckResults()
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | Basic-X.java.template | 608 // Android-changed: Add @SuppressWarnings as the operation is tested to be reflexive.
|
/libcore/ojluni/src/main/ |
D | LICENSE | 1191 during a replace operation, new characters take on the metadata of
|