| /tools/test/connectivity/acts/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/google/fuchsia/bt/ |
| D | fuchsia_cmd_input.py | 73 def do_EOF(self, line): argument 106 def do_tool_refesh_unique_id(self, line): argument 119 def do_tool_set_target_device_name(self, line): argument 133 def do_ble_start_generic_connectable_advertisement(self, line): argument 146 def do_ble_start_generic_nonconnectable_advertisement(self, line): argument 159 def do_ble_stop_advertisement(self, line): argument 173 def complete_gattc_connect_by_id(self, text, line, begidx, endidx): argument 180 def do_gattc_connect_by_id(self, line): argument 200 def do_gattc_connect(self, line): argument 229 def do_gattc_connect_disconnect_iterations(self, line): argument [all …]
|
| /tools/test/connectivity/acts/framework/acts/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/tradefederation/core/src/com/android/tradefed/testtype/ |
| D | PythonUnitTestResultParser.java | 213 void parse(String line) throws PythonUnitTestParseException { in parse() 234 void processTestCase(String line) throws PythonUnitTestParseException { in processTestCase() 279 void processFailMessage(String line) { in processFailMessage() 293 void processTraceback(String line) { in processTraceback() 311 void processRunSummary(String line) { in processRunSummary() 323 boolean isEqualLine(String line) { in isEqualLine() 327 boolean isDashLine(String line) { in isDashLine() 331 boolean isTracebackLine(String line) { in isTracebackLine() 336 private boolean lineMatchesPattern(String line, Pattern p) { in lineMatchesPattern()
|
| D | NativeStressTestParser.java | 70 private void parseLine(String line) { in parseLine() 77 private void parseIterationValue(String line, String iterationString) { in parseIterationValue()
|
| D | NativeBenchmarkTestParser.java | 72 private void parseLine(String line) { in parseLine() 83 private double parseDoubleValue(String line, String valueString) { in parseDoubleValue()
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| D | DumpsysPackageReceiver.java | 54 ParserState parse(String line) throws ParseException; in parse() 66 public ParserState parse(String line) throws ParseException { in parse() 100 public ParserState parse(String line) throws ParseException { in parse() 116 private void parseAttributes(String line) { in parseAttributes() 144 public ParserState parse(String line) throws ParseException { in parse() 178 public ParserState parse(String line) throws ParseException { in parse()
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | QuotationAwareTokenizer.java | 60 public static String[] tokenizeLine(String line, String delim, boolean logging) in tokenizeLine() 125 public static String[] tokenizeLine(String line) throws IllegalArgumentException { in tokenizeLine() 129 public static String[] tokenizeLine(String line, String delim) throws IllegalArgumentException { in tokenizeLine() 139 public static String[] tokenizeLine(String line, boolean logging) in tokenizeLine()
|
| D | KeyguardControllerState.java | 44 final String line = dump.get(0); in create() local 59 String line = log.trim(); in extract() local
|
| D | PropertyChanger.java | 54 String line = null; in changeProperties() local
|
| /tools/loganalysis/src/com/android/loganalysis/parser/ |
| D | DmesgParser.java | 128 String line; in parseInfo() local 150 private void parse(String line) { in parse() 173 boolean parseServiceInfo(String line) { in parseServiceInfo() 204 boolean parseStageInfo(String line) { in parseStageInfo() 243 boolean parseActionInfo(String line) { in parseActionInfo() 263 private static Matcher matches(Pattern pattern, String line) { in matches()
|
| D | EventsLogParser.java | 74 String line; in parseTransitionDelayInfo() local 132 String line; in parseLatencyInfo() local 151 private static Matcher matches(Pattern pattern, String line) { in matches()
|
| D | WakelockParser.java | 88 void parseKernelWakeLock(String line, WakeLockCategory category) { in parseKernelWakeLock() 112 void parsePartialWakeLock(String line, WakeLockCategory category) { in parsePartialWakeLock()
|
| D | SmartMonkeyLogParser.java | 88 String line; in parse() local 117 private void parseLine(String line) { in parseLine()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
| D | ApiParseException.java | 27 private int line; field in ApiParseException 45 private ApiParseException(@NotNull String message, @Nullable String file, int line) { in ApiParseException() 51 ApiParseException(@NotNull String message, int line) { in ApiParseException()
|
| D | SourcePositionInfo.java | 25 public SourcePositionInfo(String file, int line, int column) { in SourcePositionInfo() 41 int line = that.line; in add() local 66 private final int line; field in SourcePositionInfo
|
| /tools/tradefederation/core/src/com/android/tradefed/command/ |
| D | CommandFileParser.java | 205 private static boolean isLineMacro(CommandLine line) { in isLineMacro() 215 private static boolean isLineLongMacro(CommandLine line) { in isLineLongMacro() 224 private static boolean isLineIncludeDirective(CommandLine line) { in isLineIncludeDirective() 235 private static boolean shouldParseLine(String line) { in shouldParseLine() 305 CommandLine line = new CommandLine(Arrays.asList( in scanFile() local 399 CommandLine line = mLines.get(inputIdx); in parseFile() local 434 private List<CommandLine> expandLongMacro(CommandLine line, boolean checkMissingMacro) in expandLongMacro() 482 private boolean expandMacro(CommandLine line) { in expandMacro()
|
| /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()
|
| /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() 130 LogLine line = li.previous(); in getIdTail() local
|
| /tools/loganalysis/tests/src/com/android/loganalysis/item/ |
| D | ProcrankItemTest.java | 51 JSONObject line = lines.getJSONObject(0); in testToJson() 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
|