Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 7 of 7) sorted by relevance

/build/tools/signapk/src/com/android/signapk/
DSignApk.java751 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/
Dto565.c89 int* temp = error; error = next_error; next_error = temp; in to_565_raw_dither() local
/build/tools/ijar/
DREADME.txt77 by the contents of the temp buffer.
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js3873 var i = results.length, j, temp;
3876 temp = results[i];
3878 results[j] = temp;
/build/core/tasks/
Dold-cts.mk392 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Ddocs.js3905 var i = results.length, j, temp;
3908 temp = results[i];
3910 results[j] = temp;
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js3981 var i = results.length, j, temp;
3984 temp = results[i];
3986 results[j] = temp;