Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 1909) sorted by relevance

12345678910>>...77

/third_party/rust/crates/memchr/bench/src/memchr/
Dmod.rs26 define_memchr_input1(c, "memchr1/krate/huge", HUGE, move |search, b| { in all()
29 search.byte1.count, in all()
30 memchr1_count(search.byte1.byte, search.corpus), in all()
34 define_memchr_input1(c, "memchr1/krate/small", SMALL, move |search, b| { in all()
37 search.byte1.count, in all()
38 memchr1_count(search.byte1.byte, search.corpus), in all()
42 define_memchr_input1(c, "memchr1/krate/tiny", TINY, move |search, b| { in all()
45 search.byte1.count, in all()
46 memchr1_count(search.byte1.byte, search.corpus), in all()
50 define_memchr_input1(c, "memchr1/krate/empty", EMPTY, move |search, b| { in all()
[all …]
/third_party/curl/packages/vms/
Dclean_gnv_curl.com43 $ if f$search(file) .nes. "" then delete 'file';*
46 $ if f$search(file) .nes. "" then delete 'file';*
49 $ if f$search(file) .nes. "" then delete 'file';*
52 $ if f$search(file) .nes. "" then delete 'file';*
55 $ if f$search(file) .nes. "" then delete 'file';*
58 $ if f$search(file) .nes. "" then delete 'file';*
62 $ if f$search(file) .nes. "" then delete 'file';*
64 $ if f$search(file) .nes. "" then delete 'file';*
68 $ if f$search(file) .nes. "" then delete 'file';*
70 $ if f$search(file) .nes. "" then delete 'file';*
[all …]
Dbuild_vms.com175 $! Have to manually parse the device for a search list.
177 $! in the search list.
185 $! default directory which could be a search list.
263 $! When building on a search list, need to do a create to make sure that
338 $ if (f$search(prods) .nes. "") then delete /log 'prods'
340 $ if (f$search(prods) .nes. "") then set prot=o:rwed 'prods'
341 $ if (f$search(prods) .nes. "") then delete /log 'prods'
343 $ if f$search(file) .nes. "" then delete/log 'file';*
345 $ if f$search(file) .nes. "" then delete/log 'file';*
347 $ if f$search(file) .nes. "" then delete/log 'file';*
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dsymbol-search.js15 var search = RegExp.prototype[Symbol.search]; variable
18 search.call (0, "string");
25 search.call (new RegExp(), {
36 search.call ({
47 search.call ({
61 search.call ({
72 search.call ({
81 search.call ({
90 search.call ({
101 search.call ({
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp456 if (strsrch->search->breakIter != nullptr) { in getBreakIterator()
457 return strsrch->search->breakIter; in getBreakIterator()
460 if (strsrch->search->internalBreakIter != nullptr) { in getBreakIterator()
461 return strsrch->search->internalBreakIter; in getBreakIterator()
465 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, in getBreakIterator()
467 strsrch->search->text, strsrch->search->textLength, &status); in getBreakIterator()
469 return strsrch->search->internalBreakIter; in getBreakIterator()
485 strsrch->search->matchedIndex = USEARCH_DONE; in setMatchNotFound()
486 strsrch->search->matchedLength = 0; in setMatchNotFound()
487 if (strsrch->search->isForwardSearching) { in setMatchNotFound()
[all …]
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp456 if (strsrch->search->breakIter != nullptr) { in getBreakIterator()
457 return strsrch->search->breakIter; in getBreakIterator()
460 if (strsrch->search->internalBreakIter != nullptr) { in getBreakIterator()
461 return strsrch->search->internalBreakIter; in getBreakIterator()
465 strsrch->search->internalBreakIter = ubrk_open(UBRK_CHARACTER, in getBreakIterator()
467 strsrch->search->text, strsrch->search->textLength, &status); in getBreakIterator()
469 return strsrch->search->internalBreakIter; in getBreakIterator()
485 strsrch->search->matchedIndex = USEARCH_DONE; in setMatchNotFound()
486 strsrch->search->matchedLength = 0; in setMatchNotFound()
487 if (strsrch->search->isForwardSearching) { in setMatchNotFound()
[all …]
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_violations.sh60 local search="$1"
61 echo $(grep -c "$search.*$FILE" $LOG)
68 local search="$3"
74 count2="$(get_count $search)"
77 tst_res TPASS "$search violation added"
80 tst_res TINFO "$search not found in $LOG ($i/$max_attempt attempt)..."
84 tst_res TFAIL "$search violation not added"
88 tst_res TFAIL "$search not found in $LOG"
95 local search="open_writers"
99 count="$(get_count $search)"
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp578 UBreakIterator *breakiterator = strsrch->search->internalBreakIter; in checkBreakBoundary()
609 UBreakIterator *breakiterator = strsrch->search->breakIter; in isBreakUnit()
630 const UChar *text = strsrch->search->text + in isBreakUnit()
706 int32_t textlength = strsrch->search->textLength; in getNextUStringSearchBaseOffset()
710 const UChar *text = strsrch->search->text; in getNextUStringSearchBaseOffset()
771 strsrch->search->matchedIndex = USEARCH_DONE; in setMatchNotFound()
772 strsrch->search->matchedLength = 0; in setMatchNotFound()
773 if (strsrch->search->isForwardSearching) { in setMatchNotFound()
774 setColEIterOffset(strsrch->textIter, strsrch->search->textLength); in setMatchNotFound()
839 const UChar *text = strsrch->search->text + start; in checkExtraMatchAccents()
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dsrchtest.cpp258 const SearchData *search) in assertEqualWithStringSearch() argument
262 int32_t matchindex = search->offset[count]; in assertEqualWithStringSearch()
266 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, search->elemCompare, status); in assertEqualWithStringSearch()
279 matchlength = search->size[count]; in assertEqualWithStringSearch()
304 matchindex = search->offset[count]; in assertEqualWithStringSearch()
320 matchindex = search->offset[count]; in assertEqualWithStringSearch()
322 matchlength = search->size[count]; in assertEqualWithStringSearch()
346 matchindex = count > 0 ? search->offset[count - 1] : -1; in assertEqualWithStringSearch()
366 matchindex = search->offset[count]; in assertEqualWithStringSearch()
388 matchlength = search->size[count]; in assertEqualWithStringSearch()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dusrchtst.c350 const SearchData search) in assertEqualWithUStringSearch() argument
354 int32_t matchindex = search.offset[count]; in assertEqualWithUStringSearch()
361 usearch_setAttribute(strsrch, USEARCH_ELEMENT_COMPARISON, search.elemCompare, &status); in assertEqualWithUStringSearch()
373 matchlength = search.size[count]; in assertEqualWithUStringSearch()
396 matchindex = search.offset[count]; in assertEqualWithUStringSearch()
412 matchindex = search.offset[count]; in assertEqualWithUStringSearch()
415 matchlength = search.size[count]; in assertEqualWithUStringSearch()
437 matchindex = count > 0 ? search.offset[count - 1] : -1; in assertEqualWithUStringSearch()
458 matchindex = search.offset[count]; in assertEqualWithUStringSearch()
480 matchlength = search.size[count]; in assertEqualWithUStringSearch()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
DSearchTest.java16 package ohos.global.icu.dev.test.search;
585 boolean assertCanonicalEqual(SearchData search) { in assertCanonicalEqual() argument
586 Collator collator = getCollator(search.collator); in assertCanonicalEqual()
587 BreakIterator breaker = getBreakIterator(search.breaker); in assertCanonicalEqual()
590 String text = search.text; in assertCanonicalEqual()
591 String pattern = search.pattern; in assertCanonicalEqual()
596 collator.setStrength(search.strength); in assertCanonicalEqual()
600 strsrch.setElementComparisonType(search.cmpType); in assertCanonicalEqual()
607 if (!assertEqualWithStringSearch(strsrch, search)) { in assertCanonicalEqual()
617 boolean assertEqual(SearchData search) { in assertEqual() argument
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java15 package com.ibm.icu.dev.test.search;
582 boolean assertCanonicalEqual(SearchData search) { in assertCanonicalEqual() argument
583 Collator collator = getCollator(search.collator); in assertCanonicalEqual()
584 BreakIterator breaker = getBreakIterator(search.breaker); in assertCanonicalEqual()
587 String text = search.text; in assertCanonicalEqual()
588 String pattern = search.pattern; in assertCanonicalEqual()
593 collator.setStrength(search.strength); in assertCanonicalEqual()
597 strsrch.setElementComparisonType(search.cmpType); in assertCanonicalEqual()
604 if (!assertEqualWithStringSearch(strsrch, search)) { in assertCanonicalEqual()
614 boolean assertEqual(SearchData search) { in assertEqual() argument
[all …]
/third_party/jerryscript/tests/jerry/
Dstring-prototype-search.js15 assert ("abcabbcd".search (/abb+c/) === 3);
16 assert ("ababbccabd".search ("((?:(ax))|(bx)|ab*c+)") === 2);
17 assert ("acbaabcabcabc".search (/b+c/g) === 5);
18 assert ("abcabd".search ("c?a+d") === -1);
20 assert (String.prototype.search.call ({}, "ec+t") === 4);
24 String.prototype.search.call (null, "u"); method in String
35 assert ("aaxbb".search (regexp) === 2);
36 assert ("aabb".search (regexp) === -1);
39 assert ("##\ud801\udc00".search ("\ud801") === 2);
40 assert ("##\ud801\udc00".search ("\udc00") === 3);
/third_party/parse5/test/data/parser-feedback/
Dsearch-element.test5 "description": "<!doctype html><p>foo<search>bar<p>baz",
6 "input": "<!doctype html><p>foo<search>bar<p>baz",
26 "search",
46 "description": "<!doctype html><search><p>foo</search>bar",
47 "input": "<!doctype html><search><p>foo</search>bar",
58 "search",
72 "search"
82 "description": "<!DOCTYPE html>xxx<svg><x><g><a><search><b>",
83 "input": "<!DOCTYPE html>xxx<svg><x><g><a><search><b>",
118 "search",
/third_party/node/lib/
Durl.js78 this.search = null;
257 this.search = simplePath[2];
259 this.query = querystring.parse(this.search.slice(1));
261 this.query = this.search.slice(1);
264 this.search = null;
460 this.search = rest.slice(questionIdx);
463 this.search = rest.slice(questionIdx, hashIdx);
471 this.search = null;
490 if (this.pathname || this.search) {
492 const s = this.search || '';
[all …]
/third_party/node/test/parallel/
Dtest-url-parse-format.js38 search: '?json=%22%5C%22foo%5C%22%22', property
147 search: '?that%27s', property
195 search: '?d=e', property
209 search: '?d=e', property
248 search: '?id=news', property
271 search: '???&hl=en&src=api&x=2&y=2&z=3&s=', property
284 search: '???&hl=en&src=api&x=2&y=2&z=3&s=', property
366 search: '?baz=quux', property
380 search: '?baz=quux', property
389 search: '?baz=quux', property
[all …]
/third_party/node/test/fixtures/wpt/url/
Durl-searchparams.any.js21 assert_equals(url.search, '?a=b')
22 url.search = ''
24 assert_equals(url.search, '')
39 assert_equals(url.search, '?a=b&c=d')
43 url.search = 'e=f&g=h'
44 assert_equals(url.search, '?e=f&g=h')
48 url.search = '?e=f&g=h'
49 assert_equals(url.search, '?e=f&g=h')
55 assert_equals(url.search, '?e=f&g=h&i=+j+')
60 assert_equals(url.search, '?e=updated&g=h&i=+j+')
[all …]
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dsearch.js.test.cjs8 exports[`test/lib/commands/search.js TAP empty search results > should have expected search results…
12 exports[`test/lib/commands/search.js TAP search /<name>/--color > should have expected search resul…
19 … | Programmatic API… | =nlf… | 2020-12-08 | 3.1.0 | npm search api libnpm
30 exports[`test/lib/commands/search.js TAP search <name> --color > should have expected search result…
37 … | Programmatic API… | =nlf… | 2020-12-08 | 3.1.0 | npm search api libnpm[0…
48 exports[`test/lib/commands/search.js TAP search <name> --parseable > should have expected search re…
54 … compatible registries. =nlf =ruyadorno =darcyclarke =isaacs 2020-12-08 3.1.0 npm search api libnpm
65 exports[`test/lib/commands/search.js TAP search <name> > should have filtered expected search resul…
71 exports[`test/lib/commands/search.js TAP search <name> text > should have expected search results 1…
78 … | Programmatic API… | =nlf… | 2020-12-08 | 3.1.0 | npm search api libnpm
[all …]
/third_party/node/deps/v8/src/strings/
Dstring-search.h104 static int SingleCharSearch(StringSearch<PatternChar, SubjectChar>* search,
108 static int LinearSearch(StringSearch<PatternChar, SubjectChar>* search,
112 static int InitialSearch(StringSearch<PatternChar, SubjectChar>* search,
117 StringSearch<PatternChar, SubjectChar>* search,
120 static int BoyerMooreSearch(StringSearch<PatternChar, SubjectChar>* search,
236 StringSearch<PatternChar, SubjectChar>* search, in SingleCharSearch() argument
238 DCHECK_EQ(1, search->pattern_.length()); in SingleCharSearch()
239 PatternChar pattern_first_char = search->pattern_[0]; in SingleCharSearch()
245 return FindFirstCharacter(search->pattern_, subject, index); in SingleCharSearch()
269 StringSearch<PatternChar, SubjectChar>* search, in LinearSearch() argument
[all …]
/third_party/node/deps/npm/node_modules/libnpmsearch/
DREADME.md8 programmatically accessing the npm search endpoint. It does **not** support
9 legacy search through `/-/all`.
17 * [search opts](#opts)
18 * [`search()`](#search)
19 * [`search.stream()`](#search-stream)
24 const search = require('libnpmsearch')
26 console.log(await search('libnpm'))
71 #### <a name="search"></a> `> search(query, [opts]) -> Promise`
73 `query` must be either a String or an Array of search terms.
79 The returned Promise resolved to an Array of search results with the following
[all …]
/third_party/openssl/crypto/store/
Dstore_lib.c307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() argument
315 if (search == NULL) { in OSSL_STORE_find()
341 switch (search->search_type) { in OSSL_STORE_find()
343 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
351 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
353 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
363 EVP_MD_get0_name(search->digest), in OSSL_STORE_find()
367 search->string, in OSSL_STORE_find()
368 search->stringlength)) in OSSL_STORE_find()
373 (char *)search->string, in OSSL_STORE_find()
[all …]
/third_party/node/deps/openssl/openssl/crypto/store/
Dstore_lib.c307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() argument
315 if (search == NULL) { in OSSL_STORE_find()
341 switch (search->search_type) { in OSSL_STORE_find()
343 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
351 if ((name_der_sz = i2d_X509_NAME(search->name, in OSSL_STORE_find()
353 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL in OSSL_STORE_find()
363 EVP_MD_get0_name(search->digest), in OSSL_STORE_find()
367 search->string, in OSSL_STORE_find()
368 search->stringlength)) in OSSL_STORE_find()
373 (char *)search->string, in OSSL_STORE_find()
[all …]
/third_party/icu/docs/userguide/collation/
Dstring-search.md27 the basic string search algorithm in the implementations on most operating
30 Therefore, a string search algorithm that is language-aware has become more
49 special "search" collator with the appropriate level settings for search.
63 example, a user may search for "blackbird" and want to include entries such
68 The ICU string search service provides similar APIs to the other text iterating
76 The string search service supports two different types of canonical match
100 character exists in the future, the string search service may not work correctly
109 sub-string. To be more exact, the string search added a "tightest" match
119 used for search.
126 The string search service also supports two varieties of “asymmetric search” as
[all …]
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dcros_servo_run.py70 if re.search("load_archive: loading locale_en.bin", line):
77 if re.search("Booting Linux", line):
84 if re.search("POWER_GOOD not seen in time", line):
95 if re.search("---. end Kernel panic", line):
102 if re.search("R8152: Bulk read error 0xffffffbf", line):
111 if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
117 if re.search("NETDEV WATCHDOG", line):
131 if re.search("a6xx_hfi_send_msg.*Unexpected message id .* on the response queue", line):
136 if re.search("coreboot.*bootblock starting", line):
141 … if re.search("arm-smmu 5040000.iommu: TLB sync timed out -- SMMU may be deadlocked", line):
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-search.md2 title: npm-search
10 npm search [search terms ...]
19 Search the registry for packages matching the search terms. `npm search`
20 performs a linear, incremental, lexically-ordered search through package
26 paired with more search terms will include and exclude further patterns.
27 The main difference between `--searchopts` and the standard search terms
30 these to your config to change default search filtering behavior.
32 Search also allows targeting of maintainers in search results, by prefixing
36 and supports standard JavaScript RegExp syntax. In this case search will
47 Show extended information in `ls`, `search`, and `help-search`.
[all …]

12345678910>>...77