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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 354 png_byte save = *(sp++);
358 *(dp++) = save;
370 png_byte save[2];
371 save[0] = *(sp++);
372 save[1] = *(sp++);
379 *(dp++) = save[0];
380 *(dp++) = save[1];
395 png_byte save = *(sp++);
397 *(dp++) = save;
409 png_byte save[2]
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpMacNfcip.c 49 /* Save callback params */
70 /* Save context in local variables */
210 /* Save context in local variables */
289 /* Save the LlcpMacSend_Cb */
374 /* Save the LlcpMacReceive_Cb */
378 /* Save the pointer to the receive buffer */
417 /* save the context of LlcpMacNfcip */
  /external/openssl/crypto/bn/asm/
pa-risc2W.s 26 ; "Caller save" means the calling function must save the register
28 ; "Callee save" means if a function uses the register, it must save
33 ; "caller save" registers: fr4-fr11, fr22-fr31
34 ; "callee save" registers: fr12-fr21
39 ; "caller save" registers: r1,r19-r26
40 ; "callee save" registers: r3-r18
46 ; millicode return ptr ; r31 (also a caller save register)
124 STD %r3,0(%sp) ; save r3
    [all...]
pa-risc2.s 32 ; "Caller save" means the calling function must save the register
34 ; "Callee save" means if a function uses the register, it must save
39 ; "caller save" registers: fr4-fr11, fr22-fr31
40 ; "callee save" registers: fr12-fr21
45 ; "caller save" registers: r1,r19-r26
46 ; "callee save" registers: r3-r18
50 ; millicode return ptr ; r31 (also a caller save register)
132 STD %r3,0(%sp) ; save r3
    [all...]
  /external/libffi/src/mips/
n32.S 57 REG_S $fp, SIZEOF_FRAME - 2*FFI_SIZEOF_ARG($sp) # Save frame pointer
58 REG_S ra, SIZEOF_FRAME - 1*FFI_SIZEOF_ARG($sp) # Save return address
325 19 - Called function a7 save
326 18 - Called function a6 save
327 17 - Called function a5 save
328 16 - Called function a4 save
329 15 - Called function a3 save
330 14 - Called function a2 save
331 13 - Called function a1 save
332 12 - Called function a0 save
    [all...]
  /external/bison/lib/
strtol.c 247 const STRING_TYPE *save, *end; local
287 save = s = nptr;
323 /* Save the pointer so we can check later if anything happened. */
324 save = s;
373 if (s == save)
411 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
412 && save[-2] == L_('0'))
413 *endptr = (STRING_TYPE *) &save[-1];
  /external/grub/stage2/
start.S 65 /* save drive reference first thing! */
76 /* save the sector number of the second sector in %ebp */
133 /* save %ax from destruction! */
173 /* save sector start */
179 /* save head start */
182 /* save cylinder start */
234 pushw %ax /* save %ax from destruction! */
258 /* save source segment */
275 /* save addressing regs */
setjmp.S 63 movl %ebp, 12(%ecx) /* save frame pointer of caller */
65 movl %esp, 16(%ecx) /* save stack pointer of caller */
66 movl %edx, 20(%ecx) /* save pc of caller */
  /external/qemu/target-mips/
machine.c 10 /* Save active TC */
48 /* Save active TC */
51 /* Save active FPU */
54 /* Save MVP */
59 /* Save TLB */
80 /* Save CPU metastate */
89 /* Save remaining CP1 registers */
146 /* Save inactive TC state */
157 /* Save active TC */
  /external/oprofile/module/ia64/
IA64syscallstub.h 36 mov r15=gp; /* save kgp */ \
51 st8 [r16]=r17; /* save krp */ \
64 mov r15=gp; /* save kgp */ \
133 mov r15=gp; /* save kgp */ \
134 mov r16=rp; /* save krp */ \
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 171 * must save the instance state so it is able to, for example, survive
177 // No need to save instance state since it's persistent
181 // Save the instance state
191 // Didn't save state for us in onSaveInstanceState
226 // Save the click counter
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AlphaLayersActivity.java 86 canvas.save();
95 canvas.save();
105 canvas.save();
115 canvas.save();
127 final int restoreTo = canvas.save();
  /external/chromium/chrome/browser/download/
