| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | wild_in_or_pats.stderr | 7 = help: consider handling `_` separately 16 = help: consider handling `_` separately 24 = help: consider handling `_` separately 32 = help: consider handling `_` separately
|
| D | match_wild_err_arm.stderr | 7 …= note: match each error separately or use the error output, or use `.expect(msg)` if the error ca… 16 …= note: match each error separately or use the error output, or use `.expect(msg)` if the error ca… 24 …= note: match each error separately or use the error output, or use `.expect(msg)` if the error ca… 32 …= note: match each error separately or use the error output, or use `.expect(msg)` if the error ca…
|
| /third_party/vk-gl-cts/doc/testspecs/GLES3/ |
| D | functional.texture.format.txt | 68 * Cubemaps: Each cube face is rendered separately. 69 * 2D array textures: Each layer is rendered separately. 70 * 3D textures: Each slice is rendered separately.
|
| /third_party/grpc/tools/internal_ci/macos/ |
| D | grpc_run_bazel_isolated_tests.sh | 29 # run cfstream_test separately because it messes with the network 46 # run time_jump_test separately because it changes system time
|
| /third_party/cups/cups/ |
| D | usersys.c | 127 * Note: The current encryption setting is tracked separately for each thread 152 * Note: The current password callback function is tracked separately for each 177 * Note: The current password callback function is tracked separately for each 212 * Note: The current server is tracked separately for each thread in a program. 236 * Note: The current certificate callback is tracked separately for each thread 260 * Note: The default credentials are tracked separately for each thread in a 294 * Note: The current encryption setting is tracked separately for each thread 329 * Note: The current OAuth callback is tracked separately for each thread in a 357 * Note: The current password callback is tracked separately for each thread 387 * Note: The current password callback is tracked separately for each thread [all …]
|
| /third_party/skia/src/ports/ |
| D | SkScalerContext_mac_ct.h | 87 * unrotated glyph, and then the rotation is applied separately. 99 * transform. The transform must always be applied separately.
|
| /third_party/skia/m133/src/ports/ |
| D | SkScalerContext_mac_ct.h | 81 * unrotated glyph, and then the rotation is applied separately. 93 * transform. The transform must always be applied separately.
|
| /third_party/libwebsockets/READMEs/ |
| D | README.event-libs.md | 35 And second, for distro packaging, the event lib support plugins can be separately 40 Separately, lws itself has some optional dependencies on libuv, if you build lwsws
|
| /third_party/googletest/googlemock/src/ |
| D | gmock_main.cc | 43 // no need for calling testing::InitGoogleTest() separately. in setup() 69 // no need for calling testing::InitGoogleTest() separately.
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/ |
| D | jdmrg565.c | 69 /* If image width is odd, do the last output column separately */ in LOCAL() 143 /* If image width is odd, do the last output column separately */ in LOCAL() 230 /* If image width is odd, do the last output column separately */ in LOCAL() 332 /* If image width is odd, do the last output column separately */ in LOCAL()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | jdmrg565.c | 69 /* If image width is odd, do the last output column separately */ in LOCAL() 143 /* If image width is odd, do the last output column separately */ in LOCAL() 230 /* If image width is odd, do the last output column separately */ in LOCAL() 332 /* If image width is odd, do the last output column separately */ in LOCAL()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/ |
| D | BitstreamRemarkContainer.h | 36 /// The metadata emitted separately. 42 /// The remarks emitted separately.
|
| /third_party/rust/rust/tests/ui/async-await/track-caller/ |
| D | panic-track-caller.rs | 73 // `nofeat`, we test that separately in `async-closure-gate.rs` 83 // `nofeat`, we test that separately in `async-block.rs`
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | Roadmap.adoc | 52 . Documenting them separately 63 Using separate documentation of the milestones allows markets to evolve requirements separately fro… 66 … not go into detail about the external tooling, which is being defined separately, but is being de…
|
| /third_party/skia/m133/example/external_client/custom_skia_config/ |
| D | WORKSPACE.bazel | 1 # This empty workspace file lets the SkUserConfig.h file be defined separately from Skia itself.
|
| /third_party/skia/m133/include/config/ |
| D | WORKSPACE.bazel | 1 # This empty workspace file lets the SkUserConfig.h file be defined separately from Skia itself.
|
| /third_party/mesa3d/src/intel/compiler/elk/ |
| D | elk_eu_opcodes.h | 100 * Same as ELK_FS_OPCODE_FB_WRITE but expects its arguments separately as 139 * arguments separately as individual sources. The position/ordering of the 204 * arguments separately as individual sources: 252 * arguments separately as individual sources, like untyped write/read.
|
| /third_party/rust/rust/tests/ui/meta/auxiliary/ |
| D | env.rs | 2 // separately from the main test case.
|
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
| D | unittest_well_known_types.proto | 28 // Each wrapper type is included separately, as languages 49 // Part of struct, but useful to be able to test separately
|
| /third_party/skia/include/core/ |
| D | SkBlendMode.h | 16 * we just document what happens to one component, rather than naming each one separately. 72 kLastSeparableMode = kMultiply, //!< last blend mode operating separately on components
|
| /third_party/protobuf/src/google/protobuf/ |
| D | unittest_well_known_types.proto | 28 // Each wrapper type is included separately, as languages 49 // Part of struct, but useful to be able to test separately
|
| /third_party/skia/m133/include/core/ |
| D | SkBlendMode.h | 16 * we just document what happens to one component, rather than naming each one separately. 72 kLastSeparableMode = kMultiply, //!< last blend mode operating separately on components
|
| /third_party/rust/rust/compiler/rustc_mir_dataflow/src/impls/ |
| D | liveness.rs | 100 // effect is handled separately in `yield_resume_effect`. in visit_place() 111 … // "successfully." As such, we handle this case separately in `call_return_effect` in visit_place() 208 unreachable!("A projection could be a def or a use and must be handled separately") in for_place()
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_silencedetect.c | 39 …int mono; ///< mono mode : check each channel separately (default = check when A… 61 …{ "mono", "check each channel separately", OFFSET(mono), AV_OPT_TYPE_BOOL, {.i64=0}… 62 …{ "m", "check each channel separately", OFFSET(mono), AV_OPT_TYPE_BOOL, {.i64=0}…
|
| /third_party/python/Doc/ |
| D | requirements.txt | 16 # The theme used by the documentation is stored separately, so we need
|