/external/iptables/extensions/ |
libxt_mark.c | 115 .save = mark_save, 128 .save = mark_mt_save,
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
JmeExporter.java | 54 public boolean save(Savable object, OutputStream f) throws IOException; method in interface:JmeExporter 65 public boolean save(Savable object, File f) throws IOException; method in interface:JmeExporter
|
/external/llvm/include/llvm/Support/ |
SaveAndRestore.h | 10 // This file provides utility classes that uses RAII to save and restore 20 // SaveAndRestore - A utility class that uses RAII to save and restore
|
/external/proguard/examples/ |
library.pro | 16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack 59 # is only a marker interface, so it wouldn't save them.
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
SDL_systhread.c | 69 // Save the function which we will have to call to clear the RTL of calling app! 71 // Also save the real parameters we have to pass to thread function
|
/external/quake/quake/src/QW/progs/ |
combat.qc | 112 local float save;
132 // save damage based on the target's armor level
134 save = ceil(targ.armortype*damage);
135 if (save >= targ.armorvalue)
137 save = targ.armorvalue;
142 targ.armorvalue = targ.armorvalue - save;
143 take = ceil(damage-save);
151 targ.dmg_save = targ.dmg_save + save;
|
/external/skia/gm/ |
blend.cpp | 51 canvas.save(); 67 canvas->save();
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 29 int SkBBoxHierarchyRecord::save(SaveFlags flags) { function in class:SkBBoxHierarchyRecord 31 return INHERITED::save(flags);
|
/external/webkit/Source/WebCore/html/ |
PasswordInputType.cpp | 52 // Should never save/restore password fields. 58 // Should never save/restore password fields.
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
PlatformContextCairo.h | 34 // In Cairo image masking is immediate, so to emulate image clipping we must save masking 66 void save();
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContextPlatformPrivateCG.h | 61 void save() {} function in class:WebCore::GraphicsContextPlatformPrivate 77 void save();
|
/frameworks/av/media/libstagefright/foundation/ |
AHierarchicalStateMachine.cpp | 51 sp<AState> save = mState; local 57 CHECK(save == mState);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ClearActivity.java | 70 canvas.save(); { 75 canvas.save(); {
|
MipMapActivity.java | 65 canvas.save(); 70 canvas.save();
|
Transform3dActivity.java | 79 canvas.save(); 88 camera.save();
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/ |
Exynos_OMX_Basecomponent.h | 87 /* Save Timestamp */ 91 /* Save Flags */
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageFileViewTest.java | 64 // Save this away 65 msg.save(mProviderContext);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
HolographicViewHelper.java | 78 canvas.save(); 96 canvas.save();
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ant/ |
applications2.xml | 24 <!-- Save the obfuscation mapping to a file, and preserve line numbers. --> 54 interface is only a marker interface, so it wouldn't save them.
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
applets.pro | 14 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack 50 # is only a marker interface, so it wouldn't save them.
|
applications.pro | 18 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack 56 # is only a marker interface, so it wouldn't save them.
|
library.pro | 16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack 60 # is only a marker interface, so it wouldn't save them.
|
servlets.pro | 15 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack 51 # is only a marker interface, so it wouldn't save them.
|
/system/core/sh/funcs/ |
dirs | 43 SAVE=`pwd` 55 DSTACK="$SAVE $DSTACK"
|
popd | 43 SAVE=`pwd` 55 DSTACK="$SAVE $DSTACK"
|