Home
last modified time | relevance | path

Searched full:simpler (Results 1 – 25 of 1248) sorted by relevance

12345678910>>...50

/third_party/rust/crates/rustix/tests/net/
Dconnect_bind_send.rs24 // 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/
DREADME.rst23 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/
Dsimple.proto19 import "simpler.proto";
27 simpler.SimplerMessage simpler_message = 4;
/third_party/typescript/tests/baselines/reference/
DoverEagerReturnTypeSpecialization.js2 //Note: Below simpler repro
18 //Note: Below simpler repro
/third_party/skia/tools/gpu/
DTestOps.h33 * 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/
DTestOps.h33 * 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/
Dpropagate-approximated-val.rs1 // 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/
Dedition-zero-json-handling.md78 * 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
Dedition-naming.md100 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/
DSkBlitMask_opts.h114 // 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/
Dneedless_for_each.rs45 "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/
DLoopSimplify.h10 // simpler form, which makes subsequent analyses and transformations simpler and
/third_party/optimized-routines/math/aarch64/experimental/
Dtanhf_2u6.c32 - 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/
Dir_converter.h41 // A new simpler IR for PyNative runtime.
121 // Convert ANF IR to a simpler IR
/third_party/skia/m133/src/opts/
DSkBlitMask_opts.h120 // 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/
DGrShape.h194 // 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/
DGrShape.h195 // 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/
DREADME.md57 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/
D19.3.5.rst123 - Revert "glsl: Use a simpler formula for tanh"
124 - Revert "spirv: Use a simpler and more correct implementaiton of
D20.0.2.rst113 - 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/
Dgzip_stream.h46 // Simpler zlib stream format.
91 // Simpler zlib stream format.
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeInference3.ts17 // Simpler repro
/third_party/skia/m133/bazel/exporter/interfaces/
Dexporter.go11 // enable simpler writing of the exported Bazel output text.
/third_party/rust/rust/compiler/rustc_error_codes/src/error_codes/
DE0618.md13 // Or even simpler:
/third_party/typescript/tests/cases/compiler/
DoverEagerReturnTypeSpecialization.ts1 //Note: Below simpler repro

12345678910>>...50