HomeSort by relevance Sort by last modified time
    Searched defs:preserve (Results 1 - 23 of 23) sorted by null

  /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/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/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/llvm/include/llvm/IR/
PassManager.h 94 template <typename PassT> void preserve() { function in class:llvm::PreservedAnalyses
275 /// took care to update or preserve the analysis result in some way.
    [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);
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 63 test.preserve(condition, ...)
885 if os.environ.has_key('PRESERVE') and not os.environ['PRESERVE'] is '':
886 self._preserve['pass_test'] = os.environ['PRESERVE']
887 self._preserve['fail_test'] = os.environ['PRESERVE']
888 self._preserve['no_result'] = os.environ['PRESERVE']
963 TestCmd environment. If the environment variable PRESERVE was
970 preserved for conditions specified via the preserve method.
1099 def preserve(self, *conditions): member in class:TestCmd
    [all...]
  /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/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...]
xmlreader.c 137 int preserve;/* preserve the resulting document */ member in struct:_xmlTextReader
172 int patternNr; /* number of preserve patterns */
173 int patternMax; /* max preserve patterns */
174 xmlPatternPtr *patternTab; /* array of preserve patterns */
    [all...]
xmlschemas.c 607 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchemaParserCtxt
    [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...]
xmlreader.c 139 int preserve;/* preserve the resulting document */ member in struct:_xmlTextReader
175 int patternNr; /* number of preserve patterns */
176 int patternMax; /* max preserve patterns */
177 xmlPatternPtr *patternTab; /* array of preserve patterns */
    [all...]
xmlschemas.c 607 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchemaParserCtxt
    [all...]
  /external/openssl/apps/
ca.c 128 #define ENV_PRESERVE "preserve"
240 static int preserve=0; variable
341 preserve=0;
367 /* preserve=1; */
457 preserve=1;
798 preserve=1;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 549 * 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/libxml2/include/libxml/
schemasInternals.h 549 * 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/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 385 // through to preserve line numbers.
400 // so we preserve line numbers.
477 // to preserve column numbers for debugging purposes.
603 DrawingBuffer::PreserveDrawingBuffer preserve = m_requestedAttributes->preserveDrawingBuffer() ? DrawingBuffer::Preserve : DrawingBuffer::Discard; local
604 return DrawingBuffer::create(context, clampedCanvasSize(), preserve, attrs, contextEvictionManager.release());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 1481 milliseconds