/external/chromium_org/third_party/libxml/src/ |
valid.c | 3877 xmlChar *dup, *nam = NULL, *cur, save; local 6443 xmlChar *dup, *str = NULL, *cur, save; local 6478 xmlChar *dup, *str = NULL, *cur, save; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 518 // trickery to save a loop of OR'ing liveSets 1791 Value *save[3]; local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | 132 The clip/matrix/proc are fields that reflect the top of the save/restore 135 values: they reflect the top of the save stack, but translated and clipped 206 /* This is the record we keep for each save/restore level in the stack. 716 int saveCount = this->getSaveCount(); // record this before the actual save 725 fClipStack.save(); 731 int SkCanvas::save(SaveFlags flags) { function in class:SkCanvas 824 // do this before we create the layer. We don't call the public save() since 911 fMCRec->~MCRec(); // balanced in save() [all...] |
SkPictureRecord.cpp | 20 // just need a value that save or getSaveCount would never return 103 0, // SAVE - no paint 146 int SkPictureRecord::save(SaveFlags flags) { function in class:SkPictureRecord 147 // record the offset to us, making it non-positive to distinguish a save 153 size_t initialOffset = this->addDraw(SAVE, &size); 157 return this->INHERITED::save(flags); 162 // record the offset to us, making it non-positive to distinguish a save 193 int count = this->INHERITED::save(flags); 304 * matching save* and see if we are in the configuration: 312 // back up to the save bloc [all...] |
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 132 Generally an array will be used (to save space), not a list. 365 Write multiple ``IDAT`` chunks to save memory. 1284 def save(self, file): member in class:Image [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | 99 # I/O failed during save. 113 raise Exception("Encountered undefined TranslationUnit save error " 2264 def save(self, filename): member in class:TranslationUnit [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | 2971 mp_digit save, next, mask, *dp; local 3024 mp_digit save, next, mask, *dp = DIGITS(mp); local [all...] |
/external/flac/libFLAC/ |
metadata_iterators.c | 1809 FLAC__Metadata_Node *node, *save; local 1911 FLAC__Metadata_Node *save; local [all...] |
/external/icu4c/common/ |
uresbund.cpp | 1588 char *pathToResource = NULL, *save = NULL; local [all...] |
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | 4011 char save; local [all...] |
/external/libppp/src/ |
command.c | 386 log_Printf(LogWARN, "save command is not yet implemented.\n"); 890 {"save", NULL, SaveCommand, LOCAL_AUTH, 891 "Save settings", "save", NULL}, 2819 unsigned long long save = arg->bundle->cfg.optmask; local [all...] |
/external/libxml2/ |
valid.c | 3877 xmlChar *dup, *nam = NULL, *cur, save; local 6443 xmlChar *dup, *str = NULL, *cur, save; local 6478 xmlChar *dup, *str = NULL, *cur, save; local 6562 unsigned int save; local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 518 // trickery to save a loop of OR'ing liveSets 1791 Value *save[3]; local [all...] |
/external/qemu/target-i386/ |
svm.h | 219 struct vmcb_save_area save; member in struct:vmcb
|
/external/skia/src/core/ |
SkCanvas.cpp | 132 The clip/matrix/proc are fields that reflect the top of the save/restore 135 values: they reflect the top of the save stack, but translated and clipped 206 /* This is the record we keep for each save/restore level in the stack. 716 int saveCount = this->getSaveCount(); // record this before the actual save 725 fClipStack.save(); 731 int SkCanvas::save(SaveFlags flags) { function in class:SkCanvas 824 // do this before we create the layer. We don't call the public save() since 911 fMCRec->~MCRec(); // balanced in save() [all...] |
SkPictureRecord.cpp | 20 // just need a value that save or getSaveCount would never return 103 0, // SAVE - no paint 146 int SkPictureRecord::save(SaveFlags flags) { function in class:SkPictureRecord 147 // record the offset to us, making it non-positive to distinguish a save 153 size_t initialOffset = this->addDraw(SAVE, &size); 157 return this->INHERITED::save(flags); 162 // record the offset to us, making it non-positive to distinguish a save 193 int count = this->INHERITED::save(flags); 304 * matching save* and see if we are in the configuration: 312 // back up to the save bloc [all...] |
/frameworks/base/core/java/android/view/ |
GLES20Canvas.java | 634 public int save() { method in class:GLES20Canvas 639 public int save(int saveFlags) { method in class:GLES20Canvas 678 return save(saveFlags); 701 return save(saveFlags); 1101 save(); method 1116 save(); method [all...] |
/frameworks/base/core/java/android/widget/ |
ImageView.java | [all...] |
ProgressBar.java | [all...] |
SlidingDrawer.java | 303 canvas.save(); [all...] |
Switch.java | 728 canvas.save();
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 667 final SaveFragment save = SaveFragment.get(getFragmentManager()); local 668 if (save != null) { 669 save.setPending(pending); 845 final SaveFragment save = SaveFragment.get(fm); local 846 if (save != null) { 847 save.setReplaceTarget(null); [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
PhotoView.java | 611 canvas.save(); 636 canvas.save(); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ProgressBarICS.java | 776 canvas.save(); 879 // Force our ancestor class to save its state
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 859 char save = p[len]; 864 p[len] = save; 852 char save = p[len]; local [all...] |