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

  /development/vndk/tools/sourcedr/sourcedr/commands/
review.py 3 """`sourcedr review` command."""
7 from sourcedr.project import Project
8 from sourcedr.server import create_app
12 """Initialize argument parser for `sourcedr init`."""
21 """Main function for `sourcedr init`."""
collect.py 3 """`sourcedr collect` command."""
8 from sourcedr.project import Project
9 from sourcedr.map import (
14 """Initialize argument parser for `sourcedr collect`."""
__init__.py 8 from sourcedr.commands import collect, init, scan, review
init.py 3 """`sourcedr init` command."""
8 from sourcedr.project import Project
17 """Initialize argument parser for `sourcedr init`."""
26 """Main function for `sourcedr init`."""
  /development/vndk/tools/sourcedr/sourcedr/tests/
test_review_db.py 6 from sourcedr.codesearch import CodeSearch
7 from sourcedr.review_db import ReviewDB
test_server.py 10 from sourcedr.project import Project
11 from sourcedr.review_db import ReviewDB
12 from sourcedr.server import create_app
66 label = os.path.abspath('sourcedr/test/dlopen/test.c')
test_project.py 7 from sourcedr.project import Config
test_map.py 6 from sourcedr.map import (
test_ninja.py 3 from sourcedr import ninja
  /development/vndk/tools/sourcedr/sourcedr/
map.py 13 from sourcedr import ninja
14 from sourcedr.review_db import ReviewDB
project.py 3 """SourceDR project configurations and databases.
14 from sourcedr.codesearch import CodeSearch, PathFilter
15 from sourcedr.pattern_db import PatternDB
16 from sourcedr.review_db import ReviewDB
17 from sourcedr.utils import LockedFile
21 """SourceDR project configuration file."""
23 DEFAULT_NAME = 'sourcedr.json'
70 """SourceDR project configuration files and databases."""

Completed in 75 milliseconds