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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/autoconf/
AutoRegen.sh 8 clean() { function
26 want_autoconf_version_clean=$(clean $want_autoconf_version)
27 want_autoheader_version_clean=$(clean $want_autoheader_version)
28 want_aclocal_version_clean=$(clean $want_aclocal_version)
29 want_libtool_version_clean=$(clean $want_libtool_version)
  /build/soong/ui/build/
cleanbuild.go 44 func clean(ctx Context, config Config, what int) { func
58 // This is faster than a full clean, since we're not deleting the
155 ctx.Println("DISABLE_AUTO_INSTALLCLEAN is set; skipping auto-clean. Your tree may be in an inconsistent state.")
  /external/autotest/client/common_lib/
autotemp.py 5 This wrapper provides a mechanism to clean up temporary files/dirs once they
35 t.clean() # clean up after yourself
47 def clean(self): member in class:tempfile
64 self.clean()
82 b.clean() # clean up after yourself
102 def clean(self): member in class:tempdir
116 logging.debug('Clean was not called for ' + self.name)
117 self.clean()
    [all...]
  /external/parameter-framework/upstream/parameter/
ElementLibrary.cpp 35 clean();
38 void CElementLibrary::clean() function in class:CElementLibrary
  /external/python/cpython2/PCbuild/
get_externals.bat 10 rem Optionally clean up first. Be warned that this can be very destructive!
12 for %%c in (-c --clean --clean-only) do (
13 if "%1"=="%%c" goto clean
19 :clean label
36 if "%1"=="--clean-only" (
80 echo.usage: %~n0 [[ -c ^| --clean ] ^| --clean-only ]
86 echo.Use the -c or --clean option to clean up all external library sources
    [all...]
  /external/python/cpython3/Lib/distutils/command/
clean.py 1 """distutils.command.clean
3 Implements the Distutils 'clean' command."""
12 class clean(Command): class in inherits:Command
14 description = "clean up temporary files from 'build' command"
55 log.debug("'%s' does not exist -- can't clean it",
66 log.warn("'%s' does not exist -- can't clean it",
  /external/python/cpython3/PCbuild/
get_externals.bat 10 rem Optionally clean up first. Be warned that this can be very destructive!
12 for %%c in (-c --clean --clean-only) do (
13 if "%1"=="%%c" goto clean
19 :clean label
36 if "%1"=="--clean-only" (
77 echo.usage: %~n0 [[ -c ^| --clean ] ^| --clean-only ]
83 echo.Use the -c or --clean option to clean up all external library sources
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
ops_util.cc 63 string clean; local
68 clean += ch;
70 clean += '_';
73 return clean;
  /prebuilts/go/darwin-x86/src/go/doc/
synopsis.go 37 // clean replaces each sequence of space, \n, \r, or \t characters
41 func clean(s string, flags int) string { func
69 s = clean(s[0:firstSentenceLen(s)], 0)
  /prebuilts/go/linux-x86/src/go/doc/
synopsis.go 37 // clean replaces each sequence of space, \n, \r, or \t characters
41 func clean(s string, flags int) string { func
69 s = clean(s[0:firstSentenceLen(s)], 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/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/deqp/external/openglcts/scripts/
verify_kc_cts_rev.py 46 def clean (self): member in class:Source
  /external/javassist/src/main/javassist/convert/
Transformer.java 48 public void clean() {} method in class:Transformer
  /external/protobuf/python/
setup.py 13 from distutils.command.clean import clean as _clean
109 class clean(_clean): class in inherits:_clean
244 'clean': clean,
  /external/python/cpython2/Lib/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/tensorflow/tensorflow/java/maven/
run_inside_container.sh 42 clean() { function
43 # Clean up any existing artifacts
44 # (though if run inside a clean docker container, there won't be any dirty
46 mvn -q clean
155 # Clean any previous attempts
213 # If successfully deployed, clean.
226 # Clean up when everything works
227 clean
244 clean
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /build/make/core/
cleanbuild.mk 45 # Builds up a list of clean steps. Creates a unique
52 define _add-clean-step
69 define add-clean-step
72 $(eval $(call _add-clean-step,$(1),true)),\
73 $(eval $(call _add-clean-step,$(1))))
76 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps.
83 # If the clean_steps.mk file is missing (usually after a clean build)
97 # The major clean version is out-of-date. Do a full clean, and
98 # don't even bother with the clean steps
    [all...]
  /prebuilts/tools/common/m2/repository/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/mesa3d/src/mesa/math/
m_vector.c 52 static const GLfloat clean[4] = { 0, 0, 0, 1 }; local
53 const GLfloat v = clean[elt];
171 printf("checking col %u is clean as advertised ", j);

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>