Searched refs:separators (Results 1 – 5 of 5) sorted by relevance
/development/scripts/ |
D | update_crate_tests.py | 164 json.dump(test_mapping, json_file, indent=2, separators=(',', ': '), sort_keys=True)
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 713 String separators = getWordSeparators(); in isWordSeparator() local 714 return separators.contains(String.valueOf((char)code)); in isWordSeparator()
|
/development/tools/repo_pull/ |
D | repo_review.py | 167 separators=(', ', ': '))
|
D | gerrit.py | 383 json.dump(change_lists, sys.stdout, indent=4, separators=(', ', ': '))
|
D | repo_pull.py | 207 json.dump(change_lists, sys.stdout, indent=4, separators=(', ', ': '))
|