/frameworks/base/core/java/android/ddm/ |
DdmHandleNativeHeap.java | 53 * periodic transmissions or clean up saved state.
|
/frameworks/base/core/java/android/os/ |
RegistrantList.java | 118 /* Clean up both the requested registrant and
|
/packages/apps/Phone/src/com/android/phone/ |
Profiler.java | 43 // TODO: Clean up any usage of these times. (There's no "incoming call
|
/external/emma/ |
build.xml | 45 description="-> full build [without 'clean']" 51 description="-> re-compiles updated core sources [no 'clean']" 54 description="-> re-packages core classes [no 'clean']" 133 <target name="clean" depends="clean.out, clean.dist" description="-> complete clean (output + distribution)" /> 135 <target name="clean.out" description="-> output clean" > 139 <target name="clean.dist" description="-> distribution clean" [all...] |
/external/libffi/ |
Makefile.in | 198 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 199 distclean-recursive maintainer-clean-recursive 502 clean-libLTLIBRARIES: 511 clean-noinstLTLIBRARIES: [all...] |
/bionic/libc/kernel/tools/ |
clean_header.py | 12 this functions returns the destination path and the clean header 90 this will try to update the corresponding 'clean header'
|
/development/pdk/docs/porting/ |
source_setup_guide.jd | 41 <p>On a clean Dapper system, type the following:</p> 87 <p>On a clean system, type the following:</p>
|
/external/clearsilver/ |
Makefile | 92 clean: 94 $(MAKE) -C $$mdir clean; \
|
/external/clearsilver/ruby/ |
install.rb | 689 %w( config setup install clean ).collect {|t| sprintf fmt, t } 707 # clean 711 exec_task_traverse 'clean' 723 clean 726 def clean method in class:Installer 727 command config('make-prog') + ' clean' if File.file? 'Makefile' 793 [ 'clean', "does `make clean' for each extention" ]
|
/external/dbus/test/ |
Makefile.am | 135 ## this doesn't clean generated test data files when srcdir=builddir 136 clean-local:
|
/external/dropbear/debian/ |
rules | 48 clean: deb-checkdir deb-checkuid 105 .PHONY: patch build clean install binary-indep binary-arch binary
|
/external/expat/amiga/ |
Makefile | 5 .PHONY: help all staticlib sharedlib check clean install 61 clean:
|
/external/fsck_msdos/ |
ext.h | 51 extern int skipclean; /* skip clean file systems if preening */ 61 * Check the dirty flag. If the file system is clean, then return 1.
|
/external/kernel-headers/original/linux/ |
notifier.h | 115 * Clean way to return from the notifier and stop further calls. 121 * over time (eg laptop power reset chains, reboot chain (to clean
|
/external/libpng/scripts/ |
makefile.bor | 148 # Clean up anything else you want 149 clean:
|
/external/opencore/pvmi/recognizer/include/ |
pvmf_recognizer_plugin.h | 64 * Virtual destructor for the plug-in. All plug-ins should perform any clean up here 126 * Virtual destructor for the plug-in factory. All plug-in factory should perform any clean up here
|
/external/openssl/crypto/store/ |
str_meth.c | 94 sm->clean = clean_f; 183 return sm->clean;
|
/external/ppp/pppd/include/net/ |
pppio.h | 53 #define PPPIO_GCLEAN _PPPIO(143) /* get 8-bit-clean flags */ 82 * Values for 8-bit-clean flags.
|
/external/quake/quake/src/WinQuake/ |
in_sun.cpp | 142 // we really really want to clean these up... 147 // IN_Shutdown - clean up mouse settings (must be done from signal handler too!)
|
/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/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/ |
runPatchCommand.pl | 100 $title = "runPatchCommand: Reverse new file (clean up previous)."; 103 options => ["--silent", "--remove-empty-files"]}; # To clean up.
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
early_warning_system.py | 52 "--force-clean", 65 "--force-clean",
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
Turbo-C | 153 $(MAKE) clean 155 clean:
|
/external/zlib/examples/ |
zpipe.c | 71 /* clean up and return */ 135 /* clean up and return */
|
/external/zlib/win32/ |
Makefile.gcc | 104 .PHONY: install uninstall clean 120 clean:
|