Searched refs:search (Results 276 - 300 of 354) sorted by relevance

<<1112131415

/external/v8/src/
H A Dhandles.cc40 #include "string-search.h"
426 StringSearch<char, SourceChar> search(isolate, CStrVector("\n"));
431 position = search.Search(src, position);
H A Druntime.h633 Handle<String> search,
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in158 -I<d> --include=<d> add <d> to list of directories to search for
/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.cpp1036 if (SVGElementInstance* search = instanceForShadowTreeElement(element, current))
1037 return search;
/external/dnsmasq/src/
H A Drfc2131.c225 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,
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css57 input[type="search"]:focus, input[type="text"]:focus {
170 body.attached #search-toolbar-label {
294 .toolbar-search-item {
301 #search {
306 body.attached #search {
310 #search-results-matches {
3522 .bubble.search-matches {
3529 li.selected .bubble.search-matches {
3533 :focus li.selected .bubble.search-matches {
3537 body.inactive li.selected .bubble.search
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h116 /* DM search events */
119 /* DM search API events */
532 tBTA_DM_API_SEARCH search; member in union:__anon458
728 /* DM search control block */
744 tBTA_DM_MSG * p_search_queue; /* search or discover commands during search cancel stored here */
776 /* DM search state */
882 /* DM search control block */
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py170 if javascripttokenizer.JavaScriptTokenizer.SINGLE_QUOTE.search(
/external/icu4c/i18n/
H A Dbmsearch.cpp658 UBool BoyerMooreSearch::search(int32_t offset, int32_t &start, int32_t &end) function in class:BoyerMooreSearch
/external/protobuf/python/
H A Dmox.py914 # pattern is the regular expression to search for
929 return self.regex.search(rhs) is not None
/external/sepolicy/check_seapp/
H A Dcheck_seapp.c10 #include <search.h>
202 * The policy db to search
204 * The type to search for
/external/webkit/Source/WebCore/page/
H A DDOMWindow.h318 DEFINE_ATTRIBUTE_EVENT_LISTENER(search);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium.py493 if (not re.search("^file:///[a-z]:", uri) or
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dupload.py372 match = re.search("^r(?P<svn_revision>\d+) \|", commit_log, re.MULTILINE)
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp230 P = std::search(C, End, S.begin(), S.end());
235 // Advance 1-past previous next/search.
236 // Behavior is undefined if previous next/search failed.
259 const char *PEnd; // previous next/search subject end (1-past)
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py257 match = www_auth.search(the_rest)
263 match = www_auth.search(the_rest)
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php132 /** The key of the regex array defining what to search for */
135 matched search to use as a replacement */
140 matched search to put before the replacement */
143 matched search to put after the replacement */
1888 //Now we need to rewrite our array to get a search string that
3174 $search = array(); variable
3177 $search[] = '\\' . $k;
3180 $before = str_replace($search, $matches, $before);
3181 $after = str_replace($search, $matches, $after);
3182 $replace = str_replace($search,
[all...]
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons378 # The rpath is the _run-time_ library search path for the resulting binary, i.e.
/external/libffi/
H A Dltconfig1088 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
1098 # FIXME: first we should search . and the directory the executable is in
1126 sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
2467 # The library search path used internally by the compiler when linking
2501 # Is shlibpath searched before the hard-coded library search path?
2536 # Compile-time system search path for libraries
2539 # Run-time system search path for libraries
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in216 -I --include=<dir> add <dir> to list of directories to search for
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas341 /// This could be done using hashing or binary search, but this is inefficient
343 /// scenarios, we use simple linear search here.
/external/elfutils/src/
H A Dnm.c46 #include <search.h>
700 gettext ("cannot create search tree"));
/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_impl.h348 /* Last unbalanced node encountered in search for insertion point. */
481 L_SC AVL_HANDLE L_(search)(L_(avl) *l_tree, AVL_KEY k, avl_search_type st)
/external/stlport/stlport/stl/
H A D_algo.h124 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1,
479 // Binary search (lower_bound, upper_bound, equal_range, binary_search).
H A D_algobase.h672 // search.
674 _ForwardIter1 search(_ForwardIter1 __first1, _ForwardIter1 __last1,

Completed in 921 milliseconds

<<1112131415