Home
last modified time | relevance | path

Searched defs:shrink (Results 1 – 25 of 55) sorted by relevance

123

/external/rust/crates/quickcheck/src/
Darbitrary.rs128 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/crates/indexmap/src/
Darbitrary.rs55 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/
Dvmscan.proto32 optional uint64 shrink = 8; field
41 optional uint64 shrink = 4; field
/external/freetype/src/tools/
Dcordic.py9 shrink = 1.0 variable
/external/harfbuzz_ng/src/graph/
Dmarkbasepos-graph.hh48 bool shrink (gsubgpos_graph_context_t& c, in shrink() function
135 bool shrink (gsubgpos_graph_context_t& c, in shrink() function
310 bool shrink (unsigned count) in shrink() function
360 bool shrink (split_context_t& sc, in shrink() function
Dpairpos-graph.hh109 bool shrink (unsigned count) in shrink() function
115 bool shrink (gsubgpos_graph_context_t& c, in shrink() function
332 bool shrink (unsigned count) in shrink() function
495 bool shrink (split_context_t& split_context, in shrink() function
/external/rust/crates/num-bigint/src/biguint/
Darbitrary.rs15 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
/external/skia/modules/skplaintexteditor/include/
Dstringslice.h36 void shrink() { this->realloc(fLength); } in shrink() function
/external/rust/crates/num-bigint/src/bigint/
Darbitrary.rs15 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
/external/skia/src/gpu/
DRectanizerSkyline.cpp95 int shrink = fSkyline[i-1].fX + fSkyline[i-1].fWidth - fSkyline[i].fX; in addSkylineLevel() local
/external/rust/crates/indexmap/tests/
Dquick.rs545 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/
DOpMap.java149 void shrink() in shrink() method in OpMap
/external/zucchini/
Dbuffer_view.h168 void shrink(size_type new_size) { in shrink() function
/external/marisa-trie/lib/marisa/grimoire/vector/
Dvector.h99 void shrink() { in shrink() function
/external/libchrome-gestures/tools/
Dtplog.py128 def shrink(self, bgn_time=None, end_time=None, end_gesture_flag=True): member in TPLog
/external/zucchini/aosp/include/components/zucchini/
Dbuffer_view.h168 void shrink(size_type new_size) { in shrink() function
/external/rust/crates/weak-table/tests/
Dweak_key_hash_map.rs159 fn shrink(&self) -> Box<dyn Iterator<Item=Self>> { in shrink() method
/external/rust/crates/itertools/tests/
Dquick.rs87 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
1117 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_descriptor_set.c635 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/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py98 def shrink(value): function
/external/okio/okio/src/jvmTest/kotlin/okio/
DBufferCursorTest.kt291 fun shrink() { in <lambda>() method
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp157 auto shrink = [this](size_t newsize) { in syncScope() local
/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
DChannelPool.java304 private void shrink(int desiredSize) { in shrink() method in ChannelPool
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc231 const int shrink = ((width - result->width()) / 2); in GetWindowContentRect() local
/external/igt-gpu-tools/tests/amdgpu/
Damd_prime.c396 static void shrink(int i915, int amd, amdgpu_device_handle device) in shrink() function

123