HomeSort by relevance Sort by last modified time
    Searched refs:SAVE (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/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.27/binutils/
arlex.l 61 "SAVE" { return SAVE; }
76 "save" { return SAVE; }
arparse.y 59 %token SAVE
130 SAVE
  /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);
  /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...]
  /external/skqp/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/skia/src/core/
SkPictureFlat.h 57 SAVE,
  /external/skqp/src/core/
SkPictureFlat.h 57 SAVE,
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
SourceRoot.java 30 import static com.github.javaparser.utils.SourceRoot.Callback.Result.SAVE;
48 SAVE, DONT_SAVE
285 if (callback.process(localPath, absolutePath, result) == SAVE) {
287 save(result.getResult().get(), path);
333 if (callback.process(localPath, file, result) == SAVE) {
335 save(result.getResult().get(), path);
415 * Save the given compilation unit to the given path.
417 private SourceRoot save(CompilationUnit cu, Path path) { method in class:SourceRoot
421 cu.getStorage().get().save(printer);
426 * Save all previously parsed files back to a new path
    [all...]
  /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);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 264 FileDialog fd = new FileDialog(parentShell, SWT.SAVE);
266 fd.setText("Save To");

Completed in 275 milliseconds

1 2 3 4