/external/webkit/WebKitTools/Scripts/ |
bisect-builds | 100 print STDERR "Search WebKit nightly builds for changes in behavior.\n"; 108 [-r|--revision M[:N]] specify starting (and optional ending) revisions to search
|
/external/bluetooth/bluez/lib/ |
sdp.c | [all...] |
/external/icu4c/ |
icudefs.mk | 160 # Environment variable to set a runtime search path
|
/external/v8/src/ |
array.js | 674 // binary search 677 // The search interval is a[min..max[ 994 // If index is still negative, search the entire array. 1016 // If index is still negative, do not search the array. [all...] |
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/v8/test/mjsunit/ |
undeletable-functions.js | 96 "lastIndexOf", "localeCompare", "match", "replace", "search", "slice",
|
/external/webkit/WebCore/svg/ |
SVGUseElement.cpp | [all...] |
/external/dnsmasq/src/ |
rfc2131.c | 225 int search; local 228 search = SUBOPT_CIRCUIT_ID; 230 search = SUBOPT_REMOTE_ID; 232 search = SUBOPT_SUBSCR_ID; 236 if ((sopt = option_find1(option_ptr(opt, 0), option_ptr(opt, option_len(opt)), search, 1)) && 285 we search again. If we don't have have a giaddr or explicit subnet selector, 578 /* Search again now we have a hostname. [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.css | 50 input[type="search"]:focus, input[type="text"]:focus { 170 body.attached #search-toolbar-label { 174 #search { 180 body.attached #search { 185 #search-results-matches { 191 body.attached #search-results-matches { [all...] |
/external/icu4c/i18n/ |
bmsearch.cpp | 705 UBool BoyerMooreSearch::search(int32_t offset, int32_t &start, int32_t &end) function in class:BoyerMooreSearch
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
upload.py | 316 match = re.search("^r(?P<svn_revision>\d+) \|", commit_log, re.MULTILINE)
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
upredalgo.h | 228 /// Performs a binary search inside the sorted range. 289 ForwardIterator1 search (ForwardIterator1 first1, ForwardIterator1 last1, ForwardIterator2 first2, ForwardIterator2 last2, BinaryPredicate comp) function in namespace:ustl
|
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 43 import android.server.search.SearchManagerService; 325 Slog.i(TAG, "Search Service"); 329 Slog.e(TAG, "Failure starting Search Service", e);
|
/external/bluetooth/bluez/src/ |
device.c | [all...] |
/external/libffi/ |
ltconfig | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
regexp-dna.js | [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp_unittest.py | 238 if re.search(expected_message_re, message): 250 if not re.search(expected_message_re, message): [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | 809 String search = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; local 810 String c = (String)ev.replaceTable.get(search); [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 563 m = re.search(re.escape(property) + r"=(.*)\n", bp)
|
/external/bluetooth/bluez/tools/ |
sdptool.c | 74 /* Pass args to the inquiry/search handler */ 525 /* Search amongst the generic attributes */ 531 /* Search amongst the specific attributes of this service */ 726 /* Search amongst the generic attributes */ 3694 sdp_list_t *attrid, *search, *seq, *next; local [all...] |
/external/elfutils/src/ |
nm.c | 35 #include <search.h> 714 gettext ("cannot create search tree")); [all...] |
/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(),
|
/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...] |