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

1234

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
H A Dwhitespace.py17 preserve = 0
21 and (preserve or token["name"] in self.spacePreserveElements):
22 preserve += 1
24 elif type == "EndTag" and preserve:
25 preserve -= 1
27 elif not preserve and type == "SpaceCharacters" and token["data"]:
31 elif not preserve and type == "Characters":
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
H A Dcssmin.py41 preserve = False
46 preserve = css[comment_start + 2:comment_start + 3] == "!"
50 if not preserve:
62 elif not preserve:
/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-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Ddata.py76 def __init__(self, files, target=None, preserve=0, strip=0,
81 self._preserve = preserve
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Ddata.py76 def __init__(self, files, target=None, preserve=0, strip=0,
81 self._preserve = preserve
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Ddata.py76 def __init__(self, files, target=None, preserve=0, strip=0,
81 self._preserve = preserve
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Ddata.py76 def __init__(self, files, target=None, preserve=0, strip=0,
81 self._preserve = preserve
/external/libvpx/libvpx/build/make/
H A Diosbuild.sh205 --preserve-build-output: Do not delete the build directory.
239 --preserve-build-output)
/external/skia/gm/
H A Dlcdtext.cpp145 for (auto preserve : gPreserveLCDText) {
146 preserve ? canvas->saveLayerPreserveLCDTextRequests(nullptr, nullptr)
/external/skia/include/core/
H A DSkImageDecoder.h143 void setPreserveSrcDepth(bool preserve) { argument
144 fPreserveSrcDepth = preserve;
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp112 PA.preserve<FunctionAnalysisManagerModuleProxy>();
218 PA4.preserve<TestFunctionAnalysis>();
221 PA1.preserve<TestModuleAnalysis>();
224 PA1.preserve<TestFunctionAnalysis>();
/external/libxml2/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
185 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
568 if ((schema->doc != NULL) && (!(schema->preserve)))
690 ret->preserve = 1;
713 if (ctxt->doc != NULL && !ctxt->preserve)
1082 int preserve = 0; local
1102 ctxt->preserve = 0;
1115 ctxt->preserve = 0;
1118 preserve = 1;
1119 ctxt->preserve
[all...]
/external/llvm/include/llvm/IR/
H A DPassManager.h98 template <typename PassT> void preserve() { preserve(PassT::ID()); } function in class:llvm::PreservedAnalyses
101 void preserve(void *PassID) { function in class:llvm::PreservedAnalyses
545 PA.preserve(PassID);
812 // By definition we preserve the proxy. This precludes *any* invalidation
816 PA.preserve<FunctionAnalysisManagerModuleProxy>();
/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/toybox/toys/posix/
H A Dcp.c9 * TODO: --preserve=links
15 USE_CP(NEWTOY(cp, "<2"USE_CP_PRESERVE("(preserve):;")"RHLPp"USE_CP_MORE("rdaslvnF(remove-destination)")"fi[-HLP"USE_CP_MORE("d")"]"USE_CP_MORE("[-ni]"), TOYFLAG_BIN))
31 -p preserve timestamps, ownership, and mode
53 bool "cp --preserve support"
57 usage: cp [--preserve=motcxa]
59 --preserve takes either a comma separated list of attributes, or the first
123 char *preserve;
327 // Inability to set --preserve isn't fatal, some require root access.
382 char *pre = xstrdup(TT.c.preserve), *s;
390 for (s = TT.c.preserve; *
[all...]
/external/dbus/dbus/
H A Ddbus-shell.c34 /* Single quotes preserve the literal string exactly. escape
39 * Otherwise double quotes preserve things literally.
159 * Shell quoting rules are a bit strange. Single quotes preserve the
163 * be escaped with backslash. Otherwise double quotes preserve things
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp601 const bool preserve = (preserveNdx == 0); local
602 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), "");
618 if (!preserve && postSwapDrawType == PreservingSwapTest::DRAWTYPE_NONE)
623 readPixelsBeforeSwapGroup->addChild(new PreservingSwapTest(m_eglTestCtx, preserve, readPixelsBeforeSwap, preSwapDrawType, postSwapDrawType, name.c_str(), ""));
H A DteglBufferAgeTests.cpp757 const bool preserve = (preserveNdx == 0); local
758 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), "");
773 resizeGroup->addChild(new BufferAgeTest(m_eglTestCtx, preserve, oddFrameDrawType, evenFrameDrawType, BufferAgeTest::RESIZETYPE_NONE, name.c_str(), ""));
/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
H A Degl_g3d_api.c555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
581 ctrl.preserve = preserve;
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects, EGLBoolean preserve) argument
/external/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h236 // analyses are now safe to preserve.
247 // By definition we preserve the proxy. This precludes *any* invalidation
251 PA.preserve<CGSCCAnalysisManagerModuleProxy>();
465 // By definition we preserve the proxy. This precludes *any* invalidation
471 PA.preserve<FunctionAnalysisManagerCGSCCProxy>();
/external/v8/tools/gyp/pylib/gyp/
H A Dmac_tool.py408 def ExecCodeSignBundle(self, key, entitlements, provisioning, path, preserve):
424 if preserve == 'True':
425 args.extend(['--deep', '--preserve-metadata=identifier,entitlements'])
/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)

Completed in 725 milliseconds

1234