HomeSort by relevance Sort by last modified time
    Searched refs:rm (Results 1 - 25 of 2440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toolchain-utils/binary_search_tool/android/
cleanup.sh 11 rm android/common.sh
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
cleanup.sh 11 rm common/common.sh
  /external/expat/
import_expat.sh 18 rm CMake.README
19 rm CMakeLists.txt
20 rm ConfigureChecks.cmake
21 rm MANIFEST
22 rm Makefile.in
23 rm aclocal.m4
24 rm configure
25 rm configure.ac
26 rm examples/elements.dsp
27 rm examples/outline.ds
    [all...]
  /external/libxml2/VxWorks/
build.sh 17 rm -fR src
24 find . -name '*.in' -exec rm -fR {} +
25 find . -name '*.am' -exec rm -fR {} +
26 rm -fR *.m4
27 rm -fR *.pc
28 rm -fR *.pl
29 rm -fR *.py
30 rm -fR *.spec
31 rm -fR .deps
32 rm -fR AUTHORS
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
GNUmakefile 17 find . -name '*.pyc' -exec rm '{}' ';'
  /external/iptables/
autogen.sh 4 rm -Rf autom4te*.cache;
  /external/libnl/doc/
autogen.sh 4 rm -Rf autom4te.cache;
  /external/selinux/python/sepolgen/tests/
Makefile 4 rm -f *~ *.pyc
5 rm -f parser.out parsetab.py
6 rm -f out.txt
7 rm -f module_compile_test.fc
8 rm -f module_compile_test.if
9 rm -f module_compile_test.pp
10 rm -f output
11 rm -rf __pycache__ tmp
  /external/toolchain-utils/binary_search_tool/ndk/
switch_to_bad.sh 44 cat $OBJ_LIST_FILE | xargs rm
switch_to_good.sh 44 cat $OBJ_LIST_FILE | xargs rm
  /external/toybox/tests/
mkfifo.test 8 rm one
13 rm existing
17 rm one two
22 rm one
28 rm -f one
split.test 8 rm xa[a-z]
11 rm xa[a-z]
15 rm xa[a-z]
18 rm xa[ab]
22 rm walrus*
31 rm file whang*
  /external/e2fsprogs/debian/
libuuid1.postrm 5 rm -rf /var/lib/libuuid
uuid-runtime.postrm 5 rm -rf /var/run/uuidd
  /external/strace/tests/
getdents.test 7 rm -rf -- "$LOG".dir
getdents64.test 7 rm -rf -- "$LOG".dir
readdir.test 7 rm -rf -- "$LOG".dir
  /external/strace/tests-m32/
getdents.test 7 rm -rf -- "$LOG".dir
getdents64.test 7 rm -rf -- "$LOG".dir
readdir.test 7 rm -rf -- "$LOG".dir
  /external/strace/tests-mx32/
getdents.test 7 rm -rf -- "$LOG".dir
getdents64.test 7 rm -rf -- "$LOG".dir
readdir.test 7 rm -rf -- "$LOG".dir
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
cln.sh 13 rm -r Build
17 rm -r Conf/.cache
21 rm -r RomImages
29 rm $(pwd)/EDK2.log
33 rm $(pwd)/Unitool.log
37 rm $(pwd)/Conf/target.txt
41 rm $(pwd)/Conf/BiosId.env
45 rm $(pwd)/Conf/tools_def.txt
49 rm $(pwd)/Conf/build_rule.txt
53 rm $(pwd)/Conf/BuildEnv.s
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 153 RetryManager rm = new RetryManager(mPhone, "default"); local
155 long delay = rm.getDelayForNextApn(false);
158 ApnSetting nextApn = rm.getNextApnSetting();
160 delay = rm.getDelayForNextApn(false);
178 RetryManager rm = new RetryManager(mPhone, "default"); local
179 rm.setWaitingApns(waitingApns);
181 ApnSetting nextApn = rm.getNextApnSetting();
183 long delay = rm.getDelayForNextApn(false);
200 RetryManager rm = new RetryManager(mPhone, "supl"); local
201 rm.setWaitingApns(waitingApns)
255 RetryManager rm = new RetryManager(mPhone, "default"); local
293 RetryManager rm = new RetryManager(mPhone, "dun"); local
341 RetryManager rm = new RetryManager(mPhone, "mms"); local
389 RetryManager rm = new RetryManager(mPhone, "fota"); local
424 RetryManager rm = new RetryManager(mPhone, "xyz"); local
483 RetryManager rm = new RetryManager(mPhone, "ims"); local
540 RetryManager rm = new RetryManager(mPhone, "default"); local
592 RetryManager rm = new RetryManager(mPhone, "default"); local
630 RetryManager rm = new RetryManager(mPhone, "default"); local
688 RetryManager rm = new RetryManager(mPhone, "hipri"); local
758 RetryManager rm = new RetryManager(mPhone, "default"); local
808 RetryManager rm = new RetryManager(mPhone, "dun"); local
889 RetryManager rm = new RetryManager(mPhone, "mms"); local
945 RetryManager rm = new RetryManager(mPhone, "default"); local
988 RetryManager rm = new RetryManager(mPhone, "default"); local
    [all...]

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>