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

1 2

  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub-entry.S 28 .macro SAVE reg
68 SAVE LBEG
69 SAVE LEND
70 SAVE LCOUNT
71 SAVE SAR
72 SAVE WINDOWBASE
73 SAVE WINDOWSTART
82 SAVE EXCSAVE_1
84 SAVE EXCCAUSE
85 SAVE DEBUGCAUS
    [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/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");
  /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...]
  /external/skia/src/core/
SkPictureFlat.h 57 SAVE,
SkPictureRecord.cpp 25 // just need a value that save or getSaveCount would never return
47 // record the offset to us, making it non-positive to distinguish a save
58 size_t initialOffset = this->addDraw(SAVE, &size);
64 // record the offset to us, making it non-positive to distinguish a save
280 // assert that the final offset value points to a save verb
283 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp);
292 fInitialSaveCount = this->save();
SkPicturePlayback.cpp 525 case SAVE:
526 canvas->save();
  /external/skqp/src/core/
SkPictureFlat.h 57 SAVE,
SkPictureRecord.cpp 25 // just need a value that save or getSaveCount would never return
47 // record the offset to us, making it non-positive to distinguish a save
58 size_t initialOffset = this->addDraw(SAVE, &size);
64 // record the offset to us, making it non-positive to distinguish a save
280 // assert that the final offset value points to a save verb
283 SkASSERT(SAVE == drawOp || SAVE_LAYER_SAVELAYERREC == drawOp);
292 fInitialSaveCount = this->save();
SkPicturePlayback.cpp 517 case SAVE:
518 canvas->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
  /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...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 165 #define SAVE (OPC1(0x2) | OPC3(0x3c))
484 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
488 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS));
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /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...]

Completed in 2222 milliseconds

1 2