Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java416 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeOutputFile() local
423 temp.write(message); in signWholeOutputFile()
424 temp.write(0); in signWholeOutputFile()
427 publicKey, privateKey, temp); in signWholeOutputFile()
428 int total_size = temp.size() + 6; in signWholeOutputFile()
434 temp.write(signature_start & 0xff); in signWholeOutputFile()
435 temp.write((signature_start >> 8) & 0xff); in signWholeOutputFile()
443 temp.write(0xff); in signWholeOutputFile()
444 temp.write(0xff); in signWholeOutputFile()
445 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.py384 temp = tempfile.NamedTemporaryFile()
385 sign_name = temp.name
408 temp.close()
/build/core/tasks/
Dcts.mk168 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp