HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 601 - 625 of 1093) sorted by null

<<21222324252627282930>>

  /external/autotest/client/bin/
local_host_unittest.py 21 self.tmpdir.clean()
site_sysinfo_unittest.py 43 self.tempdir.clean()
  /external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/
hardware_MultiReaderPowerConsumption.py 36 self._ramdisk_path.clean()
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 106 if self._tempdir: self._tempdir.clean()
  /external/bison/
GNUmakefile 50 _is-dist-target ?= $(filter-out %clean, \
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_pool.py 64 # Clean previous tests.
208 # Wait, clean the connection pool, and make sure it's empty.
211 s3._pool.clean()
234 # Clean up.
  /external/curl/lib/
Makefile.Watcom 182 clean: .SYMBOLIC
187 vclean distclean: clean .SYMBOLIC
  /external/e2fsprogs/debian/attic/libs/
rules 60 clean:
182 .PHONY: binary binary-arch binary-indep clean checkroot
  /external/iputils/
Makefile 124 .PHONY: all ninfod clean distclean man html check-kernel modules snapshot
220 clean:
222 @$(MAKE) -C Modules clean
223 @$(MAKE) -C doc clean
226 $(MAKE) -C ninfod clean; \
229 distclean: clean
  /external/libcap/libcap/
Makefile 87 clean:
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
smakefile 104 clean:
107 realclean: clean
  /external/llvm/tools/llvm-shlib/
Makefile 113 clean-local::
  /external/lz4/lib/
Makefile 78 clean:
  /external/mesa3d/src/gallium/targets/libgl-xlib/
Makefile 113 clean:
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 92 clean:
  /external/mesa3d/src/glx/apple/
Makefile 123 clean:
  /external/selinux/libsepol/src/
Makefile 78 clean:
  /external/selinux/policycoreutils/newrole/
Makefile 78 clean:
  /external/sonic/
Makefile 59 clean:
  /external/wpa_supplicant_8/hs20/client/
Makefile 90 clean:
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 238 run ant clean debug install
  /frameworks/compile/slang/tests/
test.py 192 ' -n, --no-cleanup Don\'t clean up after running tests\n'
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 335 clean(s);
448 void clean(SNode s) { method in class:SynchronousQueue.TransferStack
454 * s. If there are multiple concurrent calls to clean, we
665 clean(t, s); method
740 void clean(QNode pred, QNode s) { method in class:SynchronousQueue.TransferQueue
    [all...]
  /libcore/ojluni/src/main/java/java/lang/ref/
ReferenceQueue.java 71 // If this reference is a Cleaner, then simply invoke the clean method instead
75 cl.clean();
  /prebuilts/go/darwin-x86/src/path/
path_test.go 17 // Already clean
68 if s := Clean(test.path); s != test.result {
69 t.Errorf("Clean(%q) = %q, want %q", test.path, s, test.result)
71 if s := Clean(test.result); s != test.result {
72 t.Errorf("Clean(%q) = %q, want %q", test.result, s, test.result)
87 allocs := testing.AllocsPerRun(100, func() { Clean(test.result) })
89 t.Errorf("Clean(%q): %v allocs, want zero", test.result, allocs)
173 // Already clean

Completed in 3794 milliseconds

<<21222324252627282930>>