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

1234567

/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js36 function save() { function
49 * script. Add Listener to enable the save checkbox button on server response.
/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, SkCanvas::kHasAlphaLayer_SaveFlag);
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/jmonkeyengine/engine/src/core/com/jme3/export/
H A DJmeExporter.java54 public boolean save(Savable object, OutputStream f) throws IOException; method in interface:JmeExporter
65 public boolean save(Savable object, File f) throws IOException; method in interface:JmeExporter
/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/chrome/browser/download/
H A Ddownload_item_model.cc102 SavePageModel::SavePageModel(SavePackage* save, DownloadItem* download) argument
104 save_(save) {
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DXMLExporter.java64 public boolean save(Savable object, OutputStream f) throws IOException { method in class:XMLExporter
80 public boolean save(Savable object, File f) throws IOException { method in class:XMLExporter
81 return save(object, new FileOutputStream(f));
/external/skia/include/gpu/
H A DGrTemplates.h33 * autoCountRestore.save(&fCount);
57 void save(T* ptr) { function in class:GrAutoTPtrValueRestore
/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 char save = *cp; local
83 *cp = save;
86 *cp = save;
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DPlatformContextCairo.cpp51 void PlatformContextCairo::save() function in class:WebCore::PlatformContextCairo
/external/webkit/Tools/TestResultServer/model/
H A Dtestfile.py91 if not file.save(data):
107 if not file.save(data):
116 def save(self, data): member in class:TestFile
/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/icu4c/tools/genrb/
H A Drbutil.c71 int32_t save = i; local
92 if(save < 0){
/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)
/external/openssl/crypto/rc2/
H A Drc2ofb64.c77 int save=0; local
95 save++;
100 if (save)
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_mouse.h44 Uint8 *save[2]; /* Place to save cursor area */ member in struct:SDL_Cursor
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h102 * @return ESR_INVALID_ARGUMENT if self or filename are null; ESR_INVALID_STATE if could not save the grammar
104 ESR_ReturnCode(*save)(struct SR_Grammar_t* self, const LCHAR* filename); member in struct:SR_Grammar_t
448 * @return ESR_INVALID_ARGUMENT if self or filename are null; ESR_INVALID_STATE if could not save the grammar
/external/bluetooth/glib/tests/
H A Dbase64-test.c21 int state, save; local
31 save = 0;
37 line_break, text + len, &state, &save);
40 len += g_base64_encode_close (line_break, text + len, &state, &save);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DAbstractComboBoxPropertyEditor.java102 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { argument
103 if (save) {

Completed in 413 milliseconds

1234567