Home
last modified time | relevance | path

Searched refs:findi (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mini_installer/
H A Dmini_string_test.cc71 EXPECT_EQ(str.get(), str.findi(kTestStringSource)); in TEST_F()
72 EXPECT_EQ(nullptr, str.findi(kTestStringNotFound)); in TEST_F()
73 const wchar_t* found = str.findi(kTestStringFind); in TEST_F()
/dports/lang/polyml/polyml-5.8.2/modules/IntInfAsInt/
H A DArrayVector.sml41 val findi: (FixedInt.int * elem -> bool) -> vector -> (FixedInt.int * elem) option value
59 val findi = fn f => fn v => value
83 val findi = fn f => fn v => value
113 val findi: (FixedInt.int * elem -> bool) -> array -> (FixedInt.int * elem) option value
133 val findi = fn f => fn v => value
159 val findi = fn f => fn v => value
191 val findi: (FixedInt.int * elem -> bool) -> slice -> (FixedInt.int * elem) option value
209 val findi = fn f => fn v => value
231 val findi = fn f => fn v => value
287 val findi = fn f => fn v => value
[all …]
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Drfc.ll359 set(findi, father(sps))
361 if(or(findi, mindi)) {
365 if(findi) {
368 call titledname(findi)
646 set(findi, father(indi))
650 if(findi) {
651 if(or(father(findi), mother(findi))) { set(simple,0) }
654 families(findi, fam, sps, fnum) {
675 if(findi) {
676 call addtoindex(findi, part, gnum)
[all …]
/dports/lang/polyml/polyml-5.8.2/Tests/Succeed/
H A DTest099.ML6 check(fn () => CharArray.findi (fn (_, #"3") => true | _ => false) a = SOME(3, #"3"));
7 check(fn () => not(isSome(CharArray.findi (fn (_, #"A") => true | _ => false) a)));
38 check(fn () => CharArraySlice.findi(fn (_, #"3") => true | _ => false) sa = SOME(1, #"3"));
39 check(fn () => not(isSome(CharArraySlice.findi(fn (_, #"3") => true | _ => false) sb)));
H A DTest097.ML6 check(fn () => Array.findi (fn (_, 3) => true | _ => false) a = SOME(3, 3));
7 check(fn () => not(isSome(Array.findi (fn (_, 11) => true | _ => false) a)));
38 check(fn () => ArraySlice.findi(fn (_, 3) => true | _ => false) sa = SOME(1, 3));
39 check(fn () => not(isSome(ArraySlice.findi(fn (_, 3) => true | _ => false) sb)));
H A DTest098.ML6 check(fn () => Word8Array.findi (fn (_, 0w3) => true | _ => false) a = SOME(3, 0w3));
7 check(fn () => not(isSome(Word8Array.findi (fn (_, 0w11) => true | _ => false) a)));
38 check(fn () => Word8ArraySlice.findi(fn (_, 0w3) => true | _ => false) sa = SOME(1, 0w3));
39 check(fn () => not(isSome(Word8ArraySlice.findi(fn (_, 0w3) => true | _ => false) sb)));
/dports/biology/subread/subread-2.0.2-source/src/
H A DflattenAnnotations.c161 int findi, endi; in flatAnno_do_anno_chop_one_array() local
166 for(findi = 0; findi < edge_before_me_List->numOfElements; findi++){ in flatAnno_do_anno_chop_one_array()
167 if(ArrayListGet(edge_before_me_List,findi)-NULL == search_tag){ in flatAnno_do_anno_chop_one_array()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dpngimage.cpp195 std::string::size_type findi(const std::string& str, const std::string& substr) in findi() function
290 bool bXMP = option == kpsXMP && findi(dataString,xmpKey)==0; in printStructure()
291 bool bICC = option == kpsIccProfile && findi(dataString,iccKey)==0; in printStructure()
292 …bool bExif = option == kpsRecursive &&(findi(dataString,exifKey)==0 || findi(dataString,app1Key)=… in printStructure()
293 bool bIptc = option == kpsRecursive && findi(dataString,iptcKey)==0; in printStructure()
294 bool bSoft = option == kpsRecursive && findi(dataString,softKey)==0; in printStructure()
295 bool bComm = option == kpsRecursive && findi(dataString,commKey)==0; in printStructure()
296 bool bDesc = option == kpsRecursive && findi(dataString,descKey)==0; in printStructure()
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dpngimage.cpp209 std::string::size_type findi(const std::string& str, const std::string& substr) in findi() function
311 bool bXMP = option == kpsXMP && findi(dataString,xmpKey)==0; in printStructure()
312 bool bICC = option == kpsIccProfile && findi(dataString,iccKey)==0; in printStructure()
313 …bool bExif = option == kpsRecursive &&(findi(dataString,exifKey)==0 || findi(dataString,app1Key)=… in printStructure()
314 bool bIptc = option == kpsRecursive && findi(dataString,iptcKey)==0; in printStructure()
315 bool bSoft = option == kpsRecursive && findi(dataString,softKey)==0; in printStructure()
316 bool bComm = option == kpsRecursive && findi(dataString,commKey)==0; in printStructure()
317 bool bDesc = option == kpsRecursive && findi(dataString,descKey)==0; in printStructure()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DCharVectorSlice.sml39 val findi : (int * elem -> bool) -> slice -> (int * elem) option value
40 = magic Word8VectorSlice.findi;
H A DCharArraySlice.sml46 val findi : (int * elem -> bool) -> slice -> (int * elem) option value
47 = magic Word8ArraySlice.findi;
H A DCharArray.sml41 val findi : (int * elem -> bool) -> array -> (int * elem) option value
42 = magic Word8Array.findi
H A DCharVector.sml33 val findi : (int * elem -> bool) -> vector -> (int * elem) option value
34 = magic Word8Vector.findi
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/test/
H A Darray.sml193 findi (fn _ => true) array0 = NONE
194 andalso findi (fn _ => false) inp = NONE
195 andalso findi (fn (i, x) => x=9 orelse 117 div (2-i) = 0) inp = SOME (1,9));
200 findi (fn arg => (setvi arg; false)) array0;
205 findi (fn arg => (addvi arg; false)) inp;
H A Dvectorslice.sml52 andalso NONE = findi (fn _ => true) sli
269 findi (fn _ => false) inp = NONE
270 andalso findi (fn (i,x) => x=9) inp = SOME (5,9)
271 andalso findi (fn (i,x) => i=6) inp = SOME (6,13));
275 List.all (fn sli => NONE=findi (fn (j, x) => j*10+1<>x) sli)
H A Dword8vectorslice.sml54 andalso NONE = findi (fn _ => true) sli
273 findi (fn _ => false) inp = NONE
274 andalso findi (fn (i,x) => x=0w9) inp = SOME (5,0w9)
275 andalso findi (fn (i,x) => i=6) inp = SOME (6,0w13));
279 List.all (fn sli => NONE=findi (fn (j, x) => i2w(j*10+1)<>x) sli)
H A Darrayslice.sml51 andalso NONE = findi (fn _ => true) sli
289 findi (fn _ => false) inp = NONE
290 andalso findi (fn (i,x) => x=9) inp = SOME (5,9)
291 andalso findi (fn (i,x) => i=6) inp = SOME (6,13));
295 List.all (fn sli => NONE=findi (fn (j, x) => j*10+1<>x) sli)
H A Dword8arrayslice.sml54 andalso NONE = findi (fn _ => true) sli
297 findi (fn _ => false) inp = NONE
298 andalso findi (fn (i,x) => x=0w9) inp = SOME (5,0w9)
299 andalso findi (fn (i,x) => i=6) inp = SOME (6,0w13));
303 List.all (fn sli => NONE=findi (fn (j, x) => i2w(j*10+1)<>x) sli)
/dports/devel/love07/love-HEAD/src/modules/audio/openal/
H A DPool.cpp242 ALuint s = findi(source); in release()
251 ALuint Pool::findi(const Source * source) const in findi() function in love::audio::openal::Pool
H A DPool.h114 ALuint findi(const Source * source) const;
/dports/devel/love10/love-0.10.2/src/modules/audio/openal/
H A DPool.cpp245 ALuint s = findi(source); in release()
272 ALuint Pool::findi(const Source *source) const in findi() function in love::audio::openal::Pool
H A DPool.h106 ALuint findi(const Source *source) const;
/dports/devel/love08/love-0.8.0/src/modules/audio/openal/
H A DPool.cpp225 ALuint s = findi(source); in release()
246 ALuint Pool::findi(const Source * source) const in findi() function in love::audio::openal::Pool
H A DPool.h115 ALuint findi(const Source * source) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/installer/
H A Dstring.h85 const wchar_t* findi(const wchar_t* find) const { in findi() function

1234