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

12345

/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_stack.css19 -webkit-transform-style: preserve-3d;
/external/e2fsprogs/debugfs/
H A Ddump.c103 int preserve, char *outname)
143 if (preserve)
154 int preserve = 0; local
161 preserve++;
190 dump_file(argv[0], inode, fd, preserve, out_fn);
102 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Diosbuild.sh191 --preserve-build-output: Do not delete the build directory.
221 --preserve-build-output)
/external/openssl/android.testssl/
H A DCAss.cnf56 preserve = no # keep passed DN ordering
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp107 PA.preserve<FunctionAnalysisManagerModuleProxy>();
213 PA4.preserve<TestFunctionAnalysis>();
216 PA1.preserve<TestModuleAnalysis>();
219 PA1.preserve<TestFunctionAnalysis>();
/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_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp176 const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager)
180 adoptRef(new DrawingBufferForTests(context, extensionsUtil.release(), preserve, contextEvictionManager));
190 PreserveDrawingBuffer preserve,
193 false /* packedDepthStencilExtensionSupported */, preserve, WebGraphicsContext3D::Attributes(), contextEvictionManager)
624 DrawingBuffer::PreserveDrawingBuffer preserve = DrawingBuffer::Preserve; local
630 RefPtr<DrawingBuffer> drawingBuffer = DrawingBuffer::create(context.release(), IntSize(10, 10), preserve, requestedAttributes, contextEvictionManager);
175 create(PassOwnPtr<WebGraphicsContext3D> context, const IntSize& size, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
188 DrawingBufferForTests(PassOwnPtr<WebGraphicsContext3D> context, PassOwnPtr<Extensions3DUtil> extensionsUtil, PreserveDrawingBuffer preserve, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
H A DDrawingBuffer.cpp88 PassRefPtr<DrawingBuffer> DrawingBuffer::create(PassOwnPtr<WebGraphicsContext3D> context, const IntSize& size, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
106 RefPtr<DrawingBuffer> drawingBuffer = adoptRef(new DrawingBuffer(context, extensionsUtil.release(), multisampleSupported, packedDepthStencilSupported, preserve, requestedAttributes, contextEvictionManager));
118 PreserveDrawingBuffer preserve,
121 : m_preserveDrawingBuffer(preserve)
114 DrawingBuffer(PassOwnPtr<WebGraphicsContext3D> context, PassOwnPtr<Extensions3DUtil> extensionsUtil, bool multisampleExtensionSupported, bool packedDepthStencilExtensionSupported, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Daccelerometer.css47 -webkit-transform-style: preserve-3d;
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h173 void setPreserveSrcDepth(bool preserve) { argument
174 fPreserveSrcDepth = preserve;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DttProgram.py392 def _disassemble(self, preserve=False):
430 if preserve:
433 if not preserve:
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DttProgram.py392 def _disassemble(self, preserve=False):
430 if preserve:
433 if not preserve:
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_base_controller.h113 - (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/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp623 const bool preserve = (preserveNdx == 0); local
624 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), "");
640 if (!preserve && postSwapDrawType == PreservingSwapTest::DRAWTYPE_NONE)
645 readPixelsBeforeSwapGroup->addChild(new PreservingSwapTest(m_eglTestCtx, preserve, readPixelsBeforeSwap, preSwapDrawType, postSwapDrawType, name.c_str(), ""));
/external/linux-tools-perf/perf-3.12.0/arch/arm/lib/
H A Dmemset.S20 mov ip, r0 @ preserve r0 as return value
/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/openssl/apps/
H A Dopenssl.cnf76 preserve = no # keep passed DN ordering
/external/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h353 // By definition we preserve the proxy. This precludes *any* invalidation
357 PA.preserve<CGSCCAnalysisManagerModuleProxy>();
565 // By definition we preserve the proxy. This precludes *any* invalidation
571 PA.preserve<FunctionAnalysisManagerCGSCCProxy>();
/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/boringssl/linux-arm/crypto/bn/
H A Darmv4-mont.S147 teq r4,r0 @ preserve carry
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha1-armv4-large.pl199 teq $Xi,sp @ preserve carry
/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

Completed in 3578 milliseconds

12345