Searched defs:save (Results 1 - 25 of 213) sorted by relevance

123456789

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js15 * local storage, and sets up the `save` event handler.
31 document.querySelector('#multiCalendar').addEventListener('click', save);
37 function save() { function
50 * script. Add Listener to enable the save checkbox button on server response.
/external/llvm/test/MC/ARM/
H A Deh-directive-unwind_raw.s6 .type save,%function
8 save: label
29 @ .save {fp, lr}
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawTo.cpp39 SkCanvas* save = maker.fCanvas; local
42 maker.fCanvas = save;
H A DSkDrawSaveLayer.cpp38 SkPaint* save = maker.fPaint; local
47 maker.fCanvas->saveLayer(&bounds->fRect, save);
51 maker.fPaint = save;
/external/pdfium/fpdfsdk/src/javascript/
H A Dreport.cpp23 JS_STATIC_METHOD_ENTRY(save, 1)
45 FX_BOOL Report::save(OBJ_METHOD_PARAMS) function in class:Report
/external/skia/src/animator/
H A DSkDrawTo.cpp39 SkCanvas* save = maker.fCanvas; local
42 maker.fCanvas = save;
H A DSkDrawSaveLayer.cpp38 SkPaint* save = maker.fPaint; local
47 maker.fCanvas->saveLayer(&bounds->fRect, save);
51 maker.fPaint = save;
/external/srec/srec/Vocabulary/include/
H A DSR_Vocabulary.h49 ESR_ReturnCode(*save)(struct SR_Vocabulary_t* self, const LCHAR* filename); member in struct:SR_Vocabulary_t
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save.c58 struct vbo_save_context *save = &vbo->save; local
60 save->ctx = ctx;
62 vbo_save_api_init( save );
66 struct gl_client_array *arrays = save->arrays;
99 struct vbo_save_context *save = &vbo->save; local
102 if (save->prim_store) {
103 if ( --save->prim_store->refcount == 0 ) {
104 FREE( save
127 struct vbo_save_context *save = &vbo_context(ctx)->save; local
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-temp.cc18 void save(const IntHolder &holder) { function
23 save(IntHolder(10));
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save.c58 struct vbo_save_context *save = &vbo->save; local
60 save->ctx = ctx;
62 vbo_save_api_init( save );
66 struct gl_client_array *arrays = save->arrays;
99 struct vbo_save_context *save = &vbo->save; local
102 if (save->prim_store) {
103 if ( --save->prim_store->refcount == 0 ) {
104 FREE( save
127 struct vbo_save_context *save = &vbo_context(ctx)->save; local
[all...]
/external/srec/srec/AcousticState/include/
H A DSR_AcousticState.h72 ESR_ReturnCode(*save)(SR_Recognizer* recognizer, const LCHAR* filename); member in struct:SR_AcousticState_t
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h78 ESR_ReturnCode(*save)(struct SR_SemanticGraph_t* self, const LCHAR* filename, int version_number); member in struct:SR_SemanticGraph_t
/external/chromium_org/remoting/webapp/
H A Dhost_settings.js44 * @param {string} hostId The host identifer for which to save options.
45 * @param {Object} options The options to save, expressed as a dictionary of
50 remoting.HostSettings.save = function(hostId, options, opt_callback) {
69 * Helper function for both load and save.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextStateSaver.h45 m_context.save();
54 void save() function in class:blink::GraphicsContextStateSaver
57 m_context.save();
65 save();
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h63 ESR_ReturnCode(*save)(struct SR_AcousticModels_t* self, const LCHAR* filename); member in struct:SR_AcousticModels_t
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h59 ESR_ReturnCode(*save)(struct SR_Nametags_t* self, const LCHAR* filename); member in struct:SR_Nametags_t
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c79 HChar save = *cp; local
83 *cp = save;
86 *cp = save;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Drbutil.c71 int32_t save = i; local
92 if(save < 0){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrint.java52 * Create and save fingerprints as image and print their reference in the current stream.
104 // Create each fingerprint and save it
150 save(barGraph, outputFile);
192 private void save(BarGraph barGraph, File outputFile) { method in class:FingerPrint
218 imageLoader.save(out, SWT.IMAGE_GIF);
/external/icu/icu4c/source/tools/genrb/
H A Drbutil.c71 int32_t save = i; local
92 if(save < 0){
/external/libexif/libexif/
H A Dexif-mnote-data-priv.h42 void (* save) (ExifMnoteData *, unsigned char **, unsigned int *); member in struct:_ExifMnoteDataMethods
/external/openssl/crypto/bf/
H A Dbf_ofb64.c76 int save=0; local
94 save++;
99 if (save)
/external/openssl/crypto/des/
H A Dofb64ede.c78 int save=0; local
101 save++;
106 if (save)
H A Dofb64enc.c76 int save=0; local
94 save++;
99 if (save)

Completed in 480 milliseconds

123456789