Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/third_party/gn/docs/
Dquick_start.md85 ### 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/
Dslides_transitions.lua74 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/
Dsliceobject.c114 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
Drangeobject.c20 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/cups-filters/cupsfilters/
Dpack.c36 const int step) /* I - Step value between pixels */ in cupsPackHorizontal()
122 const int step) /* I - Stepping value */ in cupsPackHorizontal2()
255 const int step) /* I - Number of bytes between columns */ in cupsPackVertical()
/third_party/rust/crates/minimal-lexical/etc/
Dbellerophon_table.py45 def next_fp(fp, base, step = 1): argument
51 def prev_fp(fp, base, step = 1): argument
81 def generate_large(base, step): argument
/third_party/ejdb/src/jbi/
Djbi_uniq_scanner.c8 int64_t step; in _jbi_consume_eq() local
39 int64_t step = 1; in _jbi_consume_in_node() local
83 int64_t step = 1; in _jbi_consume_scan() local
161 int64_t step = 1; in _jbi_consume_noxpr_scan() local
Djbi_dup_scanner.c9 int64_t step = 1; in _jbi_consume_eq() local
70 int64_t step = 1; in _jbi_consume_in_node() local
143 int64_t step = 1, prev_id = 0; in _jbi_consume_scan() local
221 int64_t step = 1, prev_id = 0; in _jbi_consume_noxpr_scan() local
/third_party/flutter/skia/third_party/externals/icu/scripts/
Dmake_data_assembly.py38 step = 1 variable
40 step = -1 variable
/third_party/skia/third_party/externals/icu/scripts/
Dmake_data_assembly.py40 step = 1 variable
42 step = -1 variable
/third_party/libunwind/tests/
DGperf-simple.c58 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
DGperf-trace.c58 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/python/Include/
Dsliceobject.h24 PyObject *start, *stop, *step; /* not NULL */ member
50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
/third_party/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.c44 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/flutter/skia/third_party/externals/libwebp/src/utils/
Dhuffman_utils.c44 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/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c160 …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
/third_party/flutter/skia/src/effects/
DSkCornerPathEffect.cpp25 SkPoint* step) { in ComputeStep()
50 SkVector firstStep, step; in onFilterPath() local
/third_party/ffmpeg/libavcodec/
Dtxd.c114 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/node/deps/brotli/c/dec/
Dhuffman.c81 int step, int end, in ReplicateValue()
111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local
181 int step; /* step size to replicate values in current table */ in BrotliBuildHuffmanTable() local
/third_party/skia/third_party/externals/brotli/c/dec/
Dhuffman.c81 int step, int end, in ReplicateValue()
111 int step; /* step size to replicate values in current table */ in BrotliBuildCodeLengthsHuffmanTable() local
181 int step; /* step size to replicate values in current table */ in BrotliBuildHuffmanTable() local
/third_party/typescript/tests/baselines/reference/
DasyncFunctionsAcrossFiles.js24 …function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, … function
40 …function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, … function
/third_party/python/Lib/sqlite3/test/
Duserfunctions.py75 def step(self, x): member in AggrNoFinalize
82 def step(self, x): member in AggrExceptionInInit
92 def step(self, x): member in AggrExceptionInStep
102 def step(self, x): member in AggrExceptionInFinalize
112 def step(self, whichType, val): member in AggrCheckType
124 def step(self, whichType, *vals): member in AggrCheckTypes
137 def step(self, val): member in AggrSum
146 def step(self, txt): member in AggrText
/third_party/skia/third_party/externals/brotli/c/common/
Dtransform.c263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() local
276 int step = Shift(shift, len, param); in BrotliTransformDictionaryWord() local
/third_party/node/deps/brotli/c/common/
Dtransform.c263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() local
276 int step = Shift(shift, len, param); in BrotliTransformDictionaryWord() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollation.cpp74 Collation::decTwoBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decTwoBytePrimaryByOneStep()
96 Collation::decThreeBytePrimaryByOneStep(uint32_t basePrimary, UBool isCompressible, int32_t step) { in decThreeBytePrimaryByOneStep()

12345678910>>...30