Searched refs:temp (Results 1 – 7 of 7) sorted by relevance
/build/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 751 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument 756 SignApk.writeSignatureBlock(this, publicKey, privateKey, minSdkVersion, temp); in writeSignatureBlock() 771 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local 778 temp.write(message); in signWholeFile() 779 temp.write(0); in signWholeFile() 781 cmsOut.writeSignatureBlock(temp); in signWholeFile() 795 int total_size = temp.size() + 6; in signWholeFile() 801 temp.write(signature_start & 0xff); in signWholeFile() 802 temp.write((signature_start >> 8) & 0xff); in signWholeFile() 810 temp.write(0xff); in signWholeFile() [all …]
|
/build/tools/rgb2565/ |
D | to565.c | 89 int* temp = error; error = next_error; next_error = temp; in to_565_raw_dither() local
|
/build/tools/ijar/ |
D | README.txt | 77 by the contents of the temp buffer.
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 3873 var i = results.length, j, temp; 3876 temp = results[i]; 3878 results[j] = temp;
|
/build/core/tasks/ |
D | old-cts.mk | 392 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp
|
/build/tools/droiddoc/templates-sdk-refonly/assets/js/ |
D | docs.js | 3905 var i = results.length, j, temp; 3908 temp = results[i]; 3910 results[j] = temp;
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 3981 var i = results.length, j, temp; 3984 temp = results[i]; 3986 results[j] = temp;
|