Home
last modified time | relevance | path

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

1234

/tools/test/connectivity/acts/tests/google/bt/pts/
Dcmd_input.py59 def do_EOF(self, line): argument
65 def do_gattc_connect_over_le(self, line): argument
76 def do_gattc_connect_over_bredr(self, line): argument
84 def do_gattc_disconnect(self, line): argument
92 def do_gattc_read_char_by_uuid(self, line): argument
100 def do_gattc_request_mtu(self, line): argument
108 def do_gattc_list_all_uuids(self, line): argument
118 def do_gattc_discover_services(self, line): argument
126 def do_gattc_refresh(self, line): argument
134 def do_gattc_read_char_by_instance_id(self, line): argument
[all …]
Dgattc_lib.py79 def read_char_by_uuid(self, line): argument
119 def write_char_by_instance_id(self, line): argument
135 def mod_write_char_by_instance_id(self, line): argument
151 def write_invalid_char_by_instance_id(self, line): argument
167 def mod_read_char_by_instance_id(self, line): argument
175 def read_invalid_char_by_instance_id(self, line): argument
182 def mod_write_desc_by_instance_id(self, line): argument
199 def write_invalid_desc_by_instance_id(self, line): argument
215 def mod_read_desc_by_instance_id(self, line): argument
224 def read_invalid_desc_by_instance_id(self, line): argument
[all …]
Dble_lib.py61 def start_generic_connectable_advertisement(self, line): argument
84 def start_connectable_advertisement_set(self, line): argument
113 def stop_all_advertisement_set(self, line): argument
121 def adv_add_service_uuid_list(self, line): argument
141 def adv_data_add_manufacturer_data(self, line): argument
151 def start_generic_nonconnectable_advertisement(self, line): argument
166 def stop_all_advertisements(self, line): argument
Drfcomm_lib.py33 def connect(self, line): argument
52 def write(self, line): argument
56 def write_binary(self, line): argument
64 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/tradefederation/core/tests/src/com/android/tradefed/profiler/recorder/
DTraceParserTest.java41 String line = " mmcqd/0-260 "; in testParseTaskName() local
49 String line = " [002] "; in testParseCpuNum() local
57 String line = " d.h4 "; in testParseFlagCluster() local
68 String line = " 87062.464667: "; in testParseTimestamp() local
76 String line = " mmc_cmd_rw_end: "; in testParseFunctionName() local
84 String line = "cmd=25,int_status=0x00000001,response=0x00000010"; in testParseFunctionParams() local
96 String line = in testParseWholeTraceLine() local
DTraceMetricTest.java30 String line = "mmc:mmc_cmd_rw_start:response:COUNT"; in testParse_noExpectedVal() local
40 String line = "mmc:mmc_cmd_rw_start:response=0x00000090:COUNT"; in testParse_expectedValHex() local
51 String line = "mmc:mmc_cmd_rw_start:response=90:COUNT"; in testParse_expectedValDec() local
62 String line = "mmc:mmcfoobar:zz;fjdkls"; in testParse_badFmt() local
DTraceMetricsRecorderTest.java59 String line = "# hello"; in testIgnoreComment() local
74 String line = in testSingleLineRecord_noMatch() local
90 String line = in testSingleLineRecord_match() local
106 String line = in testMultiLineRecord_Count() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DDumpsysPackageReceiver.java54 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/loganalysis/src/com/android/loganalysis/parser/
DDmesgParser.java113 String line; in parseInfo() local
135 private void parse(String line) { in parse()
157 boolean parseServiceInfo(String line) { in parseServiceInfo()
188 boolean parseStageInfo(String line) { in parseStageInfo()
217 boolean parseActionInfo(String line) { in parseActionInfo()
236 private static Matcher matches(Pattern pattern, String line) { in matches()
DEventsLogParser.java74 String line; in parseTransitionDelayInfo() local
102 String line; in parseLatencyInfo() local
121 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()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java205 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/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/tradefederation/core/src/com/android/tradefed/util/
DQuotationAwareTokenizer.java55 public static String[] tokenizeLine(String line, String delim) throws IllegalArgumentException { in tokenizeLine()
119 public static String[] tokenizeLine(String line) throws IllegalArgumentException { in tokenizeLine()
DKeyguardControllerState.java44 final String line = dump.get(0); in create() local
59 String line = log.trim(); in extract() local
DPropertyChanger.java54 String line = null; in changeProperties() local
DSimplePerfStatResultParser.java55 public static List<String> parseSingleLine(String line) { in parseSingleLine()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTestParser.java70 private void parseLine(String line) { in parseLine()
77 private void parseIterationValue(String line, String iterationString) { in parseIterationValue()
DNativeBenchmarkTestParser.java72 private void parseLine(String line) { in parseLine()
83 private double parseDoubleValue(String line, String valueString) { in parseDoubleValue()
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DProcrankItemTest.java51 JSONObject line = lines.getJSONObject(0); in testToJson() local
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaZipfileBuildProvider.java79 String line = reader.readLine(); in getBuildPropContents() local
/tools/tradefederation/core/prod-tests/src/com/android/media/tests/
DMediaStressTest.java149 String line; in parseOutputFile() local
187 String line = null; in getIntFromOutput() local
/tools/tradefederation/core/prod-tests/src/com/android/encryption/tests/
DEncryptionFunctionalityTest.java126 private String capitalize(String line) { in capitalize()

1234