Home
last modified time | relevance | path

Searched refs:O (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dcalibration_test.py30 O = Origin.ZERO variable
46 self.calibration_windows._calibrations[(C, O, G)] = deque()
50 self.calibration_windows.add(C, O, G, 0)
51 self.calibration_windows.add(C, O, G, 1)
52 self.calibration_windows.add(C, O, G, 2)
56 self.calibration_windows.add(C, O, G, expected_value)
59 self.calibration_windows._calibrations[(C, O, G)][-1])
66 self.calibration_windows.add(C, O, G, value_to_remove)
68 self.calibration_windows.add(C, O, G, new_value)
71 self.calibration_windows._calibrations[(C, O, G)])
[all …]
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DAndroidSdkVersion.java46 public static final int O = 26; field in AndroidSdkVersion
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dandroid_api.py32 O = 26 variable in AndroidApi
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS192 peerAddr: 'xxxxxxxxxxxx'O
253 peerAddr: 'xxxxxxxxxxxx'O
270 peerAddr: 'xxxxxxxxxxxx'O
299 peerAddr: 'xxxxxxxxxxxx'O
320 peerAddr: 'xxxxxxxxxxxx'O
350 peerAddr: 'xxxxxxxxxxxx'O
/tools/apksig/src/test/java/com/android/apksig/
DApkVerifierTest.java271 "v1v2v3-with-rsa-2048-lineage-3-signers.apk", AndroidSdkVersion.O)); in testSignaturesIgnoredForMaxSDK()
/tools/apksig/src/main/java/com/android/apksig/
DApkVerifier.java298 if (maxSdkVersion >= AndroidSdkVersion.O) { in verify()