Home
last modified time | relevance | path

Searched refs:TEMP (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/binary_translation/tools/
Driscv64-disasm14 TEMP="$(mktemp)"
17 echo ".text" > "$TEMP.S"
18 echo ".word $INSN" >> "$TEMP.S"
23 riscv64-linux-gnu-as -march=rv64gc_zba_zbb_zbs_v -o "$TEMP.o" "$TEMP.S"
26 riscv64-linux-gnu-strip "$TEMP.o"
27 riscv64-linux-gnu-objdump -M numeric -d "$TEMP.o" | sed '0,/<.text>/d'
29 rm "$TEMP.S" "$TEMP.o"
/frameworks/base/tools/hoststubgen/hoststubgen/invoketest/
Dhoststubgen-invoke-test.sh33 export TEMP=$TEST_TMPDIR
35 if [[ "$TEMP" == "" ]] ; then
36 TEMP=./tmp
37 mkdir -p $TEMP
41 rm -fr $TEMP/*
47 STUB=$TEMP/stub.jar
48 IMPL=$TEMP/impl.jar
50 ANNOTATION_FILTER=$TEMP/annotation-filter.txt
52 HOSTSTUBGEN_OUT=$TEMP/output.txt
/frameworks/rs/perf-test-scripts/
Dget-thermal48 print_if_exists $DIR"/thermal_zone"$ZONE"/temp" TEMP
50 printf "Zone %02d: MODE=%-8s TEMP=%-5s TYPE=%s\n" $ZONE $MODE $TEMP $TYPE
/frameworks/base/core/java/android/database/sqlite/
Dflags.aconfig17 description: "Permit updates to TEMP tables in read-only transactions"
/frameworks/av/media/codec2/components/base/
DAndroid.bp153 // TEMP: used by cheets2 project - remove when no longer used