Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java344 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeOutputFile() local
351 temp.write(message); in signWholeOutputFile()
352 temp.write(0); in signWholeOutputFile()
353 writeSignatureBlock(signature, publicKey, temp); in signWholeOutputFile()
354 int total_size = temp.size() + 6; in signWholeOutputFile()
360 temp.write(signature_start & 0xff); in signWholeOutputFile()
361 temp.write((signature_start >> 8) & 0xff); in signWholeOutputFile()
369 temp.write(0xff); in signWholeOutputFile()
370 temp.write(0xff); in signWholeOutputFile()
371 temp.write(total_size & 0xff); in signWholeOutputFile()
[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.py353 temp = tempfile.NamedTemporaryFile()
354 sign_name = temp.name
377 temp.close()
/build/core/tasks/
Dcts.mk193 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp