/external/rust/android-crates-io/crates/quickcheck/src/ |
D | arbitrary.rs | 128 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method 144 fn shrink(&self) -> Box<dyn Iterator<Item = bool>> { in shrink() method 162 fn shrink(&self) -> Box<dyn Iterator<Item = Option<A>>> { in shrink() method 182 fn shrink(&self) -> Box<dyn Iterator<Item = Result<A, B>>> { in shrink() method 260 fn shrink(&self) -> Box<dyn Iterator<Item = Vec<A>>> { in shrink() method 371 fn shrink(&self) -> Box<dyn Iterator<Item = BTreeMap<K, V>>> { in shrink() method 390 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method 402 fn shrink(&self) -> Box<dyn Iterator<Item = BTreeSet<T>>> { in shrink() method 414 fn shrink(&self) -> Box<dyn Iterator<Item = BinaryHeap<T>>> { in shrink() method 430 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method [all …]
|
/external/rust/android-crates-io/crates/petgraph/tests/utils/ |
D | qc.rs | 25 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function 65 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
|
/external/rust/android-crates-io/crates/indexmap/src/ |
D | arbitrary.rs | 55 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function 70 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | vmscan.proto | 32 optional uint64 shrink = 8; field 41 optional uint64 shrink = 4; field
|
/external/rust/android-crates-io/crates/petgraph/src/ |
D | quickcheck.rs | 66 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function 146 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
|
/external/freetype/src/tools/ |
D | cordic.py | 9 shrink = 1.0 variable
|
/external/harfbuzz_ng/src/graph/ |
D | markbasepos-graph.hh | 49 bool shrink (gsubgpos_graph_context_t& c, in shrink() function 137 bool shrink (gsubgpos_graph_context_t& c, in shrink() function 312 bool shrink (unsigned count) in shrink() function 362 bool shrink (split_context_t& sc, in shrink() function
|
D | pairpos-graph.hh | 110 bool shrink (unsigned count) in shrink() function 116 bool shrink (gsubgpos_graph_context_t& c, in shrink() function 336 bool shrink (unsigned count) in shrink() function 499 bool shrink (split_context_t& split_context, in shrink() function
|
/external/perfetto/ui/src/base/ |
D | resizable_array_buffer.ts | 43 shrink(newSize: number) { method in ResizableArrayBuffer
|
/external/rust/android-crates-io/crates/num-bigint/src/biguint/ |
D | arbitrary.rs | 18 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
|
/external/skia/modules/skplaintexteditor/include/ |
D | stringslice.h | 36 void shrink() { this->realloc(fLength); } in shrink() function
|
/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | arbitrary.rs | 18 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
|
/external/skia/src/gpu/ |
D | RectanizerSkyline.cpp | 95 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local
|
/external/python/cpython3/Lib/test/support/_hypothesis_stubs/ |
D | __init__.py | 110 shrink = 4 variable in Phase
|
/external/rust/android-crates-io/crates/indexmap/tests/ |
D | quick.rs | 545 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method 570 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpMap.java | 149 void shrink() in shrink() method in OpMap
|
/external/marisa-trie/lib/marisa/grimoire/vector/ |
D | vector.h | 99 void shrink() { in shrink() function
|
/external/libchrome-gestures/tools/ |
D | tplog.py | 128 def shrink(self, bgn_time=None, end_time=None, end_gesture_flag=True): member in TPLog
|
/external/rust/android-crates-io/crates/weak-table/tests/ |
D | weak_key_hash_map.rs | 159 fn shrink(&self) -> Box<dyn Iterator<Item=Self>> { in shrink() method
|
/external/zucchini/ |
D | buffer_view.h | 168 void shrink(size_type new_size) { in shrink() function
|
/external/zucchini/aosp/include/components/zucchini/ |
D | buffer_view.h | 168 void shrink(size_type new_size) { in shrink() function
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_descriptor_set.c | 635 uint32_t shrink = dynamic_binding->array_size - var_desc_count; in set_layout_descriptor_count() local 653 uint32_t shrink = dynamic_binding->array_size - var_desc_count; in set_layout_buffer_view_count() local 671 uint32_t shrink = dynamic_binding->array_size - var_desc_count; in anv_descriptor_set_layout_descriptor_buffer_size() local
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/ |
D | quick.rs | 87 fn shrink(&self) -> Box<dyn Iterator<Item=Self>> { in shrink() method 178 fn shrink(&self) -> Box<dyn Iterator<Item=Iter<T, HK>>> in shrink() function 1217 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/ |
D | quick.rs | 87 fn shrink(&self) -> Box<dyn Iterator<Item=Self>> { in shrink() method 178 fn shrink(&self) -> Box<dyn Iterator<Item=Iter<T, HK>>> in shrink() function 1217 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | cmd_helper.py | 98 def shrink(value): function
|