Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 – 18 of 18) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dcalibrations.py36 (Origin.REFERENCE, Origin.ZERO),
59 origin = Origin.ZERO
87 (Origin.SCALE, Origin.ZERO),
92 if key[0] == Channel.AUX and key[1] == Origin.ZERO:
140 elif origin == Origin.ZERO:
Dtransformers.py411 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE)
438 zero_offset = self.cal_constants.get(channel, Origin.ZERO,
442 cal_zero = calibration_data.get(channel, Origin.ZERO,
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/
Denums.py28 ZERO = 0 variable in Origin
32 values = [ZERO, REFERENCE, SCALE]
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dcalibrations.py45 (Origin.REFERENCE, Origin.ZERO),
67 origin = Origin.ZERO
97 self._calibrations[(channel, Origin.ZERO, granularity)])
Dstock_transformers.py344 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE)
359 fine_zero = calibration_data.get(channel, Origin.ZERO,
363 coarse_zero = calibration_data.get(channel, Origin.ZERO,
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAsn1Utils.java149 || bigInt.compareTo(BigInteger.ZERO) < 0) { in bigIntegerToInt()
157 || bigInt.compareTo(BigInteger.ZERO) < 0) { in bigIntegerToLong()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DCommandSuccessModuleController.java42 private Duration mTimeout = Duration.ZERO;
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1DerEncoderTest.java133 encodeToHex(new Sequence(BigInteger.ZERO, "0.0", new byte[0]))); in testSequence()
137 encodeToHex(new Sequence(BigInteger.ZERO, null, new byte[0]))); in testSequence()
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DUsbHelper.java176 return getAoaDevice(serialNumber, Duration.ZERO); in getAoaDevice()
DAoaDevice.java229 click(point, Duration.ZERO); in click()
/tools/netsim/rust/daemon/src/wireless/
Dwifi.rs59 Duration::ZERO in new()
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dcalibration_test.py30 O = Origin.ZERO
/tools/netsim/rust/daemon/src/
Dsession.rs87 Duration::ZERO in start()
/tools/asuite/adevice/src/
Ddevice.rs287 if time_left <= Duration::ZERO { in run_process_with_retry_until_timeout()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSFileDownloader.java403 if (meta == null || meta.getSize().equals(BigInteger.ZERO)) { in fetchRemoteFile()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1BerParser.java503 return BigInteger.ZERO; in integerToBigInteger()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java691 if (rsaPublicKey.modulus.compareTo(BigInteger.ZERO) < 0) { in encodePublicKey()
/tools/apksig/src/test/java/com/android/apksig/
DApkSignerTest.java1586 v2PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()
1592 v3PublicKey.modulus.compareTo(BigInteger.ZERO) > 0); in testPublicKeyHasPositiveModulusAfterSigning()