Searched refs:re (Results 1 - 9 of 9) sorted by relevance

/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/Browser/tools/
H A Dget_search_engines.py29 import re namespace
90 str = re.sub(r'\\x([a-fA-F0-9]+)', r'&#x\1;', str)
108 search_obj = re.search(re_exp, self.chrome_data)
129 engine_data_str = re.sub('\"\s+\"', '', engine_data_str)
130 engine_data_str = re.sub('\"\s+L\"', '', engine_data_str)
165 engines_str = re.sub('\/\*.+\*\/', '', engines_str)
166 engines_str = re.sub('\s+', '', engines_str)
/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapTempFileLiteral.java78 // It's probably possible if we're low on storage and the system clears the cache dir.
103 } catch (RuntimeException re) {
105 Log.w(Email.LOG_TAG, "Failed to remove temp file: " + re.getMessage());
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... .Complex extends java.lang.Object { public double re public double im public void " href="/2.3.6 ...
/packages/experimental/procstatlog/
H A Dprocstatreport.py22 import re namespace
/packages/apps/Email/src/com/android/email/activity/
H A DMessageView.java1252 } catch (RuntimeException re) {
1255 Log.d(Email.LOG_TAG, "Exception while loading message body: " + re.toString());
1346 // Show the message invite section if we're an incoming meeting invitation only
/packages/apps/Email/src/com/android/email/
H A DController.java187 // TODO this isn't quite going to work, because we're going to get the
401 } catch (RemoteException re) {
586 // 1. Look up acct# for message we're deleting
/packages/apps/Contacts/src/com/android/contacts/
H A DRecentCallsListActivity.java1171 } catch (RemoteException re) {
1244 // We're calling a regular PSTN phone number.
H A DViewContactActivity.java169 * we're loading data.
234 // Build the list of sections. The order they're added to mSections dictates the
785 } catch (RemoteException re) {

Completed in 147 milliseconds