HomeSort by relevance Sort by last modified time
    Searched refs:api_defs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
schema_loader.py 85 api_defs = json_schema.Load(schema_path)
87 api_defs = idl_schema.Load(schema_path)
92 return api_defs
compiler.py 46 api_defs = []
59 api_defs.extend(api_def)
72 for target_namespace, file_path in zip(api_defs, file_paths):
98 api_defs,
cpp_bundle_generator.py 40 api_defs,
47 self._api_defs = api_defs

Completed in 211 milliseconds