Searched defs:re (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Messaging/build/
H A Dcolorize_errors.py20 import re namespace
27 ERROR = re.compile(r"^Error:")
28 WARNING = re.compile(r"^Warning:")
29 STARTS_WITH_WS = re.compile(r"^\s")
H A Dprocess_style_output.py20 import re namespace
26 PATTERN = re.compile(r"(?P<file>[^:]+):(?P<line>\d+)(?P<column>:\d+)?:\s(?P<message>.*)")
/packages/apps/Camera2/tests/exiftool_parser/
H A Dparser.py17 import re namespace
35 p = re.compile(
38 , re.M)
67 _id = re.search("0x[0-9a-f]{4}", s)
71 name = re.search("[0-9]*?\).*?(?:(?: = )|(?: \(SubDirectory\) -->))", s)
75 value = re.search("\(SubDirectory\) -->", s)
79 value = re.search("\(.*\)\n", s)
83 value = re.search("=.*\n", s)
/packages/experimental/procstatlog/
H A Dprocstatreport.py22 import re namespace
/packages/services/Car/tools/io_analysis/
H A Dcheck_file_read.py21 import re namespace
91 self.re_open = re.compile(RE_DO_SYS_OPEN)
92 self.re_read = re.compile(RE_EXT4_MA_BLOCKS_ENTER)
H A Dcheck_io_trace.py21 import re namespace
61 self.re_block_queue = re.compile(RE_BLOCK_BIO_QUEUE)
184 prog = re.compile(RE_BLOCK)
H A Dcheck_verity.py21 import re namespace
80 self.re = re.compile(RE_VERITY)
83 match = self.re.match(line)
H A Dcheck_io_trace_all.py21 import re namespace
216 prog = re.compile(RE_BLOCK)
/packages/providers/CalendarProvider/
H A Dmaketests.py13 import sys, urllib, re namespace
35 DTSTART_TZID = re.compile("DTSTART;TZID=(.*):(.*)")
36 DTSTART = re.compile("DTSTART:(.*)")
37 DURATION = re.compile("DURATION:(.*)")
38 RRULE = re.compile("RRULE:(.*)")
39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)")
40 TIMEZ = re.compile("(....)-(..)-(..)T(..):(..):(..)....Z")
/packages/apps/Launcher3/
H A Dprint_db.py7 import re namespace
292 match = re.search(r"(\d+)x(\d+)", str)
/packages/services/Car/tools/bootanalyze/
H A Dbootanalyze.py28 import re namespace
95 search_events = {key: re.compile(pattern)
97 timing_events = {key: re.compile(pattern)
394 m = re.search(fs_stat_pattern, logcat_events.get("FsStat"))
566 pattern = re.compile(BOOT_PROP)
567 pattern_bootloader = re.compile(BOOTLOADER_TIME_PROP)
600 found = re.findall(pattern, line)
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java151 ReminderEntry re = (ReminderEntry) obj;
153 if (re.mMinutes != mMinutes) {
160 return re.mMethod == mMethod ||
161 (re.mMethod == Reminders.METHOD_DEFAULT && mMethod == Reminders.METHOD_ALERT) ||
162 (re.mMethod == Reminders.METHOD_ALERT && mMethod == Reminders.METHOD_DEFAULT);
175 public int compareTo(ReminderEntry re) { argument
176 if (re.mMinutes != mMinutes) {
177 return re.mMinutes - mMinutes;
179 if (re.mMethod != mMethod) {
180 return mMethod - re
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) argument
103 *re = rdo;
108 *re = (EdgePointer) sym(a);
117 *re = c;
120 *re = (EdgePointer) sym(b);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 300 milliseconds