Searched refs:search (Results 1 – 9 of 9) sorted by relevance
55 m = _ENUM_START_RE.search(raw_line)75 m = re.compile(r'^namespace (\S+) \{').search(raw_line)79 m = re.compile(r'^\}\s+// namespace').search(raw_line)85 …m = re.compile(r'^\s*(?:class|struct)(?: MANAGED)?(?: PACKED\([0-9]\))? (\S+).* \{').search(raw_li…91 m = re.compile(r'^\s*\}(\s+)?(while)?(.+)?;').search(raw_line)99 m = _ENUM_END_RE.search(raw_line)112 m_comment = re.compile(r'// <<(.*?)>>').search(raw_line)127 m = _ENUM_VALUE_RE.search(line)140 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)
52 m = _CLASS_RE.search(raw_line)61 m = _ERROR_LINE_RE.search(raw_line)71 m = _STACK_LINE_RE.search(raw_line)92 m = _STACK_LINE_RE.search(raw_line)
18 namespace.default.search.paths = /apex/com.android.runtime/${LIB}19 namespace.default.asan.search.paths = /apex/com.android.runtime/${LIB}29 namespace.platform.search.paths = /system/${LIB}30 namespace.platform.asan.search.paths = /data/asan/system/${LIB}47 # of the lib. We could add this to search.paths instead but that makes the49 # /apex/.../lib/bionic in search.paths. If the latter is after the former,70 namespace.conscrypt.search.paths = /apex/com.android.conscrypt/${LIB}71 namespace.conscrypt.asan.search.paths = /apex/com.android.conscrypt/${LIB}
148 matchWhitespace = re.search(r"\s+", line)149 matchPattern = re.search(TestExpression.Regex.regexPattern, line)150 matchVariableDefinition = re.search(TestExpression.Regex.regexVariableDefinition, line)151 matchVariableReference = re.search(TestExpression.Regex.regexVariableReference, line)
72 directory_match = re.search(r'Directory[^:]*: ([^\n]+)\n', output_str)
17 # Don't search for additional CPPLINT.cfg in parent directories.
226 if re.search("[0-9a-f]{6}:", line)
711 auto search = canonicalized_libraries.find(FlattenClasspath(info.classpath)); in CreateClassLoaderInternal() local712 if (search != canonicalized_libraries.end()) { in CreateClassLoaderInternal()713 return search->second.Get(); in CreateClassLoaderInternal()
256 "929-search/search.cc",320 "936-search-onload/search_onload.cc",