/packages/apps/Settings/src/com/android/settings/users/ |
UserSettings.java | 66 import com.android.settings.search.BaseSearchIndexProvider; 67 import com.android.settings.search.Indexable; 68 import com.android.settings.search.SearchIndexableRaw; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
case.py | 127 if not expected_regexp.search(str(exc_value)): [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
case.py | 127 if not expected_regexp.search(str(exc_value)): [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 127 if not expected_regexp.search(str(exc_value)): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 127 if not expected_regexp.search(str(exc_value)): [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 390 /* Expand all inherited members in the class. Used when initiating page search */ 401 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
|
/build/tools/releasetools/ |
check_target_files_signatures | 213 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
|
check_target_files_signatures.py | 213 m = re.search(r'A: (\S*?)(?:\(0x[0-9a-f]+\))?="(.*?)" \(Raw', line)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 395 | search directories ( @load_path ):
|
/external/autotest/client/bin/ |
base_sysinfo.py | 440 match = re.search(r"^MemTotal:\s+(\d+) kB$", mem_data,
|
/external/autotest/client/common_lib/cros/ |
autoupdater.py | 94 parts = re.search(re_pattern, update_url)
|
/external/autotest/site_utils/ |
test_push.py | 351 if re.search(key, test_name): 465 # Close the bug, and do the search again, which should return None.
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
doctest_webapp.py | 171 return re.search(regex, text) 320 ... return p._parse_example(p._EXAMPLE_RE.search(s), '<string>', 1)
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
__init__.py | 9 navigate, search, and modify the parse tree. 284 not self.parse_only.search(current_data)):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
boto_resumable_upload.py | 188 m = re.search(r'bytes=(\d+)-(\d+)', range_spec)
|
wildcard_iterator.py | 258 match = WILDCARD_REGEX.search(wildcard)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_ls.py | 386 m = re.search(find_content_length_re, stdout)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/ |
tunes_db.py | 150 """Artist search request. 156 name_prefix: Name prefix of artists to search. If none provided and 157 no continuation provided, search will be of all artists in library. 171 artists: Artists found from search up to fetch_size. 172 continuation: Opaque string that can be used with a new search request 174 Will not be set if there were no results from the search or fewer 268 """Album search request. 274 name_prefix: Name prefix of albms to search. If none provided and 275 no continuation provided, search will be of all albums in library. 278 artist_id: Restrict search to albums of single artist [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
polymer.js | 82 // search other roots, fall back to light dom element 108 // if x, y is not in this root, fall back to document search [all...] |
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
polymer.js | 82 // search other roots, fall back to light dom element 108 // if x, y is not in this root, fall back to document search [all...] |
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 371 /* Expand all inherited members in the class. Used when initiating page search */ 382 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
|
/external/elfutils/libdw/ |
dwarf_getmacros.c | 36 #include <search.h>
|
/external/elfutils/src/ |
findtextrel.c | 32 #include <search.h>
|
/external/fonttools/Lib/fontTools/misc/ |
psLib.py | 323 m = re.search(br"/FontName\s+/([^ \t\n\r]+)\s+def", data)
|
/external/fonttools/Lib/fontTools/ |
t1Lib.py | 349 if not _fontType1RE.search(data):
|