Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 48) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dgattc_lib.py59 def listServices(self, id): argument
102 def writeCharById(self, id, offset, write_value): argument
124 def writeLongCharById(self, id, offset, write_value, reliable_mode=False): argument
148 def writeLongDescById(self, id, offset, write_value): argument
170 def writeCharByIdWithoutResponse(self, id, write_value): argument
190 def enableNotifyCharacteristic(self, id): argument
208 def disableNotifyCharacteristic(self, id): argument
227 def readCharacteristicById(self, id): argument
263 def readDescriptorById(self, id): argument
281 def readLongDescriptorById(self, id, offset, max_bytes): argument
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/netstack/
Dnetstack_lib.py51 def getInterfaceInfo(self, id): argument
69 def enableInterface(self, id): argument
87 def disableInterface(self, id): argument
/tools/loganalysis/src/com/android/loganalysis/util/
DLogTailUtil.java44 public LogLine(Integer id, String line) { in LogLine()
76 public void addLine(Integer id, String line) { in addLine()
115 public String getIdTail(int id) { in getIdTail()
126 public String getIdTail(int id, int size) { in getIdTail()
/tools/platform-compat/java/android/processor/compat/changeid/
DChange.java23 final Long id; field in Change
46 Change(Long id, String name, boolean disabled, boolean loggingOnly, Integer enabledAfter, in Change()
62 Long id; field in Change.Builder
76 public Builder id(long id) { in id() method in Change.Builder
/tools/tradefederation/core/tests/src/com/android/tradefed/error/
DHarnessExceptionTest.java37 ErrorIdentifier id = InfraErrorIdentifier.UNDETERMINED; in testSerializable() local
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DSignatureAlgorithm.java139 SignatureAlgorithm(int id, in SignatureAlgorithm()
184 public static SignatureAlgorithm findById(int id) { in findById()
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiUtil.java199 final int id = expectInteger("id"); in onStart() local
208 final int id = expectInteger("id"); in onStart() local
243 final int id = expectInteger("id"); in onStart() local
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DCpuModelFragment.kt23 class CpuModelFragment(var id: Int) { variable in trebuchet.model.fragments.CpuModelFragment
DThreadModelFragment.kt24 class ThreadModelFragment(var id: Int, var process: ProcessModelFragment, var name: String? = null)… variable in trebuchet.model.fragments.ThreadModelFragment
DSchedulingProcessFragment.kt58 override val id: Int get() { constant in trebuchet.model.fragments.SchedulingProcessFragment
DProcessModelFragment.kt25 var id: Int in <lambda>() variable
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCpuProcessSlice.kt21 val id: Int constant
DCpuModel.kt21 val id: Int = fragment.id constant
DThreadModel.kt22 val id: Int = fragment.id constant
DProcessModel.kt23 val id: Int = fragment.id constant
/tools/test/connectivity/acts/framework/tests/
Dacts_proto_utils_test.proto16 optional int32 id = 2; field
Dacts_proto_utils_test.py55 def compare_test_entry(self, entry, name, id, nested): argument
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DAbiUtils.java219 public static String[] parseId(String id) { in parseId()
230 public static String parseTestName(String id) { in parseTestName()
238 public static String parseAbi(String id) { in parseAbi()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestFuncTest.java81 TestDescription id = new TestDescription(testClass, testName); in testRun() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java70 ErrorIdentifier id = ((IHarnessException) error).getErrorId(); in testFailure() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DAbiUtilsTest.java52 String id = AbiUtils.createId(ABI_NAME, MODULE_NAME); in testCreateId() local
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DMessagesStressTest.py48 def init_info(self, msg, id, messages_by_msg, messages_by_id): argument
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat32BootSector.java175 public void setFileSystemId(int id) { in setFileSystemId()
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h33 int id = 0; // real basic blocks have id > 0 member
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DMessageTest.py38 def create_msg(self, caps, payload_size, id): argument

12