HomeSort by relevance Sort by last modified time
    Searched full:save (Results 1 - 25 of 8784) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/mips/
TEMPLATE_SAVE_STATE.S 2 * This handler performs a register save for selfVerification mode.
4 * Top of stack + 4: a1 value to save
5 * Top of stack + 0: a0 value to save
9 * The handler must save regMap, r0-r31, f0-f31 if FPU, and then return with
17 sw a1, 0(a0) # save regMap
20 sw zero, r_ZERO*4(a0) # save zero
23 sw AT, r_AT*4(a0) # save at
25 sw v0, r_V0*4(a0) # save v0
26 sw v1, r_V1*4(a0) # save v1
29 sw a1, r_A0*4(a0) # save a
    [all...]
  /frameworks/base/core/java/android/gesture/
package.html 3 Provides classes to create, recognize, load and save gestures.
  /external/iptables/iptables/
.gitignore 3 /ip6tables-save
8 /iptables-save
  /external/clang/test/Driver/
save-temps.c 1 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \
3 // CHECK: "-o" "save-temps.i"
4 // CHECK: "-o" "save-temps.s"
5 // CHECK: "-o" "save-temps.o"
8 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch i386 -arch x86_64 %s -### 2>&1 \
10 // MULT-ARCH: "-o" "save-temps-i386.i"
11 // MULT-ARCH: "-o" "save-temps-i386.s"
12 // MULT-ARCH: "-o" "save-temps-i386.o"
14 // MULT-ARCH: "-o" "save-temps-x86_64.i"
15 // MULT-ARCH: "-o" "save-temps-x86_64.s
    [all...]
