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

1 2 3 4 5 6

  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0; local
64 preserve = 1;
70 preserve = 1;
76 if (preserve)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp 26 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_common.hpp")
37 #pragma wave option(preserve: 1)
76 #pragma wave option(preserve: 2, line: 0, output: "preprocessed/numeric_cast_traits_long_long.hpp")
88 #pragma wave option(preserve: 1)
  /external/chromium-trace/trace-viewer/src/ui/
quad_stack.css 19 -webkit-transform-style: preserve-3d;
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 54 bool setPreserveBuffer(EGLSurface surface, bool preserve);
EglManager.cpp 287 bool EglManager::setPreserveBuffer(EGLSurface surface, bool preserve) {
293 preserve ? EGL_BUFFER_PRESERVED : EGL_BUFFER_DESTROYED);
  /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);
  /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;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 161 * stop all running graphs (closing their filters). If the context does not preserve frames on
219 * @param preserve true, to preserve frames when the context is paused.
223 public void setPreserveFramesOnPause(boolean preserve) {
224 mPreserveFramesOnPause = 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>();

Completed in 2080 milliseconds

1 2 3 4 5 6