HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 426 - 450 of 528) sorted by null

<<11121314151617181920>>

  /external/linux-tools-perf/
Makefile 505 python-clean :=
510 python-clean := $(PYTHON_WORD) util/setup.py clean \
787 @echo ' distclean - alias to clean'
788 @echo ' clean - clean all binary objects and build output'
895 clean:
899 $(MAKE) -C Documentation/ clean
901 $(python-clean)
903 .PHONY: all install clean stri
    [all...]
  /build/core/
main.mk 81 # This allows us to force a clean build - included after the config.make
420 ifeq ($(MAKECMDGOALS),clean)
900 .PHONY: clean
901 clean:
906 clobber: clean
  /external/quake/quake/src/QW/
Makefile.Linux 915 clean: clean-debug clean-release
917 clean-debug:
920 clean-release:
  /external/quake/quake/src/WinQuake/
Makefile.linuxi386     [all...]
  /external/regex-re2/lib/codereview/
codereview.py 753 modified, added, removed, deleted, unknown, ignored, clean = repo.status(node1, node2, matcher, ignored=True, clean=True, unknown=True)
754 return (modified, added, removed, deleted, unknown, ignored, clean)
764 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, [p], opts)
773 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, [p], opts)
902 modified, added, removed, deleted, unknown, ignored, clean = matchpats(ui, repo, pats, {})
919 if f in clean:
    [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 254 clean:
262 mostlyclean: clean
263 distclean: clean
  /external/e2fsprogs/misc/
Makefile.in 530 clean:
542 mostlyclean: clean
543 distclean: clean
  /external/wpa_supplicant_8/hostapd/
Makefile 864 $(MAKE) -C ../src/drivers clean; \
916 clean:
917 $(MAKE) -C ../src clean
  /external/bison/data/
glr.cc 24 # skeleton is clean and pure enough so that there are no real
  /external/linux-tools-perf/Documentation/
Makefile 216 clean:
  /external/oprofile/events/i386/nehalem/
unit_masks 341 0x01 demand_clean Counts L2 clean cache lines evicted by a demand request
343 0x04 prefetch_clean Counts L2 clean cache line evicted by a prefetch request
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 506 the code clean (no phoneme codes here), and maps 's' to 's' or 'z'
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 57 selector = jQuery.clean( [ match[1] ], context );
108 // Get the whole matched element set as a clean array
112 // Return a 'clean' array
320 return jQuery.clean([html.replace(/ jQuery\d+="(?:\d+|null)"/g, "").replace(/^\s*/, "")])[0];
517 scripts = jQuery.clean( args, (this[0].ownerDocument || this[0]), fragment ),
847 clean: function( elems, context, fragment ) {
    [all...]
  /external/e2fsprogs/
e2fsprogs.spec 82 %clean
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/openssh/contrib/suse/
openssh.spec 173 %clean
  /external/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 38 // Note: they are put into a separate file as we need maximally clean
array-elements-from-array-prototype.js 38 // Note: they are put into a separate file as we need maximally clean
array-elements-from-object-prototype.js 38 // Note: they are put into a separate file as we need maximally clean
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 218 // We need to clean one cookie at a time because to be cleared the
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 239 clean:
  /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 133 protected void clean(IProgressMonitor monitor) throws CoreException { method in class:PostCompilerBuilder
134 super.clean(monitor);
140 AdtPlugin.log(IStatus.INFO, "%s CLEAN(POST)", project.getName());
    [all...]
  /external/expat/conftools/
ltmain.sh 52 # clean remove files from the build directory
1020 clean|clea|cle|cl)
1021 shift; set dummy --mode clean ${1+"$@"}; shift
1109 clean|compile|execute|finish|install|link|relink|uninstall) ;;
    [all...]

Completed in 1250 milliseconds

<<11121314151617181920>>