/tools/test/connectivity/acts_tests/tests/google/bt/pts/ |
D | cmd_input.py | 78 def do_EOF(self, line): argument 82 def do_reset_mac_address(self, line): argument 93 def do_gattc_socket_conn_begin_connect_thread_psm(self, line): argument 100 def do_gattc_socket_conn_begin_accept_thread_psm(self, line): argument 107 def do_gattc_request_le_connection_parameters(self, line): argument 114 def do_gattc_connect_over_le(self, line): argument 125 def do_gattc_connect_over_bredr(self, line): argument 133 def do_gattc_disconnect(self, line): argument 141 def do_gattc_read_char_by_uuid(self, line): argument 149 def do_gattc_request_mtu(self, line): argument [all …]
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | command_input.py | 97 def do_EOF(self, line): argument 176 def do_tool_refresh_unique_id(self, line): argument 189 def do_tool_refresh_unique_id_using_bt_control(self, line): argument 202 def do_tool_set_target_device_name(self, line): argument 214 def do_tool_set_unique_mac_addr_id(self, line): argument 227 def complete_ble_adv_data_include_name(self, text, line, begidx, endidx): argument 235 def do_ble_adv_data_include_name(self, line): argument 242 def do_ble_adv_data_set_name(self, line): argument 249 def complete_ble_adv_data_set_appearance(self, text, line, begidx, endidx): argument 259 def do_ble_adv_data_set_appearance(self, line): argument [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | gattc_lib.py | 114 def read_char_by_uuid(self, line): argument 154 def write_char_by_instance_id(self, line): argument 170 def write_char_by_instance_id_value(self, line): argument 183 def mod_write_char_by_instance_id(self, line): argument 199 def write_invalid_char_by_instance_id(self, line): argument 215 def mod_read_char_by_instance_id(self, line): argument 223 def read_invalid_char_by_instance_id(self, line): argument 230 def mod_write_desc_by_instance_id(self, line): argument 247 def write_invalid_desc_by_instance_id(self, line): argument 263 def mod_read_desc_by_instance_id(self, line): argument [all …]
|
D | ble_lib.py | 60 def start_generic_connectable_advertisement(self, line): argument 83 def start_connectable_advertisement_set(self, line): argument 108 def stop_all_advertisement_set(self, line): argument 116 def adv_add_service_uuid_list(self, line): argument 136 def adv_data_add_manufacturer_data(self, line): argument 146 def start_generic_nonconnectable_advertisement(self, line): argument 161 def stop_all_advertisements(self, line): argument 181 def start_max_advertisements(self, line): argument
|
D | rfcomm_lib.py | 36 def connect(self, line): argument 56 def write(self, line): argument 60 def write_binary(self, line): argument 68 def accept(self, line): argument
|
D | bta_lib.py | 40 def set_device_name(self, line): argument 83 def start_pairing_helper(self, line): argument 90 def push_pairing_pin(self, line): argument
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceLineTest.kt | 32 line -> in <lambda>() method 48 line -> in <lambda>() method 65 line -> in <lambda>() method 81 line -> in <lambda>() method 95 line -> in <lambda>() method 110 line -> in <lambda>() method 125 line -> in <lambda>() method
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | SourcePositionInfo.kt | 20 private val line: Int constant in com.android.tools.metalava.model.text.SourcePositionInfo 51 var line = that.line in add() variable
|
D | ApiParseException.kt | 20 private var line = 0 variable in com.android.tools.metalava.model.text.ApiParseException
|
/tools/dexter/slicer/ |
D | common.cc | 28 void _checkFailed(const char* expr, int line, const char* file) { in _checkFailed() 40 void _weakCheckFailed(const char* expr, int line, const char* file) { in _weakCheckFailed()
|
D | debuginfo_encoder.cc | 47 int line = dbg_annotation->CastOperand<LineNumber>(0)->line; in Visit() local
|
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_service.py | 126 def _service_started_listener(self, line): argument 134 def _service_port_listener(self, line): argument 141 def _output_callback(self, line): argument
|
/tools/platform-compat/javatest/android/processor/compat/unsupportedappusage/ |
D | CsvReader.java | 41 String line = br.readLine(); in CsvReader() local
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | ImportData.kt | 30 val line: FtraceLine get() = _line!! constant in trebuchet.importers.ftrace.ImportData
|
/tools/repohooks/tools/ |
D | cpplint.py | 1272 def IsCppString(line): argument 1409 def CleanseComments(line): argument 1520 def FindEndOfExpressionInLine(line, startpos, stack): argument 1642 def FindStartOfExpressionInLine(line, endpos, stack): argument 1770 def GetIndentLevel(line): argument 2526 def UpdatePreprocessor(self, line): argument 3018 def IsBlankLine(line): argument 3033 def CheckForNamespaceIndentation(filename, nesting_state, clean_lines, line, argument 3118 def CheckComment(line, filename, linenum, next_line_start, error): argument 4107 def FindCheckMacro(line): argument [all …]
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | NdkVersion.kt | 44 for (line in text.lines().map { it.trim() }) { in fromSourcePropertiesText() method
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | Hints.java | 106 String line = rawLine.replaceFirst("#.*", ""); // # starts a comment in parsePinPatterns() local
|
/tools/security/gdb/gdb_json_printer/test/ |
D | gdb_json_printer_test.py | 77 def test_json_variable(testcase, testname, line, variable_name_list): argument
|
/tools/repohooks/rh/ |
D | terminal.py | 121 def print_status_line(line, print_newline=False): argument
|
/tools/apksig/src/main/java/com/android/apksig/internal/jar/ |
D | ManifestWriter.java | 84 private static void writeLine(OutputStream out, String line) throws IOException { in writeLine()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Reporter.kt | 278 var line = 0 in getLineNumber() variable
|
D | Baseline.kt | 203 val line = lines[i] in <lambda>() constant
|
D | CommandArgsPreprocessor.kt | 134 File(file).bufferedReader().forEachLine { line -> in dumpArgv() method
|
/tools/test/connectivity/acts/framework/tests/libs/proc/ |
D | process_test.py | 290 def appender(line): argument
|
/tools/test/openhst/ |
D | stress_test.py | 187 def ScanForEvent(self, line, lock=None): argument
|