/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
AppRestrictionEnforcerFragment.java | 346 mSpinnerRank.setSelection(search(ranks, selectedRank)); method 577 * Sequential search 580 * @param s The string to search for 583 private int search(String[] array, String s) { method in class:AppRestrictionEnforcerFragment
|
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
AppRestrictionEnforcerFragment.java | 346 mSpinnerRank.setSelection(search(ranks, selectedRank)); method 577 * Sequential search 580 * @param s The string to search for 583 private int search(String[] array, String s) { method in class:AppRestrictionEnforcerFragment
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_log.py | 525 def search(self, key): member in class:SimpleTable 526 """Search rows with the specified key. 712 rows.extend(self.log_table.search(key))
|
/external/chromium-trace/catapult/systrace/systrace/agents/ |
atrace_agent.py | 662 result = buffer_start_re.search(out, start_of_full_trace + 1) 670 end_of_header = re.search(r'^[^#]', out, re.MULTILINE).start()
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
html_imports_loader.js | 87 * Load a HTML file, which absolute path or path relative to <%search-path%>.
|
/external/e2fsprogs/config/ |
config.rpath | 3 # run time search path of shared libraries in an executable. 136 # no search path for DLLs. 232 # no search path for DLLs. 258 hardcode_minus_L=yes # Not in the search PATH, but as the default 380 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"` 507 # Compile-time system search path for libraries 510 # Run-time system search path for libraries
|
/external/elfutils/tests/ |
run-readelf-zdebug.sh | 495 Call frame search table section [17] '.eh_frame_hdr':
|
/external/icu/icu4c/source/i18n/ |
Android.mk | 157 search.cpp \
|
/external/icu/icu4c/source/layout/ |
LayoutEngine.cpp | 58 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount); 66 le_int32 index = OpenTypeUtilities::search((le_uint32) ch, (le_uint32 *)DefaultCharMapper::mirroredChars, DefaultCharMapper::mirroredCharsCount);
|
/external/iproute2/examples/ |
dhcp-client-script | 311 echo search $new_domain_name >> /etc/resolv.conf.dhcp
|
/external/selinux/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 165 search
|
base-notmetreq.conf | 164 search
|
small-base.conf | 165 search
|
/external/selinux/libsepol/tests/policies/test-linker/ |
small-base.conf | 165 search
|
/external/v8/test/mjsunit/es7/ |
typed-array-includes.js | 91 // %TypedArray%.prototype.includes should search the whole array, as the
|
/external/v8/test/mjsunit/ |
function-names.js | 116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
|
string-indexof-1.js | 116 // Search for a non-ASCII string in a pure ASCII string. 121 // Search in string containing many non-ASCII chars. 125 // Search for string long enough to trigger complex search with ASCII pattern
|
/external/v8/tools/ |
presubmit.py | 336 if not COPYRIGHT_HEADER_PATTERN.search(contents): 383 match = FLAGS_LINE.search(contents)
|
/external/valgrind/gdbserver_tests/ |
mcblocklistsearch.stderrB.exp | 14 full leak search
|
/packages/apps/Settings/src/com/android/settings/ |
DisplaySettings.java | 52 import com.android.settings.search.BaseSearchIndexProvider; 53 import com.android.settings.search.Indexable;
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
SearchResultsSummary.java | 46 import com.android.settings.search.Index; 82 return Index.getInstance(getActivity()).search(params[0]);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
SoundSettings.java | 60 import com.android.settings.search.BaseSearchIndexProvider; 61 import com.android.settings.search.Indexable;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_compare.py | 191 call self.fail() if successRe.search() does not match the stderr 202 if not successRe.search(errorOut) : 374 call self.fail() if successRe.search() does not match the stderr 385 if not successRe.search(errorOut) :
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
IOBinding.py | 131 match = coding_re.search(str) 260 firsteol = self.eol_re.search(chars)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sysconfig.py | 242 m = _findvar1_rx.search(value) or _findvar2_rx.search(value)
|