HomeSort by relevance Sort by last modified time
    Searched refs:find_program (Results 1 - 9 of 9) 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
  /ndk/
ndk-gdb 52 find_program () function
71 ADB_CMD=${ADB_CMD:-$(find_program adb)}
75 JDB_CMD=${JDB_CMD:-$(find_program jdb)}
77 AWK_CMD=${AWK_CMD:-$(find_program awk)}
ndk-gdb.py 40 def find_program(program, extra_paths = []): function
208 (found_adb, ADB_CMD) = find_program('adb', [ndk_bin])
209 (found_gnumake, GNUMAKE_CMD) = find_program('make', [ndk_bin])
210 (found_jdb, JDB_CMD) = find_program('jdb', [])
  /external/qemu/android/build/
common.sh 208 find_program MINGW32_CC $MINGW32_PREFIX-gcc
603 find_program () function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 540 find_program () function
569 find_program CMD_WGET wget
570 find_program CMD_CURL curl
571 find_program CMD_SCP scp
757 find_program CMD_CCACHE ccache
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 540 find_program () function
569 find_program CMD_WGET wget
570 find_program CMD_CURL curl
571 find_program CMD_SCP scp
757 find_program CMD_CCACHE ccache
    [all...]
  /ndk/tests/
run-tests.sh 47 find_program ADB_CMD adb
392 find_program WINE_PROG $WINE
  /ndk/build/tools/
ndk-common.sh 620 find_program () function
634 find_program CMD_WGET wget
635 find_program CMD_CURL curl
636 find_program CMD_SCRP scp
642 find_program PBZIP2 pbzip2
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 463 find_program () function
491 find_program CMD_WGET wget
492 find_program CMD_CURL curl
493 find_program CMD_SCP scp
678 find_program CMD_CCACHE ccache
    [all...]

Completed in 482 milliseconds