/ndk/sources/host-tools/make-3.81/ |
job.c | 2975 int save = warn_undefined_variables_flag; local [all...] |
read.c | 174 int save = warn_undefined_variables_flag; 179 warn_undefined_variables_flag = save; 278 struct conditionals *save = conditionals; 283 return save; 342 /* Save the error code so we print the right message later. */ 795 struct conditionals *save; 819 /* Save the state of conditionals and start 821 save = install_conditionals (&new_conditionals); 845 restore_conditionals (save); 173 int save = warn_undefined_variables_flag; local 276 struct conditionals *save = conditionals; local 791 struct conditionals *save; local 2946 int save = warn_undefined_variables_flag; local [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 2715 png_byte save; local 2734 png_byte save[2]; local 2761 png_byte save; local 2778 png_byte save[2]; local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
AddBookmarkPage.java | 259 } else if (save()) { 747 * Runnable to save a bookmark, so it can be performed in its own thread. 767 // Save to the bookmarks DB. 841 boolean save() { method in class:AddBookmarkPage [all...] |
/packages/apps/Camera/src/com/android/camera/ui/ |
PieRenderer.java | 375 int state = canvas.save(); 404 int state = canvas.save(); 664 canvas.save();
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupEditorFragment.java | 505 save(); method 536 // When this Fragment is closed we don't want it to auto-save 573 public boolean save() { method in class:GroupEditorFragment 594 // If the activity is not there anymore, then we can't continue with the save process. 603 // Create the save intent to create the group and add members at the same time [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Account.java | 296 * Set the description. Be sure to call save() to commit to database. 311 * Set the Email address for this account. Be sure to call save() to commit to database. 326 * Set the sender's name. Be sure to call save() to commit to database. 350 * Set the minutes per check (for polling). Be sure to call save() to commit to database. 368 * Set the sync lookback window. Be sure to call save() to commit to database. 384 * Set the ping duration. Be sure to call save() to commit to database. 728 * @see com.android.email.provider.EmailContent#save(android.content.Context) 731 public Uri save(Context context) { method in class:Account 736 // possible, and (b) override (and throw) if anyone tries to call save() or update() 739 return super.save(context) [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapFolder.java | 1176 void save(Context context) { method in class:ImapFolder [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageShow.java | 276 canvas.save(); 297 canvas.save(); 363 canvas.save(); 384 canvas.save(); 520 canvas.save(); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLES11Canvas.java | 762 public void save() { method in class:GLES11Canvas 763 save(SAVE_FLAG_ALL); 767 public void save(int saveFlags) { method in class:GLES11Canvas 881 save(); // save matrix and alpha method [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 224 self.save(obj) 269 def save(self, obj): member in class:Pickler 315 # Check for string returned by reduce(), meaning "save as global" 330 # Save the reduce() output and finally memoize the object 338 # Save a persistent id reference 340 self.save(pid) 357 save = self.save 396 save(cls) 397 save(args [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 224 self.save(obj) 269 def save(self, obj): member in class:Pickler 315 # Check for string returned by reduce(), meaning "save as global" 330 # Save the reduce() output and finally memoize the object 338 # Save a persistent id reference 340 self.save(pid) 357 save = self.save 396 save(cls) 397 save(args [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | 280 char save[4]; local 663 ucnv_getSubstChars(myConverter,save, &ii, &err); 669 if (strncmp(save, myptr, ii)) 693 ucnv_getSubstChars(myConverter, save, &ii, &err); 694 if(strncmp(save, myptr, ii) == 0){ 702 ucnv_getSubstChars(myConverter, save, &ii, &err); 703 if(strncmp(save, myptr, ii) == 0){ [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
calregts.cpp | 1007 UDate save = testCal->getTime(status); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
meta.c | 85 * State which we may save/restore across meta ops. 331 struct save_state Save[MAX_META_OPS_DEPTH]; 332 /** Save stack depth */ 489 * to save and reset to their defaults 494 struct save_state *save; local 499 save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth++]; 500 memset(save, 0, sizeof(*save)); 501 save->SavedState = state 835 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1]; local [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.h | 283 return DominatingValue<T>::save(*this, value); 638 /// We have to save the outermost conditional: cleanups in a 2576 static saved_type save(CodeGenFunction &CGF, llvm::Value *value) { function in struct:clang::CodeGen::DominatingLLVMValue 2624 static saved_type save(CodeGenFunction &CGF, type value) { function in struct:clang::CodeGen::DominatingValue [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar | |
/external/icu4c/test/cintltst/ |
ccapitst.c | 237 char save[4]; local 620 ucnv_getSubstChars(myConverter,save, &ii, &err); 626 if (strncmp(save, myptr, ii)) 650 ucnv_getSubstChars(myConverter, save, &ii, &err); 651 if(strncmp(save, myptr, ii) == 0){ 659 ucnv_getSubstChars(myConverter, save, &ii, &err); 660 if(strncmp(save, myptr, ii) == 0){ [all...] |
/external/icu4c/test/intltest/ |
calregts.cpp | 1052 UDate save = testCal->getTime(status); local [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | 85 * State which we may save/restore across meta ops. 331 struct save_state Save[MAX_META_OPS_DEPTH]; 332 /** Save stack depth */ 489 * to save and reset to their defaults 494 struct save_state *save; local 499 save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth++]; 500 memset(save, 0, sizeof(*save)); 501 save->SavedState = state 835 struct save_state *save = &ctx->Meta->Save[ctx->Meta->SaveStackDepth - 1]; local [all...] |
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 722 int OpenGLRenderer::save(int flags) { function in class:android::uirenderer::OpenGLRenderer 945 // Save the layer in the snapshot [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorImpl.java | 1371 public void save() throws IOException { method in class:VideoEditorImpl [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
GLES20Canvas.java | 438 public void save() { method in class:GLES20Canvas 439 save(SAVE_FLAG_ALL); 443 public void save(int saveFlags) { method in class:GLES20Canvas 673 save(SAVE_FLAG_MATRIX); 769 save(SAVE_FLAG_ALPHA); 841 save(); // save matrix and alpha and blending method [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 1632 public void save(WifiConfiguration config, ActionListener listener) { method in class:WifiManager [all...] |