/external/stlport/stlport/stl/ |
_algo.h | 124 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, 127 // search_n. Search for __count consecutive copies of __val. 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
|
_algobase.h | 672 // search. 674 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1,
|
_string.c | 432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish(),
|
_rope.h | [all...] |
/external/v8/src/ |
messages.js | 165 invalid_in_operator_use: "Cannot use 'in' operator to search for '%0' in %1", 271 // Binary search to find line # from position range.
|
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 99 'String': ["charAt", "charCodeAt", "concat", "indexOf", "lastIndexOf", "match", "replace", "search", "slice", "split", "substr", "substring", "toLowerCase", "toUpperCase", "valueOf"] [all...] |
concat-jquery-mootools-prototype.js | [all...] |
/external/webkit/WebCore/dom/ |
Document.h | 263 DEFINE_ATTRIBUTE_EVENT_LISTENER(search); [all...] |
/external/webkit/WebCore/editing/ |
TextIterator.cpp | 55 // Buffer that knows how to compare with a search target. 56 // Keeps enough of the previous text to be able to search in the future, but no more. 70 size_t search(size_t& startOffset); 1834 inline size_t SearchBuffer::search(size_t& start) function in class:WebCore::SearchBuffer 1950 inline size_t SearchBuffer::search(size_t& start) function in class:WebCore::SearchBuffer [all...] |
/external/webkit/WebKit/win/ |
WebView.h | 624 BSTR search, BOOL caseSensitive, BOOL highlight, UINT limit, UINT* matches); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 124 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1, 127 // search_n. Search for __count consecutive copies of __val. 479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
|
_algobase.h | 672 // search. 674 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1,
|
_string.c | 432 _STLP_STD::search(this->_M_Start() + __pos, this->_M_Finish(),
|
_rope.h | [all...] |
/packages/apps/Browser/src/com/android/browser/ |
BrowserProvider.java | 19 import com.android.browser.search.SearchEngine; 263 "search TEXT," + 388 * "Search the web". 391 * "Search the web"; 392 * 2. If bookmark/history entries has a match, "Search the web" shows up at 393 * the second place. Otherwise, "Search the web" shows up at the first 486 int type = -1; // 0: web search; 1: history; 2: suggestion 574 // global search for query rewriting. 763 * by the SearchDialog when the BrowserActivity is in voice search mode. [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
regexp-dna.js | [all...] |
/external/webkit/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 348 @property(readonly, copy) NSString *search AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; 381 @property(readonly, copy) NSString *search AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER; [all...] |
/external/webkit/WebCore/inspector/front-end/ |
AuditRules.js | 222 if (!match[2].search(WebInspector.AuditRules.IPAddressRegexp)) [all...] |
/external/libpng/ |
ltmain.sh | [all...] |
/external/protobuf/gtest/build-aux/ |
ltmain.sh | [all...] |
/external/protobuf/ |
ltmain.sh | [all...] |
/libcore/luni/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
matrixsearch.cpp | 86 // share_buf's size is determined by the buffers for search. 93 // The buffers for search are based on the share buffer 315 // Re-search the Pinyin string for the unlocked lemma 419 size_t MatrixSearch::search(const char *py, size_t py_len) { function in class:ime_pinyin::MatrixSearch 423 // If the search Pinyin string is too long, it will be truncated. 428 // increase search efficiency. 553 // The composing phrase is valid, reset all search space, 554 // and begin a new search which will only extend the composing 578 // Reseting search only clear pys_decoded_len_, but the string is kept. 976 // Extend the search matrix, from the oldest unfixed row. ext_len mean [all...] |
/external/chromium/third_party/icu/source/i18n/ |
csrsbcs.cpp | 30 * Binary search for value in table, which must have exactly 64 entries. 33 int32_t NGramParser::search(const int32_t *table, int32_t value) function in class:NGramParser 76 if (search(ngramList, thisNgram) >= 0) { [all...] |
/external/icu4c/i18n/ |
csrsbcs.cpp | 30 * Binary search for value in table, which must have exactly 64 entries. 33 int32_t NGramParser::search(const int32_t *table, int32_t value) function in class:NGramParser 76 if (search(ngramList, thisNgram) >= 0) { [all...] |