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

12 3 4 5 6 7 8 91011>>

  /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/internal/clean/
clean.go 5 // Package clean implements the ``go clean'' command.
6 package clean package
24 UsageLine: "clean [-i] [-r] [-n] [-x] [-cache] [-testcache] [build flags] [packages]",
27 Clean removes object files from package source directories.
29 so go clean is mainly concerned with object files left by other
32 Specifically, clean removes the following files from each of the
52 The -i flag causes clean to remove the corresponding installed
55 The -n flag causes clean to print the remove commands it would execute,
58 The -r flag causes clean to be applied recursively to all th
168 func clean(p *load.Package) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/clean/
clean.go 5 // Package clean implements the ``go clean'' command.
6 package clean package
24 UsageLine: "clean [-i] [-r] [-n] [-x] [-cache] [-testcache] [build flags] [packages]",
27 Clean removes object files from package source directories.
29 so go clean is mainly concerned with object files left by other
32 Specifically, clean removes the following files from each of the
52 The -i flag causes clean to remove the corresponding installed
55 The -n flag causes clean to print the remove commands it would execute,
58 The -r flag causes clean to be applied recursively to all th
168 func clean(p *load.Package) { func
    [all...]
  /cts/hostsidetests/api/src/com/android/cts/api/
FilePuller.java 46 void clean() { method in class:FilePuller
  /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,
  /external/mesa3d/src/compiler/glsl/glcpp/
pp.c 114 char *clean = ralloc_strdup(ctx, ""); local
179 ralloc_strncat(&clean, shader,
182 ralloc_strcat(&clean, newline_separator);
203 ralloc_strncat(&clean, shader, backslash - shader);
209 ralloc_strcat(&clean, shader);
211 return clean;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_resource.h 42 boolean clean; member in struct:virgl_resource
  /libcore/ojluni/src/main/java/sun/misc/
Cleaner.java 139 public void clean() { method in class:Cleaner
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
JmhClientSocketBenchmark.java 47 public void clean() { method in class:JmhClientSocketBenchmark.BytesPerSecondCounter
JmhServerSocketBenchmark.java 46 public void clean() { method in class:JmhServerSocketBenchmark.BytesPerSecondCounter
  /external/curl/
buildconf.bat 56 if /i "%~1" == "-clean" (
57 set MODE=CLEAN
84 call :clean
143 rem Main clean function.
148 rem 1 - failed to clean Makefile
149 rem 2 - failed to clean tool_hugehelp.c
151 :clean label
240 rem Function to clean-up local variables under DOS, Windows 3.x and
259 echo Usage: buildconf [-clean]
261 echo -clean - Removes the file
    [all...]
  /external/deqp/external/
fetch_sources.py 51 def clean (self): member in class:Source
69 def clean (self): member in class:SourcePackage
70 Source.clean(self)
78 Source.clean(self)
274 parser.add_argument('--clean', dest='clean', action='store_true', default=False,
298 if args.clean:
299 pkg.clean()
  /external/ltp/testcases/kernel/syscalls/mknodat/
mknodat01.c 45 static void clean(void);
110 /* clean created nodes before next run */
111 clean();
145 static void clean(void) function
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
CertificateChainCleaner.java 59 public List<Certificate> clean(List<Certificate> chain) throws SSLPeerUnverifiedException { method in class:CertificateChainCleaner
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 169 Clean the attributes of this element.
175 public void clean() { method in class:Element
  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 184 cleaner.clean();
219 cleaner.clean();
  /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/curl/projects/
generate.bat 67 ) else if /i "%~1" == "-clean" (
68 set MODE=CLEAN
86 call ..\buildconf -clean
88 call ..\buildconf -clean
112 call :clean Windows\VC6\src\curl.dsp
113 call :clean Windows\VC6\lib\libcurl.dsp
127 call :clean Windows\VC7\src\curl.vcproj
128 call :clean Windows\VC7\lib\libcurl.vcproj
142 call :clean Windows\VC7.1\src\curl.vcproj
143 call :clean Windows\VC7.1\lib\libcurl.vcpro
389 :clean label
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessProgramPipelinesTests.cpp 234 /* Clean up. */
235 clean();
375 void DefaultsTest::clean() function in class:gl4cts::DirectStateAccess::ProgramPipelines::DefaultsTest
533 /* Clean-up. */
534 clean();
771 void FunctionalTest::clean() function in class:gl4cts::DirectStateAccess::ProgramPipelines::FunctionalTest
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayETC2Support.cpp 81 clean();
359 void TextureCubeMapArrayETC2Support::clean() function in class:glcts::TextureCubeMapArrayETC2Support
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 87 public void clean() { method in class:TransformAccessArrayField
  /external/ltp/testcases/network/nfsv4/locks/
locktests.py 93 def clean(self, dir): member in class:Serveur
102 print "-c <machine> : host list to deploy/run/clean the test"
152 def clean(): function
  /external/markdown/markdown/
blockprocessors.py 232 block = '\n'.join([self.clean(line) for line in
244 def clean(self, line): member in class:BlockQuoteProcessor

Completed in 1075 milliseconds

12 3 4 5 6 7 8 91011>>