HomeSort by relevance Sort by last modified time
    Searched full:save (Results 126 - 150 of 6176) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 72 /// getReturnSaveOffset - Return the previous frame offset to save the
81 /// getFramePointerSaveOffset - Return the previous frame offset to save the
85 // We cannot use the TOC save slot (offset +20) in the PowerPC linkage area
92 // SVR4 ABI: First slot in the general register save area.
155 // Floating-point register save area offsets.
175 // General register save area offsets.
195 // CR save area offset. We map each of the nonvolatile CR fields
197 // fields to be assigned, so that we only allocate one save slot.
201 // VRSAVE save area offset.
204 // Vector register save are
    [all...]
  /external/oprofile/module/ia64/
IA64minstate.h 52 /* save ar.bspstore */ \
87 /* save ar.bspstore */ \
169 st8 [r16]=rCRIPSR, 16; /* save cr.ipsr */ \
170 st8 [r17]=rCRIIP, 16; /* save cr.iip */ \
173 st8 [r16]=rCRIFS, 16; /* save cr.ifs */ \
174 st8 [r17]=rARUNAT, 16; /* save ar.unat */ \
177 st8 [r16]=rARPFS, 16; /* save ar.pfs */ \
178 st8 [r17]=rARRSC, 16; /* save ar.rsc */ \
183 (pUser) st8 [r16]=rARRNAT, 16; /* save ar.rnat */ \
184 (pUser) st8 [r17]=rARBSPSTORE, 16; /* save ar.bspstore */
    [all...]
  /dalvik/vm/mterp/armv5te/
entry.S 47 .save {r4-r10,fp,lr}; \
48 stmfd sp!, {r4-r10,fp,lr} @ save 9 regs
57 /* save stack pointer, add magic word for debuggerd */
58 str sp, [r0, #offThread_bailPtr] @ save SP for eventual return
112 * Restore the stack pointer and PC from the save point established on entry.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 42 canvas.save();
79 canvas.save();
85 canvas.save();
92 canvas.save();
99 canvas.save();
Regions.java 97 canvas.save();
104 canvas.save();
109 canvas.save();
114 canvas.save();
119 canvas.save();
  /external/chromium/chrome/browser/download/
save_item.cc 35 // Set start state for save item.
76 // Set finish state for a save item
84 // c) Error happened in the start of saving process, the SaveItem has a save
93 // Calculate the percentage of the save item
114 // Rename the save item with new path.
  /external/iptables/iptables/
iptables-xml.1 4 .\" It is based on the iptables-save man page.
22 iptables-xml \(em Convert iptables-save format to XML
28 is used to convert the output of iptables-save into an easily manipulatable
76 Conversion from XML to iptables-save format may be done using the
87 \fBiptables\-save\fP(8), \fBiptables\-restore\fP(8), \fBiptables\fP(8)
iptables-apply 44 The script will try to apply a new ruleset (as output by iptables-save/read
104 SAVE=ip6tables-save
108 SAVE=iptables-save
113 COMMANDS=(tempfile "$SAVE" "$RESTORE")
127 if ! "$SAVE" >"$TMPFILE"; then
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 55 .equ REG_SAVE_SZ, 0 @save-on-entry registers saved
68 STMFD sp!,{r4-r6,r14} @Save any save-on-entry registers that are used
86 STRH r4, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 1st output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 63 public boolean save() { method in class:GestureLibraries.FileGestureLibrary
79 mStore.save(new FileOutputStream(file), true);
82 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
84 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
122 public boolean save() { method in class:GestureLibraries.ResourceGestureLibrary
  /external/skia/gm/
cubicpaths.cpp 36 canvas->save();
97 canvas->save();
99 canvas->save();
104 canvas->save();
109 canvas->save();
179 canvas->save();
241 canvas->save();
243 canvas->save();
248 canvas->save();
253 canvas->save();
    [all...]
linepaths.cpp 36 canvas->save();
95 canvas->save();
97 canvas->save();
102 canvas->save();
107 canvas->save();
177 canvas->save();
237 canvas->save();
239 canvas->save();
244 canvas->save();
249 canvas->save();
    [all...]
quadpaths.cpp 36 canvas->save();
96 canvas->save();
98 canvas->save();
103 canvas->save();
108 canvas->save();
178 canvas->save();
239 canvas->save();
241 canvas->save();
246 canvas->save();
251 canvas->save();
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Lines2Activity.java 104 canvas.save();
112 canvas.save();
121 canvas.save();
132 canvas.save();
140 canvas.save();
149 canvas.save();
158 canvas.save();
181 canvas.save();
204 canvas.save();
227 canvas.save();
    [all...]
ShapesActivity.java 82 canvas.save();
93 canvas.save();
104 canvas.save();
115 canvas.save();
126 canvas.save();
137 canvas.save();
148 canvas.save();
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 101 private Message createTestMessage(String text, boolean save) {
109 if (save) {
110 message.save(mMockContext);
136 message1.save(mMockContext);
145 message1.save(mMockContext);
154 message1.save(mMockContext);
169 message2.save(mMockContext);
178 message2.save(mMockContext);
188 message2.save(mMockContext);
209 msg.save(mMockContext)
    [all...]
  /external/jpeg/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
46 push si ; save all registers for safety
59 mov word ptr [bx],ax ; save the handle
81 push si ; save all registers for safety
113 push si ; save all registers for safety
147 push si ; save all registers for safety
185 push si ; save all registers for safety
223 push si ; save all registers for safety
266 push si ; save all registers for safety
280 mov cx,bx ; save returned BX for a se
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
46 push si ; save all registers for safety
59 mov word ptr [bx],ax ; save the handle
81 push si ; save all registers for safety
113 push si ; save all registers for safety
147 push si ; save all registers for safety
185 push si ; save all registers for safety
223 push si ; save all registers for safety
266 push si ; save all registers for safety
280 mov cx,bx ; save returned BX for a se
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 319 int save; local
329 save = canvas.save();
332 canvas.restoreToCount(save);
335 save = canvas.save();
338 canvas.restoreToCount(save);
340 save = canvas.save();
343 canvas.restoreToCount(save);
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_manager.cc 75 // No password to save? Then don't.
89 // first loading the page containing the form. Don't offer to save
149 // If the save is not a new username entry, then we just want to save this
151 provisional_save_manager_->Save();
204 // failure and abort this save, by clearing provisional_save_manager_.
206 // and we want to be able to save in that case.
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 61 * Save or read the rights information on the "id.info" file.
64 * \param Ro The rights structure to save the rights information.
77 * \param Ro The rights structure to save the rights information.
120 * \param KeyValue The buffer to save the CEK.
132 * \param decryptedBufLen The length of the buffer. And save the output result.
142 * \param Buffer The buffer to decrypted and also used to save the output data.
143 * \param BufferLen The length of the buffer data and also save the output data length.
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionManager.java 51 // Thread to periodically save the sessions to storage
87 // Save the session
118 // set the callback, so that we can save the state
129 // set the callback, so that we can save the state
145 // Save the session if it's modified.
166 Log.e(TAG, "Can't save session: " + key.value);
182 // set the callback, so that we can save the state
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 29 value_type* save(new value_type[len]);
32 std::copy(f, l, save);
33 std::sort(save, save+len);
34 assert(std::is_sorted(save, save+len));
36 delete [] save;
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 29 value_type* save(new value_type[len]);
32 std::copy(f, l, save);
33 std::stable_sort(save, save+len);
34 assert(std::is_sorted(save, save+len));
36 delete [] save;

Completed in 552 milliseconds

1 2 3 4 56 7 8 91011>>