/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
save-op.s | 1 # Test the 's'-type operand, SAVE. 2 Main SAVE $45,0 3 SAVE X,0 4 SAVE X0,0
|
save-op.l | 1 GAS for MMIX .*/save-op.s page 1 5 2 0000 FA2D0000 Main SAVE \$45,0 6 3 0004 FA1F0000 SAVE X,0 7 4 0008 FA000000 SAVE X0,0 11 GAS for MMIX .*/save-op.s page 2 15 .*/save-op.s:2 .text:0000000000000000 Main
|
err-bpo1.s | 3 % SAVE, UNSAVE are not valid with base-plus-offset 11 SAVE buffer,0 % { dg-error "operands" "" }
|
comment-1.s | 27 SAVE $42,0 never; x y z
|
list-insns.s | 268 SAVE $4,0
|
/toolchain/binutils/binutils-2.25/binutils/ |
arlex.l | 61 "SAVE" { return SAVE; } 76 "save" { return SAVE; }
|
arparse.y | 59 %token SAVE 130 SAVE
|
/external/opencv3/modules/photo/test/ |
test_cloning.cpp | 44 #define SAVE(x) std::vector<int> params;\ 49 #define SAVE(x) 86 SAVE(result); 114 SAVE(result); 146 SAVE(result); 172 SAVE(result); 198 SAVE(result); 222 SAVE(result);
|
/external/iptables/iptables/ |
iptables-apply | 43 The script will try to apply a new ruleset (as output by iptables-save/read 91 SAVE=ip6tables-save 96 SAVE=iptables-save 114 COMMANDS=(tempfile "$SAVE" "$RESTORE") 128 if ! "$SAVE" >"$TMPFILE"; then
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
ImageFactory.java | 28 SAVE = getImage("floppy24.png"); 70 public ImageIcon SAVE ;
|
WorkSpaceController.java | 182 // save before run 251 /** Save test suite action. */ 254 super("Save", ImageFactory.getSingleton().SAVE); 255 putValue(SHORT_DESCRIPTION, "Save the test suite");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
UserPresetsManager.java | 24 private static final int SAVE = 3; 47 case SAVE: 89 public void save(ImagePreset preset, String name) { method in class:UserPresetsManager 90 Message msg = mProcessingHandler.obtainMessage(SAVE);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
EditIpSettingsActivity.java | 101 case SAVE: 110 save(); method 121 if (formPageType == WifiFormPageType.SAVE) { 144 private void save() { method in class:EditIpSettingsActivity 146 addPage(WifiFormPageType.SAVE);
|
EditProxySettingsActivity.java | 89 case SAVE: 112 save(); method 126 if (formPageType == WifiFormPageType.SAVE) { 149 private void save() { method in class:EditProxySettingsActivity 151 addPage(WifiFormPageType.SAVE);
|
WifiFormPageType.java | 56 SAVE(FormPageDisplayer.DISPLAY_TYPE_LOADING, R.string.wifi_saving, 0),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/ |
SaveImageAction.java | 35 super("Save Image", 38 setToolTipText("Save Image"); 44 FileDialog fd = new FileDialog(mImageCanvas.getShell(), SWT.SAVE);
|
/external/skia/tests/ |
MatrixClipCollapseTest.cpp | 20 // Structure methods only directly emit save and restores but call the 23 // be completely removed by the matrix/clip collapse. Note: every save in 36 // save/restore stack. 135 // since they also alter the save/restore structure. 424 *expected->append() = SAVE; 445 *expected->append() = SAVE; 451 *expected->append() = SAVE; 473 *expected->append() = SAVE; 480 *expected->append() = SAVE; 511 *expected->append() = SAVE; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ExportScreenshotAction.java | 50 FileDialog dialog = new FileDialog(shell, SWT.SAVE);
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
test_flow.py | 153 "Press SPACE to save this file and go to next test,\n" 154 " 'm' to save this file and record again,\n" 170 " SPACE to save this file if you are sure it's correct,", 504 if choice in (TFK.SAVE, TFK.SAVE2): 511 # Save this gesture file and go to next gesture. 512 if choice in (TFK.SAVE, TFK.SAVE2): 514 # Save this file and perform the same gesture again. 569 self._handle_keyboard_event(TFK.SAVE) 667 self._handle_keyboard_event(TFK.SAVE)
|
firmware_constants.py | 228 TFK.SAVE = KEY_SPACE
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeystoreSelectionPage.java | 95 fileDialog = new FileDialog(browseButton.getShell(),SWT.SAVE);
|
KeyCheckPage.java | 119 FileDialog fileDialog = new FileDialog(browseButton.getShell(), SWT.SAVE);
|
/external/skia/src/core/ |
SkPictureFlat.h | 53 SAVE,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 157 FileDialog dialog = new FileDialog(shell, SWT.SAVE); 174 "Save As", 210 String title = "Problems During Save As..."; 211 String msg = String.format("Save could not be completed. %s",
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
ScriptEditor.java | 94 SAVE, SAVE_AND_RUN, PREFERENCES, API_BROWSER, HELP, SHARE, GOTO, SEARCH; 180 menu.add(0, MenuId.SAVE.getId(), 0, "Save & Exit").setIcon(android.R.drawable.ic_menu_save); 181 menu.add(0, MenuId.SAVE_AND_RUN.getId(), 0, "Save & Run").setIcon( 195 if (item.getItemId() == MenuId.SAVE.getId()) { 196 save(); method 199 save(); method 259 private void save() { method in class:ScriptEditor 283 alert.setMessage("Would you like to save?"); 286 save(); 398 save(); method [all...] |