| /third_party/rust/crates/rustix/tests/net/ |
| D | connect_bind_send.rs | 24 // Not strictly required, but it makes the test simpler. in net_v4_connect_any() 31 // Not strictly required, but it makes the test simpler. in net_v4_connect_any() 63 // Not strictly required, but it makes the test simpler. in net_v6_connect_any() 70 // Not strictly required, but it makes the test simpler. in net_v6_connect_any() 99 // Not strictly required, but it makes the test simpler. in net_v4_connect() 106 // Not strictly required, but it makes the test simpler. in net_v4_connect() 142 // Not strictly required, but it makes the test simpler. in net_v6_connect() 149 // Not strictly required, but it makes the test simpler. in net_v6_connect() 174 // Not strictly required, but it makes the test simpler. in net_v4_bind_any() 181 // Not strictly required, but it makes the test simpler. in net_v4_bind_any() [all …]
|
| /third_party/libdrm/ |
| D | README.rst | 23 the simpler ones being extracted automatically from `drm_fourcc.h` header file 30 For simpler format modifier tokens there's a script (gen_table_fourcc.py) that 32 could be further modified if it can't handle new (simpler) token format
|
| /third_party/grpc/tools/distrib/python/grpcio_tools/grpc_tools/test/ |
| D | simple.proto | 19 import "simpler.proto"; 27 simpler.SimplerMessage simpler_message = 4;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | overEagerReturnTypeSpecialization.js | 2 //Note: Below simpler repro 18 //Note: Below simpler repro
|
| /third_party/skia/tools/gpu/ |
| D | TestOps.h | 33 * A simpler version of MakeRect that takes a single color FP instead of a full paint. Uses 43 * A simpler version of MakeRect that uses the same rect as the device space rect to draw as well as
|
| /third_party/skia/m133/tools/gpu/ |
| D | TestOps.h | 33 * A simpler version of MakeRect that takes a single color FP instead of a full paint. Uses 43 * A simpler version of MakeRect that uses the same rect as the device space rect to draw as well as
|
| /third_party/rust/rust/tests/ui/nll/closure-requirements/ |
| D | propagate-approximated-val.rs | 1 // A simpler variant of `outlives-from-argument` where cells are 4 // This is simpler because there are no "extraneous" region
|
| /third_party/protobuf/docs/design/editions/ |
| D | edition-zero-json-handling.md | 78 * The implementation is a lot simpler, since most of the work is done in 109 * Simpler conceptually 140 * Short-term it saves some trouble and keeps edition zero simpler
|
| D | edition-naming.md | 100 replace this with a simpler validity check. 109 * Edition comparison becomes **even simpler**, as it's just an integer 151 * Edition comparison becomes **even simpler**, as it's just an integer
|
| /third_party/skia/src/opts/ |
| D | SkBlitMask_opts.h | 114 // As above, but made slightly simpler by requiring that color is opaque. 121 // Same as _opaque, but assumes color == SK_ColorBLACK, a very common and even simpler case. 176 // As above, but made slightly simpler by requiring that color is opaque. 196 // Same as _opaque, but assumes color == SK_ColorBLACK, a very common and even simpler case.
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | needless_for_each.rs | 45 "using `for_each` where a `for` loop would be simpler" 72 // Skip the lint if the body is not block because this is simpler than `for` loop. in check_stmt() 73 // e.g. `v.iter().for_each(f)` is simpler and clearer than using `for` loop. in check_stmt()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | LoopSimplify.h | 10 // simpler form, which makes subsequent analyses and transformations simpler and
|
| /third_party/optimized-routines/math/aarch64/experimental/ |
| D | tanhf_2u6.c | 32 - Simpler combination of p and t in final stage of algorithm. in expm1f_inline() 33 - |i| < 27, so can calculate t by simpler shift-and-add, instead of in expm1f_inline()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/ |
| D | ir_converter.h | 41 // A new simpler IR for PyNative runtime. 121 // Convert ANF IR to a simpler IR
|
| /third_party/skia/m133/src/opts/ |
| D | SkBlitMask_opts.h | 120 // As above, but made slightly simpler by requiring that color is opaque. 127 // Same as _opaque, but assumes color == SK_ColorBLACK, a very common and even simpler case. 274 // Same as _opaque, but assumes color == SK_ColorBLACK, a very common and even simpler case. 359 // As above, but made slightly simpler by requiring that color is opaque. 379 // Same as _opaque, but assumes color == SK_ColorBLACK, a very common and even simpler case.
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrShape.h | 194 // clipped, so simpler shape types that are closed can still be considered. Shapes with 255 // The simpler type classes do take the geometry because it may represent an in-progress 256 // simplification that hasn't been set on the GrShape yet. The simpler types do not report 276 uint8_t fStart; // Restricted to rrects and simpler, so this will be < 8
|
| /third_party/skia/m133/src/gpu/ganesh/geometry/ |
| D | GrShape.h | 195 // clipped, so simpler shape types that are closed can still be considered. Shapes with 258 // The simpler type classes do take the geometry because it may represent an in-progress 259 // simplification that hasn't been set on the GrShape yet. The simpler types do not report 279 uint8_t fStart; // Restricted to rrects and simpler, so this will be < 8
|
| /third_party/grpc/examples/python/cancellation/ |
| D | README.md | 57 Cancelling a Server-side streaming RPC is even simpler from the perspective of 111 Initiating a cancellation from the server side is simpler. Just call
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 19.3.5.rst | 123 - Revert "glsl: Use a simpler formula for tanh" 124 - Revert "spirv: Use a simpler and more correct implementaiton of
|
| D | 20.0.2.rst | 113 - Revert "glsl: Use a simpler formula for tanh" 114 - Revert "spirv: Use a simpler and more correct implementaiton of
|
| /third_party/protobuf/src/google/protobuf/io/ |
| D | gzip_stream.h | 46 // Simpler zlib stream format. 91 // Simpler zlib stream format.
|
| /third_party/typescript/tests/cases/conformance/types/intersection/ |
| D | intersectionTypeInference3.ts | 17 // Simpler repro
|
| /third_party/skia/m133/bazel/exporter/interfaces/ |
| D | exporter.go | 11 // enable simpler writing of the exported Bazel output text.
|
| /third_party/rust/rust/compiler/rustc_error_codes/src/error_codes/ |
| D | E0618.md | 13 // Or even simpler:
|
| /third_party/typescript/tests/cases/compiler/ |
| D | overEagerReturnTypeSpecialization.ts | 1 //Note: Below simpler repro
|