Searched refs:search (Results 1 – 10 of 10) sorted by relevance
/art/tools/ |
D | generate_operator_out.py | 60 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)
|
D | analyze-init-failures.py | 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)
|
/art/build/apex/ |
D | ld.config.txt | 35 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/ |
D | parser.py | 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)
|
/art/test/2032-default-method-private-override/ |
D | info.txt | 3 We would incorrectly search all declared methods of a class for interface
|
/art/tools/jfuzz/ |
D | run_jfuzz_test_nightly.py | 72 directory_match = re.search(r'Directory[^:]*: ([^\n]+)\n', output_str)
|
/art/ |
D | CPPLINT.cfg | 17 # Don't search for additional CPPLINT.cfg in parent directories.
|
/art/tools/runtime_memusage/ |
D | symbol_trace_info.py | 226 if re.search("[0-9a-f]{6}:", line)
|
/art/runtime/ |
D | class_loader_context.cc | 787 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/ |
D | Android.bp | 319 "929-search/search.cc", 394 "936-search-onload/search_onload.cc",
|