Searched refs:re (Results 1 – 25 of 56) sorted by relevance
123
17 import re35 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)
13 import sys, urllib, re35 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")
29 import re89 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)
151 ReminderEntry re = (ReminderEntry) obj; in equals() local153 if (re.mMinutes != mMinutes) { in equals()160 return re.mMethod == mMethod || in equals()161 (re.mMethod == Reminders.METHOD_DEFAULT && mMethod == Reminders.METHOD_ALERT) || in equals()162 (re.mMethod == Reminders.METHOD_ALERT && mMethod == Reminders.METHOD_DEFAULT); in equals()175 public int compareTo(ReminderEntry re) { in compareTo() argument176 if (re.mMinutes != mMinutes) { in compareTo()177 return re.mMinutes - mMinutes; in compareTo()179 if (re.mMethod != mMethod) { in compareTo()180 return mMethod - re.mMethod; in compareTo()
1953 for (ReminderEntry re : reminders) { in initReminders()1955 mActivity, mReminderMinuteValues, mReminderMinuteLabels, re.getMinutes()); in initReminders()1960 for (ReminderEntry re : reminders) { in initReminders()1963 mReminderMethodLabels, re, Integer.MAX_VALUE, mReminderChangeListener); in initReminders()
389 } catch (final RemoteException re) {390 LogUtils.e(TAG, re, "While asking EasService to handle validate");410 } catch (final RemoteException re) {411 LogUtils.e(TAG, re, "While asking EasService to updateFolderList");487 } catch (final RemoteException re) {488 LogUtils.e(TAG, re, "While asking EasService to handle pushModify");702 } catch (final RemoteException re) { in onPerformSync()703 LogUtils.e(TAG, re, "While trying to pushModify within onPerformSync"); in onPerformSync()
189 } catch (RuntimeException re) { in bulkInsert()191 throw re; in bulkInsert()231 } catch (RuntimeException re) { in applyBatch()233 throw re; in applyBatch()
73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) in build() argument103 *re = rdo; in build()108 *re = (EdgePointer) sym(a); in build()117 *re = c; in build()120 *re = (EdgePointer) sym(b); in build()
64 void build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows);
844 ReminderEntry re = reminders.get(i); in saveReminders() local847 values.put(Reminders.MINUTES, re.getMinutes()); in saveReminders()848 values.put(Reminders.METHOD, re.getMethod()); in saveReminders()888 ReminderEntry re = reminders.get(i); in saveRemindersWithBackRef() local891 values.put(Reminders.MINUTES, re.getMinutes()); in saveRemindersWithBackRef()892 values.put(Reminders.METHOD, re.getMethod()); in saveRemindersWithBackRef()
1018 for (ReminderEntry re : reminders) { in prepareReminders()1019 if (mReminderMethodValues.contains(re.getMethod())) { in prepareReminders()1021 mReminderMinuteLabels, re.getMinutes()); in prepareReminders()1029 for (ReminderEntry re : reminders) { in prepareReminders()1030 if (mReminderMethodValues.contains(re.getMethod()) in prepareReminders()1031 || re.getMethod() == Reminders.METHOD_DEFAULT) { in prepareReminders()1034 mReminderMethodLabels, re, Integer.MAX_VALUE, null); in prepareReminders()1037 mUnsupportedReminders.add(re); in prepareReminders()
313 ReminderEntry re = ReminderEntry.valueOf(minutes, method); in onQueryComplete() local314 mModel.mReminders.add(re); in onQueryComplete()315 mOriginalModel.mReminders.add(re); in onQueryComplete()
397 } catch (RemoteException re) { in applyUserAppState()418 } catch (RemoteException re) { in applyUserAppState()521 } catch (RemoteException re) { in getAppInfoForUser()589 } catch (NameNotFoundException re) { in fetchAndMergeApps()599 } catch (RemoteException re) { in fetchAndMergeApps()
565 } catch (RemoteException re) { in removeThisUser()602 } catch (RemoteException re) { in switchUserNow()
1dictionary=main:fr,locale=fr,description=Français,date=1381226409, ...
108 } catch (RuntimeException re) { in destroy()110 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
111 } catch (RuntimeException re) { in destroy()113 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
13135 喏 9.69499043963 0 re13136 熱 48.2633141913 1 re13137 惹 2129.77510916 0 re13138 热 12281.8979309 0 re18886 不热 401.478808454 0 bu re20006 闷热 377.697115787 0 men re20928 发热 978.639934443 0 fa re22380 大热 199.548108896 0 da re23219 地热 193.668388536 0 di re23368 电热 149.633788238 0 dian re[all …]
279 } catch (RemoteException re) { in handleToggleLargeTextPreferenceClick()490 } catch (RemoteException re) { in updateSystemPreferences()
777 } catch (RuntimeException re) {778 LogUtils.w(Logging.LOG_TAG, "attachmentExists RuntimeException=" + re);
9 # Also, since we're doing this "the hard way", it's necessary to have