Searched defs:save (Results 126 - 150 of 213) sorted by relevance

123456789

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... CipherInputStream cis java.io.ObjectInputStream ois public void save () throws org.eclipse.core.runtime.CoreException ...
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc397 // bookmarks file on disk. |save| controls whether the newly loaded
399 void LoadBookmarkModel(LoadOption load, SaveOption save) { argument
405 if (save == DONT_SAVE_TO_STORAGE)
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp1578 char *pathToResource = NULL, *save = NULL; local
1587 save = pathToResource = (char *)uprv_malloc(length*sizeof(char));
1623 uprv_free(save);
/external/chromium_org/third_party/libpng/
H A Dpngrtran.c1445 * transform appropriately, then it would save a lot of work/time.
1869 png_byte save; local
1874 save = *(--sp);
1878 *(--dp) = save;
1886 png_byte save[2]; local
1891 save[0] = *(--sp);
1892 save[1] = *(--sp);
1899 *(--dp) = save[0];
1900 *(--dp) = save[1];
1911 png_byte save; local
1926 png_byte save[2]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp518 // trickery to save a loop of OR'ing liveSets
1791 Value *save[3]; local
1792 insn->takeExtraSources(0, save);
1808 insn->putExtraSources(0, save);
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py132 Generally an array will be used (to save space), not a list.
365 Write multiple ``IDAT`` chunks to save memory.
1076 ``png.from_array(pixels, 'L').save('foo.png')``.
1273 :meth:`save` method."""
1284 def save(self, file): member in class:Image
2858 img.save('testfromarray.png')
2861 img.save('testL16.png')
2866 img.save(o)
2874 img.save(f)
2925 img.save('testnumpyL1
[all...]
/external/clang/bindings/python/clang/
H A Dcindex.py99 # I/O failed during save.
113 raise Exception("Encountered undefined TranslationUnit save error "
2263 TranslationUnit.save()) is loaded from the filename specified.
2433 def save(self, filename): member in class:TranslationUnit
2442 the constructed TranslationUnit was not valid at time of save. In this
2446 filename -- The path to save the translation unit to.
/external/clang/lib/Lex/
H A DPPDirectives.cpp661 : PP(pp), save(pp->DisableMacroExpansion) {
666 PP->DisableMacroExpansion = save;
670 bool save; member in class:Preprocessor::ResetMacroExpansionHelper
/external/flac/libFLAC/
H A Dmetadata_iterators.c1809 FLAC__Metadata_Node *node, *save; local
1820 save = node->next;
1823 node = save;
1911 FLAC__Metadata_Node *save; local
1921 save = iterator->current->prev;
1931 iterator->current = save;
/external/icu/icu4c/source/common/
H A Duresbund.cpp1578 char *pathToResource = NULL, *save = NULL; local
1587 save = pathToResource = (char *)uprv_malloc(length*sizeof(char));
1623 uprv_free(save);
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp466 // Formats the number object and save the format
469 // utility to save/restore state, used in two overloads
478 UChar save[4]; member in class:ArgExtractor
502 return save;
514 u_strcpy(save, amt->getISOCurrency());
518 save[0]=0;
610 // Formats the number object and save the format
669 // Parses the string and save the result object as well
681 // Formats a double number and save the result in a string.
691 // Formats a long number and save th
[all...]
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c2702 /* save buffer to pre-next payload */
3134 /* save buffer to pre-next payload */
4011 char save; local
4018 save = ptr[len];
4021 ptr[len] = save;
/external/libpng/
H A Dpngrtran.c2470 png_byte save; local
2475 save = *(--sp);
2479 *(--dp) = save;
2489 png_byte save[2]; local
2494 save[0] = *(--sp);
2495 save[1] = *(--sp);
2502 *(--dp) = save[0];
2503 *(--dp) = save[1];
2516 png_byte save; local
2521 save
2533 png_byte save[2]; local
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dsvm.h185 struct vmcb_save_area save; member in struct:vmcb
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c908 /* save time stamp of our first sample for this mmap */
1068 struct termios tc, save; local
1085 tcgetattr(0, &save);
1086 tc = save;
1136 done = perf_kvm__handle_stdin(&tc, &save);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp518 // trickery to save a loop of OR'ing liveSets
1791 Value *save[3]; local
1792 insn->takeExtraSources(0, save);
1808 insn->putExtraSources(0, save);
/external/opencv/ml/src/
H A Dml_inner_functions.cpp61 void CvStatModel::save( const char* filename, const char* name ) function in class:CvStatModel
65 CV_FUNCNAME( "CvStatModel::save" );
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrtran.c1445 * transform appropriately, then it would save a lot of work/time.
1869 png_byte save; local
1874 save = *(--sp);
1878 *(--dp) = save;
1886 png_byte save[2]; local
1891 save[0] = *(--sp);
1892 save[1] = *(--sp);
1899 *(--dp) = save[0];
1900 *(--dp) = save[1];
1911 png_byte save; local
1926 png_byte save[2]; local
[all...]
/external/qemu/target-i386/
H A Dsvm.h219 struct vmcb_save_area save; member in struct:vmcb
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp148 void GraphicsContext::save() function in class:blink::GraphicsContext
552 save();
736 save();
928 save();
1151 m_canvas->save();
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c237 char save[4]; local
619 ucnv_getSubstChars(myConverter,save, &ii, &err);
625 if (strncmp(save, myptr, ii))
649 ucnv_getSubstChars(myConverter, save, &ii, &err);
650 if(strncmp(save, myptr, ii) == 0){
658 ucnv_getSubstChars(myConverter, save, &ii, &err);
659 if(strncmp(save, myptr, ii) == 0){
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalregts.cpp1053 UDate save = testCal->getTime(status); local
1058 if (testCal->getTime(status) != save) {
1065 testCal->setTime(save,status);
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c3877 xmlChar *dup, *nam = NULL, *cur, save; local
3887 save = *cur;
3903 if (save == 0)
3905 *cur = save;
4807 * we may have to save a backup state here. This is the equivalent
4921 * save the second branch 'or' branch
6443 xmlChar *dup, *str = NULL, *cur, save; local
6454 save = *cur;
6463 if (save == 0)
6465 *cur = save;
6478 xmlChar *dup, *str = NULL, *cur, save; local
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h290 return DominatingValue<T>::save(*this, value);
645 /// We have to save the outermost conditional: cleanups in a
2682 // If it's not an instruction, we don't need to save.
2685 // If it's an instruction in the entry block, we don't need to save.
2690 /// Try to save the given value.
2691 static saved_type save(CodeGenFunction &CGF, llvm::Value *value) { function in struct:clang::CodeGen::DominatingLLVMValue
2696 CGF.CreateTempAlloca(value->getType(), "cond-cleanup.save");
2730 static saved_type save(CodeGenFunction &CGF, RValue value);
2739 static saved_type save(CodeGenFunction &CGF, type value) { function in struct:clang::CodeGen::DominatingValue
2740 return saved_type::save(CG
[all...]

Completed in 575 milliseconds

123456789