Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dcalibration.py36 def add(self, channel, origin, granularity, value): argument
61 def get(self, channel, origin, granularity): argument
83 def add(self, channel, origin, granularity, value): argument
100 def get(self, channel, origin, granularity): argument
121 def add(self, channel, origin, granularity, value): argument
135 def get(self, channel, origin, granularity): argument
171 def get(self, channel, origin, granularity): argument
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dcalibrations.py103 def build_status_packet_attribute_name(channel, origin, granularity): argument
/tools/asuite/atest/tf_proto/
Dtest_record.proto147 string origin = 31; field
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java175 private Integer origin; field in AuthorizationList
327 public static String originToString(int origin) { in originToString()