Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java660 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument
665 SignApk.writeSignatureBlock(this, publicKey, privateKey, temp); in writeSignatureBlock()
679 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local
686 temp.write(message); in signWholeFile()
687 temp.write(0); in signWholeFile()
689 cmsOut.writeSignatureBlock(temp); in signWholeFile()
703 int total_size = temp.size() + 6; in signWholeFile()
709 temp.write(signature_start & 0xff); in signWholeFile()
710 temp.write((signature_start >> 8) & 0xff); in signWholeFile()
718 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/releasetools/
Dcommon.py493 temp = tempfile.NamedTemporaryFile()
494 sign_name = temp.name
519 temp.close()
/build/tools/droiddoc/templates-sdk-dyn/assets/js/
Ddocs.js3634 var i = results.length, j, temp;
3637 temp = results[i];
3639 results[j] = temp;
/build/core/tasks/
Dcts.mk358 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js3863 var i = results.length, j, temp;
3866 temp = results[i];
3868 results[j] = temp;