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

  /system/libufdt/utils/src/
mkdtboimg.py 448 def parse_dt_entry(global_args, arglist):
455 global_args: Dtbo object containing global default values
468 default=global_args.global_id)
470 action='store', default=global_args.global_rev)
473 default=global_args.global_custom0)
476 default=global_args.global_custom1)
479 default=global_args.global_custom2)
482 default=global_args.global_custom3)
486 def parse_dt_entries(global_args, arg_list):
493 global_args: Argument containing default global values for _id
    [all...]
  /external/eigen/bench/perf_monitoring/gemm/
run.sh 28 global_args="$*"
92 if echo "$global_args" | grep "$rev" > /dev/null; then
97 # echo $update et $selected et $rev_found because $rev et "$global_args"
  /external/libvpx/libvpx/
vpxenc.c 257 static const arg_def_t *global_args[] = { &use_yv12, variable
570 arg_show_usage(fout, global_args);
    [all...]

Completed in 88 milliseconds