/system/core/sh/funcs/ |
pushd | 43 SAVE=`pwd` 55 DSTACK="$SAVE $DSTACK"
|
/system/core/toolbox/ |
rm.c | 55 int save = errno; local 57 errno = save;
|
/packages/apps/Browser/res/values-tl/ |
strings.xml | 27 <string name="tab_snapshots" msgid="1449241204980265186">"Naka-save na mga pahina"</string> 34 <string name="bookmarks_add_page" msgid="3093456701072617702">"I-save ang bookmark"</string> 59 <string name="save" msgid="5922311934992468496">"OK"</string> 73 <string name="save_to_bookmarks" msgid="1679286010089780932">"I-save sa mga bookmark"</string> 83 <string name="bookmark_saved" msgid="2766434679871317557">"Na-save sa mga bookmark."</string> 84 <string name="bookmark_not_saved" msgid="1077732557310662080">"Hindi ma-save ang bookmark."</string> 106 <string name="menu_save_snapshot" msgid="6935080344031126139">"I-save para sa offline na pagbabasa"</string> 107 <string name="saving_snapshot" msgid="1693789062351182809">"Sine-save..."</string> 108 <string name="snapshot_failed" msgid="4584580873565876033">"Hindi ma-save para sa offline na pagbabasa."</string> 114 <string name="contextmenu_savelink" msgid="5508554930832538184">"I-save ang link"</string [all...] |
/external/chromium/chrome/browser/download/ |
save_file_manager.cc | 64 // save ID for for managing the status of the saving operation. So we 66 // unique save ID. 109 // Look up a SavePackage according to a save id. 145 // We manually start the save job. 154 // this kind of save job by ourself. 163 // A manager may have multiple save page job (SavePackage) in progress, 164 // so we just look up the save id and remove it from the tracking table. 165 // If the save id is -1, it means we just send a request to save, but the 172 // A save page job (SavePackage) can only have one manager [all...] |
download_item_model.h | 60 SavePageModel(SavePackage* save, DownloadItem* download);
|
download_types.h | 35 // Holds the information about how to save a download file.
|
/external/skia/src/core/ |
SkPictureRecord.cpp | 19 // just need a value that save or getSaveCount would never return 64 int SkPictureRecord::save(SaveFlags flags) { function in class:SkPictureRecord 65 // record the offset to us, making it non-positive to distinguish a save 69 addDraw(SAVE); 73 return this->INHERITED::save(flags); 78 // record the offset to us, making it non-positive to distinguish a save 98 int count = this->INHERITED::save(flags); 141 2, // SAVE, 160 * matching save(), and see if we can eliminate the pair of them, due to no 173 // back up to the save bloc [all...] |
/bootable/recovery/minzip/ |
DirUtil.c | 223 int save = errno; local 225 errno = save; 282 int save = errno; local 284 errno = save;
|
/cts/suite/audio_quality/lib/src/task/ |
TaskSave.cpp | 51 return true; // true as there is no need to save 73 LOGE("mkdir of save dir %s failed, error %d", dirName.string(), errno); 91 LOGE("save failed"); 104 return true; // true as there is no need to save
|
/cts/suite/audio_quality/test_description/test/ |
missing_mandatory.xml | 29 <save file="host_in" report="rms_.*" />
|
wrong_attrib.xml | 27 <save file="host_in" report="rms_.*" unsupprotedattrib="should fail"/>
|
/cts/tests/tests/holo/src/android/holo/cts/modifiers/ |
DialogBuilder.java | 25 * of this interface is required in order to appropriately save
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
DexClassLoadingException.java | 21 * trying to save dex file with generated class and load the class afterwards.
|
/dalvik/vm/compiler/template/mips/ |
fbinop.S | 15 move rOBJ, a0 # save a0
|
/dalvik/vm/mterp/x86/ |
OP_DIV_LONG.S | 6 SPILL(rIBASE) # save rIBASE/%edx
|
OP_DIV_LONG_2ADDR.S | 7 SPILL(rIBASE) # save rIBASE/%edx
|
OP_MUL_LONG.S | 15 SPILL_TMP2(%esi) # save Dalvik PC
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PersistentState.java | 51 * App/Activity/Save & Restore State 57 * <td class="DescrColumn">The Save/Restore Screen implementation</td> 87 // Retrieve the EditText widget whose state we will save. 113 * Any time we are paused we need to save away the current state, so it
|
/external/chromium/chrome/browser/password_manager/ |
password_store_win.h | 44 // Overridden so that we can save the form for later use.
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
error_applescript.h | 25 // Error when invalid tab save type is entered.
|
/external/chromium/chrome/browser/ui/cocoa/ |
focus_tracker.mm | 17 // an NSTextView is the current first responder, save a pointer to
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar.h | 27 // // Do something with the controller, and save a pointer so it can be
|
/external/chromium/testing/gtest/xcode/Config/ |
ReleaseProject.xcconfig | 31 // When we strip we want to strip all symbols in release, but save externals.
|
/external/e2fsprogs/lib/blkid/ |
Android.mk | 13 save.c \
|
/external/e2fsprogs/misc/ |
e2image.8.in | 7 e2image \- Save critical ext2/ext3/ext4 filesystem metadata to a file 18 program will save critical ext2, ext3, or ext4 filesystem metadata located on 49 filesystems on a system and save the partition 57 To save disk space,
|