/external/chromium-crossbench/crossbench/browsers/chrome/ |
D | helper.py | 18 def default_path(cls, platform: plt.Platform) -> AnyPath: 22 def stable_path(cls, platform: plt.Platform) -> AnyPath: 30 def beta_path(cls, platform: plt.Platform) -> AnyPath: 38 def dev_path(cls, platform: plt.Platform) -> AnyPath: 46 def canary_path(cls, platform: plt.Platform) -> AnyPath:
|
D | downloader.py | 54 browser_platform: Platform) -> bool: 63 browser_platform: Platform) -> Type[ChromeDownloader]: 193 browser_platform: Platform) -> bool: 198 browser_platform: Platform): 249 browser_platform: Platform) -> bool: 254 browser_platform: Platform): 345 browser_platform: Platform) -> bool: 350 browser_platform: Platform): 493 browser_platform: Platform) -> bool: 498 browser_platform: Platform):
|
/external/chromium-crossbench/crossbench/browsers/edge/ |
D | edge.py | 19 def default_path(cls, platform: plt.Platform) -> AnyPath: 23 def stable_path(cls, platform: plt.Platform) -> AnyPath: 31 def beta_path(cls, platform: plt.Platform) -> AnyPath: 39 def dev_path(cls, platform: plt.Platform) -> AnyPath: 47 def canary_path(cls, platform: plt.Platform) -> AnyPath:
|
/external/chromium-crossbench/tests/crossbench/ |
D | mock_browser.py | 58 def mock_app_path(cls, platform: plt.Platform) -> pathlib.Path: 62 def setup_fs(cls, fs, platform: plt.Platform = plt.PLATFORM) -> None: 74 platform: plt.Platform = plt.PLATFORM) -> None: 207 def app_root(platform: plt.Platform) -> pathlib.Path: 264 def mock_app_path(cls, platform: plt.Platform = plt.PLATFORM) -> pathlib.Path: 299 def mock_app_path(cls, platform: plt.Platform = plt.PLATFORM) -> pathlib.Path: 311 def mock_app_path(cls, platform: plt.Platform = plt.PLATFORM) -> pathlib.Path: 323 def mock_app_path(cls, platform: plt.Platform = plt.PLATFORM) -> pathlib.Path: 351 def mock_app_path(cls, platform: plt.Platform = plt.PLATFORM) -> pathlib.Path: 363 def mock_app_path(cls, platform: plt.Platform = plt.PLATFORM) -> pathlib.Path: [all …]
|
/external/chromium-crossbench/crossbench/plt/ |
D | bin.py | 18 def __init__(self, binary: Binary, platform: Platform): 32 def __init__(self, binary: Binary, platform: Platform, expected: str): 94 def resolve_cached(self, platform: Platform) -> pth.AnyPath: 97 def resolve(self, platform: Platform) -> pth.AnyPath: 105 def platform_path(self, platform: Platform) -> Tuple[pth.AnyPath, ...]: 126 def _validate_platform(self, platform: Platform) -> None: 135 def _validate_platform(self, platform: Platform) -> None: 145 def _validate_platform(self, platform: Platform) -> None: 155 def _validate_platform(self, platform: Platform) -> None: 165 def _validate_platform(self, platform: Platform) -> None: [all …]
|
/external/mesa3d/src/gallium/frontends/rusticl/core/ |
D | platform.rs | 19 pub struct Platform { struct 30 pub struct PlatformDebug { argument 138 impl Platform { impl 175 impl Drop for Platform { implementation 184 fn get_ref(&self) -> CLResult<&'static Platform>; in get_ref() 188 fn get_ref(&self) -> CLResult<&'static Platform> { in get_ref()
|
/external/aws-crt-java/ |
D | README.md | 26 ## Platform section 28 ### Linux/Unix 42 ### OSX 56 ### Windows
|
/external/federated-compute/fcp/demo/ |
D | README.md | 143 #### `federated_context.py` 155 #### `federated_computation.py` 162 #### `federated_data_source.py` 168 #### `checkpoint_tensor_reference.py`
|
/external/crosvm/tools/ |
D | presubmit | 28 Platform = Literal["x86_64", "aarch64", "mingw64", "armhf"] variable 35 def platform_is_supported(platform: Union[Platform, ClippyOnlyPlatform]): 120 def check_crosvm_tests(platform: Platform): 137 def check_crosvm_unit_tests(platform: Platform): 149 platform: Platform, features: Optional[str] = None, no_default_features: bool = False 164 def check_clippy(platform: Union[Platform, ClippyOnlyPlatform]):
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
D | Platform.cpp | 21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() 63 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() 106 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName()
|
/external/chromium-crossbench/crossbench/browsers/ |
D | downloader.py | 36 def _get_loader_cls(cls, browser_platform: Platform) -> Type[Downloader]: 41 browser_platform: Platform) -> bool: 52 browser_platform: Platform) -> pth.LocalPath: 63 browser_platform: Platform): 263 def extract(cls, platform: Platform, archive_path: pth.LocalPath, 271 def extract(cls, platform: Platform, archive_path: pth.LocalPath, 300 def extract(cls, platform: Platform, archive_path: pth.LocalPath,
|
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
D | Platform.java | 21 public class Platform { class 22 private Platform() { in Platform() method in Platform
|
/external/chromium-crossbench/crossbench/browsers/firefox/ |
D | downloader.py | 38 browser_platform: Platform) -> Type[FirefoxDownloader]: 54 browser_platform: Platform) -> bool: 63 platform_name: str, browser_platform: Platform): 113 browser_platform: Platform) -> bool: 135 browser_platform: Platform) -> bool: 179 browser_platform: Platform) -> bool:
|
D | firefox.py | 26 def default_path(cls, platform: plt.Platform) -> AnyPath: 34 def developer_edition_path(cls, platform: plt.Platform) -> AnyPath: 42 def nightly_path(cls, platform: plt.Platform) -> AnyPath:
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | delegates.md | 48 #### Cross-platform (Android & iOS) 58 #### Android 71 #### iOS
|
/external/guava/android/guava/src/com/google/common/escape/ |
D | Platform.java | 28 final class Platform { class 29 private Platform() {} in Platform() method in Platform
|
/external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/ |
D | Platform.java | 20 final class Platform { class 32 private Platform() {} in Platform() method in Platform
|
/external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/ |
D | Platform.java | 26 final class Platform { class 33 private Platform() {} in Platform() method in Platform
|
/external/guava/guava/src/com/google/common/escape/ |
D | Platform.java | 28 final class Platform { class 29 private Platform() {} in Platform() method in Platform
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Target.h | 27 Target(Architecture Arch, PlatformKind Platform) in Target() 37 PlatformKind Platform; variable
|
/external/rust/beto-rust/remoteauth/platform/src/ |
D | lib.rs | 21 pub trait Platform { trait
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | Platform.java | 36 final class Platform { class 52 private Platform() {} in Platform() method in Platform
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | Platform.java | 26 final class Platform { class 39 private Platform() {} in Platform() method in Platform
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | Platform.java | 28 final class Platform { class 45 private Platform() {} in Platform() method in Platform
|
/external/guava/android/guava-testlib/src/com/google/common/testing/ |
D | Platform.java | 36 final class Platform { class 52 private Platform() {} in Platform() method in Platform
|