/external/chromium_org/extensions/browser/api/declarative_webrequest/ |
webrequest_condition_attribute.cc | 433 return std::search(str.begin(), str.end(), data_.begin(), data_.end(),
|
/external/chromium_org/net/base/ |
net_util.cc | 193 std::search(headers.begin(), headers.end(), match.begin(), match.end(), [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/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...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.h | 94 DEFINE_ATTRIBUTE_EVENT_LISTENER(search); [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 204 if javascripttokenizer.JavaScriptTokenizer.SINGLE_QUOTE.search( 339 # Search for cases where prototype is defined as object literal.
|
statetracker.py | 193 # search for type in same line only. If no token after flag in same 234 interesting_token = tokenutil.Search(search_start_token, 439 # Skip types will end the search. 568 Search is abandoned when a FLAG_ENDING_TYPE token is found. 579 match = javascripttokenizer.JavaScriptTokenizer.IDENTIFIER.search( [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/ |
cavl_impl.h | 318 /* Last unbalanced node encountered in search for insertion point. */ 437 L_SC AVL_HANDLE L_(search)(L_(avl) *l_tree, AVL_KEY k, avl_search_type st) { 726 /* Search for node already in tree with same key. */
|
/external/chromium_org/third_party/protobuf/python/ |
mox.py | 914 # pattern is the regular expression to search for 929 return self.regex.search(rhs) is not None [all...] |
/external/chromium_org/third_party/qunit/src/ |
qunit.js | 279 location = window.location || { search: "", protocol: "file:" }, 280 params = location.search.slice( 1 ).split( "&" ), 301 // String search anywhere in moduleName+testName [all...] |
/external/chromium_org/tools/binary_size/ |
run_binary_size_analysis.py | 753 parsed_dwarf_format_output = dwarf_version_re.search(debug_info) [all...] |
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
volume_manager.js | 906 * Whether the location is under Google Drive or a special search root which 907 * represents a special search from Google Drive.
|
/external/chromium_org/ui/file_manager/gallery/js/ |
gallery.js | 275 // Search results may contain files from different subdirectories so 868 // If the Gallery was opened on search results the search query will not
|
/external/chromium_org/v8/tools/ |
grokdump.py | [all...] |
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 108 if not re.search(log_exp, body, flags=re.I | re.M):
|
/external/clang/lib/Frontend/ |
VerifyDiagnosticConsumer.cpp | 238 bool Search(StringRef S, bool EnsureStartOfWord = false) { 240 P = std::search(C, End, S.begin(), S.end()); 251 // Otherwise, skip and search again. 280 // Advance 1-past previous next/search. 281 // Behavior is undefined if previous next/search failed. 304 const char *PEnd; // previous next/search subject end (1-past) 321 // Search for token: expected 322 if (!PH.Search("expected", true)) 398 } else if (PP && PH.Search(":")) { 474 // Search for token: } [all...] |
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
cavl_impl.h | 318 /* Last unbalanced node encountered in search for insertion point. */ 437 L_SC AVL_HANDLE L_(search)(L_(avl) *l_tree, AVL_KEY k, avl_search_type st) { 726 /* Search for node already in tree with same key. */
|
/external/lldb/examples/python/ |
gdbremote.py | [all...] |
/external/lldb/test/pexpect-2.4/examples/ |
cgishell.cgi | 346 m = p.search (hcs)
|
/external/protobuf/python/ |
mox.py | 914 # pattern is the regular expression to search for 929 return self.regex.search(rhs) is not None [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(),
|
/frameworks/base/services/java/com/android/server/ |
SystemServer.java | 89 import com.android.server.search.SearchManagerService; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
cavl_impl.h | 318 /* Last unbalanced node encountered in search for insertion point. */ 437 L_SC AVL_HANDLE L_(search)(L_(avl) *l_tree, AVL_KEY k, avl_search_type st) { 726 /* Search for node already in tree with same key. */
|
/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).
|