HomeSort by relevance Sort by last modified time
    Searched defs:srch (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 19 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
28 UStringSearch* srch; member in class:StringSearchPerfFunction
32 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
45 srch = search;
55 UStringSearch* srch; member in class:StringSearchPerformanceTest
66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
69 match = usearch_first(srch, status);
71 match = usearch_next(srch, status);
75 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) {
78 match = usearch_last(srch, status)
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 16 srcw, srch = 400, 300 const
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
80 for y := 0; y < srch; y++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
93 for y := 0; y < srch; y++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
103 for y := 0; y < srch; y++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
116 for y := 0; y < srch; y++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch))
    [all...]
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 16 srcw, srch = 400, 300 const
79 src1 := image.NewCMYK(image.Rect(0, 0, srcw, srch))
80 for y := 0; y < srch; y++ {
92 src1 := image.NewGray(image.Rect(0, 0, srcw, srch))
93 for y := 0; y < srch; y++ {
102 src1 := image.NewRGBA(image.Rect(0, 0, srcw, srch))
103 for y := 0; y < srch; y++ {
115 src1 := image.NewRGBA64(image.Rect(0, 0, srcw, srch))
116 for y := 0; y < srch; y++ {
128 src1 := image.NewNRGBA(image.Rect(0, 0, srcw, srch))
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 226 unsigned short srch,
265 srcw = srch;
266 srch = tmp;
405 srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
406 srcx, srcy, srcw, srch, xoffset, yoffset, xres, yres, texture_priv->extend_current_blt_buffer);
409 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
415 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->extend_blt_meminfo[texture_priv->extend_current_blt_buffer], surface, srcx, srcy, srcw, srch, 0, 0, local
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1 local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_coverlay.c 403 int srcx, srcy, srcw, srch; local
416 srch = subpicture->subpic_srch;
434 srch += srcy;
440 if ((srcy + srch) > image_height)
441 srch = image_height - srcy;
464 if (srch <= desth)
465 height = srch;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 2172 StringSearch srch = new StringSearch(dummyPat, ci, col); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 2169 StringSearch srch = new StringSearch(dummyPat, ci, col); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 2975 unsigned int hash, rehash, srch; local
3149 unsigned int srch; local
3657 unsigned int srch; local
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 

Completed in 1642 milliseconds