HomeSort by relevance Sort by last modified time
    Searched refs:bin (Results 76 - 100 of 2275) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-2690385/bin/
asan_device_setup 0 #!/bin/bash
187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then
189 adb_shell mv /system/bin/app_process.real /system/bin/app_process
190 adb_shell rm /system/bin/asanwrapper
191 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; then
193 adb_shell mv /system/bin/app_process32.real /system/bin/app_process32
194 adb_shell mv /system/bin/app_process64.real /system/bin/app_process6
    [all...]
  /development/build/
product_sdk.mk 36 bios.bin \
48 vgabios-cirrus.bin \
  /development/cmds/monkey/
Android.mk 12 ALL_PREBUILT += $(TARGET_OUT)/bin/monkey
13 $(TARGET_OUT)/bin/monkey : $(LOCAL_PATH)/monkey | $(ACP)
  /external/autotest/client/bin/
utils.py 13 from autotest_lib.client.bin.base_utils import *
15 from autotest_lib.client.bin.site_utils import *
  /external/autotest/client/deps/graphics/
graphics.py 1 #!/usr/bin/python
8 from autotest_lib.client.bin import utils
  /external/autotest/client/deps/webgl_mpd/
webgl_mpd.py 1 #!/usr/bin/python
8 from autotest_lib.client.bin import utils
  /external/autotest/client/site_tests/dummy_Pass/
dummy_Pass.py 5 from autotest_lib.client.bin import test
  /external/autotest/client/tests/aborttest/
aborttest.py 2 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_cleanup/
error_cleanup.py 1 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_initialize/
error_initialize.py 1 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_setup/
error_setup.py 1 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_test_bug/
error_test_bug.py 2 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_test_error/
error_test_error.py 2 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_test_fail/
error_test_fail.py 2 from autotest_lib.client.bin import test
  /external/autotest/client/tests/error_test_na/
error_test_na.py 2 from autotest_lib.client.bin import test
  /external/autotest/client/tests/sleeptest/
sleeptest.py 2 from autotest_lib.client.bin import test
  /external/avahi/initscript/slackware/
avahi-daemon.in 0 #!/bin/bash
22 PATH=/sbin:/bin:/usr/sbin:/usr/bin
avahi-dnsconfd.in 0 #!/bin/bash
22 PATH=/sbin:/bin:/usr/sbin:/usr/bin
  /external/ltrace/testsuite/ltrace.main/
main-internal.exp 19 set bin [ltraceCompile {} [ltraceSource c {
30 ltraceMatch [ltraceRun -L -xthis -- $bin] {
  /external/nanopb-c/tools/
make_mac_package.sh 0 #!/bin/bash
25 mv $DEST/generator/dist/nanopb_generator $DEST/generator-bin
31 cp $DEST/generator-bin/nanopb_generator $DEST/generator-bin/protoc-gen-nanopb
34 cp `which protoc` $DEST/generator-bin/protoc.bin
37 cp $LIBPROTOC $LIBPROTOBUF $DEST/generator-bin/
38 cat > $DEST/generator-bin/protoc << EOF
39 #!/bin/bash
43 exec "\$SCRIPTDIR/protoc.bin" "\$@
    [all...]
  /external/valgrind/none/tests/solaris/
filter_coredump_many_threads_post 0 #!/bin/sh
7 echo "::status" | /usr/bin/mdb vgcore.* | \
13 echo "::stacks ! perl -p -e 's/^(\S+)\+.*/\$1/g'" | /usr/bin/mdb vgcore.* | \
  /external/webrtc/talk/build/
build_jar.sh 0 #!/bin/bash
50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
52 $JAVA_HOME/bin/jar cf "$JAR_NAME" -C "$TMP_DIR" .
  /frameworks/base/cmds/bmgr/
Android.mk 12 ALL_PREBUILT += $(TARGET_OUT)/bin/bmgr
13 $(TARGET_OUT)/bin/bmgr : $(LOCAL_PATH)/bmgr | $(ACP)
  /frameworks/base/cmds/ime/
Android.mk 12 ALL_PREBUILT += $(TARGET_OUT)/bin/ime
13 $(TARGET_OUT)/bin/ime : $(LOCAL_PATH)/ime | $(ACP)
  /frameworks/base/cmds/input/
Android.mk 11 ALL_PREBUILT += $(TARGET_OUT)/bin/input
12 $(TARGET_OUT)/bin/input : $(LOCAL_PATH)/input | $(ACP)

Completed in 993 milliseconds

1 2 34 5 6 7 8 91011>>