Searched defs:anc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c17873 xmlSchemaTypePtr anc; local
17875 for (anc = type->baseType; anc != NULL &&
17876 anc->builtInType != XML_SCHEMAS_ANYTYPE;
17877 anc = anc->baseType) {
17879 if (anc->type == XML_SCHEMA_TYPE_BASIC) {
17880 if (anc->builtInType == XML_SCHEMAS_NORMSTRING) {
17883 } else if ((anc->builtInType == XML_SCHEMAS_STRING) ||
17884 (anc
[all...]
/external/libxml2/
H A Dxmlschemas.c17902 xmlSchemaTypePtr anc; local
17904 for (anc = type->baseType; anc != NULL &&
17905 anc->builtInType != XML_SCHEMAS_ANYTYPE;
17906 anc = anc->baseType) {
17908 if (anc->type == XML_SCHEMA_TYPE_BASIC) {
17909 if (anc->builtInType == XML_SCHEMAS_NORMSTRING) {
17912 } else if ((anc->builtInType == XML_SCHEMAS_STRING) ||
17913 (anc
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1470 milliseconds