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

/external/pdfium/fxjs/xfa/
H A Dcjx_para.cpp51 void CJX_Para::preserve(CFXJSE_Value* pValue, function in class:CJX_Para
/external/e2fsprogs/debugfs/
H A Ddump.c101 int preserve, char *outname)
141 if (preserve)
152 int preserve = 0; local
159 preserve++;
188 dump_file(argv[0], inode, fd, preserve, out_fn);
100 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_builder.c234 unsigned new_size, bool preserve)
266 if (new_ptr && preserve)
268 } else if (preserve) {
281 else if (!preserve)
232 ilo_builder_writer_grow(struct ilo_builder *builder, enum ilo_builder_writer_type which, unsigned new_size, bool preserve) argument
/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.cpp761 const bool preserve = (preserveNdx == 0); local
762 TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_preserve"), "");
777 resizeGroup->addChild(new BufferAgeTest(m_eglTestCtx, preserve, oddFrameDrawType, evenFrameDrawType, BufferAgeTest::RESIZETYPE_NONE, name.c_str(), ""));
/external/llvm/include/llvm/IR/
H A DPassManager.h95 template <typename PassT> void preserve() { preserve(PassT::ID()); } function in class:llvm::PreservedAnalyses
98 void preserve(void *PassID) { function in class:llvm::PreservedAnalyses
608 PA.preserve(PassID);
719 // objects in the cache making it impossible to incrementally preserve
914 // By definition we preserve the proxy. This precludes *any* invalidation
918 PA.preserve<FunctionAnalysisManagerModuleProxy>();
/external/libxkbcommon/xkbcommon/src/
H A Dstate.c1315 xkb_mod_mask_t preserve; local
1326 preserve = entry->preserve.mask;
1328 preserve = 0;
1330 return type->mods.mask & ~preserve;
1336 * the appropriate key type's preserve information, if any. This allows
H A Dkeymap.h249 struct xkb_mods preserve; member in struct:xkb_key_type_entry
/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...]
H A Dxmlreader.c143 int preserve;/* preserve the resulting document */ member in struct:_xmlTextReader
179 int patternNr; /* number of preserve patterns */
180 int patternMax; /* max preserve patterns */
181 xmlPatternPtr *patternTab; /* array of preserve patterns */
2267 if (reader->preserve == 0)
2317 if (reader->preserve == 0)
2526 if (reader->preserve == 0)
3944 * This tells the XML Reader to preserve the current node.
3986 * This tells the XML Reader to preserve al
[all...]
H A Dxmlschemas.c615 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchemaParserCtxt
12550 ret->preserve = 1;
12566 if (ctxt->doc != NULL && !ctxt->preserve)
18838 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
21401 mainSchema->preserve = ctxt->preserve;
21569 * Note that we assume a whitespace of preserve for anySimpleType.
/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/skia/tests/
H A DGrShapeTest.cpp278 GrShape preserve = GrShape::MakeFilled(shape, GrShape::FillInversion::kPreserve); local
280 make_key(&preserveKey, preserve);
298 check_equivalence(r, shape, preserve, shapeKey, preserveKey);
301 check_equivalence(r, preserve, inverted, preserveKey, invertedKey);
304 check_equivalence(r, preserve, noninverted, preserveKey, noninvertedKey);
311 // It can be the case that the double flip has no key but preserve does. This happens when the
316 check_equivalence(r, preserve, doubleFlip, preserveKey, doubleFlipKey);
/external/skqp/tests/
H A DGrShapeTest.cpp278 GrShape preserve = GrShape::MakeFilled(shape, GrShape::FillInversion::kPreserve); local
280 make_key(&preserveKey, preserve);
298 check_equivalence(r, shape, preserve, shapeKey, preserveKey);
301 check_equivalence(r, preserve, inverted, preserveKey, invertedKey);
304 check_equivalence(r, preserve, noninverted, preserveKey, noninvertedKey);
311 // It can be the case that the double flip has no key but preserve does. This happens when the
316 check_equivalence(r, preserve, doubleFlip, preserveKey, doubleFlipKey);
/external/toybox/generated/
H A Dglobals.h1008 char *preserve; member in struct:cp_data::__anon26924::__anon26926
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 935 milliseconds