Home
last modified time | relevance | path

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

12

/development/scripts/
Dstack_core.py226 match = self.zipinfo_central_info_match.search(central_info)
272 if self.zipinfo_central_directory_line.search(line):
279 match = self.zipinfo_central_directory_line.search(line)
305 process_header = self.process_info_line.search(line)
306 signal_header = self.signal_line.search(line)
307 abort_message_header = self.abort_message_line.search(line)
308 thread_header = self.thread_line.search(line)
309 register_header = self.register_line.search(line)
310 revision_header = self.revision_line.search(line)
311 dalvik_jni_thread_header = self.dalvik_jni_thread_line.search(line)
[all …]
Ddisassemble_tombstone.py40 abi_header = abi_line.search(line)
62 if register_list_re.search(line):
66 code_match = codeblock_re.search(line)
163 if arrow_pattern.search(line):
Dboardconfig_usage_analysis.py103 mo = re_def.search(line)
131 if re_usage.search(mk_str) is not None:
Dsymbol.py482 toolchain_match = re.search("\/(aarch64|arm|mips|x86)\/", toolchain)
523 abi_match = abi_line.search(line)
527 trace_match = trace_line.search(line)
535 asan_trace_match = asan_trace_line.search(line)
/development/testrunner/
Dam_instrument_parser.py94 key = re_result.search(line).group(1).strip(string.whitespace)
97 val = re_result.search(line).group(2).strip(string.whitespace)
107 val = re_code.search(line).group(1).strip(string.whitespace)
140 re_status_code = re.search(r'INSTRUMENTATION_STATUS_CODE: '
/development/gsi/gsi_util/gsi_util/utils/
Ddebugfs.py63 if re.search('File not found', error):
69 m = re.search('Type:\\s*([^\\s]+)', output)
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DWordActivity.java74 SearchView searchView = (SearchView) menu.findItem(R.id.search).getActionView(); in onCreateOptionsMenu()
85 case R.id.search: in onOptionsItemSelected()
DSearchableDictionary.java137 SearchView searchView = (SearchView) menu.findItem(R.id.search).getActionView(); in onCreateOptionsMenu()
148 case R.id.search: in onOptionsItemSelected()
DDictionaryProvider.java105 return search(selectionArgs[0]); in query()
128 private Cursor search(String query) { in search() method in DictionaryProvider
/development/gsi/gsi_util/gsi_util/dumpers/
Dprop_dumper.py43 match = re.search('%s=(.*)' % (lookup_key), self._content)
/development/samples/browseable/BasicContactables/
D_index.jd8 This sample demonstrates how to use the Contactables table to search for contacts.
/development/python-packages/fastboot/
Ddevice.py93 result = re.search(r'{}:\s*(.*)'.format(name), output[out])
109 result = re.search(r'(.*):\s*(.*)', line)
/development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
DMainActivity.java86 (SearchView) menu.findItem(R.id.search).getActionView(); in onCreateOptionsMenu()
/development/tools/privapp_permissions/
Dprivapp_permissions.py487 matches = re.search(regex, line)
492 matches = re.search(regex, line)
517 matches = re.search(ANDROID_NAME_REGEX, line)
522 matches = re.search(ANDROID_PROTECTION_LEVEL_REGEX, line)
/development/testrunner/test_defs/
Dgtest.py132 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_|Tests$", name):
Dnative_test.py120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/pickers/
DPickerActivity.java57 mSearch = findViewById(R.id.search); in onCreate()
/development/tools/logblame/
Dsample.txt6 type=1400 audit(0.0:1021): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
141 disable: < expand icons alerts system_info back HOME* RECENT* clock search quick_settings >
144 type=1400 audit(0.0:1022): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
156 type=1400 audit(0.0:1023): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
163 type=1400 audit(0.0:1024): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
166 type=1400 audit(0.0:1025): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
175 type=1400 audit(0.0:1026): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
181 type=1400 audit(0.0:1029): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
188 type=1400 audit(0.0:1030): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
191 type=1400 audit(0.0:1031): avc: denied { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r…
[all …]
/development/tools/emulator/skins/WVGA800/
Dlayout96 search {
/development/tools/emulator/skins/WQVGA432/
Dlayout96 search {
/development/tools/emulator/skins/WQVGA400/
Dlayout96 search {
/development/tools/emulator/skins/WVGA854/
Dlayout96 search {
/development/tools/repo_pull/
DREADME.md57 `[query]` is the query string that can be entered to the Gerrit search box.
/development/tools/emulator/skins/QVGA/
Dlayout96 search {
/development/tools/emulator/skins/HVGA/
Dlayout96 search {

12