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

  /prebuilts/qemu-kernel/arm/
rebuild.sh 81 # Example: find_program FOO foo
85 find_program () function
247 find_program GCC $TOOLCHAIN_PREFIX-gcc
267 find_program CCACHE ccache
  /external/jsoncpp/
doxybuild.py 11 def find_program(*filenames): function
150 parser.add_option('--dot', dest="dot_path", action='store', default=find_program('dot'),
152 parser.add_option('--doxygen', dest="doxygen_path", action='store', default=find_program('doxygen'),
makerelease.py 267 parser.add_option('--dot', dest="dot_path", action='store', default=doxybuild.find_program('dot'),
269 parser.add_option('--doxygen', dest="doxygen_path", action='store', default=doxybuild.find_program('doxygen'),
283 parser.add_option('--sftp', dest='sftp', action='store', default=doxybuild.find_program('psftp', 'sftp'),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 554 find_program () function
583 find_program CMD_WGET wget
584 find_program CMD_CURL curl
585 find_program CMD_SCP scp
775 find_program CMD_CCACHE ccache
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 556 find_program () function
585 find_program CMD_WGET wget
586 find_program CMD_CURL curl
587 find_program CMD_SCP scp
777 find_program CMD_CCACHE ccache
    [all...]
  /ndk/
ndk-gdb.py 193 def find_program(program, paths): function in function:handle_args
211 args.make_cmd = find_program("make", [ndk_bin])
212 args.jdb_cmd = find_program("jdb", paths)
  /ndk/build/tools/
ndk-common.sh 602 find_program () function
616 find_program CMD_WGET wget
617 find_program CMD_CURL curl
618 find_program CMD_SCRP scp
624 find_program PBZIP2 pbzip2

Completed in 164 milliseconds