/system/keymaster/ |
Makefile | 57 .PHONY: coverage memcheck massif clean run 72 $(MAKE) clean && $(MAKE) $< 141 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 )
|
/art/ |
Android.mk | 22 # clean-oat rules 27 # following the example of build's dont_bother for clean targets 28 ifneq (,$(filter clean-oat,$(MAKECMDGOALS))) 31 ifneq (,$(filter clean-oat-host,$(MAKECMDGOALS))) 34 ifneq (,$(filter clean-oat-target,$(MAKECMDGOALS))) 38 .PHONY: clean-oat 39 clean-oat: clean-oat-host clean-oat-target 41 .PHONY: clean-oat-hos [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_res.cpp | 213 goto clean; 221 goto clean; 233 goto clean; 239 goto clean; 250 goto clean; 255 goto clean; 262 goto clean; 281 goto clean; 290 goto clean; 295 } else { /* There is another error, and we're just gonna clean up * [all...] |
/external/harfbuzz_ng/ |
git.mk | 29 # when remove files in one of mostlyclean-local, clean-local, distclean-local, 30 # or maintainer-clean-local make targets. 35 # If "make maintainer-clean" removes the files but they are not recognized 307 maintainer-clean: gitignore-clean 308 gitignore-clean: 311 .PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe
|
/external/e2fsprogs/lib/et/ |
Makefile.in | 153 clean:: 161 mostlyclean:: clean 162 distclean:: clean
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_shader_state.c | 261 if (!targ->clean) 268 if (!targ->clean) { 272 targ->clean = FALSE;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_shader_state.c | 261 if (!targ->clean) 268 if (!targ->clean) { 272 targ->clean = FALSE;
|
/system/core/libutils/ |
BlobCache.cpp | 93 // Clean the cache and try again. 94 clean(); 115 // Clean the cache and try again. 116 clean(); 289 void BlobCache::clean() { function in class:android::BlobCache
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_projects.py | 188 def BuildProjectsBranch(pepperdir, branch, deps, clean, config, args=None): 230 if clean: 231 # Clean to remove temporary files but keep the built 232 buildbot_common.Run(make_cmd + ['clean'], cwd=make_dir, env=env) 236 clean=False, config='Debug'): 243 BuildProjectsBranch(pepperdir, branch, deps, clean, config)
|
/external/chromium_org/native_client_sdk/src/tools/ |
fix_deps.py | 89 parser.add_option('-c', '--clean', action='store_true', 101 if options.clean and input_filename != output_filename:
|
/external/chromium_org/third_party/skia/ |
make.py | 10 # make clean
24 TARGET_CLEAN = 'clean'
51 """Cross-platform "make clean" operation."""
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
android_perf | 8 # 3) perf clean # cleans the temporary directory used to store results 94 # Clean up 110 clean) 115 echo "setup, record, report, clean"
|
/external/dnsmasq/ |
Makefile | 45 clean :
|
/external/libsepol/src/ |
Makefile | 52 clean:
|
/external/lldb/ |
Makefile | 70 # Drop -Wsign-compare, which we are not currently clean with. 74 # currently clean with. 96 #clean:: 97 # @ $(MAKE) -C test clean 109 .PHONY: test report clean cscope.files
|
/external/lldb/test/functionalities/load_unload/ |
Makefile | 50 clean:
|
/external/skia/ |
make.py | 10 # make clean
24 TARGET_CLEAN = 'clean'
51 """Cross-platform "make clean" operation."""
|
/external/skia/platform_tools/android/bin/ |
android_perf | 8 # 3) perf clean # cleans the temporary directory used to store results 94 # Clean up 110 clean) 115 echo "setup, record, report, clean"
|
/external/strace/debian/ |
rules | 57 clean:
|
/external/zlib/src/contrib/puff/ |
Makefile | 41 clean:
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
Makefile | 116 clean:
|
/ndk/sources/host-tools/nawk-20071023/ |
GNUmakefile | 100 clean:
|
/ndk/sources/host-tools/ndk-stack/ |
GNUmakefile | 90 clean:
|
/prebuilts/devtools/ |
update_jars.sh | 56 ( $DRY cd ../../tools/$repo && $DRY ./gradlew clean publishLocal pushDistribution )
|