Searched refs:search (Results 1 - 25 of 354) sorted by relevance

1234567891011>>

/external/dnsmasq/bld/
H A Dpkg-wrapper3 search=$1
6 if grep "^\#.*define.*$search" config.h 2>&1 >/dev/null || \
7 grep $search 2>&1 >/dev/null ; then
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
H A Dset-href-attribute-search.js1 description('Test setting the search attribute of the URL in HTMLAnchorElement .');
5 debug("Set search without '?'");
7 a.search = "value=key";
10 // IE8 does not encode spaces in search string
11 debug("Set search that starts with '?' and contains spaces");
13 a.search = "?val ue= key?";
16 debug("Set search to a malformed URL");
18 a.search = "%";
22 debug("Set search containing '#'");
25 a.search
[all...]
/external/v8/test/mjsunit/
H A Dstring-search.js29 var r = str.search('a');
37 var r = s.search(s);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Unicode/
H A Duc-002.js38 reportCompare (0, str.search(/^\sfoo$/),
H A Duc-004.js38 reportCompare (0, ary[Number(i)].search(/^\Sfoo$/),
41 reportCompare (-1, ary[Number(i)].search(/^\sfoo$/),
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
H A Dstring_search.js24 Description: 'Tests the search method on Strings using regular expressions'
33 var TITLE = 'String: search';
41 // 'abcdefg'.search(/d/)
42 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.search(/d/)",
43 3, 'abcdefg'.search(/d/));
45 // 'abcdefg'.search(/x/)
46 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.search(/x/)",
47 -1, 'abcdefg'.search(/x/));
49 // 'abcdefg123456hijklmn'.search(/\d+/)
50 testcases[count++] = new TestCase ( SECTION, "'abcdefg123456hijklmn'.search(/\
[all...]
/external/dnsmasq/contrib/openvpn/
H A Ddhclient-enter-hooks15 echo search $SEARCH >> $RESOLVCONF
18 echo search $new_domain_name >> $RESOLVCONF
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-179524.js43 * it is NOT converted to one, unlike the case for str.match(), str.search().
86 * Now try the same thing with str.search()
89 actual = str.search(re);
94 actual = str.search(re, 'i');
99 actual = str.search(re, 'g', '');
104 actual = str.search(re, 'z', new Object(), new Date());
202 * Now test str.search() where the first argument is not a regexp object.
208 actual = str.search('a');
209 expect = str.search(/a/);
213 actual = str.search('
[all...]
/external/stlport/test/unit/
H A Dsearch_test.cpp46 location = search((int*)v1, (int*)v1 + 6, (int*)v3, (int*)v3 + 2);
49 location = search((int*)v2, (int*)v2 + 6, (int*)v3, (int*)v3 + 2);
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
79 char const** location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal);
84 location = search((char const**)grades, (char const**)grades + gradeCount, (char const**)letters, (char const**)letters + letterCount, str_equal);
/external/icu4c/layout/
H A DOpenTypeUtilities.h25 static le_int32 search(le_uint16 value, const le_uint16 array[], le_int32 count);
26 static le_int32 search(le_uint32 value, const le_uint32 array[], le_int32 count);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpeerkey_auth.c41 struct wpa_stsl_search *search = ctx; local
42 if (os_memcmp(search->addr, sm->addr, ETH_ALEN) == 0) {
43 search->sm = sm;
85 struct wpa_stsl_search search; local
104 search.addr = kde.mac_addr;
105 search.sm = NULL;
106 if (wpa_auth_for_each_sta(wpa_auth, wpa_stsl_select_sta, &search) ==
107 0 || search.sm == NULL) {
133 wpa_auth_logger(wpa_auth, search.sm->addr, LOGGER_DEBUG,
136 __wpa_send_eapol(wpa_auth, search
259 struct wpa_stsl_search search; local
330 struct wpa_stsl_search search; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dpeerkey_auth.c41 struct wpa_stsl_search *search = ctx; local
42 if (os_memcmp(search->addr, sm->addr, ETH_ALEN) == 0) {
43 search->sm = sm;
85 struct wpa_stsl_search search; local
104 search.addr = kde.mac_addr;
105 search.sm = NULL;
106 if (wpa_auth_for_each_sta(wpa_auth, wpa_stsl_select_sta, &search) ==
107 0 || search.sm == NULL) {
133 wpa_auth_logger(wpa_auth, search.sm->addr, LOGGER_DEBUG,
136 __wpa_send_eapol(wpa_auth, search
259 struct wpa_stsl_search search; local
330 struct wpa_stsl_search search; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpeerkey_auth.c41 struct wpa_stsl_search *search = ctx; local
42 if (os_memcmp(search->addr, sm->addr, ETH_ALEN) == 0) {
43 search->sm = sm;
85 struct wpa_stsl_search search; local
104 search.addr = kde.mac_addr;
105 search.sm = NULL;
106 if (wpa_auth_for_each_sta(wpa_auth, wpa_stsl_select_sta, &search) ==
107 0 || search.sm == NULL) {
133 wpa_auth_logger(wpa_auth, search.sm->addr, LOGGER_DEBUG,
136 __wpa_send_eapol(wpa_auth, search
259 struct wpa_stsl_search search; local
330 struct wpa_stsl_search search; local
[all...]
/external/dhcpcd/dhcpcd-hooks/
H A D20-resolv.conf14 local interfaces= header= search= srvs= servers= x=
26 # Build the search list
29 search=$(cd "$resolv_conf_dir"; \
30 key_get_value "search " ${interfaces})
34 search="$search $@"
38 [ -n "$search" ] && search="search $(uniqify $search)\
[all...]
/external/icu4c/layoutex/
H A DLXUtilities.h20 static le_int32 search(le_int32 value, const le_int32 array[], le_int32 count);
/external/icu4c/test/intltest/
H A Dsrchtest.h45 const SearchData *search);
46 UBool assertEqual(const SearchData *search);
47 UBool assertCanonicalEqual(const SearchData *search);
48 UBool assertEqualWithAttribute(const SearchData *search,
H A Dsrchtest.cpp255 const SearchData *search)
259 int32_t matchindex = search->offset[count];
263 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, search->elemCompare, status);
276 matchlength = search->size[count];
301 matchindex = search->offset[count];
317 matchindex = search->offset[count];
319 matchlength = search->size[count];
343 matchindex = count > 0 ? search->offset[count - 1] : -1;
363 matchindex = search->offset[count];
385 matchlength = search
254 assertEqualWithStringSearch(StringSearch *strsrch, const SearchData *search) argument
460 assertEqual(const SearchData *search) argument
518 assertCanonicalEqual(const SearchData *search) argument
569 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
907 const SearchData *search = &(BREAKITERATOREXACT[count]); local
1002 const SearchData *search = &(OVERLAP[count]); local
1295 SearchData search = BASIC[index ++]; local
1418 SearchData search = MATCH[0]; local
1480 SearchData search = MATCH[count]; local
1683 const SearchData *search; local
1755 const SearchData *search = &(BREAKITERATORCANONICAL[count]); local
1860 const SearchData *search = &(OVERLAPCANONICAL[count]); local
2125 SearchData search = BASICCANONICAL[index ++]; local
[all...]
/external/llvm/utils/
H A DDSAextract.py62 if not arrowexp.search(buffer):
67 if regexp.search(buffer):
95 if arrowexp.search(buffer):
104 elif nodeexp.search(buffer): #this is a node line
/external/webkit/Source/WebCore/html/
H A DSearchInputType.cpp45 return InputTypeNames::search();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DStackTest.java128 * @tests java.util.Stack#search(java.lang.Object)
131 // Test for method int java.util.Stack.search(java.lang.Object)
139 .search(item1));
141 .search("Ichi"));
144 1, s.search(item2));
146 1, s.search("Ni"));
148 assertEquals("Search returned incorrect value for search for null at top of stack",
149 1, s.search(null));
151 assertEquals("Search returned incorrect value for search for null", 2, s
152 .search(nul
[all...]
/external/v8/src/
H A Dstring-search.h39 // Class holding constants and methods that apply to all string search variants,
45 // search will not be optimal, since we only build tables for a suffix
55 // there is no search speed degradation.
128 static int SingleCharSearch(StringSearch<PatternChar, SubjectChar>* search,
132 static int LinearSearch(StringSearch<PatternChar, SubjectChar>* search,
136 static int InitialSearch(StringSearch<PatternChar, SubjectChar>* search,
141 StringSearch<PatternChar, SubjectChar>* search,
145 static int BoyerMooreSearch(StringSearch<PatternChar, SubjectChar>* search,
196 // The pattern to search for.
198 // Pointer to implementation of the search
210 SingleCharSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int index) argument
262 LinearSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int index) argument
299 BoyerMooreSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
422 BoyerMooreHorspoolSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int start_index) argument
507 InitialSearch( StringSearch<PatternChar, SubjectChar>* search, Vector<const SubjectChar> subject, int index) argument
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
H A D15.5.4.7-3.js32 so as to search all of the string.
115 function LastIndexOf( string, search, position ) {
117 search = String( search );
129 result7 = search.length;
142 if ( string.charAt(k+j) != search.charAt(j) ){
/external/icu4c/i18n/
H A Dusearch.cpp148 * @param strsrch string search data
290 * @param strsrch string search data
365 * @param strsrch string search data
547 * consideration. Forwards search will take the end accents into consideration
548 * for the default shift values and the backwards search will take the prefix
578 * @param strsrch string search data
587 UBreakIterator *breakiterator = strsrch->search->internalBreakIter;
609 * @param strsrch string search data
618 UBreakIterator *breakiterator = strsrch->search->breakIter;
639 const UChar *text = strsrch->search
3185 USearch *search = strsrch->search; local
3291 USearch *search = strsrch->search; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... apache/lucene/index/ org/apache/lucene/queryParser/ org/apache/lucene/search/ org/apache/lucene/search/spans/ org/apache/lucene/store/ org ...
/external/chromium/chrome/common/extensions/docs/css/
H A Dprint.css3 div#gsc-search-box {display: none;}

Completed in 872 milliseconds

1234567891011>>