/external/elfutils/libdw/ |
dwarf_getloclist.c | 20 #include <search.h> 285 /* Insert a record in the search tree so that we can find it again
|
/external/icu4c/common/ |
uvector.h | 337 int32_t search(void* obj) const;
|
/external/icu4c/i18n/ |
csrsbcs.h | 36 * Binary search for value in table, which must have exactly 64 entries. 38 int32_t search(const int32_t *table, int32_t value);
|
/external/protobuf/python/ |
ez_setup.py | 260 match = re.search("\nmd5_data = {\n([^}]+)}", src)
|
/external/v8/tools/ |
presubmit.py | 260 if not COPYRIGHT_HEADER_PATTERN.search(contents):
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumMac.h | 176 NSSearchFieldCell* search() const;
|
RenderThemeMac.h | 178 NSSearchFieldCell* search() const;
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
handshake.py | 210 if not regexp.search(line): 214 if not _SIXTH_AND_LATER.search(sixth_and_later):
|
/external/webkit/WebKitTools/wx/build/ |
build_utils.py | 161 match = re.search('^\* (.*)', branches, re.MULTILINE)
|
/frameworks/base/core/java/android/server/search/ |
Searchables.java | 17 package android.server.search; 75 * <li>The activity itself implements search. This is indicated by the 77 * The value is a reference to an XML file containing search information.</li> 78 * <li>A related activity implements search. This is indicated by the 80 * The value is a string naming the activity implementing search. In this 83 * code will insert the "default" (e.g. contacts) search. 168 * refill as the user clicks "search". 227 // Find the global search activity 230 // Find the web search activity 244 * Finds the global search activity [all...] |
/frameworks/base/core/tests/coretests/src/android/app/ |
SearchablesTest.java | 33 import android.server.search.Searchables;
|
/packages/apps/Browser/src/com/android/browser/search/ |
OpenSearchSearchEngine.java | 16 package com.android.browser.search; 45 * Provides search suggestions, if any, for a given web search provider. 103 Log.e(TAG, "Unable to get search URI for " + mSearchEngineInfo); 122 * Queries for a given search term and returns a cursor containing 146 * third element contains the descriptions. Some search engines don't support 154 // Some search engines given an empty array "[]" for descriptions instead of
|
/packages/apps/Browser/tools/ |
get_search_engines.py | 18 Creates the list of search engines 34 # Locales to generate search engine lists for 44 "http://www.google.com/complete/search?hl={language}&json=true&q={searchTerms}"] 47 """Manages list of search engines and creates locale specific lists. 55 """Inits SearchEngineManager with relevant search engine data. 57 The search engine data is downloaded from the Chrome source repository. 63 print 'Unable to get Chrome source data for search engine list.\nExiting.' 73 Given a string from the search engine data structure, convert it to a 95 """Returns an array of strings describing the specified search engine. 98 except that the internal name of the search engine is inserted at th [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
matrixsearch.h | 239 // 2. When the search is done, this buffer is used to get candiates from the 253 // Reset the search space totally. 256 // Reset the search space from ch_pos step. For example, if the original 257 // input Pinyin is "an", reset_search(1) will reset the search space to the 393 // Reset the search space. Equivalent to reset_search(0). 397 // Search a Pinyin string. 399 size_t search(const char *py, size_t py_len); 402 // a re-search. 413 // return the result of the previous search. 417 // Get the number of candiates, called after search() [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
BeautifulSoup.py | 8 it easy to navigate, search, and modify the tree. 341 found = strainer.search(i) 902 def search(self, markup): member in class:SoupStrainer [all...] |
/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/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/icu4c/layout/ |
LayoutEngine.cpp | 53 le_int32 index = OpenTypeUtilities::search((le_uint32)ch, (le_uint32 *)controlChars, controlCharsCount); 61 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/v8/test/mjsunit/ |
function-names.js | 116 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
|
/external/webkit/JavaScriptCore/wtf/ |
AVLTree.h | 147 inline handle search(key k, SearchType st = EQUAL); 599 // Last unbalanced node encountered in search for insertion point. 691 AVLTree<Abstractor, maxDepth, BSet>::search(key k, typename AVLTree<Abstractor, maxDepth, BSet>::SearchType st) 924 /* Search for node already in tree with same key. */
|
/external/webkit/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 96 HRESULT markAllMatchesForText([in] BSTR search, [in] BOOL caseSensitive, [in] BOOL highlight, [in] UINT limit, [out] UINT* matches);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 20 import com.android.browser.search.SearchEngine; 21 import com.android.browser.search.SearchEngines; 321 // One or more tabs could have been in voice search mode. 332 Log.i(TAG, "Selected search engine: " + searchEngine);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
algorithmfwd.h | 108 search 160 * @defgroup binary_search_algorithms Binary Search Algorithms 163 * These algorithms are variations of a classic binary search, and 172 * proposed resolution reinterprets binary search. Instead of 520 // search 713 search(_FIter1, _FIter1, _FIter2, _FIter2); 717 search(_FIter1, _FIter1, _FIter2, _FIter2, _BinaryPredicate);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 46 import org.eclipse.jdt.core.search.IJavaSearchScope; 47 import org.eclipse.jdt.core.search.SearchEngine; 348 // Create a search scope including only the source folder of the current
|