Home
last modified time | relevance | path

Searched refs:facets (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle509 * Used to build a list of facets.
667 * indicates if the facets need a computed value
709 * has facets
716 * indicates if the facets (pattern) need a normalized value
769 d facets like(xmlSchemaFacetPtr) Local facets
777 d facetSet like(xmlSchemaFacetLinkPtr) All facets
/third_party/libabigail/tests/
Dtest-valgrind-suppressions.supp76 Writting to ostream has data races (IAUI) I believe due to facets-related manipulations.
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_misc_hints.txt212 Indicates that normals of backfacing facets should be inverted
218 of backfacing facets whenever lighting is enabled.
/third_party/openGLES/extensions/PGI/
DPGI_misc_hints.txt212 Indicates that normals of backfacing facets should be inverted
218 of backfacing facets whenever lighting is enabled.
/third_party/libxml2/include/libxml/
DschemasInternals.h621 xmlSchemaFacetPtr facets; /* Local facets */ member
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dvisibility.dart22 /// These widgets provide some of the facets of this one:
/third_party/libxml2/
Dxmlschemas.c1862 for (facet = type->facets; facet != NULL; facet = facet->next) { in xmlSchemaFormatFacetEnumSet()
4042 if (type->facets != NULL) { in xmlSchemaFreeType()
4045 facet = type->facets; in xmlSchemaFreeType()
11780 type->facets = facet; in xmlSchemaParseRestriction()
11791 if (type->facets != NULL) { in xmlSchemaParseRestriction()
11794 facet = type->facets; in xmlSchemaParseRestriction()
15443 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15453 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
15545 if (type->facets != NULL) { in xmlSchemaCheckCOSSTRestricts()
15546 facet = type->facets; in xmlSchemaCheckCOSSTRestricts()
[all …]
DNEWS1762 (Ashwin), regexp crash, icrash with invalid whitespace facets (Rob
2150 - improvements: lot of work on Schemas by Kasimier Buchcik on facets
2376 failure (William), memory leak in schemas datatype facets.
Dxmlschemastypes.c320 ret->facets = xmlSchemaNewMinLengthFacet(1); in xmlSchemaInitBasicType()
/third_party/chromium/patch/
D0001-cve.patch79012 - facets validation messages.
79187 - Hopefully finished validation against facets to use the normalized
79188 - value of both, the facets and instance values. Added
79211 - normalized values of facets during validation: changed the
79395 - facets and group. Changed NOTATION validation to work with the
79996 - xmlSchemaTypeFixup; this ensures facets of inherited types to be
79997 - checked prior to facets of derived types - which caused a seg
81830 - * relaxng.c: remove a memory leak on schemas type facets.
84945 - fractionDigits facets.
85512 - and facets support. Currently only schemas with binHex or
[all …]