Searched refs:List (Results 1 – 7 of 7) sorted by relevance
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/ |
D | metrics_atoms_protoc_plugin.py | 56 from typing import Dict, List 99 values: List[VendorAtomEnumValue] 241 values: List[VendorAtomValue] 252 atoms: List[VendorAtom] 255 def len(cls, ll: List): argument
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 31 # List of plugins (as comma separated values of python modules names) to load, 145 # List of module names for which member attributes should not be checked 151 # List of classes names for which member attributes should not be checked 156 # List of members which are set dynamically and missed by pylint inference 168 # List of comma separated words that should not be checked. 195 # List of additional names supposed to be defined in builtins. Remember that 199 # List of strings which can identify a callback function by name. A callback 232 # List of note tags to take in consideration, separated by a comma. 238 # List of builtins function names that should not be used, separated by a comma 338 # List of method names used to declare (i.e. assign) instance attributes. [all …]
|
/trusty/vendor/google/aosp/scripts/ |
D | build-config | 22 # # List of projects that this build entry applies to. Required. 35 # # List of projects that this testmap entry applies to. Required. 40 # # List of host-tests to run. Optional
|
D | trusty_build_config.py | 28 from typing import List, Dict, Optional 203 sequence: List[TrustyPortTest | TrustyCommand], 365 default_key_paths: List[str], 366 project_overrides: Optional[Dict[str, List[str]]] = None):
|
D | test-map | 22 # # List of projects that this build entry applies to. Required. 35 # # List of projects that this testmap entry applies to. Required. 40 # # List of host-tests to run. Optional
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | run.py | 6 from typing import List, Optional 70 def run_test(runner: qemu.Runner, cmd: List[str]) -> int:
|
D | qemu.py | 19 from typing import Optional, List 947 def run(self, boot_tests: Optional[List] = None, argument 948 android_tests: Optional[List] = None, argument 949 timeout: Optional[int] = None) -> List[int]:
|