| /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/cups-filters/cupsfilters/ |
| D | pack.c | 36 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/ |
| D | bellerophon_table.py | 45 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/ |
| 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 83 int64_t step = 1; in _jbi_consume_scan() local 161 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 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/ |
| 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/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/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/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/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/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
|
| /third_party/flutter/skia/src/effects/ |
| D | SkCornerPathEffect.cpp | 25 SkPoint* step) { in ComputeStep() 50 SkVector firstStep, step; in onFilterPath() 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/node/deps/brotli/c/dec/ |
| D | huffman.c | 81 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/ |
| D | huffman.c | 81 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/ |
| D | asyncFunctionsAcrossFiles.js | 24 …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/ |
| D | userfunctions.py | 75 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/ |
| D | transform.c | 263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() local 276 int step = Shift(shift, len, param); in BrotliTransformDictionaryWord() local
|
| /third_party/node/deps/brotli/c/common/ |
| D | transform.c | 263 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/ |
| D | collation.cpp | 74 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()
|