Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/
Dbits_test.py19 from acts.controllers import bits
26 avg_current = bits._transform_name('default_name.Monsoon.Monsoon:mA')
27 avg_power = bits._transform_name('default_name.Monsoon.Monsoon:mW')
33 avg_current = bits._transform_name('default_name.slider.XYZ:mA')
34 avg_power = bits._transform_name('default_name.slider.ABCD:mW')
35 unknown_unit = bits._transform_name('default_name.aaaaa.QWERTY:unknown')
50 metrics = bits._raw_data_to_metrics(raw_data)
68 metrics = bits._raw_data_to_metrics(raw_data)
74 result = bits._get_single_file(registry, 'some_key')
81 result = bits._get_single_file(registry, 'some_key')
[all …]
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DGPFlags.java151 static GPFlags from(long bits) throws IOException { in from() argument
152 if ((bits & BIT_ENCRYPTION) != 0) { in from()
156 if ((bits & BIT_ENHANCED_DEFLATING) != 0) { in from()
160 if ((bits & BIT_PATCHED_DATA) != 0) { in from()
164 if ((bits & BIT_STRONG_ENCRYPTION) != 0) { in from()
168 if ((bits & BIT_UNUSED) != 0) { in from()
173 if ((bits & 0xffffffff00000000L) != 0) { in from()
177 return new GPFlags(bits); in from()
/tools/test/connectivity/acts/framework/acts/controllers/
Dbits.py26 for bits in bitses:
27 bits.teardown()
31 return [bits.config for bits in bitses]
/tools/netsim/pdl/
Dnetlink.pdl36 * nla_type (16 bits)
Dmac80211_hwsim.pdl115 * @HWSIM_ATTR_IFTYPE_SUPPORT: u32 attribute of supported interface types bits
/tools/asuite/atest/docs/
Ddevelop_test_finders.md14 a data field to hold misc bits like filters and extra args for the test. The
47 return a ```TestInfo``` object. Extra bits of info can be stored in the data
Datest_structure.md37 required and optional bits used to run the test as how the user intended.
39 used to run the test. Optional bits would be additional args for the test and
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dprotected_data.rs157 Id::EC if eek.bits() == 256 => iana::Algorithm::ES256, in work_around_recipient_key_missing_alg()
158 other => bail!("Unsupported EEK: {:?}, key size: {}", other, eek.bits()), in work_around_recipient_key_missing_alg()
/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dopenwrt_authentication.py75 key = paramiko.RSAKey.generate(bits=2048)
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt81 IPv6 increases the IP address size from 32 bits to 128 bits, to
481 highest-order two bits specify the action that must be taken if the
519 The three high-order bits described above are to be treated as part
522 the low-order 5 bits of an Option Type.
992 Identification 32 bits. See description below.
1296 in its highest-order two bits. The choice may depend on such
1302 Type has the value 00, 01, or 10 in its highest-order two bits,
1395 Type of Service and/or Precedence bits to provide various forms of
1410 some of the IPv6 Traffic Class bits, whether experimental or intended
1418 of the Traffic Class bits in packets originated by that upper-
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dnanopb.proto40 // full 32 bits for the value.