Searched refs:schemas (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema.py41 schemas = json_parse.Parse(handle.read())
42 return schemas
/external/chromium_org/components/url_matcher/
H A Durl_matcher_factory.cc221 std::vector<std::string> schemas; local
222 if (!helpers::GetAsStringVector(value, &schemas)) {
226 for (std::vector<std::string>::const_iterator it = schemas.begin();
227 it != schemas.end(); ++it) {
234 new URLMatcherSchemeFilter(schemas));
/external/chromium_org/components/policy/core/common/
H A Dasync_policy_loader.h59 scoped_ptr<PolicyBundle> InitialLoad(const scoped_refptr<SchemaMap>& schemas);
111 // The current policy schemas that this provider should load.
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dschema_processor.py233 schemas = json_parse.Parse(file_data)
237 for schema in schemas:
241 return schemas
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c333 * dump the schemas to a buffer, then reparse it and compile the schemas
468 * dump the schemas to a buffer, then reparse it and compile the schemas
788 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, argument
811 "Failed to build path to schemas testGroup line %ld : %s\n",
817 test_log("schemas for testGroup line %ld is missing: %s\n",
839 ctxt = xmlSchemaNewValidCtxt(schemas);
890 xmlSchemaPtr schemas = NULL; local
908 test_log("Failed to build path to schemas testGrou
[all...]
H A Druntest.c2906 xmlSchemaPtr schemas) {
2933 ctxt = xmlSchemaNewValidCtxt(schemas);
2972 * @filename: the schemas file
2990 xmlSchemaPtr schemas; local
3000 /* first compile the schemas if possible */
3006 schemas = xmlSchemaParse(ctxt);
3014 xmlSchemaFree(schemas);
3027 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3046 snprintf(result, 499, "result/schemas/%s_%c",
3049 snprintf(err, 499, "result/schemas/
2901 schemasOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlSchemaPtr schemas) argument
3077 rngOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlRelaxNGPtr schemas) argument
3167 xmlRelaxNGPtr schemas; local
[all...]
H A DdebugXML.c2340 * @schemas: the path to the Relax-NG schemas
2345 * validating the instance against a Relax-NG schemas
2350 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument
2359 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2368 "Relax-NG schema %s failed to compile\n", schemas);
2922 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");
H A Dconfigure1692 --with-schemas add Relax-NG and Schemas support (on)
11460 # Check whether --with-schemas was given.
/external/chromium_org/third_party/flot/
H A Dexcanvas.min.js1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.owningEle (…)
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc556 const gchar* const* schemas = libgio_loader_.g_settings_list_schemas(); local
557 while (*schemas) {
558 if (strcmp(schema_name, static_cast<const char*>(*schemas)) == 0)
560 schemas++;
/external/libxml2/
H A DdebugXML.c2343 * @schemas: the path to the Relax-NG schemas
2348 * validating the instance against a Relax-NG schemas
2353 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, argument
2362 ctxt = xmlRelaxNGNewParserCtxt(schemas);
2371 "Relax-NG schema %s failed to compile\n", schemas);
2932 fprintf(ctxt->output, "\trelaxng rng validate the document agaisnt the Relax-NG schemas\n");
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 5274 milliseconds