Searched defs:namespaceName (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/closure_compiler/runner/src/com/google/javascript/jscomp/
H A DChromePass.java365 private final String namespaceName; field in class:ChromePass.RenameInternalsToExternalsCallback
369 public RenameInternalsToExternalsCallback(String namespaceName, argument
371 this.namespaceName = namespaceName;
452 this.namespaceName + "." + externalName).srcrefTree(internalName);
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/chromium_org/third_party/closure_compiler/runner/
H A Drunner.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/chromium/ org/chromium/closure/ org/chromium/closure/compiler/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c981 * @namespaceName: the namespace name
990 xmlSchemaNewQNameValue(const xmlChar *namespaceName, argument
1000 val->value.qname.uri = (xmlChar *) namespaceName;
H A Dxmlschemas.c1277 * @namespaceName: the namespace name
1280 * Returns the given QName in the format "{namespaceName}localName" or
1281 * just "localName" if @namespaceName is NULL.
1283 * Returns the localName if @namespaceName is NULL, a formatted
1288 const xmlChar *namespaceName,
1292 if (namespaceName != NULL) {
1294 *buf = xmlStrcat(*buf, namespaceName);
1298 if (namespaceName == NULL)
4518 const xmlChar *namespaceName,
4529 xmlSchemaFormatQName(&str, namespaceName, localNam
1287 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
6390 xmlSchemaCheckReference(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, xmlNodePtr node, xmlAttrPtr attr, const xmlChar *namespaceName) argument
10691 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; local
[all...]
/external/libxml2/
H A Dxmlschemastypes.c981 * @namespaceName: the namespace name
990 xmlSchemaNewQNameValue(const xmlChar *namespaceName, argument
1000 val->value.qname.uri = (xmlChar *) namespaceName;
H A Dxmlschemas.c1282 * @namespaceName: the namespace name
1285 * Returns the given QName in the format "{namespaceName}localName" or
1286 * just "localName" if @namespaceName is NULL.
1288 * Returns the localName if @namespaceName is NULL, a formatted
1293 const xmlChar *namespaceName,
1297 if (namespaceName != NULL) {
1299 *buf = xmlStrcat(*buf, namespaceName);
1303 if (namespaceName == NULL)
4537 const xmlChar *namespaceName,
4548 xmlSchemaFormatQName(&str, namespaceName, localNam
1292 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
4536 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
6409 xmlSchemaCheckReference(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, xmlNodePtr node, xmlAttrPtr attr, const xmlChar *namespaceName) argument
10710 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; local
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 2015 milliseconds