| /third_party/gn/docs/ |
| D | quick_start.md | 85 ### Adding a build file 123 ### Testing your addition 143 ### Declaring dependencies 200 ### Test the binary 214 ### Putting settings in a config 254 ### Default configs
|
| /third_party/flutter/skia/resources/lua/ |
| D | slides_transitions.lua | 74 rec.step = function (self) function 85 rec.step = function (self) function 117 rec.step = function (self) function 148 rec.step = function (self) function 155 rec.step = function (self) function 189 step = function (self) function
|
| /third_party/python/Objects/ |
| D | sliceobject.c | 114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 172 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 204 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack() 249 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices() 293 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx() 305 PyObject *start, *stop, *step; in slice_new() local 385 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local 526 PyObject *start, *stop, *step; in slice_indices() local
|
| D | rangeobject.c | 20 PyObject *step; member 30 validate_step(PyObject *step) in validate_step() 51 PyObject *stop, PyObject *step) in make_range_object() 80 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_from_array() local 182 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length() 347 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local 771 long step; member 798 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local 890 get_len_of_range(long lo, long hi, long step) in get_len_of_range() 918 fast_range_iter(long start, long stop, long step, long len) in fast_range_iter() [all …]
|
| /third_party/boost/libs/python/src/ |
| D | slice.cpp | 11 slice_base::slice_base(PyObject* start, PyObject* stop, PyObject* step) in slice_base() 31 slice_base::step() const in step() function in boost::python::detail::slice_base
|
| /third_party/boost/libs/math/test/ |
| D | cardinal_cubic_b_spline_test.cpp | 79 Real step = 0.01; in test_interpolation_condition() local 105 Real step = 0.02; in test_constant_function() local 167 Real step = 0.005; in test_affine_function() local 209 Real step = 0.01; in test_quadratic_function() local 237 Real step = 0.125; in test_trig_function() local 264 Real step = 0.125; in test_copy_move() local 301 Real step = 0.125; in test_outside_interval() local
|
| /third_party/flutter/skia/third_party/externals/icu/scripts/ |
| D | make_data_assembly.py | 38 step = 1 variable 40 step = -1 variable
|
| /third_party/skia/third_party/externals/icu/scripts/ |
| D | make_data_assembly.py | 40 step = 1 variable 42 step = -1 variable
|
| /third_party/ejdb/src/jbi/ |
| D | jbi_uniq_scanner.c | 8 int64_t step; in _jbi_consume_eq() local 39 int64_t step = 1; in _jbi_consume_in_node() local 84 int64_t step = 1; in _jbi_consume_scan() local 165 int64_t step = 1; in _jbi_consume_noxpr_scan() local
|
| D | jbi_dup_scanner.c | 9 int64_t step = 1; in _jbi_consume_eq() local 72 int64_t step = 1; in _jbi_consume_in_node() local 148 int64_t step = 1, prev_id = 0; in _jbi_consume_scan() local 229 int64_t step = 1, prev_id = 0; in _jbi_consume_noxpr_scan() local
|
| /third_party/boost/boost/log/attributes/ |
| D | counter.hpp | 71 impl(value_type initial, value_type step) BOOST_NOEXCEPT : in impl() 96 explicit counter(value_type initial = (value_type)0, value_type step = (value_type)1) : in counter()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
| D | cumprod_impl.cu | 22 size_t step = blockDim.x * gridDim.x; in Copy() local 33 size_t step = blockDim.x * gridDim.x; in LeftMoveProd() local 55 size_t step = blockDim.x * gridDim.x; in RightMoveProd() local 76 size_t step = blockDim.x * gridDim.x; in CumProdKernelReverse() local 98 size_t step = blockDim.x * gridDim.x; in CumProdKernel() local
|
| D | cumsum_impl.cu | 22 size_t step = blockDim.x * gridDim.x; in Copy() local 33 size_t step = blockDim.x * gridDim.x; in LeftMoveSum() local 55 size_t step = blockDim.x * gridDim.x; in RightMoveSum() local 76 size_t step = blockDim.x * gridDim.x; in CumSumKernelReverse() local 98 size_t step = blockDim.x * gridDim.x; in CumSumKernel() local
|
| /third_party/python/Include/ |
| D | sliceobject.h | 24 PyObject *start, *stop, *step; /* not NULL */ member 50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
|
| /third_party/mindspore/tests/ut/python/train/summary/ |
| D | test_summary_record.py | 29 def get_test_data(step): argument 81 def test_step_of_record_with_type_error(self, step): argument
|
| /third_party/boost/libs/numeric/odeint/test/numeric/ |
| D | velocity_verlet.cpp | 65 for ( int step = 0; step < steps; ++step ) in BOOST_AUTO_TEST_CASE() local 81 for ( int step = 0; step < steps; ++step ) in BOOST_AUTO_TEST_CASE() local
|
| /third_party/boost/boost/numeric/odeint/integrate/detail/ |
| D | integrate_n_steps.hpp | 54 for( size_t step = 0; step < num_of_steps ; ++step ) in integrate_n_steps() local 80 for( size_t step = 0; step < num_of_steps ; ++step ) in integrate_n_steps() local 111 size_t step = 0; in integrate_n_steps() local
|
| /third_party/libunwind/tests/ |
| D | Gperf-simple.c | 58 measure_unwind (int maxlevel, double *step) in measure_unwind() 93 g1 (int level, int maxlevel, double *step) in g1() 103 f1 (int level, int maxlevel, double *step) in f1() 115 double step, min_step, first_step, sum_step; in doit() local
|
| D | Gperf-trace.c | 58 measure_unwind (int maxlevel, double *step) in measure_unwind() 79 g1 (int level, int maxlevel, double *step) in g1() 89 f1 (int level, int maxlevel, double *step) in f1() 101 double step, min_step, first_step, sum_step; in doit() local
|
| /third_party/boost/boost/phoenix/statement/ |
| D | for.hpp | 74 Step step; member 80 for_(Init const& init, Cond const& cond, Step const& step) in for_()
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
| D | huffman_utils.c | 44 uint32_t step = 1 << (len - 1); in GetNextKey() local 54 int step, int end, in ReplicateValue() 144 int step; // step size to replicate values in current table in BuildHuffmanTable() local
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | huffman_utils.c | 44 uint32_t step = 1 << (len - 1); in GetNextKey() local 54 int step, int end, in ReplicateValue() 144 int step; // step size to replicate values in current table in BuildHuffmanTable() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | txd.c | 114 int step = dxtc.dxt1_block(p, stride, gb.buffer); in txd_decode_frame() local 125 int step = dxtc.dxt3_block(p, stride, gb.buffer); in txd_decode_frame() local
|
| /third_party/flutter/skia/src/effects/ |
| D | SkCornerPathEffect.cpp | 25 SkPoint* step) { in ComputeStep() 50 SkVector firstStep, step; in onFilterPath() local
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-property-hashmap.c | 160 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_create() local 244 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_insert() local 316 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_delete() local 411 …uint32_t step = ecma_property_hashmap_steps[entry_index & (ECMA_PROPERTY_HASHMAP_NUMBER_OF_STEPS -… in ecma_property_hashmap_find() local
|