| /external/rust/crates/crossbeam-channel/benches/ |
| D | crossbeam.rs | 40 let steps = TOTAL_STEPS / threads; in par_inout() localVariable 73 let steps = TOTAL_STEPS; in spsc() localVariable 103 let steps = TOTAL_STEPS / threads; in spmc() localVariable 139 let steps = TOTAL_STEPS / threads; in mpsc() localVariable 175 let steps = TOTAL_STEPS / threads; in mpmc() localVariable 221 let steps = TOTAL_STEPS; in spsc() localVariable 251 let steps = TOTAL_STEPS / threads; in spmc() localVariable 287 let steps = TOTAL_STEPS / threads; in mpsc() localVariable 323 let steps = TOTAL_STEPS / threads; in par_inout() localVariable 358 let steps = TOTAL_STEPS / threads; in mpmc() localVariable [all …]
|
| /external/pigweed/pw_software_update/ |
| D | guides.rst | 25 1. Get familiar with ``pw_software_update``. 35 2. Enable local updates for development. 58 3. Enable remote updates for internal testing. 86 4. Prepare for launching. 112 5. Ensure smooth rollout.
|
| /external/grpc-grpc/src/csharp/Grpc.Tools/ |
| D | implementation_notes.md | 107 ### Prepare the list of .proto files to compile 125 ### Handling incremental builds 170 ### Compile the .proto files 184 ### Add generated .cs files to the list of files for the C# compiler
|
| /external/truth/core/src/main/java/com/google/common/truth/ |
| D | FailureMetadata.java | 114 private final ImmutableList<Step> steps; field in FailureMetadata 117 FailureStrategy strategy, ImmutableList<LazyMessage> messages, ImmutableList<Step> steps) { in FailureMetadata() 130 ImmutableList<Step> steps = append(this.steps, Step.subjectCreation(subject)); in updateForSubject() local 135 ImmutableList<Step> steps = append(this.steps, Step.checkCall(null, null)); in updateForCheckCall() local 142 ImmutableList<Step> steps = in updateForCheckCall() local 196 private FailureMetadata derive(ImmutableList<LazyMessage> messages, ImmutableList<Step> steps) { in derive()
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | ftrl_test.py | 38 def equivAdagradTest_FtrlPart(self, steps, dtype): argument 58 def equivAdagradTest_AdagradPart(self, steps, dtype): argument 73 def equivGradientDescentTest_FtrlPart(self, steps, dtype): argument 93 def equivGradientDescentTest_GradientDescentPart(self, steps, dtype): argument
|
| /external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/ |
| D | modified_midpoint.hpp | 74 modified_midpoint( unsigned short steps = 2 , const algebra_type &algebra = algebra_type() ) in modified_midpoint() 120 void set_steps( unsigned short steps ) in set_steps() 124 unsigned short steps( void ) const in steps() function in boost::numeric::odeint::modified_midpoint 189 …modified_midpoint_dense_out( unsigned short steps = 2 , const algebra_type &algebra = algebra_type… in modified_midpoint_dense_out() 251 void set_steps( unsigned short steps ) in set_steps() 255 unsigned short steps( void ) const in steps() function in boost::numeric::odeint::modified_midpoint_dense_out
|
| /external/deqp-deps/glslang/ |
| D | README.md | 110 #### 1) Check-Out this project 117 #### 2) Check-Out External Projects 123 #### 3) Configure 160 #### 4) Build and Install
|
| /external/angle/third_party/glslang/src/ |
| D | README.md | 110 #### 1) Check-Out this project 117 #### 2) Check-Out External Projects 123 #### 3) Configure 160 #### 4) Build and Install
|
| /external/ComputeLibrary/src/core/helpers/ |
| D | WindowHelpers.cpp | 28 Window calculate_max_window(const ValidRegion &valid_region, const Steps &steps, bool skip_border, … in calculate_max_window() 82 Window calculate_max_window(const TensorShape &shape, const Steps &steps, bool skip_border, BorderS… in calculate_max_window() 133 Window calculate_max_enlarged_window(const ValidRegion &valid_region, const Steps &steps, BorderSiz… in calculate_max_enlarged_window() 182 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps, bool sk… in calculate_max_window_horizontal()
|
| /external/skia/src/gpu/ganesh/ |
| D | GrColorSpaceXform.h | 32 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() 39 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
|
| /external/tensorflow/tensorflow/core/kernels/data/experimental/ |
| D | stats_aggregator_ops.cc | 52 const int64_t steps) override { in AddToHistogram() 61 const int64_t steps) override { in AddScalar() 140 const int64_t steps) override { in AddToHistogram() 150 const int64_t steps) override { in AddScalar() 199 void AddToEvents(const string& name, const int64_t steps, in AddToEvents() 214 void AddToEvents(const string& name, const int64_t steps, in AddToEvents()
|
| /external/skia/src/core/ |
| D | SkConvertPixels.cpp | 30 const SkColorSpaceXformSteps& steps) { in rect_memcpy() 47 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() 248 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() 271 SkColorSpaceXformSteps steps{srcInfo.colorSpace(), srcInfo.alphaType(), in SkConvertPixels() local
|
| /external/ComputeLibrary/tests/datasets/ |
| D | PriorBoxLayerDataset.h | 112 std::array<float, 2> steps = { { 8.f, 8.f } }; in SmallPriorBoxLayerDataset() local 126 std::array<float, 2> steps = { { 8.f, 8.f } }; in LargePriorBoxLayerDataset() local
|
| /external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
| D | bulirsch_stoer.cpp | 97 size_t steps = integrate_adaptive( stepper , lorenz() , x , 0.0 , 10.0 , dt ); in BOOST_AUTO_TEST_CASE() local 149 size_t steps = integrate_adaptive( stepper , lorenz() , x , 0.0 , 10.0 , dt ); in BOOST_AUTO_TEST_CASE() local
|
| /external/mesa3d/src/gfxstream/guest/android-emu/aemu/base/ |
| D | ring_buffer.c | 82 struct ring_buffer* r, const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_write() 121 struct ring_buffer* r, void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_read() 160 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_write() 177 struct ring_buffer* r, uint32_t step_size, uint32_t steps) { in ring_buffer_advance_read() 329 const void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_view_write() 372 void* data, uint32_t step_size, uint32_t steps) { in ring_buffer_view_read()
|
| /external/tensorflow/tensorflow/python/keras/engine/ |
| D | training_generator_v1.py | 599 steps=None, argument 621 steps=None, argument 690 steps=None, argument 704 steps=None, argument 790 steps=None, argument 815 steps=None, argument
|
| D | training_distributed_v1.py | 291 steps=None, argument 422 steps=None, argument 691 steps=None, argument 730 steps=None, argument
|
| /external/clang/test/SemaCXX/ |
| D | constexpr-steps.cpp | 11 constexpr bool steps(int n) { in steps() function
|
| /external/rust/crates/crossbeam-queue/tests/ |
| D | seg_queue.rs | 127 let steps: usize = if cfg!(miri) { 50 } else { 10_000 }; in drops() localVariable 144 let steps = rng.gen_range(0..steps); in drops() localVariable
|
| /external/googleapis/google/cloud/cloudcontrolspartner/v1beta/ |
| D | violations.proto | 52 repeated string steps = 2; field 64 repeated string steps = 2; field
|
| /external/googleapis/google/cloud/cloudcontrolspartner/v1/ |
| D | violations.proto | 52 repeated string steps = 2; field 64 repeated string steps = 2; field
|
| /external/ComputeLibrary/arm_compute/core/ |
| D | Steps.h | 48 Steps(Ts... steps) in Steps()
|
| /external/tensorflow/tensorflow/python/ops/parallel_for/ |
| D | gradients_test.py | 68 def lstm_model_fn(batch_size, state_size, steps, inputs_size=None): argument 107 def create_lstm_batch_jacobian(batch_size, state_size, steps, inputs_size=None): argument 129 def create_lstm_batch_hessian(batch_size, state_size, steps): argument 141 def create_lstm_hessian(batch_size, state_size, steps): argument 181 def create_lstm_per_eg_grad(batch_size, state_size, steps, inputs_size=None): argument
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/ |
| D | MultiDirectionalSimplex.java | 102 public MultiDirectionalSimplex(final double[] steps) { in MultiDirectionalSimplex() 115 public MultiDirectionalSimplex(final double[] steps, in MultiDirectionalSimplex()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/ |
| D | MultiDirectionalSimplex.java | 99 public MultiDirectionalSimplex(final double[] steps) { in MultiDirectionalSimplex() 112 public MultiDirectionalSimplex(final double[] steps, in MultiDirectionalSimplex()
|