/external/skia/gm/ |
optimizations.cpp | 56 (*preOptPattern)[0] = SAVE; 65 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw 66 (*postOptPattern)[1] = SAVE; 73 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw 74 (*postOptPattern)[1] = SAVE; 163 // SAVE 183 (*preOptPattern)[0] = SAVE; 185 (*preOptPattern)[2] = SAVE; [all...] |
/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");
|
/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);
|
/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/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(SkCanvas::kMatrixClip_SaveFlag); 67 EXPECT_EQ(cmd, SAVE); 68 EXPECT_STREQ(SkDrawCommand::GetCommandString(cmd), "Save");
|
/external/chromium_org/third_party/skia/src/core/ |
SkPicture.cpp | 79 case SAVE: return "SAVE";
|
SkPictureFlat.h | 60 SAVE,
|
SkPictureRecord.cpp | 20 // just need a value that save or getSaveCount would never return 103 0, // SAVE - no paint 146 int SkPictureRecord::save(SaveFlags flags) { function in class:SkPictureRecord 147 // record the offset to us, making it non-positive to distinguish a save 153 size_t initialOffset = this->addDraw(SAVE, &size); 157 return this->INHERITED::save(flags); 162 // record the offset to us, making it non-positive to distinguish a save 193 int count = this->INHERITED::save(flags); 304 * matching save* and see if we are in the configuration: 312 // back up to the save bloc [all...] |
/external/skia/src/core/ |
SkPicture.cpp | 79 case SAVE: return "SAVE";
|
SkPictureFlat.h | 60 SAVE,
|
SkPictureRecord.cpp | 20 // just need a value that save or getSaveCount would never return 103 0, // SAVE - no paint 146 int SkPictureRecord::save(SaveFlags flags) { function in class:SkPictureRecord 147 // record the offset to us, making it non-positive to distinguish a save 153 size_t initialOffset = this->addDraw(SAVE, &size); 157 return this->INHERITED::save(flags); 162 // record the offset to us, making it non-positive to distinguish a save 193 int count = this->INHERITED::save(flags); 304 * matching save* and see if we are in the configuration: 312 // back up to the save bloc [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 | 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",
|
/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");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 197 FileDialog fd = new FileDialog(Display.getDefault().getActiveShell(), SWT.SAVE); 199 fd.setText("Save To");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 134 manager.add(new Action("Save to File", 146 FileDialog fd = new FileDialog(shell, SWT.SAVE);
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDrawCommand.cpp | 57 case SAVE: return "Save"; 58 case SAVE_LAYER: return "Save Layer"; 111 canvas->save(); 159 canvas->save(); 436 canvas->save(); 499 canvas->save(); 534 canvas->save(); 803 fDrawType = SAVE; 808 canvas->save(fFlags) [all...] |