/external/chromium_org/ui/events/ |
events_base.target.darwin-mips.mk | 210 -Wl,--no-keep-memory \ 227 -Wl,--no-keep-memory \
|
events_base.target.linux-mips.mk | 210 -Wl,--no-keep-memory \ 227 -Wl,--no-keep-memory \
|
/external/chromium_org/ui/native_theme/ |
native_theme.target.darwin-mips.mk | 242 -Wl,--no-keep-memory \ 259 -Wl,--no-keep-memory \
|
native_theme.target.linux-mips.mk | 242 -Wl,--no-keep-memory \ 259 -Wl,--no-keep-memory \
|
/external/chromium_org/ui/shell_dialogs/ |
shell_dialogs.target.darwin-mips.mk | 250 -Wl,--no-keep-memory \ 267 -Wl,--no-keep-memory \
|
shell_dialogs.target.linux-mips.mk | 250 -Wl,--no-keep-memory \ 267 -Wl,--no-keep-memory \
|
/external/chromium_org/ui/snapshot/ |
snapshot.target.darwin-mips.mk | 237 -Wl,--no-keep-memory \ 254 -Wl,--no-keep-memory \
|
snapshot.target.linux-mips.mk | 237 -Wl,--no-keep-memory \ 254 -Wl,--no-keep-memory \
|
/external/chromium_org/ui/surface/ |
surface.target.darwin-mips.mk | 252 -Wl,--no-keep-memory \ 269 -Wl,--no-keep-memory \
|
surface.target.linux-mips.mk | 252 -Wl,--no-keep-memory \ 269 -Wl,--no-keep-memory \
|
/external/chromium_org/url/ |
url_lib.target.darwin-mips.mk | 236 -Wl,--no-keep-memory \ 253 -Wl,--no-keep-memory \
|
url_lib.target.linux-mips.mk | 236 -Wl,--no-keep-memory \ 253 -Wl,--no-keep-memory \
|
/external/chromium_org/webkit/common/user_agent/ |
user_agent.target.darwin-mips.mk | 215 -Wl,--no-keep-memory \ 232 -Wl,--no-keep-memory \
|
user_agent.target.linux-mips.mk | 215 -Wl,--no-keep-memory \ 232 -Wl,--no-keep-memory \
|
/external/chromium_org/webkit/common/ |
webkit_common.target.darwin-mips.mk | 252 -Wl,--no-keep-memory \ 269 -Wl,--no-keep-memory \
|
webkit_common.target.linux-mips.mk | 252 -Wl,--no-keep-memory \ 269 -Wl,--no-keep-memory \
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
webkit_compositor_support.target.darwin-mips.mk | 234 -Wl,--no-keep-memory \ 251 -Wl,--no-keep-memory \
|
webkit_compositor_support.target.linux-mips.mk | 234 -Wl,--no-keep-memory \ 251 -Wl,--no-keep-memory \
|
/external/chromium_org/webkit/ |
webkit_storage_common.target.darwin-mips.mk | 226 -Wl,--no-keep-memory \ 243 -Wl,--no-keep-memory \
|
webkit_storage_common.target.linux-mips.mk | 226 -Wl,--no-keep-memory \ 243 -Wl,--no-keep-memory \
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 187 Out->keep();
|
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 107 $keep = 0; # keep temp files around 332 elsif ($option =~ /^-keep$/i) 334 $keep = 1; 526 # If the keep flag is not set, this subroutine deletes all filenames that 533 if (!$keep) 546 print "Usage: perl $plname [testname] [-verbose] [-detail] [-keep]\n"; 586 . "-keep\n" 1121 # this subroutine generates the numeric suffix used to keep tmp filenames, 1174 # they are automatically cleaned up unless -keep was used, or the test fails [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraHolder.java | 36 * in {@code android.hardware.Camera}. The difference is if {@code keep()} is 48 private long mKeepBeforeTime = 0; // Keep the Camera before this time. 194 public synchronized void keep() { method in class:CameraHolder 199 // Keep the camera instance for 3 seconds.
|
MenuHelper.java | 86 // Keep the camera instance for a while. 88 CameraHolder.instance().keep();
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 827 bool RSExportType::keep() { function in class:slang::RSExportType 828 if (!RSExportable::keep()) 1169 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType 1402 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType 1537 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType [all...] |