Searched refs:temp (Results 1 – 7 of 7) sorted by relevance
664 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument669 SignApk.writeSignatureBlock(this, publicKey, privateKey, temp); in writeSignatureBlock()683 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local690 temp.write(message); in signWholeFile()691 temp.write(0); in signWholeFile()693 cmsOut.writeSignatureBlock(temp); in signWholeFile()707 int total_size = temp.size() + 6; in signWholeFile()713 temp.write(signature_start & 0xff); in signWholeFile()714 temp.write((signature_start >> 8) & 0xff); in signWholeFile()722 temp.write(0xff); in signWholeFile()[all …]
89 int* temp = error; error = next_error; next_error = temp; in to_565_raw_dither() local
541 temp = tempfile.NamedTemporaryFile()542 sign_name = temp.name567 temp.close()
3863 var i = results.length, j, temp;3866 temp = results[i];3868 results[j] = temp;
3873 var i = results.length, j, temp;3876 temp = results[i];3878 results[j] = temp;
387 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp
3905 var i = results.length, j, temp;3908 temp = results[i];3910 results[j] = temp;