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

/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/apps/Browser/tools/
H A Dget_search_engines.py29 import re namespace
89 str = re.sub(r'\\x([a-fA-F0-9]{1,4})', r'&#x\1;', str)
107 search_obj = re.search(re_exp, self.chrome_data)
128 engine_data_str = re.sub('\"\s+\"', '', engine_data_str)
129 engine_data_str = re.sub('\"\s+L\"', '', engine_data_str)
164 engines_str = re.sub('\/\*.+\*\/', '', engines_str)
165 engines_str = re.sub('\s+', '', engines_str)
/packages/experimental/SELinux/CTS/src/
H A Dgen_SELinux_CTS.py16 import re namespace
H A DSELinux_CTS.py2 import re namespace
250 if re.search(r'^type\s', line):
252 if re.search(r'^attribute\s', line):
254 if re.search(r'^typeattribute\s', line):
256 if re.search(r'^class\s', line):
258 if re.search(r'^common\s', line):
260 if re.search(r'^allow\s', line):
262 if re.search(r'^neverallow\s', line):
322 # permissions with wildcards and the given class on which they're based.
400 match = re
[all...]
/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/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/Camera/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/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/Calculator/
H A Darity-2.1.2.jar ... .Complex extends java.lang.Object { public double re public double im public void " href="/5.1.1 ...

Completed in 589 milliseconds