save_package.cc 63 // A counter for uniquely identifying each save package.
95 // If false, we don't prompt the user as to where to save the file. This
100 // the user chooses when picking a save type.
146 // Check whether we can save page as complete-HTML for the contents which
239 // We still have some items which are waiting for start to save.
254 // If there's an outstanding save dialog, make sure it doesn't call us back
330 // Check save type and process the save page job.
531 // save directory, or prompting the user.
546 // saving page job if the save source is from serialized DOM data
    [all...]
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 39 // Depth of the save stack at the beginning of batch playback at flush time
225 // use invalid save count because it won't be used at flush time - RestoreToCountOp is the
304 // For both clipOp and save(Layer)Op, we don't want to save drawing info, and only want to save
315 * subsequent clipOps, save/restores (if the clip flag is set). During a flush, instead of loading
337 * For now, we record save layer operations as barriers in the batch list, preventing drawing
357 * Takes save op and it's return value - the new save count - and stores it into the stream as a
365 // store and replay the save operation, as it may be needed to correctly playback the cli
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 6 SAVEAREA_FROM_FP(r1, rFP) @ r1<- stack save area
8 SAVEAREA_FROM_FP(r10, r1) @ r10<- stack save area
34 SAVEAREA_FROM_FP(r10, r1) @ r10<- new stack save area
  /dalvik/vm/interp/
InterpDefs.h 29 * Size of save area for callee-save FP regs, which are not automatically
31 * may). Save/restore routine is defined by target, and size should
  /dalvik/vm/mterp/x86/
entry.S 28 push %ebp # save caller base pointer
39 /* Spill callee save regs */
69 * Restore the stack pointer and PC from the save point established on entry.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 49 * App/Activity/Save &amp; Restore State
54 <td class="DescrColumn">The Save/Restore Screen implementation</td>
68 * will save/restore.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ScaleToFit.java 82 canvas.save();
100 canvas.save();
110 canvas.save();
  /external/chromium/chrome/common/
important_file_writer.h 24 // application crash). Consider a naive way to save an important file F:
71 // Save |data| to target filename. Does not block. If there is a pending write
75 // Schedule a save to target filename. Data will be serialized and saved
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 87 * @param save
88 * is <code>true</code> if property should save value to {@link Property}.
90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) {
  /external/iptables/iptables/
iptables-save.c 1 /* Code to save the iptables state, in human readable-form. */
80 printf("# Generated by iptables-save v%s on %s",
143 iptables_globals.program_name = "iptables-save";
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
XMLExporter.java 64 public boolean save(Savable object, OutputStream f) throws IOException { method in class:XMLExporter
80 public boolean save(Savable object, File f) throws IOException { method in class:XMLExporter
81 return save(object, new FileOutputStream(f));
  /external/libffi/src/s390/
sysv.S 48 stm %r6,%r15,24(%r15) # Save registers
56 lr %r8,%r6 # Save ecif.rvalue
61 ahi %r11,-48 # Register save area
64 la %r2,96(%r15) # Save area
120 stm %r12,%r15,48(%r15) # Save registers
124 stm %r2,%r6,8(%r15) # Save arguments
251 stmg %r6,%r15,48(%r15) # Save registers
258 lgr %r8,%r6 # Save ecif.rvalue
262 aghi %r11,-80 # Register save area
265 la %r2,160(%r15) # Save are
    [all...]
  /external/skia/gm/
hairmodes.cpp 102 canvas->save();
103 canvas->save();
108 canvas->save();

Completed in 1121 milliseconds

1 2 3 4 5 6 7 8 91011>>