HomeSort by relevance Sort by last modified time
    Searched refs:create_outfile (Results 1 - 4 of 4) sorted by null

  /external/toolchain-utils/android_bench_suite/
gen_json.py 61 def create_outfile(outfile, bench): function
71 create_outfile(outfile, bench)
  /toolchain/benchmark/
gen_json.py 61 def create_outfile(outfile, bench): function
71 create_outfile(outfile, bench)
  /external/elfutils/src/
ld.h 342 int (*create_outfile) (struct ld_state *); member in struct:callbacks
343 #define CREATE_OUTFILE(state) \
344 DL_CALL_FCT ((state)->callbacks.create_outfile, (state))
    [all...]
ldgeneric.c 212 ld_state.callbacks.create_outfile = ld_generic_create_outfile;
    [all...]

Completed in 382 milliseconds