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

12 3 4

  /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);
GLFunctionTraceViewer.java 885 FileDialog fd = new FileDialog(mFrameTreeViewer.getTree().getShell(), SWT.SAVE);
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 24 // just need a value that save or getSaveCount would never return
54 // record the offset to us, making it non-positive to distinguish a save
65 size_t initialOffset = this->addDraw(SAVE, &size);
71 // record the offset to us, making it non-positive to distinguish a save
267 // assert that the final offset value points to a save verb
270 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp);
279 fInitialSaveCount = this->save();
SkPicturePlayback.cpp 685 case SAVE:
686 canvas->save();
  /external/skqp/src/core/
SkPictureRecord.cpp 24 // just need a value that save or getSaveCount would never return
54 // record the offset to us, making it non-positive to distinguish a save
65 size_t initialOffset = this->addDraw(SAVE, &size);
71 // record the offset to us, making it non-positive to distinguish a save
267 // assert that the final offset value points to a save verb
270 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp);
279 fInitialSaveCount = this->save();
SkPicturePlayback.cpp 689 case SAVE:
690 canvas->save();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
list-insns.l 287 268 0414 FA040000 SAVE \$4,0
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 152 #define SAVE (OPC1(0x2) | OPC3(0x3c))
437 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
441 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 361 // Pop up the file save window to get the file location
362 FileDialog fileDialog = new FileDialog(shell, SWT.SAVE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 304 FileDialog fd = new FileDialog(parentShell, SWT.SAVE);
306 fd.setText("Save To");
353 // save current selections to be restored if the dialog is invoked again
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/e2fsprogs/doc/
texinfo.tex 77 % Save some plain tex macros whose names we will redefine.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 77 % Save some plain tex macros whose names we will redefine.
    [all...]
  /external/cblas/testing/
c_cblat2.f 630 * Save every datum before calling the
    [all...]
c_cblat3.f 571 * Save every datum before calling the
888 * Save every datum before calling the
    [all...]
c_dblat2.f 621 * Save every datum before calling the
    [all...]
c_dblat3.f 558 * Save every datum before calling the
869 * Save every datum before calling the
    [all...]
c_sblat2.f 621 * Save every datum before calling the
    [all...]
c_sblat3.f 558 * Save every datum before calling the
873 * Save every datum before calling the
    [all...]
c_zblat2.f 631 * Save every datum before calling the
    [all...]
c_zblat3.f 572 * Save every datum before calling the
889 * Save every datum before calling the
    [all...]

Completed in 545 milliseconds

12 3 4