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

  /external/chromium_org/tools/json_schema_compiler/
compiler.py 183 def split_path_and_namespace(path_and_namespace):
184 if ':' not in path_and_namespace:
186 'the form path:namespace' % path_and_namespace)
187 return path_and_namespace.split(':', 1)
preview.py 330 def split_path_and_namespace(path_and_namespace):
331 if ':' not in path_and_namespace:
333 'the form path:namespace' % path_and_namespace)
334 return path_and_namespace.split(':', 1)

Completed in 73 milliseconds