/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | gattc_lib.py | 59 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/ |
D | netstack_lib.py | 51 def getInterfaceInfo(self, id): argument 69 def enableInterface(self, id): argument 87 def disableInterface(self, id): argument
|
/tools/loganalysis/src/com/android/loganalysis/util/ |
D | LogTailUtil.java | 44 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/ |
D | Change.java | 23 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/ |
D | HarnessExceptionTest.java | 37 ErrorIdentifier id = InfraErrorIdentifier.UNDETERMINED; in testSerializable() local
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | SignatureAlgorithm.java | 139 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/ |
D | WifiUtil.java | 199 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/ |
D | CpuModelFragment.kt | 23 class CpuModelFragment(var id: Int) { variable in trebuchet.model.fragments.CpuModelFragment
|
D | ThreadModelFragment.kt | 24 class ThreadModelFragment(var id: Int, var process: ProcessModelFragment, var name: String? = null)… variable in trebuchet.model.fragments.ThreadModelFragment
|
D | SchedulingProcessFragment.kt | 58 override val id: Int get() { constant in trebuchet.model.fragments.SchedulingProcessFragment
|
D | ProcessModelFragment.kt | 25 var id: Int in <lambda>() variable
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/ |
D | CpuProcessSlice.kt | 21 val id: Int constant
|
D | CpuModel.kt | 21 val id: Int = fragment.id constant
|
D | ThreadModel.kt | 22 val id: Int = fragment.id constant
|
D | ProcessModel.kt | 23 val id: Int = fragment.id constant
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_proto_utils_test.proto | 16 optional int32 id = 2; field
|
D | acts_proto_utils_test.py | 55 def compare_test_entry(self, entry, name, id, nested): argument
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | AbiUtils.java | 219 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/ |
D | GTestFuncTest.java | 81 TestDescription id = new TestDescription(testClass, testName); in testRun() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | JUnit4ResultForwarder.java | 70 ErrorIdentifier id = ((IHarnessException) error).getErrorId(); in testFailure() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | AbiUtilsTest.java | 52 String id = AbiUtils.createId(ABI_NAME, MODULE_NAME); in testCreateId() local
|
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/ |
D | MessagesStressTest.py | 48 def init_info(self, msg, id, messages_by_msg, messages_by_id): argument
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | Fat32BootSector.java | 175 public void setFileSystemId(int id) { in setFileSystemId()
|
/tools/dexter/slicer/export/slicer/ |
D | control_flow_graph.h | 33 int id = 0; // real basic blocks have id > 0 member
|
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
D | MessageTest.py | 38 def create_msg(self, caps, payload_size, id): argument
|