/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/ |
D | check_version.py | 44 check_version = lambda version: (version.major == int(m.group(1)) and function 50 check_version = lambda version: True function 53 check_version = lambda version: version.tag == 'dev' function 56 check_version = lambda version: True function
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/ |
H A D | check_version.py | 45 check_version = lambda version: ( function 55 check_version = lambda version: True function 58 check_version = lambda version: version.tag == "dev" function 61 check_version = lambda version: True function
|
/aosp_15_r20/external/cronet/build/android/pylib/local/emulator/ |
H A D | avd.py | 800 def _IterCipdPackages(self, packages, check_version=True): argument 819 def _InstallCipdPackages(self, packages, check_version=True): argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | check-python-files.sh | 19 check_version () { function
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | check-python-files.sh | 19 check_version () { function
|
/aosp_15_r20/external/angle/build/android/pylib/local/emulator/ |
H A D | avd.py | 900 def _IterCipdPackages(self, packages, check_version=True): argument 919 def _InstallCipdPackages(self, packages, check_version=True): argument
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | copy_from_cipd.py | 95 def check_version(manifest, cipd_path, package_name): function
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | CMakeVerifyManifest.cmake | 62 function(check_version file manifest_versions) function
|
/aosp_15_r20/external/tinyalsa_new/scripts/ |
H A D | version.sh | 165 check_version() function
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_normalization.py | 12 def check_version(testfile): function
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ucn.py | 176 def check_version(testfile): function
|
D | test_unicodedata.py | 328 def check_version(testfile): member in NormalizationTest
|
/aosp_15_r20/external/pytorch/tools/flight_recorder/components/ |
H A D | utils.py | 265 def check_version(version_by_ranks: Dict[str, str], version: str) -> None: function
|
/aosp_15_r20/development/scripts/ |
H A D | get_rust_pkg.py | 106 def is_newer_version(args, prev_version, prev_id, check_version, check_id): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | fanotify.rs | 207 pub fn check_version(&self) -> bool { in check_version() method
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | hwcrypto_device_key.rs | 91 fn check_version(&self) -> Result<(), HwCryptoError> { in check_version() method
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | glsl_parser_extras.cpp | 360 _mesa_glsl_parse_state::check_version(unsigned required_glsl_version, in check_version() function in _mesa_glsl_parse_state
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/ |
H A D | device.rs | 499 fn check_version(&mut self) { in check_version() method
|