clang_cpp.c 1 // Verify that -include isn't included twice with -save-temps.
2 // RUN: %clang -S -o - %s -include %t.h -save-temps -### 2> %t.log
integrated-as.c 1 // RUN: %clang -### -c -save-temps -integrated-as %s 2>&1 | FileCheck %s
3 // gcc is invoked instead of clang-cc1as with gcc-driver -save-temps.
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_api.c 108 struct vbo_save_context *save = &vbo_context(ctx)->save; local
111 GLuint sz = save->vertex_size;
113 GLfloat *dst = save->copied.buffer;
188 struct vbo_save_context *save = &vbo_context(ctx)->save; local
202 save->out_of_memory =
210 save->out_of_memory = GL_TRUE;
213 if (save->out_of_memory) {
215 _mesa_install_save_vtxfmt(ctx, &save->vtxfmt_noop)
288 struct vbo_save_context *save = &vbo_context(ctx)->save; local
315 struct vbo_save_context *save = &vbo_context(ctx)->save; local
444 struct vbo_save_context *save = &vbo_context(ctx)->save; local
487 struct vbo_save_context *save = &vbo_context(ctx)->save; local
511 struct vbo_save_context *save = &vbo_context(ctx)->save; local
527 struct vbo_save_context *save = &vbo_context(ctx)->save; local
552 struct vbo_save_context *save = &vbo_context(ctx)->save; local
649 struct vbo_save_context *save = &vbo_context(ctx)->save; local
675 struct vbo_save_context *save = &vbo_context(ctx)->save; local
797 struct vbo_save_context *save = &vbo_context(ctx)->save; local
900 struct vbo_save_context *save = &vbo_context(ctx)->save; local
932 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1193 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1223 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1271 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1320 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1475 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1496 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1518 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1553 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1561 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1621 struct vbo_save_context *save = &vbo_context(ctx)->save; local
    [all...]
vbo_save.c 58 struct vbo_save_context *save = &vbo->save; local
60 save->ctx = ctx;
62 vbo_save_api_init( save );
66 struct gl_client_array *arrays = save->arrays;
99 struct vbo_save_context *save = &vbo->save; local
102 if (save->prim_store) {
103 if ( --save->prim_store->refcount == 0 ) {
104 FREE( save->prim_store )
127 struct vbo_save_context *save = &vbo_context(ctx)->save; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 108 struct vbo_save_context *save = &vbo_context(ctx)->save; local
111 GLuint sz = save->vertex_size;
113 GLfloat *dst = save->copied.buffer;
188 struct vbo_save_context *save = &vbo_context(ctx)->save; local
202 save->out_of_memory =
210 save->out_of_memory = GL_TRUE;
213 if (save->out_of_memory) {
215 _mesa_install_save_vtxfmt(ctx, &save->vtxfmt_noop)
288 struct vbo_save_context *save = &vbo_context(ctx)->save; local
315 struct vbo_save_context *save = &vbo_context(ctx)->save; local
444 struct vbo_save_context *save = &vbo_context(ctx)->save; local
487 struct vbo_save_context *save = &vbo_context(ctx)->save; local
511 struct vbo_save_context *save = &vbo_context(ctx)->save; local
527 struct vbo_save_context *save = &vbo_context(ctx)->save; local
552 struct vbo_save_context *save = &vbo_context(ctx)->save; local
649 struct vbo_save_context *save = &vbo_context(ctx)->save; local
675 struct vbo_save_context *save = &vbo_context(ctx)->save; local
797 struct vbo_save_context *save = &vbo_context(ctx)->save; local
900 struct vbo_save_context *save = &vbo_context(ctx)->save; local
932 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1193 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1223 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1271 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1320 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1475 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1496 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1518 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1553 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1561 struct vbo_save_context *save = &vbo_context(ctx)->save; local
1621 struct vbo_save_context *save = &vbo_context(ctx)->save; local
    [all...]
vbo_save.c 58 struct vbo_save_context *save = &vbo->save; local
60 save->ctx = ctx;
62 vbo_save_api_init( save );
66 struct gl_client_array *arrays = save->arrays;
99 struct vbo_save_context *save = &vbo->save; local
102 if (save->prim_store) {
103 if ( --save->prim_store->refcount == 0 ) {
104 FREE( save->prim_store )
127 struct vbo_save_context *save = &vbo_context(ctx)->save; local
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_SAVE_STATE.S 2 * This handler performs a register save for selfVerification mode.
4 * Top of stack + 4: r7 value to save
5 * Top of stack + 0: r0 value to save
9 * The handler must save regMap, r0-r12 and then return with r0-r12
15 stmia r0!, {r7} @ save regMap
17 stmia r0!, {r7} @ save r0
  /bionic/libc/arch-x86/bionic/
syscall.S 4 * %eax: system call number - caller save
5 * %ebx: arg0 to system call - callee save
6 * %ecx: arg1 - caller save
7 * %edx: arg2 - caller save
8 * %esi: arg3 - callee save
9 * %edi: arg4 - callee save
10 * %ebp: arg5 - callee save
17 # Push the callee save registers.
46 # Restore the callee save registers.
  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
sync_file_system.html 1 Required if the app uses the <a href="syncFileSystem.html">chrome.syncFileSystem</a> API to save and synchronize data on Google Drive.
  /external/chromium_org/chrome_frame/test/data/
save_as_context_menu.html 3 <title>Save As download test</title>
  /external/chromium_org/content/public/browser/
save_page_type.h 11 // The value of the save type before its set by the user.
13 // User chose to save only the HTML of the page.
15 // User chose to save complete-html page.
17 // User chose to save complete-html page as MHTML.
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SAVE_STATE.S 2 * This handler performs a register save for selfVerification mode.
4 * Top of stack + 4: r7 value to save
5 * Top of stack + 0: r0 value to save
9 * The handler must save regMap, r0-r12 and then return with r0-r12
15 stmia r0!, {r7} @ save regMap
17 stmia r0!, {r7} @ save r0
20 add r0, #12 @ move to start of FP save regio
  /external/chromium_org/content/test/data/accessibility/
aria-menu-expected-mac.txt 9 AXMenuItem AXTitle='Save'
aria-menu-expected-win.txt 9 ROLE_SYSTEM_MENUITEM name='Save'
  /dalvik/vm/compiler/codegen/arm/armv5te/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /dalvik/vm/compiler/codegen/arm/armv7-a/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
CallingConvention.S 18 * Save & restore for callee-save FP registers.
20 * r0 : pointer to save area of JIT_CALLEE_SAVE_WORD_SIZE
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fpstate.h 36 unsigned int save[FP_HARD_SIZE]; member in struct:fp_hard_struct
42 unsigned int save[FP_SOFT_SIZE]; member in struct:fp_soft_struct
48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; member in struct:iwmmxt_struct
  /external/oprofile/libutil++/
stream_util.h 17 /// class which save a stream state and restore it at dtor time
21 * save the stream flags, precision and fill char.
23 * width is restored at end of expression, there is no need to save it.
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
fpstate.h 36 unsigned int save[FP_HARD_SIZE]; member in struct:fp_hard_struct
42 unsigned int save[FP_SOFT_SIZE]; member in struct:fp_soft_struct
48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; member in struct:iwmmxt_struct

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>