Searched refs:builtin (Results 1 – 4 of 4) sorted by relevance
/tools/repohooks/tools/ |
D | pylintrc | 76 apply-builtin, 79 basestring-builtin, 80 buffer-builtin, 81 cmp-builtin, 83 coerce-builtin, 97 execfile-builtin, 98 file-builtin, 99 filter-builtin-not-iterating, 105 input-builtin, 106 intern-builtin, [all …]
|
/tools/repohooks/ |
D | README.md | 170 This section allows for turning on common/builtin hooks. There are a bunch of 261 Some builtin hooks need to call external executables to work correctly. By 267 * `aidl-format`: used for the `aidl_format` builtin hook. 269 builtin hook. 270 * `bpfmt`: used for the `bpfmt` builtin hook. 271 * `clang-format`: used for the `clang_format` builtin hook. 272 * `cpplint`: used for the `cpplint` builtin hook. 273 * `git-clang-format`: used for the `clang_format` builtin hook. 274 * `gofmt`: used for the `gofmt` builtin hook. 275 * `google-java-format`: used for the `google_java_format` builtin hook. [all …]
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 254 builtin=False): argument 332 if builtin: 344 self.register_controller(module, builtin=True)
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_base_class_test.py | 1057 base_cls.register_controller(mock_controller, builtin=True) 1067 base_cls.register_controller(mock_controller, builtin=True)
|