Home
last modified time | relevance | path

Searched defs:check_version (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_version.py44 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 Dcheck_version.py45 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 Davd.py800 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 Dcheck-python-files.sh19 check_version () { function
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dcheck-python-files.sh19 check_version () { function
/aosp_15_r20/external/angle/build/android/pylib/local/emulator/
H A Davd.py900 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 Dcopy_from_cipd.py95 def check_version(manifest, cipd_path, package_name): function
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakeVerifyManifest.cmake62 function(check_version file manifest_versions) function
/aosp_15_r20/external/tinyalsa_new/scripts/
H A Dversion.sh165 check_version() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_normalization.py12 def check_version(testfile): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ucn.py176 def check_version(testfile): function
Dtest_unicodedata.py328 def check_version(testfile): member in NormalizationTest
/aosp_15_r20/external/pytorch/tools/flight_recorder/components/
H A Dutils.py265 def check_version(version_by_ranks: Dict[str, str], version: str) -> None: function
/aosp_15_r20/development/scripts/
H A Dget_rust_pkg.py106 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/
Dfanotify.rs207 pub fn check_version(&self) -> bool { in check_version() method
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs91 fn check_version(&self) -> Result<(), HwCryptoError> { in check_version() method
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp360 _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 Ddevice.rs499 fn check_version(&mut self) { in check_version() method