Searched refs:re (Results 1 – 25 of 62) 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)
3 import re44 if re.search(AOSP_COMMIT_TAG_REGEX, commit_line, re.IGNORECASE):52 return re.search(AOSP_BRANCH_REGEX, branch_info) is not None55 if re.search(AOSP_COMMIT_LINK_REGEX, aosp_line):58 if re.search(AOSP_INFEASIBLE_REGEX, aosp_line, re.IGNORECASE):
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()
45 import re82 PROP_LINE_RE = re.compile(r'^\[(.+)\]: \[(.+)\]$')160 lines = re.split(r'\r?\n', converted)213 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);
104 } catch (RuntimeException re) { in destroy()106 LogUtils.w(TAG, "Failed to remove temp file: " + re.getMessage()); in destroy()
66 // The discover packet (re)transmit count69 // The request packet (re)transmit count121 // The request packet (re)transmit count
101 } catch (RemoteException re) { in switchUserNow()102 Log.e(TAG, "Caught exception while switching user! ", re); in switchUserNow()
61 std::regex re(": "); in fromNetworkDnsEventReportedStr() local62 std::string s = std::regex_replace(str, re, ":"); in fromNetworkDnsEventReportedStr()
20 import re135 packages = re.findall('quickrro[a-zA-Z.]+',
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()
22 6. Exit and re-open Android Auto
9 # Also, since we're doing this "the hard way", it's necessary to have
83 } catch (RemoteException re) { in mockCurrentOverlays()
344 } catch (RemoteException re) { in checkCallerIsCertInstallerOrSelfInProfile()