/libcore/dom/src/test/java/org/w3c/domts/ |
H A D | UserDataNotification.java | 22 private final short operation; field in class:UserDataNotification 32 public UserDataNotification(short operation, argument 37 this.operation = operation; 45 * Get value of operation parameter 47 * @return value of operation parameter 50 return operation;
|
H A D | UserDataMonitor.java | 39 * @param operation 51 short operation, 57 new UserDataNotification(operation, key, data, src, dst)); 50 handle( short operation, String key, Object data, Node src, Node dst) argument
|
/libcore/luni/src/main/java/org/w3c/dom/ |
H A D | UserDataHandler.java | 57 * @param operation Specifies the type of operation that is being 66 public void handle(short operation, argument
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | DocumentImpl.java | 123 * @param operation the operation type to use when notifying user data 129 private NodeImpl shallowCopy(short operation, Node node) { argument 170 AttrImpl elementAttrCopy = (AttrImpl) shallowCopy(operation, elementAttr); 171 notifyUserDataHandlers(operation, elementAttr, elementAttrCopy); 213 * @param operation either {@link UserDataHandler#NODE_CLONED} or 219 Node cloneOrImportNode(short operation, Node node, boolean deep) { argument 220 NodeImpl copy = shallowCopy(operation, node); 225 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep)); 229 notifyUserDataHandlers(operation, nod 529 notifyUserDataHandlers( short operation, Node source, NodeImpl destination) argument [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
H A D | XsltXPathConformanceTestSuite.java | 195 * <scenario operation="standard"> 216 String operation = scenarioElement.getAttribute("operation"); 251 if (!operation.equals("execution-error")) { 264 principalStylesheet, principal, operation, compareAs); 321 private final String operation; field in class:XsltXPathConformanceTestSuite.XsltTest 331 String operation, String compareAs) { 340 this.operation = operation; 381 if (operation 329 XsltTest(String category, String id, String purpose, String spec, File principalData, File principalStylesheet, File principal, String operation, String compareAs) argument [all...] |
H A D | DomTest.java | 1690 public void handle(short operation, String key, Object data, Node src, Node dst) { argument 1691 calls.add(notification(operation, key, data, src, dst)); 1695 private String notification(short operation, String key, Object data, Node src, Node dst) { argument 1696 return "op:" + operation + " key:" + key + " data:" + data + " src:" + src + " dst:" + dst;
|
/libcore/luni/src/main/native/ |
H A D | org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 1133 static jint RSA_crypt_operation(RSACryptOperation operation, argument 1154 int resultSize = operation(static_cast<int>(flen), 2318 * the operation returns with clearCallbackState.
|