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

1 2 3 4 5 6 7 8 91011>>

  /external/libpng/tests/
pngunknown-sAPI 2 exec ./pngunknown bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir}/pngtest.png"
pngunknown-IDAT 2 exec ./pngunknown default=discard IDAT=save "${srcdir}/pngtest.png"
pngunknown-save 2 exec ./pngunknown default=save "${srcdir}/pngtest.png"
  /frameworks/base/core/java/android/gesture/
package.html 3 Provides classes to create, recognize, load and save gestures.
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/
page_with_img_error.html 4 Save Page issue
9 Test for save page image error issue.
  /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
  /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...]
  /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
16 # Push the callee save registers.
44 # 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">chrome.syncFileSystem</a> API to save and synchronize data on Google Drive.
  /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.
  /external/iptables/iptables/
.gitignore 3 /ip6tables-save
10 /iptables-save
  /external/qemu/target-i386/
svm_helper.c 126 /* save the current CPU state in the hsave page */
127 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.gdtr.base), env->gdt.base);
128 stl_phys(env->vm_hsave + offsetof(struct vmcb, save.gdtr.limit), env->gdt.limit);
130 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.idtr.base), env->idt.base);
131 stl_phys(env->vm_hsave + offsetof(struct vmcb, save.idtr.limit), env->idt.limit);
133 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr0), env->cr[0]);
134 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr2), env->cr[2]);
135 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr3), env->cr[3]);
136 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.cr4), env->cr[4]);
137 stq_phys(env->vm_hsave + offsetof(struct vmcb, save.dr6), env->dr[6])
    [all...]
  /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'
  /external/chromium_org/third_party/skia/tests/
RecordPatternTest.cpp 9 typedef Pattern3<Is<Save>,
22 // Build up a save-clip-restore block. The pattern will match only it's complete.
23 recorder.save();
31 REPORTER_ASSERT(r, pattern.first<Save>() != NULL);
42 // There will be two save-clipRect-restore blocks [0,3) and [3,6).
44 recorder.save();
65 recorder.save();
74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
79 recorder.save();
83 recorder.save();
    [all...]
  /external/skia/tests/
RecordPatternTest.cpp 9 typedef Pattern3<Is<Save>,
22 // Build up a save-clip-restore block. The pattern will match only it's complete.
23 recorder.save();
31 REPORTER_ASSERT(r, pattern.first<Save>() != NULL);
42 // There will be two save-clipRect-restore blocks [0,3) and [3,6).
44 recorder.save();
65 recorder.save();
74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
79 recorder.save();
83 recorder.save();
    [all...]
  /frameworks/base/docs/html/google/gcs/
gcs-signup.jd 1 page.title=Sign Up for Google Cloud Save
5 <p>Sign up to be a trial partner for Google Cloud Save.</p>
index.jd 1 page.title=Google Cloud Save
14 <h1 itemprop="name" style="margin-bottom:0;">Google Cloud Save</h1>
16 Google Cloud Save is a service that enables per-user data storage
17 and sync in your apps with no backend programming required. Google Cloud Save
22 Google Cloud Save works even when your device is offline, and it
25 Finally, Google Cloud Save provides a generous initial per-user free quota that
  /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/libunwind/tests/
ia64-test-nat-asm.S 55 /* Save r4-r7 into stacked registers, load them up with the
64 .save ar.pfs, loc0
66 .save rp, loc1
93 /* Save f2 to the memory stack, save r4 to f2, then load
102 .save ar.pfs, loc0
104 .save rp, loc1
130 /* If r4 is not a NaT, save b3 to a stacked register and
131 then save r4 in b3. The non-NaTness of r4 is saved in
139 .save ar.pfs, loc
    [all...]
  /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.

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011>>