HomeSort by relevance Sort by last modified time
    Searched defs:clean (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/llvm/autoconf/
AutoRegen.sh 8 clean() { function
25 want_autoconf_version_clean=$(clean $want_autoconf_version)
26 want_autoheader_version_clean=$(clean $want_autoheader_version)
27 want_aclocal_version_clean=$(clean $want_aclocal_version)
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Segment.cpp 14 clean();
30 void CJBig2_Segment::clean() function in class:CJBig2_Segment
  /external/javassist/src/main/javassist/convert/
Transformer.java 48 public void clean() {} method in class:Transformer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_clean.py 1 """Tests for distutils.command.clean."""
7 from distutils.command.clean import clean namespace
17 cmd = clean(dist)
19 # let's add some elements clean should remove
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_clean.py 1 """Tests for distutils.command.clean."""
7 from distutils.command.clean import clean namespace
17 cmd = clean(dist)
19 # let's add some elements clean should remove
  /build/core/
cleanbuild.mk 21 # Builds up a list of clean steps. Creates a unique
28 define _add-clean-step
45 define add-clean-step
48 $(eval $(call _add-clean-step,$(1),true)),\
49 $(eval $(call _add-clean-step,$(1))))
52 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps.
58 # If the clean_steps.mk file is missing (usually after a clean build)
70 # The major clean version is out-of-date. Do a full clean, and
71 # don't even bother with the clean steps
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /external/apache-http/src/org/apache/commons/codec/language/
SoundexUtils.java 41 * The String to clean.
42 * @return A clean String.
44 static String clean(String str) { method in class:SoundexUtils
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 58 clean? or raise("There are files that need to be committed first.")
61 def clean?
  /external/chromium_org/build/
install-chroot.sh 146 trap 'sudo apt-get clean; tput bel; echo; echo Failed' EXIT
212 echo "that you forgot to delete. You can always clean up mounts by"
447 echo "Usage ${0##*/} [-h|--help] [-c|--clean] [-C|--clean-all] [-l|--list] [--] args" | wrap "Usage ${0##*/} "
450 echo " clean: remove all old chroot sessions for \"${chroot}\"" | wrap " "
451 echo " clean-all: remove all old chroot sessions for all environments" | wrap " "
455 clean() { function
494 -c|--clean) shift; clean "${chroot}";;
495 -C|--clean-all) shift; clean;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
pp.c 103 char *clean = ralloc_strdup(ctx, ""); local
133 ralloc_strncat(&clean, shader, backslash - shader);
139 ralloc_strncat(&clean, shader, newline - shader + 1);
143 ralloc_strcat(&clean, "\n");
148 ralloc_strcat(&clean, shader);
149 return clean;
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_vector.c 51 static const GLfloat clean[4] = { 0, 0, 0, 1 }; local
52 const GLfloat v = clean[elt];
170 printf("checking col %u is clean as advertised ", j);
  /external/mesa3d/src/glsl/glcpp/
pp.c 103 char *clean = ralloc_strdup(ctx, ""); local
133 ralloc_strncat(&clean, shader, backslash - shader);
139 ralloc_strncat(&clean, shader, newline - shader + 1);
143 ralloc_strcat(&clean, "\n");
148 ralloc_strcat(&clean, shader);
149 return clean;
  /external/mesa3d/src/mesa/math/
m_vector.c 51 static const GLfloat clean[4] = { 0, 0, 0, 1 }; local
52 const GLfloat v = clean[elt];
170 printf("checking col %u is clean as advertised ", j);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 1 """distutils.command.clean
3 Implements the Distutils 'clean' command."""
14 class clean(Command): class in inherits:Command
16 description = "clean up temporary files from 'build' command"
57 log.debug("'%s' does not exist -- can't clean it",
68 log.warn("'%s' does not exist -- can't clean it",
80 # class clean
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 1 """distutils.command.clean
3 Implements the Distutils 'clean' command."""
14 class clean(Command): class in inherits:Command
16 description = "clean up temporary files from 'build' command"
57 log.debug("'%s' does not exist -- can't clean it",
68 log.warn("'%s' does not exist -- can't clean it",
80 # class clean
  /external/deqp/external/
fetch_sources.py 24 def clean (pkg): function
105 parser.add_argument('--clean-only', dest='cleanOnly', action='store_true', default=False,
106 help='Clean only, do not fetch/extract')
115 clean(pkg)
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 9 from distutils.command.clean import clean as _clean
17 class clean(_clean): class in inherits:_clean
298 'clean': clean
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder.py 65 def clean(self): member in class:_DirectoryTree
92 tree.clean()
  /external/lldb/include/lldb/Utility/
CleanUp.h 22 // - when the user explicitly calls clean.
95 clean();
118 // be cleaned up (see void CleanUp::clean()).
124 clean ();
153 clean() function in class:lldb_utility::CleanUp
228 clean();
251 // be cleaned up (see void CleanUp::clean()).
257 clean ();
286 clean() function in class:lldb_utility::CleanUp2
  /external/openssl/crypto/store/
str_locl.h 79 STORE_CLEANUP_FUNC_PTR clean; member in struct:store_method_st
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 169 Clean the attributes of this element.
175 public void clean() { method in class:Element
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 98 set.clean
174 def clean method in class:ANTLR3.CompileTask.GrammarSet
176 grammar.clean
355 def clean method in class:ANTLR3
365 deleted.concat( grammar.clean )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 190 def clean!
  /external/chromium_org/third_party/markdown/
blockprocessors.py 303 block = '\n'.join([self.clean(line) for line in
318 def clean(self, line): member in class:BlockQuoteProcessor

Completed in 334 milliseconds

1 2 3 4 5 6