/external/curl/packages/vms/ |
D | clean_gnv_curl.com | 45 $ if f$search(file) .nes. "" then delete 'file';* 48 $ if f$search(file) .nes. "" then delete 'file';* 51 $ if f$search(file) .nes. "" then delete 'file';* 54 $ if f$search(file) .nes. "" then delete 'file';* 57 $ if f$search(file) .nes. "" then delete 'file';* 60 $ if f$search(file) .nes. "" then delete 'file';* 64 $ if f$search(file) .nes. "" then delete 'file';* 66 $ if f$search(file) .nes. "" then delete 'file';* 70 $ if f$search(file) .nes. "" then delete 'file';* 72 $ if f$search(file) .nes. "" then delete 'file';* [all …]
|
D | build_vms.com | 175 $! 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 …]
|
D | gnv_link_curl.com | 74 $ if f$search("[.packages.vms]curlmsg.obj") .eqs. "" 78 $ if f$search("gnv$curlmsg.exe") .eqs. "" 88 $ if f$search(init_obj) .eqs. "" 101 $ if f$search(rpt_obj) .eqs. "" 115 $ if f$search(base_link_opt_file) .eqs. "" 119 $ if f$search(base_link_opt_file) .eqs. "" 129 $ if f$search("gnv$libzshr32") .eqs. "" 144 $ if f$search(hp_ssl_libcrypto32) .nes. "" 162 $ if f$search(hp_ssl_libcrypto32) .nes. "" 310 $ if f$search(try_shr) .nes. "" [all …]
|
/external/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_violations.sh | 66 local search="$1" 67 echo $(grep -c "${search}.*${FILE}" $LOG) 74 local search="$3" 80 count2="$(get_count $search)" 83 tst_res TPASS "$search violation added" 86 tst_res TINFO "$search not found in $LOG ($i/$max_attempt attempt)..." 90 tst_res TFAIL "$search violation not added" 94 tst_res TFAIL "$search not found in $LOG" 101 local search="open_writers" 105 count="$(get_count $search)" [all …]
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
D | search.pass.cpp | 41 return (std::search(std::begin(ic), std::end(ic), std::begin(ia), std::end(ia)) == ic+3) in test_constexpr() 42 … && (std::search(std::begin(ic), std::end(ic), std::begin(ib), std::end(ib)) == std::end(ic)) in test_constexpr() 43 && (std::search(std::begin(ic), std::end(ic), MySearcherC()) == std::begin(ic)) in test_constexpr() 66 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia)) == Iter1(ia)); in test() 67 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+1)) == Iter1(ia)); in test() 68 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+1), Iter2(ia+2)) == Iter1(ia+1)); in test() 69 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+2), Iter2(ia+2)) == Iter1(ia)); in test() 70 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+2), Iter2(ia+3)) == Iter1(ia+2)); in test() 71 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+2), Iter2(ia+3)) == Iter1(ia+2)); in test() 72 assert(std::search(Iter1(ia), Iter1(ia), Iter2(ia+2), Iter2(ia+3)) == Iter1(ia)); in test() [all …]
|
D | search_pred.pass.cpp | 30 return (std::search(std::begin(ic), std::end(ic), std::begin(ia), std::end(ia), eq) == ic+3) in test_constexpr() 31 … && (std::search(std::begin(ic), std::end(ic), std::begin(ib), std::end(ib), eq) == std::end(ic)) in test_constexpr() 53 assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia), count_equal()) == Iter1(ia)); in test() 56 … assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia), Iter2(ia+1), count_equal()) == Iter1(ia)); in test() 59 …assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+1), Iter2(ia+2), count_equal()) == Iter1(ia+1… in test() 62 …assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+2), Iter2(ia+2), count_equal()) == Iter1(ia)); in test() 65 …assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+2), Iter2(ia+3), count_equal()) == Iter1(ia+2… in test() 68 …assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+2), Iter2(ia+3), count_equal()) == Iter1(ia+2… in test() 71 assert(std::search(Iter1(ia), Iter1(ia), Iter2(ia+2), Iter2(ia+3), count_equal()) == Iter1(ia)); in test() 74 …assert(std::search(Iter1(ia), Iter1(ia+sa), Iter2(ia+sa-1), Iter2(ia+sa), count_equal()) == Iter1(… in test() [all …]
|
/external/perfetto/ui/src/base/ |
D | binary_search_unittest.ts | 15 import {search, searchEq, searchRange, searchSegment} from './binary_search'; 18 expect(search(Float64Array.of(), 100)).toEqual(-1); 19 expect(search(Float64Array.of(42), 42)).toEqual(0); 20 expect(search(Float64Array.of(42), 43)).toEqual(0); 21 expect(search(Float64Array.of(42), 41)).toEqual(-1); 22 expect(search(Float64Array.of(42, 43), 42)).toEqual(0); 23 expect(search(Float64Array.of(42, 43), 43)).toEqual(1); 24 expect(search(Float64Array.of(42, 43), 44)).toEqual(1); 25 expect(search(Float64Array.of(42, 43, 44), 41)).toEqual(-1); 26 expect(search(Float64Array.of(42, 43, 44), 42)).toEqual(0); [all …]
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 578 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 …]
|
/external/icu/icu4c/source/test/intltest/ |
D | srchtest.cpp | 258 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 …]
|
/external/pdfium/fpdfsdk/ |
D | fpdf_text_embeddertest.cpp | 280 ScopedFPDFTextFind search(FPDFText_FindStart(textpage, nope.get(), 0, 0)); in TEST_F() local 281 EXPECT_TRUE(search); in TEST_F() 282 EXPECT_EQ(0, FPDFText_GetSchResultIndex(search.get())); in TEST_F() 283 EXPECT_EQ(0, FPDFText_GetSchCount(search.get())); in TEST_F() 286 EXPECT_FALSE(FPDFText_FindNext(search.get())); in TEST_F() 287 EXPECT_EQ(0, FPDFText_GetSchResultIndex(search.get())); in TEST_F() 288 EXPECT_EQ(0, FPDFText_GetSchCount(search.get())); in TEST_F() 291 EXPECT_FALSE(FPDFText_FindPrev(search.get())); in TEST_F() 292 EXPECT_EQ(0, FPDFText_GetSchResultIndex(search.get())); in TEST_F() 293 EXPECT_EQ(0, FPDFText_GetSchCount(search.get())); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | check_numerics_callback_test.py | 96 self.assertTrue(re.search(r"eagerly-executing op.*\"RealDiv\"", message)) 97 self.assertTrue(re.search(r"dtype.*float32", message)) 114 self.assertTrue(re.search(r"eagerly-executing op.*\"RealDiv\"", message)) 115 self.assertTrue(re.search(r"dtype.*float32", message)) 135 self.assertTrue(re.search(r"eagerly-executing op.*\"Log\"", message)) 136 self.assertTrue(re.search(r"dtype.*float16", message)) 139 self.assertTrue(re.search(r"Input tensor.*0\.", message)) 165 self.assertTrue(re.search(r"graph op.*\"RealDiv\"", message)) 166 self.assertTrue(re.search(r"dtype.*float64", message)) 170 self.assertTrue(re.search(r"0:.*Tensor.*add:0", message)) [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | usrchtst.c | 339 const SearchData search) in assertEqualWithUStringSearch() argument 343 int32_t matchindex = search.offset[count]; in assertEqualWithUStringSearch() 350 usearch_setAttribute(strsrch, USEARCH_ELEMENT_COMPARISON, search.elemCompare, &status); in assertEqualWithUStringSearch() 362 matchlength = search.size[count]; in assertEqualWithUStringSearch() 385 matchindex = search.offset[count]; in assertEqualWithUStringSearch() 401 matchindex = search.offset[count]; in assertEqualWithUStringSearch() 404 matchlength = search.size[count]; in assertEqualWithUStringSearch() 426 matchindex = count > 0 ? search.offset[count - 1] : -1; in assertEqualWithUStringSearch() 447 matchindex = search.offset[count]; in assertEqualWithUStringSearch() 469 matchlength = search.size[count]; in assertEqualWithUStringSearch() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
D | SearchTest.java | 16 package android.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 …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
D | SearchTest.java | 15 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 …]
|
/external/bcc/docs/ |
D | reference_guide.md | 3 Intended for search (Ctrl-F) and reference. For tutorials, start with [tutorial.md](tutorial.md). 129 <!--- I can't add search links here, since github currently cannot handle partial-word searches nee… 178 [search /examples](https://github.com/iovisor/bcc/search?q=TRACEPOINT_PROBE+path%3Aexamples&type=Co… 179 [search /tools](https://github.com/iovisor/bcc/search?q=TRACEPOINT_PROBE+path%3Atools&type=Code) 248 [search /examples](https://github.com/iovisor/bcc/search?q=bpf_usdt_readarg+path%3Aexamples&type=Co… 249 [search /tools](https://github.com/iovisor/bcc/search?q=bpf_usdt_readarg+path%3Atools&type=Code) 278 [search /tools](https://github.com/iovisor/bcc/search?q=RAW_TRACEPOINT_PROBE+path%3Atools&type=Code) 291 [search /examples](https://github.com/iovisor/bcc/search?q=bpf_probe_read+path%3Aexamples&type=Code… 292 [search /tools](https://github.com/iovisor/bcc/search?q=bpf_probe_read+path%3Atools&type=Code) 305 [search /examples](https://github.com/iovisor/bcc/search?q=bpf_probe_read_str+path%3Aexamples&type=… [all …]
|
/external/v8/src/strings/ |
D | string-search.h | 103 static int SingleCharSearch(StringSearch<PatternChar, SubjectChar>* search, 107 static int LinearSearch(StringSearch<PatternChar, SubjectChar>* search, 110 static int InitialSearch(StringSearch<PatternChar, SubjectChar>* search, 114 StringSearch<PatternChar, SubjectChar>* search, 117 static int BoyerMooreSearch(StringSearch<PatternChar, SubjectChar>* search, 231 StringSearch<PatternChar, SubjectChar>* search, in SingleCharSearch() argument 233 DCHECK_EQ(1, search->pattern_.length()); in SingleCharSearch() 234 PatternChar pattern_first_char = search->pattern_[0]; in SingleCharSearch() 240 return FindFirstCharacter(search->pattern_, subject, index); in SingleCharSearch() 264 StringSearch<PatternChar, SubjectChar>* search, in LinearSearch() argument [all …]
|
/external/libxml2/win32/ |
D | configure.js | 188 if (s.search(/^\/ChangeLog\//) != -1) { 211 if (s.search(/^LIBXML_MAJOR_VERSION=/) != -1) { 214 } else if(s.search(/^LIBXML_MINOR_VERSION=/) != -1) { 217 } else if(s.search(/^LIBXML_MICRO_VERSION=/) != -1) { 220 } else if(s.search(/^LIBXML_MICRO_VERSION_SUFFIX=/) != -1) { 308 if (s.search(/\@VERSION\@/) != -1) { 311 } else if (s.search(/\@LIBXML_VERSION_NUMBER\@/) != -1) { 314 } else if (s.search(/\@LIBXML_VERSION_EXTRA\@/) != -1) { 316 } else if (s.search(/\@WITH_TRIO\@/) != -1) { 318 } else if (s.search(/\@WITH_THREADS\@/) != -1) { [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | log-parser.py | 96 match = re.search(compute_match, line) 104 match = re.search(gmem_start_match, line) 118 match = re.search(gmem_match, line) 126 match = re.search(gmem_surf_match, line) 131 match = re.search(gmem_lrz_clear_match, line) 136 match = re.search(gmem_binning_match, line) 141 match = re.search(gmem_restore_clear_match, line) 146 match = re.search(gmem_draw_match, line) 151 match = re.search(gmem_resolve_match, line) 157 match = re.search(sysmem_match, line) [all …]
|
/external/OpenCL-CTS/test_conformance/atomics/ |
D | test_indexed_cases.cpp | 292 int search; in add_index_bin_test() local 306 for (search=0; search<expected_number; search++) { in add_index_bin_test() 307 if (final_bin_assignments[current_bin*max_counts_per_bin+search] == -1) { in add_index_bin_test() 308 …entry at position %d when it should have had %d entries.\n", current_bin, search, expected_number); in add_index_bin_test() 312 for (search=expected_number; search<max_counts_per_bin; search++) { in add_index_bin_test() 313 if (final_bin_assignments[current_bin*max_counts_per_bin+search] != -1) { in add_index_bin_test() 314 … at position %d when it should have had only %d entries.\n", current_bin, search, expected_number); in add_index_bin_test() 324 for (search=0; search<l_bin_counts[expected_bin]; search++) { in add_index_bin_test() 325 if (final_bin_assignments[expected_bin*max_counts_per_bin+search] == index) { in add_index_bin_test()
|
/external/libjpeg-turbo/doc/html/search/ |
D | search.js | 32 function convertToId(search) argument 35 for (i=0;i<search.length;i++) 37 var c = search.charAt(i); 502 this.Search = function(search) argument 504 if (!search) // get search word from URL 506 search = window.location.search; 507 search = search.substring(1); // Remove the leading '?' 508 search = unescape(search); 511 search = search.replace(/^ +/, ""); // strip leading spaces 512 search = search.replace(/ +$/, ""); // strip trailing spaces [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ |
D | gen_llvm_types.py | 124 is_fwd_decl = re.search(r';', line) 143 is_llvm_typedef = re.search(r'@llvm_typedef', line) 152 is_llvm_struct = re.search(r'@llvm_struct', line) 161 is_llvm_func_start = re.search(r'@llvm_func_start', line) 167 is_llvm_func_end = re.search(r'@llvm_func_end', line) 174 is_llvm_func = re.search(r'@llvm_func', line) 181 is_llvm_enum = re.search(r'@llvm_enum', line) 190 is_llvm_pfn = re.search(r'@llvm_pfn', line) 199 is_const = re.search(r'\s+const\s+', line) 208 is_pointer_pointer = re.search('\*\*', line) [all …]
|
/external/rootdev/ |
D | rootdev.c | 236 const char *search) { in rootdev_get_device() argument 239 if (search == NULL) in rootdev_get_device() 240 search = kDefaultSearchPath; in rootdev_get_device() 255 snprintf(dst, size, "%s", search); in rootdev_get_device() 273 const char *device, const char *search) { in rootdev_get_device_slave() argument 278 if (search == NULL) in rootdev_get_device_slave() 279 search = kDefaultSearchPath; in rootdev_get_device_slave() 290 len = snprintf(dst, sizeof(dst), "%s/%s/slaves", search, slave); in rootdev_get_device_slave() 291 if (len != strlen(device) + strlen(search) + 8) { in rootdev_get_device_slave() 370 const char *search, const char *dev_path) { in rootdev_wrapper() argument [all …]
|
/external/tinyxml2/docs/search/ |
D | search.js | 1 function convertToId(search) argument 4 for (i=0;i<search.length;i++) 6 var c = search.charAt(i); 469 this.Search = function(search) argument 471 if (!search) // get search word from URL 473 search = window.location.search; 474 search = search.substring(1); // Remove the leading '?' 475 search = unescape(search); 478 search = search.replace(/^ +/, ""); // strip leading spaces 479 search = search.replace(/ +$/, ""); // strip trailing spaces [all …]
|
/external/angle/third_party/VulkanMemoryAllocator/docs/html/search/ |
D | search.js | 24 function convertToId(search) argument 27 for (i=0;i<search.length;i++) 29 var c = search.charAt(i); 492 this.Search = function(search) argument 494 if (!search) // get search word from URL 496 search = window.location.search; 497 search = search.substring(1); // Remove the leading '?' 498 search = unescape(search); 501 search = search.replace(/^ +/, ""); // strip leading spaces 502 search = search.replace(/ +$/, ""); // strip trailing spaces [all …]
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_text.py | 30 self.assertRaises(tkinter.TclError, text.search, None, '1.0') 31 self.assertRaises(tkinter.TclError, text.search, 'a', None) 32 self.assertRaises(tkinter.TclError, text.search, None, None) 35 self.assertRaises(tkinter.TclError, text.search, '', 0) 40 self.assertEqual(text.search('-test', '1.0', 'end'), '1.2') 41 self.assertEqual(text.search('test', '1.0', 'end'), '1.3')
|