Home
last modified time | relevance | path

Searched refs:gm (Results 1 – 25 of 80) sorted by relevance

1234

/external/skia/
DAndroid.bp867 "gm/",
937 "gm/OverStroke.cpp",
938 "gm/aaa.cpp",
939 "gm/aaclip.cpp",
940 "gm/aarectmodes.cpp",
941 "gm/aaxfermodes.cpp",
942 "gm/addarc.cpp",
943 "gm/all_bitmap_configs.cpp",
944 "gm/alphagradients.cpp",
945 "gm/animatedGif.cpp",
[all …]
/external/mesa3d/src/util/
Dformat_rgb9e5.h62 int rm, gm, bm, exp_shared; in float3_to_rgb9e5() local
91 gm = (int) (gc.f * revdenom.f); in float3_to_rgb9e5()
94 gm = (gm & 1) + (gm >> 1); in float3_to_rgb9e5()
98 assert(gm <= MAX_RGB9E5_MANTISSA); in float3_to_rgb9e5()
101 assert(gm >= 0); in float3_to_rgb9e5()
104 return (exp_shared << 27) | (bm << 18) | (gm << 9) | rm; in float3_to_rgb9e5()
/external/skia/tools/
Dok_srcs.cpp25 std::unique_ptr<skiagm::GM> gm; member
28 if (gm) { return; } in init()
29 gm.reset(factory(nullptr)); in init()
34 return gm->getName(); in name()
39 return gm->getISize(); in size()
45 canvas->concat(gm->getInitialTransform()); in draw()
46 gm->draw(canvas); in draw()
61 static Register gm{"gm", "draw GMs linked into this binary", GMStream::Create}; variable
/external/skia/fuzz/
DFuzzGradients.cpp130 SkMatrix gm; in fuzzLinearGradient() local
131 makeMatrix(fuzz, &gm); in fuzzLinearGradient()
132 logLinearGradient(pts, colors, pos, mode, flags, localMatrix.getMaybeNull(), &gm); in fuzzLinearGradient()
134 c->setMatrix(gm); in fuzzLinearGradient()
169 SkMatrix gm; in fuzzRadialGradient() local
170 makeMatrix(fuzz, &gm); in fuzzRadialGradient()
172 c->setMatrix(gm); in fuzzRadialGradient()
207 SkMatrix gm; in fuzzTwoPointConicalGradient() local
208 makeMatrix(fuzz, &gm); in fuzzTwoPointConicalGradient()
210 c->setMatrix(gm); in fuzzTwoPointConicalGradient()
[all …]
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain.cc56 BOOL gm; in wWinMain() local
57 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) { in wWinMain()
66 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) { in wWinMain()
/external/libxml2/result/schemas/
Dallsg_0_3.err1gm-B-1: Schemas validity error : Element '{urn:test:foo}gm-B-1': This element is not expected. Exp…
Dallsg_0_4.err1gm-A-1: Schemas validity error : Element '{urn:test:foo}gm-A-1': This element is not expected. Exp…
Dallsg_0_5.err1 ./test/schemas/allsg_5.xml:7: element gm-B-2: Schemas validity error : Element '{urn:test:foo}gm-B-…
/external/skia/site/dev/testing/
Dfonts.md7 Each test in the gm directory draws a reference image. Their primary purpose is
11 The gm tests have a secondary purpose: they detect when rendering is different
35 directory. By using the same font set on all buildbots, the generated gm images
38 Today, the set of fonts used by gm, and present in my resources directory,
69 Each gm specifies the typeface to use when drawing text. For now, to set the
98 all gm tests. Subsequently running the 'create_test_font' tool generates new paths
105 The font set used by gm tests today is arbitrary and not intended to be
111 removing manual typeface selection in the gm tests. Today, options to dm like
115 Some gm tests explicitly always want to use system fonts and system metrics;
116 other gm tests use text only to label the drawing; yet other gm tests use text
Dtests.md5 + [Rendering Tests](#gm)
49 <span id="gm"></span>
54 1. Add a file `gm/newgmtest.cpp`:
64 #include "gm.h"
72 2. Add `newgmtest.cpp` to `gn/gm.gni`.
Dtesting.md64 from gm/), image files (from `--images`, which defaults to "resources") or .skp
66 sources DM will use with `--src` (default, "tests gm image skp").
115 dm_output/8888/gm/3x3bitmaprect.png
116 dm_output/8888/gm/aaclip.png
117 dm_output/8888/gm/aarectmodes.png
118 dm_output/8888/gm/alphagradients.png
119 dm_output/8888/gm/arcofzorro.png
120 dm_output/8888/gm/arithmode.png
121 dm_output/8888/gm/astcbitmap.png
122 dm_output/8888/gm/bezier_conic_effects.png
[all …]
/external/skia/tools/viewer/
DGMSlide.cpp17 GMSlide::GMSlide(skiagm::GM* gm) : fGM(gm) { in GMSlide() argument
18 fName.printf("GM_%s", gm->getName()); in GMSlide()
DGMSlide.h16 GMSlide(skiagm::GM* gm);
/external/skia/bench/
DGMBench.cpp10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) { in GMBench() argument
11 fName.printf("GM_%s", gm->getName()); in GMBench()
DGMBench.h20 GMBench(skiagm::GM* gm);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h253 Index gm = 1;
257 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col);
258 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col);
260 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col);
261 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col);
264 Index nm = divup(nm0, gm);
293 k, bm, bn, bk, nm, nn, nk, gm, gn, nm0, nn0,
305 Index bn, Index bk, Index nm, Index nn, Index nk, Index gm,
325 gm_(gm),
474 const Index mend = m * gm_ + gm(m);
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2118 #define gm (&_gm_) macro
2552 INITIAL_LOCK(&gm->mutex); in init_mparams()
2553 gm->mflags = mparams.default_mflags; in init_mparams()
3198 (m == gm)? dlmalloc(b) : mspace_malloc(m, b)
3200 if (m == gm) dlfree(mem); else mspace_free(m,mem);
4152 if (!PREACTION(gm)) { in dlmalloc()
4160 smallbits = gm->smallmap >> idx; in dlmalloc()
4165 b = smallbin_at(gm, idx); in dlmalloc()
4168 unlink_first_small_chunk(gm, b, p, idx); in dlmalloc()
4169 set_inuse_and_pinuse(gm, p, small_index2size(idx)); in dlmalloc()
[all …]
/external/dlmalloc/
Dmalloc.c2633 #define gm (&_gm_) macro
3095 static void pre_fork(void) { ACQUIRE_LOCK(&(gm)->mutex); } in pre_fork()
3096 static void post_fork_parent(void) { RELEASE_LOCK(&(gm)->mutex); } in post_fork_parent()
3097 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); } in post_fork_child()
3159 gm->mflags = mparams.default_mflags; in init_mparams()
3160 (void)INITIAL_LOCK(&gm->mutex); in init_mparams()
3822 ((m == gm)? dlmalloc(b) : mspace_malloc(m, b))
3824 if (m == gm) dlfree(mem); else mspace_free(m,mem);
4596 if (!PREACTION(gm)) { in dlmalloc()
4604 smallbits = gm->smallmap >> idx; in dlmalloc()
[all …]
/external/skia/src/ports/
DSkFontHost_win.cpp171 GLYPHMETRICS gm; in calculateGlyphCount() local
174 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, in calculateGlyphCount()
895 GLYPHMETRICS gm; in generateMetrics() local
896 sk_bzero(&gm, sizeof(gm)); in generateMetrics()
898 …DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fM… in generateMetrics()
901 … status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22); in generateMetrics()
912 if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) { in generateMetrics()
914 …DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, … in generateMetrics()
918 glyph->fTop = SkToS16(-gm.gmptGlyphOrigin.y); in generateMetrics()
919 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x); in generateMetrics()
[all …]
/external/bison/tests/
Dsynclines.at83 s/^distcc\[\d+\] .*\n//gm;
85 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm;
87 s/^[^:]*: In function '[^']+':\n//gm;
89 s/^ *#error.*\n *\^\n//gm;
91 s/^1 error generated\.\n//gm;
96 s/^([^:]+:\d+)[.:][^:]+:(.+)$/$][1:$][2/gm;
98 s/^([^:]+:\d+):( |#error|error|:)+/$][1: #error /gm;
/external/compiler-rt/test/asan/TestCases/Linux/
Dscariness_score_test.cc105 S32 gm[100]; variable
152 case 16: gm[0] = gm[zero + 100 + 1]; break; in main()
/external/eigen/bench/
Dspmv.cpp191 GmmSparse gm(rows,cols); in main() local
192 eiToGmm(sm, gm); in main()
198 SPMV_BENCH(gmm::mult(gm, gv, gres)); in main()
201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres)); in main()
/external/skia/samplecode/
DSampleCode.cpp97 skiagm::GM* gm = fFunc(nullptr); in operator ()() local
98 gm->setMode(skiagm::GM::kSample_Mode); in operator ()()
99 return new GMSampleView(gm); in operator ()()
DGMSampleView.cpp11 GMSampleView::GMSampleView(GM* gm) : fShowSize(false), fGM(gm) {} in GMSampleView() argument
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java104 GenericMessage gm= new GenericMessage(MessageHelper.GENERIC_SUITE_COUNT); in run() local
105 gm.setSuiteCount(suites.size()); in run()
106 gm.setTestCount(testCount); in run()
107 msh.sendMessage(gm); in run()

1234