Searched refs:bits (Results 1 – 9 of 9) sorted by relevance
19 from acts.controllers import bits26 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 …]
151 static GPFlags from(long bits) throws IOException { in from() argument152 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()
24 for bits in bitses:25 bits.teardown()29 return [bits.config for bits in bitses]
81 IPv6 increases the IP address size from 32 bits to 128 bits, to481 highest-order two bits specify the action that must be taken if the519 The three high-order bits described above are to be treated as part522 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 such1302 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 of1410 some of the IPv6 Traffic Class bits, whether experimental or intended1418 of the Traffic Class bits in packets originated by that upper-[all …]
14 a data field to hold misc bits like filters and extra args for the test. The47 return a ```TestInfo``` object. Extra bits of info can be stored in the data
37 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
40 // full 32 bits for the value.