Searched refs:update (Results 1 – 4 of 4) sorted by relevance
/dalvik/opcode-gen/ |
D | README.txt | 29 * Implement/update the opcode in C in vm/mterp/c/... 33 * Implement/update the instruction in assembly in vm/mterp/{arm*,x86*}/... 37 * Implement/update the instruction in 44 DexVerify.c, and Optimize.c. You may need to update them to account
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DexFile.java | 632 md.update(bytes, 32, bytes.length - 32); in calcSignature() 654 a32.update(bytes, 12, bytes.length - 12); in calcChecksum()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DexFile.java | 615 md.update(bytes, 32, bytes.length - 32); in calcSignature() 637 a32.update(bytes, 12, bytes.length - 12); in calcChecksum()
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
D | Main.java | 413 private static byte[] mergeIncremental(byte[] update, File base) throws IOException { in mergeIncremental() argument 417 if (update != null) { in mergeIncremental() 418 dexA = new Dex(update); in mergeIncremental()
|