/external/webrtc/modules/desktop_capture/ |
D | window_finder_unittest.cc | 77 const DesktopVector spot(i, i); in TEST() local 78 const HWND id = reinterpret_cast<HWND>(finder.GetWindowUnderPoint(spot)); in TEST() 137 const DesktopVector spot( 139 const WindowId id = finder->GetWindowUnderPoint(spot);
|
/external/skia/modules/canvaskit/tests/ |
D | core.spec.js | 55 spot: CanvasKit.RED, property 60 expect(out.spot.length).toEqual(4); 61 expect(out.spot[0]).toBeCloseTo(expectedSpot[0], 3); 62 expect(out.spot[1]).toBeCloseTo(expectedSpot[1], 3); 63 expect(out.spot[2]).toBeCloseTo(expectedSpot[2], 3); 64 expect(out.spot[3]).toBeCloseTo(expectedSpot[3], 3); 74 spot: spotColor, property 79 expect(out.spot.length).toEqual(4); 80 expect(out.spot[0]).toBeCloseTo(expectedSpot[0], 3); 81 expect(out.spot[1]).toBeCloseTo(expectedSpot[1], 3); [all …]
|
/external/perfetto/tools/sanitizers_unittests/ |
D | README.md | 5 work and spot violations, rather than unconditionally succeeding if we mess up
|
/external/libabigail/doc/manuals/ |
D | libabigail-overview.rst | 9 distributors to spot some ABI-related issues like interface 41 enough way to help us spot ABI incompatibilities. There are several
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | swp-order-prec.ll | 5 ; the check for OrderAfterDef precedeence is in the wrong spot.
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 152 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() local 153 attenuation *= spot; in TAG() 331 GLfloat spot = powf(PV_dot_dir, light->SpotExponent); in TAG() local 332 attenuation *= spot; in TAG()
|
/external/perfetto/src/ipc/test/ |
D | greeter_service.proto | 19 // Deliberately a namespace != of perfetto.* to spot namespace dependencies
|
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 942 struct ureg spot = get_temp(p); in calculate_light_attenuation() local 947 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm); in calculate_light_attenuation() 948 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation() 949 emit_op1(p, OPCODE_ABS, spot, 0, spot); in calculate_light_attenuation() 950 emit_op2(p, OPCODE_POW, spot, 0, spot, swizzle1(attenuation, W)); in calculate_light_attenuation() 951 emit_op2(p, OPCODE_MUL, att, 0, slt, spot); in calculate_light_attenuation() 953 release_temp(p, spot); in calculate_light_attenuation()
|
/external/autotest/server/site_tests/firmware_FAFTRPC/ |
D | control.all | 23 That way, issues occurring in a particular subsystem will be easy to spot.
|
/external/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 178 spot: randomColor(CanvasKit), property 181 if (out.spot[2] > 10 || out.ambient[3] > 10) { 239 spot: CanvasKit.Color4f(0.8, 0.8, 0.9, 0.9), property 250 out.ambient, out.spot, ctx.flags);
|
/external/skqp/src/utils/ |
D | SkShadowUtils.cpp | 196 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument 198 return fSpotSet.find(spot, matrix, translate); in find() 201 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument 203 return fSpotSet.add(devPath, spot, matrix, translate); in add()
|
/external/auto/value/ |
D | README.md | 17 harbor hard-to-spot bugs.
|
/external/llvm-project/llvm/test/BugPoint/ |
D | unsymbolized.ll | 15 ; crash opt, apart from the BugpointPasses dynamic plugin, this is the spot for
|
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 230 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument 232 return fSpotSet.find(spot, matrix, translate); in find() 235 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument 237 return fSpotSet.add(devPath, spot, matrix, translate); in add()
|
/external/skia/site/docs/dev/testing/ |
D | skiaperf.md | 23 And can generate alerts when those trends spot a regression:
|
/external/angle/src/libANGLE/ |
D | GLES1Shaders.inc | 451 float spot; 459 spot = 1.0; 465 spot = 0.0; 469 spot = pow(spotDot, spotExponent); 487 contrib *= att * spot;
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | tail-dup-kill-flags.ll | 7 ; The machine verifier is able to spot this error, so this test should pass if it passes verificati…
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | basic.ll | 27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
|
/external/llvm/test/CodeGen/ARM/ |
D | tail-dup-kill-flags.ll | 7 ; The machine verifier is able to spot this error, so this test should pass if it passes verificati…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | openmp-use-default-none.rst | 14 easier to spot.
|
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/ |
D | basic.ll | 28 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
|
/external/deqp/scripts/log/ |
D | README.md | 16 can be used to spot a groups that either contain a large amount of tests or multiple slow tests.
|
/external/mesa3d/docs/ |
D | perf.rst | 35 spot lights are used (all GL_SPOT_CUTOFFs are 180.0) No local lights
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | assembler-binary.ll | 22 ; it is easier to spot it here than in the yaml output.
|
/external/bcc/tools/ |
D | tcpretrans_example.txt | 47 To spot heavily retransmitting flows quickly one can use the -c flag. It will
|