Searched refs:temp (Results 1 – 6 of 6) sorted by relevance
660 public void writeSignatureBlock(ByteArrayOutputStream temp) in writeSignatureBlock() argument665 SignApk.writeSignatureBlock(this, publicKey, privateKey, temp); in writeSignatureBlock()679 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeFile() local686 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 …]
89 int* temp = error; error = next_error; next_error = temp; in to_565_raw_dither() local
493 temp = tempfile.NamedTemporaryFile()494 sign_name = temp.name519 temp.close()
3634 var i = results.length, j, temp;3637 temp = results[i];3639 results[j] = temp;
358 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp
3863 var i = results.length, j, temp;3866 temp = results[i];3868 results[j] = temp;