Home
last modified time | relevance | path

Searched full:separately (Results 1 – 25 of 2019) sorted by relevance

12345678910>>...81

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dwild_in_or_pats.stderr7 = help: consider handling `_` separately
16 = help: consider handling `_` separately
24 = help: consider handling `_` separately
32 = help: consider handling `_` separately
Dmatch_wild_err_arm.stderr7 …= 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/
Dfunctional.texture.format.txt68 * 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/
Dgrpc_run_bazel_isolated_tests.sh29 # 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/
Dusersys.c127 * 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/
DSkScalerContext_mac_ct.h87 * unrotated glyph, and then the rotation is applied separately.
99 * transform. The transform must always be applied separately.
/third_party/skia/m133/src/ports/
DSkScalerContext_mac_ct.h81 * unrotated glyph, and then the rotation is applied separately.
93 * transform. The transform must always be applied separately.
/third_party/libwebsockets/READMEs/
DREADME.event-libs.md35 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/
Dgmock_main.cc43 // 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/
Djdmrg565.c69 /* 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/
Djdmrg565.c69 /* 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/
DBitstreamRemarkContainer.h36 /// The metadata emitted separately.
42 /// The remarks emitted separately.
/third_party/rust/rust/tests/ui/async-await/track-caller/
Dpanic-track-caller.rs73 // `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/
DRoadmap.adoc52 . 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/
DWORKSPACE.bazel1 # This empty workspace file lets the SkUserConfig.h file be defined separately from Skia itself.
/third_party/skia/m133/include/config/
DWORKSPACE.bazel1 # This empty workspace file lets the SkUserConfig.h file be defined separately from Skia itself.
/third_party/mesa3d/src/intel/compiler/elk/
Delk_eu_opcodes.h100 * 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/
Denv.rs2 // separately from the main test case.
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto28 // 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/
DSkBlendMode.h16 * 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/
Dunittest_well_known_types.proto28 // 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/
DSkBlendMode.h16 * 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/
Dliveness.rs100 // 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/
Daf_silencedetect.c39 …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/
Drequirements.txt16 # The theme used by the documentation is stored separately, so we need

12345678910>>...81