/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/crosvm/media/cros-codecs/src/decoders/h264/test_data/ |
D | README.md | 10 A 16x16 progressive byte-stream encoded I-frame to make it easier to spot errors on the libva trace. 21 A 16x16 progressive byte-stream encoded I-frame and P-frame to make it easier to spot errors on the 32 A 16x16 progressive byte-stream encoded I-P-B-P sequence to make it easier to it easier to spot 43 A 16x16 progressive byte-stream encoded I-P-B-P sequence to make it easier to it easier to spot
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
D | DateUtils.java | 1727 private final Calendar spot; field in DateUtils.DateIterator 1737 spot = startFinal; in DateIterator() 1738 spot.add(Calendar.DATE, -1); in DateIterator() 1748 return spot.before(endFinal); in hasNext() 1758 if (spot.equals(endFinal)) { in next() 1761 spot.add(Calendar.DATE, 1); in next() 1762 return (Calendar) spot.clone(); in next()
|
/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/perfetto/test/sanitizers/ |
D | README.md | 5 work and spot violations, rather than unconditionally succeeding if we mess up
|
/external/skia/modules/canvaskit/tests/ |
D | core_test.js | 71 spot: CanvasKit.RED, property 76 expect(out.spot.length).toEqual(4); 77 expect(out.spot[0]).toBeCloseTo(expectedSpot[0], 3); 78 expect(out.spot[1]).toBeCloseTo(expectedSpot[1], 3); 79 expect(out.spot[2]).toBeCloseTo(expectedSpot[2], 3); 80 expect(out.spot[3]).toBeCloseTo(expectedSpot[3], 3); 90 spot: spotColor, property 95 expect(out.spot.length).toEqual(4); 96 expect(out.spot[0]).toBeCloseTo(expectedSpot[0], 3); 97 expect(out.spot[1]).toBeCloseTo(expectedSpot[1], 3); [all …]
|
/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/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/perfetto/src/ipc/test/ |
D | greeter_service.proto | 19 // Deliberately a namespace != of perfetto.* to spot namespace dependencies
|
/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/skia/src/utils/ |
D | SkShadowUtils.cpp | 195 sk_sp<SkVertices> find(const SpotVerticesFactory& spot, const SkMatrix& matrix, in find() argument 197 return fSpotSet.find(spot, matrix, translate); in find() 200 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument 202 return fSpotSet.add(devPath, spot, matrix, translate); in add()
|
/external/auto/value/ |
D | README.md | 17 harbor hard-to-spot bugs.
|
/external/autotest/server/site_tests/firmware_FAFTRPC/ |
D | control.all | 25 That way, issues occurring in a particular subsystem will be easy to spot.
|
/external/rust/crates/gdbstub_arch/ |
D | README.md | 23 spot a bug in any of the implementations, please file an issue / open a PR!
|
/external/skia/site/docs/dev/testing/ |
D | skiaperf.md | 23 And can generate alerts when those trends spot a regression:
|
/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/test/Transforms/PhaseOrdering/ |
D | basic.ll | 27 ; 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/AFLplusplus/dictionaries/ |
D | README.md | 15 the sweet spot.
|
/external/fonttools/Doc/source/designspaceLib/ |
D | v5_class_diagram.puml | 187 or a spot on each the available 199 to include a different spot than the
|
/external/mesa3d/docs/ |
D | perf.rst | 35 spot lights are used (all GL_SPOT_CUTOFFs are 180.0) No local lights
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | abicheck.md | 34 and extract the .abi on the spot if needed.
|
/external/angle/src/libANGLE/ |
D | GLES1Shaders.inc | 225 mediump float spot; 233 spot = 1.0; 239 spot = 0.0; 243 spot = pow(spotDot, spotExponent); 261 contrib *= att * spot;
|
/external/clang/test/Index/ |
D | complete-natural.m | 10 #pragma mark this is the spot
|
/external/bcc/tools/ |
D | tcpretrans_example.txt | 47 To spot heavily retransmitting flows quickly one can use the -c flag. It will
|