HomeSort by relevance Sort by last modified time
    Searched refs:preserve (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium-trace/trace-viewer/src/ui/
quad_stack.css 19 -webkit-transform-style: preserve-3d;
  /external/e2fsprogs/debugfs/
dump.c 103 int preserve, char *outname)
143 if (preserve)
154 int preserve = 0; local
161 preserve++;
190 dump_file(argv[0], inode, fd, preserve, out_fn);
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
iosbuild.sh 191 --preserve-build-output: Do not delete the build directory.
221 --preserve-build-output)
  /external/openssl/android.testssl/
CAss.cnf 56 preserve = no # keep passed DN ordering
  /external/llvm/unittests/IR/
PassManagerTest.cpp 107 PA.preserve<FunctionAnalysisManagerModuleProxy>();
213 PA4.preserve<TestFunctionAnalysis>();
216 PA1.preserve<TestModuleAnalysis>();
219 PA1.preserve<TestFunctionAnalysis>();
  /external/chromium_org/third_party/libxml/src/
schematron.c 131 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 = 1
    [all...]
  /external/libxml2/
schematron.c 131 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 = 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 176 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)
214 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
455 IntSize(initialWidth, initialHeight), DrawingBuffer::Preserve, contextEvictionManager.release());
624 DrawingBuffer::PreserveDrawingBuffer preserve = DrawingBuffer::Preserve; local
630 RefPtr<DrawingBuffer> drawingBuffer = DrawingBuffer::create(context.release(), IntSize(10, 10), preserve, requestedAttributes, contextEvictionManager);
DrawingBuffer.cpp 88 PassRefPtr<DrawingBuffer> DrawingBuffer::create(PassOwnPtr<WebGraphicsContext3D> context, const IntSize& size, PreserveDrawingBuffer preserve, WebGraphicsContext3D::Attributes requestedAttributes, PassRefPtr<ContextEvictionManager> contextEvictionManager)
106 RefPtr<DrawingBuffer> drawingBuffer = adoptRef(new DrawingBuffer(context, extensionsUtil.release(), multisampleSupported, packedDepthStencilSupported, preserve, requestedAttributes, contextEvictionManager));
118 PreserveDrawingBuffer preserve,
121 : m_preserveDrawingBuffer(preserve)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.h 113 - (void)modelChangedPreserveSelection:(BOOL)preserve;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
accelerometer.css 47 -webkit-transform-style: preserve-3d;
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 173 void setPreserveSrcDepth(bool preserve) {
174 fPreserveSrcDepth = preserve;
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 392 def _disassemble(self, preserve=False):
430 if preserve:
433 if not preserve:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 623 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/
memset.S 20 mov ip, r0 @ preserve r0 as return value
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 66 * Return TRUE if native_surface::present can preserve the buffer.
101 boolean preserve; member in struct:native_present_control
  /external/chromium_org/v8/test/mjsunit/regress/
regress-326.js 34 assertEquals(4, nonArray.length, "preserve length");
  /external/openssl/apps/
openssl.cnf 76 preserve = no # keep passed DN ordering
  /external/chromium_org/v8/test/mjsunit/
prototype.js 61 // Make sure we preserve the prototype of an object in the face of map transitions.
  /external/llvm/include/llvm/Analysis/
CGSCCPassManager.h 353 // 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>();
  /cts/tools/vm-tests-tf/etc/
starttests 99 rm -rf --preserve-root $datadir/dalvik-cache
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 385 int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve);
vdbemem.c 74 ** It also clears MEM_Ephem and MEM_Static. If the preserve flag is
77 int sqlite3VdbeMemGrow(Mem *pMem, int n, int preserve){
88 if( preserve && pMem->z==pMem->zMalloc ){
90 preserve = 0;
97 if( pMem->z && preserve && pMem->zMalloc && pMem->z!=pMem->zMalloc ){
    [all...]
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/bn/
armv4-mont.S 147 teq r4,r0 @ preserve carry

Completed in 1492 milliseconds

1 2 3 4 5