/packages/apps/Settings/src/com/android/settings/print/ |
PrintSettingsFragment.java | 57 import com.android.settings.search.BaseSearchIndexProvider; 58 import com.android.settings.search.Indexable; 59 import com.android.settings.search.SearchIndexableRaw;
|
/packages/apps/TV/src/com/android/tv/search/ |
TvProviderSearch.java | 17 package com.android.tv.search; 36 import com.android.tv.search.LocalSearchProvider.SearchResult; 54 * An implementation of {@link SearchInterface} to search query from TvProvider directly. 74 * Search channels, inputs, or programs from TvProvider. 82 public List<SearchResult> search(String query, int limit, int action) { method in class:TvProviderSearch 94 // Search channels first. 101 // setting the limit to 1, search inputs. 109 // Lastly, search programs. 324 // Search among the programs which are now being on the air.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
telnetlib.py | 663 if not hasattr(expect_list[i], "search"): 673 m = expect_list[i].search(self.cookedq) 698 m = expect_list[i].search(self.cookedq) 726 if not hasattr(list[i], "search"): 735 m = list[i].search(self.cookedq)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
telnetlib.py | 663 if not hasattr(expect_list[i], "search"): 673 m = expect_list[i].search(self.cookedq) 698 m = expect_list[i].search(self.cookedq) 726 if not hasattr(list[i], "search"): 735 m = list[i].search(self.cookedq)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 663 if not hasattr(expect_list[i], "search"): 673 m = expect_list[i].search(self.cookedq) 698 m = expect_list[i].search(self.cookedq) 726 if not hasattr(list[i], "search"): 735 m = list[i].search(self.cookedq)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
telnetlib.py | 663 if not hasattr(expect_list[i], "search"): 673 m = expect_list[i].search(self.cookedq) 698 m = expect_list[i].search(self.cookedq) 726 if not hasattr(list[i], "search"): 735 m = list[i].search(self.cookedq)
|
/external/autotest/client/common_lib/ |
base_utils.py | 387 search = re.compile(r"(?<=^%s)\s*(.*)" % linestart, re.MULTILINE) 388 find = search.search(data) 502 if re.search('^\d+$', value): 504 elif re.search('^(\d+\.)?\d+$', value): 541 if not key_regex.search(key): [all...] |
/external/curl/packages/vms/ |
build_gnv_curl_pcsi_desc.com | 183 """if f$search(""""''nlink'"""") .eqs. """""""" then" + - 193 """if f$search(""""''nlink'"""") .nes. """""""" then" + - 387 $if f$search("gnv$gnu:[vms_src]''filename_base'_vms_src.bck") .nes. ""
|
generate_config_vms_h_curl.com | 155 $if f$search("SYS$SHARE:LDAP$SHR.EXE") .eqs. "" 164 $ if f$search("sys$shsare:gss$rtl.exe") .eqs. "" 417 $ search/output=nla0: ssl$include:*.h CONF_MFLAGS_IGNORE_MISSING_FILE
|
build_curl-config_script.com | 25 $ if f$search("[--]curl-config.") .nes. "" then goto all_exit
|
/external/opencv3/modules/ts/misc/ |
run.py | 549 m = re.search("#error\W+(\w+)", compiler_output) 643 hw = re.search(r"^Hardware[ \t]*:[ \t]*(.*?)$", adb_res, re.MULTILINE) 678 pkg_name = re.search(r"^[ ]+A: package=\"(?P<pkg>.*?)\" \(Raw: \"(?P=pkg)\"\)\r?$", manifest_tag[0], flags=re.MULTILINE).group("pkg") 684 pkg_runner = re.search(r"^[ ]+A: android:name\(0x[0-9a-f]{8}\)=\"(?P<runner>.*?)\" \(Raw: \"(?P=runner)\"\)\r?$", instrumentation_tag[0], flags=re.MULTILINE).group("runner") 685 pkg_target = re.search(r"^[ ]+A: android:targetPackage\(0x[0-9a-f]{8}\)=\"(?P<pkg>.*?)\" \(Raw: \"(?P=pkg)\"\)\r?$", instrumentation_tag[0], flags=re.MULTILINE).group("pkg") [all...] |
/external/autotest/client/virt/ |
virt_env_process.py | 387 if re.search("Your.IP", line, re.IGNORECASE): 391 if re.search("Client.Ethernet.Address", line, re.IGNORECASE):
|
/external/autotest/tko/parsers/ |
version_1.py | 78 typed_match = re.search('^([^=]*)\{(\w*)\}=(.*)$', line) 83 untyped_match = re.search('^([^=]*)=(.*)$', line)
|
/external/ceres-solver/scripts/ |
ceres-solver.spec | 43 - Line search solvers (L-BFGS and Nonlinear CG)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
devtools_client_backend.py | 198 branch_number_match = re.search(r'Chrome/\d+\.\d+\.(\d+)\.\d+', 201 branch_number_match = re.search(
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
fsdiff.py | 339 cur_indent = len(re.search(r'^[ ]*', t).group(0)) 390 match = re.search(r'^(\s*)', line)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/ |
test_basic.py | 311 self.assertIsNotNone(re.search(PROJECT_PRIVATE_RE, acl.to_xml())) 345 self.assertIsNotNone(re.search(PROJECT_PRIVATE_RE, acl.to_xml()))
|
/external/clang/tools/clang-format/ |
git-clang-format | 281 match = re.search(r'^\+\+\+\ [^/]+/(.*)', line) 284 match = re.search(r'^@@ -[0-9,]+ \+(\d+)(,(\d+))?', line)
|
/external/selinux/libsepol/tests/policies/test-expander/ |
alias-base.conf | 165 search
|
role-base.conf | 165 search
|
user-base.conf | 165 search
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
cmp_policy.conf | 165 search
|
small-base.conf | 165 search
|
/external/v8/benchmarks/ |
splay.js | 125 * search tree with the additional property that recently accessed 165 // Splay on the key to move the last node on the search path for 257 // node on the search path to the top of the tree. 286 * key, the last node on the search path is moved to the top of the 288 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
|
/external/valgrind/cachegrind/ |
cg_diff.in | 51 --mod-filename=<expr> a Perl search-and-replace expression that is applied
|