/external/libxml2/include/libxml/ |
xmlsave.h | 3 * Description: API to save document or subtree of document 26 * This is the set of XML save options that can be passed down 30 XML_SAVE_FORMAT = 1<<0, /* format save output */
|
/external/qemu/ |
hostregs_helper.h | 2 * Save/restore host registers. 23 save/restore these registers when called from regular code. 24 It is not sufficient to save/restore T0 et. al. as these may be declared
|
/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);
|
/build/core/ |
process_wrapper.sh | 11 # Save away these variables, since we may loose them
|
/dalvik/vm/mterp/mips/ |
entry.S | 39 /* Save to the stack. Frame size = STACK_SIZE */ 45 /* save stack pointer, add magic word for debuggerd */ 46 sw sp, offThread_bailPtr(a0) # Save SP 96 /* Restore the stack pointer and all the registers stored at sp from the save
|
/dalvik/vm/mterp/x86/ |
binopWide.S | 8 SPILL(rIBASE) # save rIBASE
|
/external/iptables/extensions/ |
libxt_CONNMARK.c | 64 " --save-mark [--mask mask] Save the packet nfmark in the connection\n" 72 {.name = "save-mark", .id = O_SAVE_MARK, .type = XTTYPE_NONE, 93 {.name = "save-mark", .id = O_SAVE_MARK, .type = XTTYPE_NONE, 112 " --save-mark [--ctmask mask] [--nfmask mask]\n" 117 " --save-mark [--mask mask] Save the packet nfmark in the connection\n" 130 * Need these defaults for --save-mark/--restore-mark if no 235 printf(" CONNMARK save "); 271 printf(" CONNMARK save"); [all...] |
libxt_CONNSECMARK.c | 25 " --save Copy security mark from packet to conntrack\n" 30 {.name = "save", .id = O_SAVE, .excl = F_RESTORE, .type = XTTYPE_NONE}, 61 printf("save"); 103 .save = CONNSECMARK_save,
|
libxt_CONNSECMARK.man | 11 \fB\-\-save\fP
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SaveBMP.3 | 3 SDL_SaveBMP \- Save an SDL_Surface as a Windows BMP file\&.
|
/external/quake/quake/src/QW/client/ |
notes.txt | 24 save the packet off
|
/external/skia/gm/ |
dashing.cpp | 228 canvas->save(); 234 canvas->save(); 240 canvas->save(); 246 canvas->save(); 252 canvas->save(); 258 canvas->save(); 264 canvas->save(); 270 canvas->save(); 276 canvas->save(); 282 canvas->save(); [all...] |
/dalvik/vm/compiler/template/mips/ |
funopNarrower.S | 18 move rINST, a0 # save a0 20 move t0, a1 # save a1
|
/development/samples/ContactManager/res/values/ |
strings.xml | 27 <string name="save">Save</string>
|
/development/samples/NotePad/res/values/ |
strings.xml | 27 <string name="menu_save">Save</string> 42 <string name="nothing_to_save">There is nothing to save</string>
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
simple_form.html | 28 <input type="submit" name="Save" value="Save Changes" />
|
/external/chromium/chrome/browser/download/ |
save_file.h | 18 // operations for one save item. These objects live only for the duration that 21 // in a save session.
|
/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.h | 27 // Save page with the main HTML file path, the directory for saving resources, 28 // and the save type: HTML only or complete web page. Returns true if the
|
/external/chromium/chrome/browser/ui/gtk/ |
focus_store_gtk.h | 21 // Save the widget that is currently focused for |widget|'s toplevel (NOT 25 // Save |widget| as the focus widget. Call with NULL to clear |widget_|.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/_locales/en/ |
messages.json | 57 "save": { 58 "message": "Save"
|
/external/libpng/ |
pnggccrd.c | 26 "pushfq \n\t" // save Eflag to stack 30 "pushq %%rax \n\t" // save modified Eflag back to stack 32 "pushfq \n\t" // save Eflag to stack 34 "pushq %%rcx \n\t" // save original Eflag to stack 40 "pushfl \n\t" // save Eflag to stack 44 "pushl %%eax \n\t" // save modified Eflag back to stack 46 "pushfl \n\t" // save Eflag to stack 48 "pushl %%ecx \n\t" // save original Eflag to stack
|
/external/qemu/target-i386/ |
TODO | 4 - SVM: test, cpu save/restore, SMM save/restore.
|
/external/skia/legacy/src/core/ |
SkShape.cpp | 36 int saveCount = canvas->save(SkCanvas::kMatrix_SaveFlag); 43 int saveCount = canvas->save(SkCanvas::kMatrix_SaveFlag);
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_decoder.h | 39 * \param dest dest buffer to save decode base64 data 46 * return dest buffer length that user should allocate to save decoding data
|
/packages/inputmethods/PinyinIME/jni/command/ |
pinyinime_dictbuilder.cpp | 49 printf("Save dictionary successfully.\n"); 51 printf("Save dictionary unsuccessfully.\n");
|