Home
last modified time | relevance | path

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

123

/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.py100 def do_EOF(self, line): argument
179 def do_tool_refresh_unique_id(self, line): argument
192 def do_tool_refresh_unique_id_using_bt_control(self, line): argument
205 def do_tool_set_target_device_name(self, line): argument
217 def do_tool_set_unique_mac_addr_id(self, line): argument
230 def complete_ble_adv_data_include_name(self, text, line, begidx, endidx): argument
238 def do_ble_adv_data_include_name(self, line): argument
245 def do_ble_adv_data_set_name(self, line): argument
252 def complete_ble_adv_data_set_appearance(self, text, line, begidx, endidx): argument
262 def do_ble_adv_data_set_appearance(self, line): argument
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgattc_lib.py113 def read_char_by_uuid(self, line): argument
153 def write_char_by_instance_id(self, line): argument
169 def write_char_by_instance_id_value(self, line): argument
182 def mod_write_char_by_instance_id(self, line): argument
198 def write_invalid_char_by_instance_id(self, line): argument
214 def mod_read_char_by_instance_id(self, line): argument
222 def read_invalid_char_by_instance_id(self, line): argument
229 def mod_write_desc_by_instance_id(self, line): argument
246 def write_invalid_desc_by_instance_id(self, line): argument
262 def mod_read_desc_by_instance_id(self, line): argument
[all …]
Dble_lib.py58 def start_generic_connectable_advertisement(self, line): argument
82 def start_connectable_advertisement_set(self, line): argument
107 def stop_all_advertisement_set(self, line): argument
115 def adv_add_service_uuid_list(self, line): argument
135 def adv_data_add_manufacturer_data(self, line): argument
145 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.py34 def connect(self, line): argument
54 def write(self, line): argument
58 def write_binary(self, line): argument
66 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/loganalysis/src/com/android/loganalysis/parser/
DDmesgParser.java162 String line; in parseInfo() local
184 private void parse(String line) { in parse()
210 boolean parseServiceInfo(String line) { in parseServiceInfo()
240 boolean parseStageInfo(String line) { in parseStageInfo()
293 boolean parseActionInfo(String line) { in parseActionInfo()
318 boolean parseModuleInfo(String line) { in parseModuleInfo()
353 private static Matcher matches(Pattern pattern, String line) { in matches()
DTimingsLogParser.java134 String line; in parseGenericTimingItems() local
152 String line, Map<String, Double> pendingItems) { in parseGenericTimingItem() argument
183 private double parseTime(String line) { in parseTime()
205 String line; in parseSystemServicesTimingItems() local
227 private SystemServicesTimingItem parseSystemServicesTimingItem(String line) { in parseSystemServicesTimingItem()
DEventsLogParser.java93 String line; in parseTransitionDelayInfo() local
151 String line; in parseLatencyInfo() local
173 String line; in parseBootEventInfo() local
193 private static Matcher matches(Pattern pattern, String line) { in matches()
DWakelockParser.java88 void parseKernelWakeLock(String line, WakeLockCategory category) { in parseKernelWakeLock()
112 void parsePartialWakeLock(String line, WakeLockCategory category) { in parsePartialWakeLock()
DSmartMonkeyLogParser.java88 String line; in parse() local
117 private void parseLine(String line) { in parseLine()
DMonkeyLogParser.java105 String line; in parse() local
130 private void parseLine(String line) { in parseLine()
DKernelLogParser.java97 String line; in parse() local
127 private void parseLine(String line) { in parseLine()
DAbstractSectionParser.java63 protected void parseLine(String line) { in parseLine()
/tools/dexter/slicer/
Dcommon.cc41 void _checkFailed(const char* expr, int line, const char* file) { in _checkFailed()
50 void _checkFailedOp(const void* lhs, const void* rhs, const char* op, const char* suffix, int line, in _checkFailedOp()
60 void _checkFailedOp(uint32_t lhs, uint32_t rhs, const char* op, const char* suffix, int line, in _checkFailedOp()
77 void _weakCheckFailed(const char* expr, int line, const char* file) { in _weakCheckFailed()
/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/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()
130 LogLine line = li.previous(); in getIdTail() 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/loganalysis/javatests/com/android/loganalysis/item/
DProcrankItemTest.java51 JSONObject line = lines.getJSONObject(0); in testToJson() local
/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/netsim/src/util/
Dini_file.cc41 std::string line; in Read() local
/tools/loganalysis/javatests/com/android/loganalysis/parser/
DAbstractSectionParserTest.java78 String line = String.format(lineFormat, i); in testSwitchParsers() local

123