Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dmarkbasepos-graph.hh49 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
H A Dpairpos-graph.hh110 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
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/apkparser/
HDtools.binary-resources.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/google/ com ...
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/utils/
Dqc.rs25 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
65 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dvmscan.proto32 optional uint64 shrink = 8; field
41 optional uint64 shrink = 4; field
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dquickcheck.rs66 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
146 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs336 unsafe fn shrink( in shrink() method
418 unsafe fn shrink( in shrink() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs336 unsafe fn shrink( in shrink() method
418 unsafe fn shrink( in shrink() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs336 unsafe fn shrink( in shrink() method
418 unsafe fn shrink( in shrink() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs336 unsafe fn shrink( in shrink() method
418 unsafe fn shrink( in shrink() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/
H A Dmod.rs336 unsafe fn shrink( in shrink() method
418 unsafe fn shrink( in shrink() function
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A 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
1217 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A 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
/aosp_15_r20/frameworks/base/ravenwood/scripts/
H A Dshrink-systemui-test62 shrink() { function
/aosp_15_r20/external/freetype/src/tools/
H A Dcordic.py9 shrink = 1.0 variable
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DNavHandle.java38 void animateNavBarLongPress(boolean isTouchDown, boolean shrink, long durationMs); in animateNavBarLongPress()
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dquick.rs78 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
172 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() function
1302 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java1037 private void notifyAnimateNavBarLongPress(boolean isTouchDown, boolean shrink, in notifyAnimateNavBarLongPress()
1208 default void animateNavBarLongPress(boolean isTouchDown, boolean shrink, long durationMs) {} in animateNavBarLongPress()
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Darbitrary.rs15 fn shrink(&self) -> Box<dyn Iterator<Item = Self>> { in shrink() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/buttons/
H A DButtonInterface.java43 default void animateLongPress(boolean isTouchDown, boolean shrink, long durationMs) {} in animateLongPress()
/aosp_15_r20/external/skia/modules/skplaintexteditor/include/
H A Dstringslice.h36 void shrink() { this->realloc(fLength); } in shrink() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec_deque_alloc_error.rs31 unsafe fn shrink( in test_shrink_to_unwind() method

12345678910>>...14