Searched
refs:search (Results
951 -
975 of
1487) sorted by null
<<31323334353637383940>>
/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/0.153/libdw/ |
dwarf_getlocation.c | 56 #include <search.h> 193 /* Insert a record in the search tree so we can find it again later. */ 506 /* Insert a record in the search tree so that we can find it again later. */
|
/external/elfutils/0.153/src/ |
findtextrel.c | 40 #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):
|
/external/gtest/test/ |
gtest_filter_unittest.py | 355 param_tests_present = PARAM_TEST_REGEX.search(
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_proj.sh | 40 -Lpath/to/lib Additional library search paths
|
gen_msvs_vcxproj.sh | 41 -Lpath/to/lib Additional library search paths
|
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 402 dice_table_iterator DTI = std::search(Dices.begin(), Dices.end(),
|
/external/llvm/utils/lit/lit/ |
main.py | 320 if rex.search(t.getFullName())]
|
/external/mesa3d/scons/ |
gallium.py | 128 match = re.search(r'[0-9]+(\.[0-9]+)+', line)
|
/frameworks/base/docs/html/training/ |
training_toc.cs | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_proj.sh | 40 -Lpath/to/lib Additional library search paths
|
gen_msvs_vcxproj.sh | 41 -Lpath/to/lib Additional library search paths
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_filter_unittest.py | 355 param_tests_present = PARAM_TEST_REGEX.search(
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 35 import com.android.browser.search.SearchEngine; 36 import com.android.common.Search; 47 // "source" parameter for Google search suggested by the browser 49 // "source" parameter for Google search from unknown source 99 // If this was a search request (e.g. search query directly typed into the address bar), 100 // pass it on to the default web search provider. 228 // But currently, we get the user-typed URL from search box as well. 236 source = appData.getString(Search.SOURCE); 250 * Launches the default web search activity with the query parameters if the given intent's dat [all...] |
NavigationBarTablet.java | 100 mSearchButton = (ImageView) findViewById(R.id.search);
|
/packages/apps/Settings/src/com/android/settings/search/ |
Index.java | 17 package com.android.settings.search; 85 import static com.android.settings.search.IndexDatabaseHelper.Tables; 86 import static com.android.settings.search.IndexDatabaseHelper.IndexColumns; 143 // Max number of saved search queries (who will be used for proposing suggestions) 233 public Cursor search(String query) { method in class:Index 238 Log.d(LOG_TAG, "Search primary query: " + primarySql); 248 Log.d(LOG_TAG, "Search secondary query: " + secondarySql); 469 * data will be seen included into the search results 768 Log.w(LOG_TAG, "Cannot index an empty Search Provider name!"); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ActionBarController.java | 274 // The search menu item should only be visible for non-tablet devices 275 Utils.setMenuItemPresent(menu, R.id.search,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 198 conditions={'e': re.compile('wuzzy').search,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
csv.py | 269 if dq_regexp.search(data):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 33 """, re.VERBOSE | re.MULTILINE).search
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 46 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 198 conditions={'e': re.compile('wuzzy').search,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
csv.py | 269 if dq_regexp.search(data):
|
Completed in 839 milliseconds
<<31323334353637383940>>