Searched refs:preserve (Results 1 - 25 of 96) sorted by relevance

1234

/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_stack.css19 -webkit-transform-style: preserve-3d;
/external/e2fsprogs/debugfs/
H A Ddump.c101 int preserve, char *outname)
134 if (preserve)
147 int preserve = 0; local
154 preserve++;
183 dump_file(argv[0], inode, fd, preserve, out_fn);
100 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument
/external/chromium_org/third_party/openssl/openssl/android.testssl/
H A DCAss.cnf56 preserve = no # keep passed DN ordering
/external/openssl/android.testssl/
H A DCAss.cnf56 preserve = no # keep passed DN ordering
/external/chromium_org/third_party/libxml/src/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve
[all...]
/external/libxml2/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve
[all...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_base_controller.h103 - (void)modelChangedPreserveSelection:(BOOL)preserve;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_base_controller.h114 - (void)modelChangedPreserveSelection:(BOOL)preserve;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative.h66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative.h66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dopenssl.cnf76 preserve = no # keep passed DN ordering
/external/openssl/apps/
H A Dopenssl.cnf76 preserve = no # keep passed DN ordering
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
H A DDrawingBuffer.cpp81 PassRefPtr<DrawingBuffer> DrawingBuffer::create(GraphicsContext3D* context, const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
96 RefPtr<DrawingBuffer> drawingBuffer = adoptRef(new DrawingBuffer(context, size, multisampleSupported, packedDepthStencilSupported, preserve, contextEvictionManager));
104 PreserveDrawingBuffer preserve,
106 : m_preserveDrawingBuffer(preserve)
100 DrawingBuffer(GraphicsContext3D* context, const IntSize& size, bool multisampleExtensionSupported, bool packedDepthStencilExtensionSupported, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h385 int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve);
H A Dvdbemem.c74 ** It also clears MEM_Ephem and MEM_Static. If the preserve flag is
77 int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve){ argument
88 if( preserve && pMem->z==pMem->zMalloc ){
90 preserve = 0;
97 if( pMem->z && preserve && pMem->zMalloc && pMem->z!=pMem->zMalloc ){
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
805 * preserve the type of the facet
944 int preserve; /* whether to free the document */ member in struct:_xmlSchema
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c168 if (ctrl->preserve || ctrl->swap_interval)
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Darmv4-mont.S122 teq r4,r0 @ preserve carry
H A Darmv4-mont.pl176 teq $tp,$num @ preserve carry
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl197 teq $Xi,sp @ preserve carry
/external/libxml2/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
805 * preserve the type of the facet
944 int preserve; /* whether to free the document */ member in struct:_xmlSchema
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c168 if (ctrl->preserve || ctrl->swap_interval)
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.S122 teq r4,r0 @ preserve carry
H A Darmv4-mont.pl176 teq $tp,$num @ preserve carry
/external/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl197 teq $Xi,sp @ preserve carry

Completed in 537 milliseconds

1234