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

1 2 3

  /external/chromium_org/third_party/skia/gm/
optimizations.cpp 57 (*preOptPattern)[0] = SAVE;
66 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
67 (*postOptPattern)[1] = SAVE;
74 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
75 (*postOptPattern)[1] = SAVE;
162 // SAVE
182 (*preOptPattern)[0] = SAVE;
184 (*preOptPattern)[2] = SAVE;
    [all...]
  /external/skia/gm/
optimizations.cpp 57 (*preOptPattern)[0] = SAVE;
66 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
67 (*postOptPattern)[1] = SAVE;
74 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
75 (*postOptPattern)[1] = SAVE;
162 // SAVE
182 (*preOptPattern)[0] = SAVE;
184 (*preOptPattern)[2] = SAVE;
    [all...]
  /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 112 case SAVE:
121 save(); method
132 if (formPageType == WifiFormPageType.SAVE) {
155 private void save() { method in class:EditIpSettingsActivity
157 addPage(WifiFormPageType.SAVE);
EditProxySettingsActivity.java 100 case SAVE:
123 save(); method
137 if (formPageType == WifiFormPageType.SAVE) {
160 private void save() { method in class:EditProxySettingsActivity
162 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/chromium_org/third_party/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/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/chromium_org/third_party/skia/tools/
filtermain.cpp 117 // SAVE
126 SAVE != canvas->getDrawCommandAt(curCommand+1)->getType() ||
184 // SAVE
190 if (SAVE != canvas->getDrawCommandAt(curCommand)->getType() ||
215 canvas->deleteDrawCommandAt(curCommand); // save
219 // SAVE
225 if (SAVE != canvas->getDrawCommandAt(curCommand)->getType() ||
263 canvas->deleteDrawCommandAt(curCommand); // save
267 // SAVE
273 if (SAVE != canvas->getDrawCommandAt(curCommand)->getType() |
    [all...]
  /external/skia/tools/
filtermain.cpp 118 // SAVE
127 SAVE != canvas->getDrawCommandAt(curCommand+1)->getType() ||
185 // SAVE
191 if (SAVE != canvas->getDrawCommandAt(curCommand)->getType() ||
216 canvas->deleteDrawCommandAt(curCommand); // save
220 // SAVE
226 if (SAVE != canvas->getDrawCommandAt(curCommand)->getType() ||
264 canvas->deleteDrawCommandAt(curCommand); // save
268 // SAVE
274 if (SAVE != canvas->getDrawCommandAt(curCommand)->getType() |
    [all...]
  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 53 canvas.save();
67 EXPECT_EQ(cmd, SAVE);
68 EXPECT_STREQ(SkDrawCommand::GetCommandString(cmd), "Save");
  /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/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 54 SAVE,
SkPictureRecord.cpp 30 // just need a value that save or getSaveCount would never return
104 0, // SAVE - no paint
150 // record the offset to us, making it non-positive to distinguish a save
163 size_t initialOffset = this->addDraw(SAVE, &size);
170 // record the offset to us, making it non-positive to distinguish a save
319 * matching save* and see if we are in the configuration:
327 // back up to the save block
328 // TODO: add a stack to track save*/restore offsets rather than searching backwards
429 * matching save* and see if we are in the configuration:
431 * SAVE
    [all...]
  /external/skia/src/core/
SkPicture.cpp 89 case SAVE: return "SAVE";
SkPictureFlat.h 55 SAVE,
SkPictureRecord.cpp 28 // just need a value that save or getSaveCount would never return
112 0, // SAVE - no paint
157 fMCMgr.save(flags);
159 // record the offset to us, making it non-positive to distinguish a save
171 size_t initialOffset = this->addDraw(SAVE, &size);
183 // record the offset to us, making it non-positive to distinguish a save
340 * matching save* and see if we are in the configuration:
348 // back up to the save block
349 // TODO: add a stack to track save*/restore offsets rather than searching backwards
450 * matching save* and see if we are in the configuration
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV2.java 240 FileDialog fd = new FileDialog(parentShell, SWT.SAVE);
242 fd.setText("Save To");

Completed in 802 milliseconds

1 2 3