Lines Matching refs:text
13 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/ ]
16 check_parsing(expected, text)
23 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/ ]
25 check_parsing(expected, text)
33 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ]
38 check_parsing(expected, text)
45 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ]
51 check_parsing(expected, text)
58 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ]
63 check_parsing(expected, text)
70 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ]
74 check_parsing(expected, text)
81 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ]
86 check_parsing(expected, text)
93 text = """[ 03-29 00:46:58.872 1000: 1815: 1816 I/abcd ]
98 check_parsing(expected, text)
111 text = """--------- beginning of system
122 check_parsing(expected, text)
137 text = """--------- beginning of system
149 check_parsing(expected, text)
153 def check_parsing(expected, text): argument
156 result = [x for x in logs.ParseLogcat(StringIO.StringIO(text), processes)]