Home
last modified time | relevance | path

Searched refs:search (Results 1 – 10 of 10) sorted by relevance

/art/tools/
Dgenerate_operator_out.py60 m = _ENUM_START_RE.search(raw_line)
68 m = re.search(r'^namespace (\S+) \{', raw_line)
72 m = re.search(r'^\}\s+// namespace', raw_line)
78 m = re.search(
85 m = re.search(r'^\s*\}(\s+)?(while)?(.+)?;', raw_line)
93 m = _ENUM_END_RE.search(raw_line)
105 m = _ENUM_START_RE.search(enum_lines.lines[0][0])
132 m_comment = re.search(r'// <<(.*?)>>', raw_line)
141 m = _ENUM_VALUE_RE.search(line)
Danalyze-init-failures.py52 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)
/art/build/apex/
Dld.config.txt35 namespace.art.search.paths = /apex/com.android.art/${LIB}
36 namespace.art.asan.search.paths = /apex/com.android.art/${LIB}
75 namespace.system.search.paths = /system/${LIB}
76 namespace.system.asan.search.paths = /data/asan/system/${LIB}
99 # of the lib. We could add this to search.paths instead but that makes the
101 # /apex/.../lib/bionic in search.paths. If the latter is after the former,
122 namespace.conscrypt.search.paths = /apex/com.android.conscrypt/${LIB}
123 namespace.conscrypt.asan.search.paths = /apex/com.android.conscrypt/${LIB}
145 namespace.neuralnetworks.search.paths = /apex/com.android.neuralnetworks/${LIB}
146 namespace.neuralnetworks.asan.search.paths = /apex/com.android.neuralnetworks/${LIB}
[all …]
/art/tools/checker/file_format/checker/
Dparser.py148 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)
/art/test/2032-default-method-private-override/
Dinfo.txt3 We would incorrectly search all declared methods of a class for interface
/art/tools/jfuzz/
Drun_jfuzz_test_nightly.py72 directory_match = re.search(r'Directory[^:]*: ([^\n]+)\n', output_str)
/art/
DCPPLINT.cfg17 # Don't search for additional CPPLINT.cfg in parent directories.
/art/tools/runtime_memusage/
Dsymbol_trace_info.py226 if re.search("[0-9a-f]{6}:", line)
/art/runtime/
Dclass_loader_context.cc787 auto search = canonicalized_libraries.find(FlattenClasspath(info.classpath)); in CreateClassLoaderInternal() local
788 if (search != canonicalized_libraries.end()) { in CreateClassLoaderInternal()
789 return search->second.Get(); in CreateClassLoaderInternal()
/art/test/
DAndroid.bp319 "929-search/search.cc",
394 "936-search-onload/search_onload.cc",