• Home
  • Raw
  • Download

Lines Matching refs:s1

77     s1 = STR("A" * 1000)
80 s2 in s1
84 s1 = STR("A" * 1000)
87 s2 in s1
92 s1 = STR("AB" * 1000)
95 s2 in s1
99 s1 = STR("AB" * 1000)
102 s2 in s1
106 s1 = STR("AB" * 300+"C")
109 s2 in s1
117 s1 = (m+d)*300 + m+e
120 s2 in s1
130 s1 = (m+d)*300 + m+e
135 search(s1)
142 s1 = STR("A" * 1000)
144 s1_find = s1.find
150 s1 = STR("A" * 1000)
152 s1_find = s1.find
159 s1 = STR("AB" * 1000)
161 s1_find = s1.find
167 s1 = STR("AB" * 1000)
169 s1_find = s1.find
175 s1 = STR("AB" * 1000)
177 s1_find = s1.find
183 s1 = STR("AB" * 300+"C")
185 s1_find = s1.find
191 s1 = STR("AB" * 300+"CA")
193 s1_find = s1.find
203 s1 = (m+d)*500 + m+e
205 s1_find = s1.find
215 s1 = (m+d)*500 + e+m
217 s1_find = s1.find
226 s1 = STR("A" * 1000)
228 s1_rfind = s1.rfind
234 s1 = STR("A" * 1000)
236 s1_rfind = s1.rfind
243 s1 = STR("AB" * 1000)
245 s1_rfind = s1.rfind
251 s1 = STR("AB" * 1000)
253 s1_rfind = s1.rfind
259 s1 = STR("AB" * 1000)
261 s1_rfind = s1.rfind
267 s1 = STR("C" + "AB" * 300)
269 s1_rfind = s1.rfind
275 s1 = STR("BC" + "AB" * 300)
277 s1_rfind = s1.rfind
287 s1 = e+m + (d+m)*500
289 s1_rfind = s1.rfind
299 s1 = m+e + (d+m)*500
301 s1_rfind = s1.rfind
311 s1 = STR("A" * 1000)
313 s1_index = s1.index
319 s1 = STR("AB" * 1000)
321 s1_index = s1.index
327 s1 = STR("AB" * 300+"C")
329 s1_index = s1.index
339 s1 = (m+d)*500 + m+e
341 s1_index = s1.index
350 s1 = STR("A" * 1000)
352 s1_rindex = s1.rindex
358 s1 = STR("AB" * 1000)
360 s1_rindex = s1.rindex
366 s1 = STR("C" + "AB" * 300)
368 s1_rindex = s1.rindex
378 s1 = e + m + (d+m)*500
380 s1_rindex = s1.rindex
389 s1 = STR("A" * 1000)
391 s1_partition = s1.partition
397 s1 = STR("A" * 1000)
399 s1_partition = s1.partition
406 s1 = STR("AB" * 1000)
408 s1_partition = s1.partition
414 s1 = STR("AB" * 1000)
416 s1_partition = s1.partition
422 s1 = STR("AB" * 300+"C")
424 s1_partition = s1.partition
434 s1 = (m+d)*500 + m+e
436 s1_partition = s1.partition
445 s1 = STR("A" * 1000)
447 s1_rpartition = s1.rpartition
453 s1 = STR("A" * 1000)
455 s1_rpartition = s1.rpartition
462 s1 = STR("AB" * 1000)
464 s1_rpartition = s1.rpartition
470 s1 = STR("AB" * 1000)
472 s1_rpartition = s1.rpartition
478 s1 = STR("C" + "AB" * 300)
480 s1_rpartition = s1.rpartition
490 s1 = e + m + (d+m)*500
492 s1_rpartition = s1.rpartition
501 s1 = STR("A" * 1000)
503 s1_split = s1.split
509 s1 = STR("A" * 1000)
511 s1_split = s1.split
518 s1 = STR("AB" * 1000)
520 s1_split = s1.split
526 s1 = STR("AB" * 1000)
528 s1_split = s1.split
534 s1 = STR("AB" * 300+"C")
536 s1_split = s1.split
546 s1 = (m+d)*500 + m+e
548 s1_split = s1.split
557 s1 = STR("A" * 1000)
559 s1_rsplit = s1.rsplit
565 s1 = STR("A" * 1000)
567 s1_rsplit = s1.rsplit
574 s1 = STR("AB" * 1000)
576 s1_rsplit = s1.rsplit
582 s1 = STR("AB" * 1000)
584 s1_rsplit = s1.rsplit
590 s1 = STR("C" + "AB" * 300)
592 s1_rsplit = s1.rsplit
602 s1 = e + m + (d+m)*500
604 s1_rsplit = s1.rsplit
639 s1 = STR("Andrew")
642 s1+s2
647 s1=STR('TIXSGYNREDCVBHJ')
668 (s1 + s2+ s3+ s4+ s5+ s6+ s7+ s8+ s9+s10+
1088 s1 = STR("Andrew")
1090 s1_startswith = s1.startswith
1097 s1 = STR("Andrew")
1099 s1_startswith = s1.startswith
1106 s1 = STR("Andrew")
1108 s1_startswith = s1.startswith
1117 s1 = STR("Andrew")
1119 s1_endswith = s1.endswith
1125 s1 = STR("Andrew")
1127 s1_endswith = s1.endswith
1134 s1 = STR("Andrew")
1136 s1_endswith = s1.endswith