HomeSort by relevance Sort by last modified time
    Searched defs:clean (Results 1 - 25 of 259) 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)
  /external/ltp/testcases/commands/cpio/
cpio_tests.sh 93 # Function: clean
98 clean() function
103 $LTPBIN/tst_resm TINFO "CLEAN cleaning up before return"
171 clean # clean up before returning
  /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
63 logging.debug('Clean was not called for ' + self.name)
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
    [all...]
  /external/parameter-framework/upstream/parameter/
ElementLibrary.cpp 35 clean();
38 void CElementLibrary::clean() function in class:CElementLibrary
  /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/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,
  /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 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.
59 # If the clean_steps.mk file is missing (usually after a clean build)
71 # The major clean version is out-of-date. Do a full clean, and
72 # 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 
  /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/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);
  /external/testng/src/test/java/test/dependent/
DependentWithDataProviderSampleTest.java 56 public void clean() method in class:DependentWithDataProviderSampleTest
58 log("clean");
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 46 dbb.cleaner.clean();
  /prebuilts/go/darwin-x86/src/cmd/go/
clean.go 16 UsageLine: "clean [-i] [-r] [-n] [-x] [build flags] [packages]",
19 Clean removes object files from package source directories.
21 so go clean is mainly concerned with object files left by other
24 Specifically, clean removes the following files from each of the
44 The -i flag causes clean to remove the corresponding installed
47 The -n flag causes clean to print the remove commands it would execute,
50 The -r flag causes clean to be applied recursively to all the
53 The -x flag causes clean to print remove commands as it executes them.
61 var cleanI bool // clean -i flag
62 var cleanR bool // clean -r fla
108 func clean(p *Package) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
clean.go 16 UsageLine: "clean [-i] [-r] [-n] [-x] [build flags] [packages]",
19 Clean removes object files from package source directories.
21 so go clean is mainly concerned with object files left by other
24 Specifically, clean removes the following files from each of the
44 The -i flag causes clean to remove the corresponding installed
47 The -n flag causes clean to print the remove commands it would execute,
50 The -r flag causes clean to be applied recursively to all the
53 The -x flag causes clean to print remove commands as it executes them.
61 var cleanI bool // clean -i flag
62 var cleanR bool // clean -r fla
108 func clean(p *Package) { func
    [all...]
  /external/clang/utils/perf-training/
perf-helper.py 31 def clean(args): function
33 print('Usage: %s clean <path> <extension>\n' % __file__ +
42 print('Usage: %s clean <llvm-profdata> <output> <path>\n' % __file__ +
396 commands = {'clean' : clean,

Completed in 983 milliseconds

1 2 3 4 5 6 7 8 91011