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

1 2

  /external/iptables/iptables/
iptables-apply 44 The script will try to apply a new ruleset (as output by iptables-save/read
104 SAVE=ip6tables-save
108 SAVE=iptables-save
113 COMMANDS=(tempfile "$SAVE" "$RESTORE")
127 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");
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 56 * Prompts the user for a save location and pulls the remote files into this location.
61 * @param title The title of the File Save dialog.
73 FileDialog fileDialog = new FileDialog(mParentShell, SWT.SAVE);
97 * Prompts the user for a save location and copies a temp file into it.
101 * @param title The title of the File Save dialog.
105 FileDialog fileDialog = new FileDialog(mParentShell, SWT.SAVE);
118 "Failed to save file '%1$s'%2$s",
157 * @param data the data to save
169 * @param data the data to save
  /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/chromium/chrome/browser/sync/engine/
syncer_thread2_whitebox_unittest.cc 107 EXPECT_EQ(decision, SyncerThread::SAVE);
157 EXPECT_EQ(decision, SyncerThread::SAVE);
169 EXPECT_EQ(decision, SyncerThread::SAVE);
syncer_thread.cc 186 return SAVE;
191 return SAVE;
198 return job.is_canary_job ? CONTINUE : SAVE;
211 return SAVE;
234 return job.purpose == SyncSessionJob::NUDGE ? SAVE : DROP;
265 if (decision != SAVE)
    [all...]
syncer_thread.h 103 // Indicates that we should save it to be processed later.
104 SAVE,
232 // Decide whether we should CONTINUE, SAVE or DROP the job.
235 // Decide on whether to CONTINUE, SAVE or DROP the job when we are in
  /external/skia/src/core/
SkPicture.cpp 67 case SAVE: return "SAVE";
SkPictureFlat.h 47 SAVE,
SkPicturePlayback.cpp 14 a save/restore block because a clip... command returned false (empty).
725 case SAVE:
726 canvas.save((SkCanvas::SaveFlags) getInt());
    [all...]
SkPictureRecord.cpp 35 int SkPictureRecord::save(SaveFlags flags) { function in class:SkPictureRecord
36 addDraw(SAVE);
42 return this->INHERITED::save(flags);
65 int count = this->INHERITED::save(flags);
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/
HierarchyViewerDirector.java 467 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
474 fileDialog.setText("Choose where to save the tree image");
490 imageLoader.save(extensionedFileName, SWT.IMAGE_PNG);
492 Log.e(TAG, "Unable to save tree view as a PNG image at "
511 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
518 fileDialog.setText("Choose where to save the screenshot");
533 imageLoader.save(extensionedFileName, SWT.IMAGE_PNG);
535 Log.e(TAG, "Unable to save tree view as a PNG image at "
552 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
559 fileDialog.setText("Choose where to save the window layers")
    [all...]
  /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 107 FileDialog fileDialog = new FileDialog(browseButton.getShell(), SWT.SAVE);
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 51 * Execute a command on an ADB-attached device and save the output.
115 // file save dialog was invoked.)
165 // "save" button
167 mSave.setText("Save");
344 mSave.setEnabled(true); // save partial
354 * Allow the user to save the contents of the text dialog.
357 FileDialog dlg = new FileDialog(shell, SWT.SAVE);
360 dlg.setText("Save output...");
409 Log.w("ddms", "Unable to save " + fileName + ": " + ioe);
424 * Return a default filename for the "save" command
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ScreenShotDialog.java 50 * Gather a screen shot from the device and save it to a file.
152 // "save" button
154 mSave.setText("Save");
293 * Prompt the user to save the image to disk.
296 FileDialog dlg = new FileDialog(shell, SWT.SAVE);
302 dlg.setText("Save image...");
341 loader.save(fileName, SWT.IMAGE_PNG);
344 Log.w("ddms", "Unable to save " + fileName + ": " + e.getMessage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 150 FileDialog fd = new FileDialog(Display.getDefault().getActiveShell(), SWT.SAVE);
152 fd.setText("Save To");
  /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",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 324 // Pop up the file save window to get the file location
325 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 508 // where do we save by default?
515 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.SAVE);
528 DirectoryDialog directoryDialog = new DirectoryDialog(mParent.getShell(), SWT.SAVE);
768 * @param localDirector the local directory in which to save the files.
    [all...]
  /external/qemu/android/
hw-events.h 278 KEY_CODE(SAVE ,234) \
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java 150 FileDialog fileDialog = new FileDialog(mParent.getShell(), SWT.SAVE);
152 fileDialog.setText("Save Event Log");
268 // now we save the tag file
  /external/qemu/tcg/sparc/
tcg-target.c 255 #define SAVE (INSN_OP(2) | INSN_OP3(0x3c))
696 tcg_out32(s, SAVE | INSN_RD(TCG_REG_O6) | INSN_RS1(TCG_REG_O6) |
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 121 private static final String IMAGE_SAVE_LOG_TO_FILE = "save.png"; //$NON-NLS-1$
216 /* save all filter settings except the first one which is the default */
607 * Save logcat messages selected in the table to a file.
619 /* save messages to file in a different (non UI) thread */
652 FileDialog fd = new FileDialog(Display.getCurrent().getActiveShell(), SWT.SAVE);
654 fd.setText("Save Log..");
671 mLogFileExportFolder = fd.getFilterPath(); /* save path to restore on future calls */
    [all...]

Completed in 501 milliseconds

1 2