HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 576 - 600 of 705) sorted by null

<<212223242526272829

  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 239 clean:
Makefile 1528 $(MAKE) -C ../src/drivers clean; \
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 174 * @param clean true if this is clean
176 public void setClean(boolean clean) {
177 mClean = clean;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 135 protected void clean(IProgressMonitor monitor) throws CoreException { method in class:PostCompilerBuilder
136 super.clean(monitor);
142 AdtPlugin.log(IStatus.INFO, "%s CLEAN(POST)", project.getName());
    [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh 53 # clean remove files from the build directory
1016 clean|clea|cle|cl)
1017 shift; set dummy --mode clean ${1+"$@"}; shift
1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh 53 # clean remove files from the build directory
1016 clean|clea|cle|cl)
1017 shift; set dummy --mode clean ${1+"$@"}; shift
1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
    [all...]
  /external/libexif/
ltmain.sh 52 # clean remove files from the build directory
1023 clean|clea|cle|cl)
1024 shift; set dummy --mode clean ${1+"$@"}; shift
    [all...]
  /external/openfst/
ltmain.sh 53 # clean remove files from the build directory
1016 clean|clea|cle|cl)
1017 shift; set dummy --mode clean ${1+"$@"}; shift
1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
    [all...]
  /external/pixman/
ltmain.sh 53 # clean remove files from the build directory
1016 clean|clea|cle|cl)
1017 shift; set dummy --mode clean ${1+"$@"}; shift
1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 53 # clean remove files from the build directory
1016 clean|clea|cle|cl)
1017 shift; set dummy --mode clean ${1+"$@"}; shift
1106 clean|compile|execute|finish|install|link|relink|uninstall) ;;
    [all...]
  /build/core/
base_rules.mk 460 ## make clean- targets
462 cleantarget := clean-$(LOCAL_MODULE)
469 @echo "Clean: $(PRIVATE_MODULE)"
  /external/oprofile/events/x86-64/family10/
unit_masks 112 0x02 Probe hit clean
179 0x20 Change-to-Dirty (first store to clean block already in cache)
  /ndk/tests/
run-tests.sh 424 # do "clean" instead of -B
425 run $WINE cmd /c Z:$NDK/ndk-build.cmd clean
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1007 fail_panic "Could not clean $(pwd)/$1"
    [all...]
  /build/core/tasks/
cts.mk 190 # Package CTS and clean up.
  /dalvik/vm/
Dvm.mk 19 # a "clean" build -- not everything depends on Dalvik.h. (See Android.mk
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh 49 # clean remove files from the build directory
701 clean|clea|cle|cl)
702 shift; set dummy --mode clean ${1+"$@"}; shift
750 clean) ;;
    [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh 49 # clean remove files from the build directory
701 clean|clea|cle|cl)
702 shift; set dummy --mode clean ${1+"$@"}; shift
750 clean) ;;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_state.c 967 targ->clean = TRUE;
1015 nv50_so_target(targets[i])->clean = TRUE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_state.c 884 targ->clean = TRUE;
927 nvc0_so_target(targets[i])->clean = TRUE;
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh 49 # clean remove files from the build directory
708 clean|clea|cle|cl)
709 shift; set dummy --mode clean ${1+"$@"}; shift
757 clean) ;;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh 49 # clean remove files from the build directory
701 clean|clea|cle|cl)
702 shift; set dummy --mode clean ${1+"$@"}; shift
750 clean) ;;
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 908 def build(self, gyp_file, target=None, rebuild=False, clean=False, **kw):
914 if clean:
915 build = '/Clean'
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unbox-double-arrays.js 352 // Force gc here to start with a clean heap if we repeat this test multiple
  /external/icu4c/
icudefs.mk 221 # Force removal [for make clean]

Completed in 1795 milliseconds

<<212223242526272829