/external/dnsmasq/src/ |
network.c | 469 short save = iface->addr.in.sin_port; local 476 iface->addr.in.sin_port = save; 608 short save = iface->addr.in.sin_port; 615 iface->addr.in.sin_port = save; 753 errsave = errno; /* save error from bind. */ [all...] |
/external/icu4c/i18n/ |
tridpars.cpp | 442 UObjectDeleter *save = list.setDeleter(_deleteSingleID); local 444 list.setDeleter(save); 514 UObjectDeleter *save = list.setDeleter(_deleteSingleID); local 531 list.setDeleter(save);
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Cylinder.java | 313 int save = i;
local 341 BufferUtils.copyInternalVector3(pb, save, i);
342 BufferUtils.copyInternalVector3(nb, save, i);
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
AppSettings.java | 195 * @see #save(java.io.OutputStream) 229 public void save(OutputStream out) throws IOException { method in class:AppSettings 251 * @param preferencesKey The preferencesKey previously used to save the settings. 254 * @see #save(java.lang.String) 280 * @param preferencesKey The preferences key to save at. Generally the 285 public void save(String preferencesKey) throws BackingStoreException { method in class:AppSettings
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
BinaryExporter.java | 79 * class. Because it is a single byte, a single class can not save out more than 172 public boolean save(Savable object, OutputStream os) throws IOException { method in class:BinaryExporter 329 public boolean save(Savable object, File f) throws IOException { method in class:BinaryExporter 336 boolean rVal = save(object, fos);
|
/external/llvm/lib/CodeGen/ |
PrologEpilogInserter.cpp | 103 // Add the code to save and restore the callee saved registers 215 // These are used to keep track the callee-save area. Initialize them. 223 // In Naked functions we aren't going to save any registers. 233 // If the reg is modified, save it! 370 CSRegSet save = BI->second; local 372 if (save.empty()) 376 for (CSRegSet::iterator RI = save.begin(), 377 RE = save.end(); RI != RE; ++RI) { 702 // Add epilogue to restore the callee-save registers in each exiting block [all...] |
/external/nist-sip/java/gov/nist/core/ |
GenericObjectList.java | 298 int save = indentation; local 301 indentation = save;
|
/external/skia/src/utils/ |
SkCamera.cpp | 351 void Sk3DView::save() { function in class:Sk3DView
|
SkDumpCanvas.cpp | 201 int SkDumpCanvas::save(SaveFlags flags) { function in class:SkDumpCanvas 202 this->dump(kSave_Verb, NULL, "save(0x%X)", flags); 203 return this->INHERITED::save(flags);
|
/frameworks/base/core/java/android/widget/ |
QuickContactBadge.java | 136 canvas.save();
|
/frameworks/base/core/java/com/android/internal/widget/ |
DrawableHolder.java | 131 canvas.save(Canvas.MATRIX_SAVE_FLAG);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ClipDrawable.java | 221 canvas.save();
|
NinePatchDrawable.java | 224 canvas.save();
|
/frameworks/base/media/java/android/media/videoeditor/ |
OverlayFrame.java | 178 * Save the overlay to the project folder 186 String save(String path) throws FileNotFoundException, IOException { method in class:OverlayFrame 205 /* resize and save rgb as per project aspect ratio */ 431 * Save the image to same rgb file
|
VideoEditor.java | 41 * <li>Save the VideoEditor implementation class internal state</li> 346 public void save() throws IOException; method in interface:VideoEditor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NotificationRowLayout.java | 271 c.save();
|
/frameworks/base/services/java/com/android/server/display/ |
PersistentDataStore.java | 79 save(); method 211 private void save() { method in class:PersistentDataStore 230 Slog.w(TAG, "Failed to save display manager persistent store data.", ex);
|
/frameworks/base/services/java/com/android/server/input/ |
PersistentDataStore.java | 80 save(); method 204 private void save() { method in class:PersistentDataStore 223 Slog.w(InputManagerService.TAG, "Failed to save input manager persistent store data.", ex);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
FaceView.java | 197 canvas.save();
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FaceView.java | 203 canvas.save();
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnalogClock.java | 197 canvas.save(); 223 canvas.save();
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
StateTransitionAnimation.java | 150 canvas.save();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
IconView.java | 201 canvas.save();
|
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
AutoThumbnailDrawable.java | 111 canvas.save();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Standard_Suite.py | 23 Keyword argument saving_in: The file in which to save the object. 285 def save(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events 286 """save: Save an object. 288 Keyword argument in_: The file in which to save the object. 289 Keyword argument as: The file type in which to save the data. 293 _subcode = 'save' 447 """modified - Has the document been modified since the last save? """ 527 'ask' : 'ask ', # Ask the user whether or not to save the file. 528 'yes' : 'yes ', # Save the file [all...] |