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

  /development/vndk/tools/definition-tool/tests/
test_tagged_dict.py 13 from vndk_definition_tool import TaggedDict, TaggedPathDict, TaggedLibDict, \
103 tagged_paths = TaggedPathDict()
119 tagged_paths = TaggedPathDict(['current', '27', '28'])
140 TaggedPathDict().load_from_csv(StringIO(''))
147 d = TaggedPathDict()
152 d = TaggedPathDict()
159 d = TaggedPathDict()
189 d = TaggedPathDict()
195 d = TaggedPathDict.create_from_csv(StringIO(_TEST_DATA))
204 d = TaggedPathDict.create_from_csv_path(f.name
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 60 milliseconds