Searched refs:re (Results 1 – 25 of 58) 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")
20 import re27 ERROR = re.compile(r"^Error:")28 WARNING = re.compile(r"^Warning:")29 STARTS_WITH_WS = re.compile(r"^\s")
20 import re26 PATTERN = re.compile(r"(?P<file>[^:]+):(?P<line>\d+)(?P<column>:\d+)?:\s(?P<message>.*)")
119 } catch (RemoteException re) { in onPreferenceChange()120 throw re.rethrowFromSystemServer(); in onPreferenceChange()167 } catch (RemoteException re) { in getAvailableThemes()168 throw re.rethrowFromSystemServer(); in getAvailableThemes()
129 } catch (RemoteException re) { in setOverlay()130 Log.w(TAG, "Error enabling overlay.", re); in setOverlay()191 } catch (RemoteException re) { in getOverlayInfos()192 throw re.rethrowFromSystemServer(); in getOverlayInfos()
42 import re75 PROP_LINE_RE = re.compile(r'^\[(.+)\]: \[(.+)\]$')145 lines = re.split(r'\r?\n', converted)198 pids_raw = [pid.strip() for pid in re.split(r'\s+', ' '.join(lines))]
232 } catch (RuntimeException re) { in bulkInsert()234 throw re; in bulkInsert()280 } catch (RuntimeException re) { in applyBatch()282 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);
108 } catch (RuntimeException re) { in destroy()110 LogUtils.w(Logging.LOG_TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
104 } catch (RuntimeException re) { in destroy()106 LogUtils.w(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()
101 } catch (RemoteException re) { in switchUserNow()102 Log.e(TAG, "Caught exception while switching user! ", re); in switchUserNow()
7 import re292 match = re.search(r"(\d+)x(\d+)", str)
1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
134 } catch (RuntimeException re) { in setEnabledOverlayPackages()
690 } catch (RuntimeException re) {691 LogUtils.w(LogUtils.TAG, re, "attachmentExists RuntimeException");
9 # Also, since we're doing this "the hard way", it's necessary to have
83 } catch (RemoteException re) { in mockCurrentOverlays()
204 } catch (RemoteException re) { in notifyOfDownload()
368 } catch (RemoteException re) { in checkCallerIsCertInstallerOrSelfInProfile()