Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 31) sorted by relevance

12

/tools/test/connectivity/acts_tests/tests/google/bt/pts/
Dcmd_input.py78 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/
Dcommand_input.py97 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/
Dgattc_lib.py114 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 …]
Dble_lib.py60 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
Drfcomm_lib.py36 def connect(self, line): argument
56 def write(self, line): argument
60 def write_binary(self, line): argument
68 def accept(self, line): argument
Dbta_lib.py40 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/
DFtraceLineTest.kt32 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/
DSourcePositionInfo.kt20 private val line: Int constant in com.android.tools.metalava.model.text.SourcePositionInfo
51 var line = that.line in add() variable
DApiParseException.kt20 private var line = 0 variable in com.android.tools.metalava.model.text.ApiParseException
/tools/dexter/slicer/
Dcommon.cc28 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()
Ddebuginfo_encoder.cc47 int line = dbg_annotation->CastOperand<LineNumber>(0)->line; in Visit() local
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_service.py126 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/
DCsvReader.java41 String line = br.readLine(); in CsvReader() local
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DImportData.kt30 val line: FtraceLine get() = _line!! constant in trebuchet.importers.ftrace.ImportData
/tools/repohooks/tools/
Dcpplint.py1272 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/
DNdkVersion.kt44 for (line in text.lines().map { it.trim() }) { in fromSourcePropertiesText() method
/tools/apksig/src/main/java/com/android/apksig/
DHints.java106 String line = rawLine.replaceFirst("#.*", ""); // # starts a comment in parsePinPatterns() local
/tools/security/gdb/gdb_json_printer/test/
Dgdb_json_printer_test.py77 def test_json_variable(testcase, testname, line, variable_name_list): argument
/tools/repohooks/rh/
Dterminal.py121 def print_status_line(line, print_newline=False): argument
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestWriter.java84 private static void writeLine(OutputStream out, String line) throws IOException { in writeLine()
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt278 var line = 0 in getLineNumber() variable
DBaseline.kt203 val line = lines[i] in <lambda>() constant
DCommandArgsPreprocessor.kt134 File(file).bufferedReader().forEachLine { line -> in dumpArgv() method
/tools/test/connectivity/acts/framework/tests/libs/proc/
Dprocess_test.py290 def appender(line): argument
/tools/test/openhst/
Dstress_test.py187 def ScanForEvent(self, line, lock=None): argument

12