Home
last modified time | relevance | path

Searched +defs:end +defs:default (Results 101 – 125 of 845) sorted by relevance

12345678910>>...34

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dinto_iter.rs60 pub(super) end: *const T, field
445 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dinto_iter.rs60 pub(super) end: *const T, field
445 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dinto_iter.rs60 pub(super) end: *const T, field
440 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dinto_iter.rs60 pub(super) end: *const T, field
440 fn default() -> Self { in default() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dinto_iter.rs60 pub(super) end: *const T, field
445 fn default() -> Self { in default() function
/aosp_15_r20/external/crosvm/vfio_sys/src/
H A Dvfio.rs373 fn default() -> Self { in default() method
382 fn default() -> Self { in default() method
398 fn default() -> Self { in default() method
439 fn default() -> Self { in default() method
448 fn default() -> Self { in default() method
567 pub end: u64, field
608 fn default() -> Self { in default() method
640 fn default() -> Self { in default() method
686 fn default() -> Self { in default() method
695 fn default() -> Self { in default() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/PlatformAnimationLib/android_common/kotlin/
DPlatformAnimationLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__SystemUI__animation__android_common__PlatformAnimationLib.kotlin_module com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/PlatformAnimationLib/android_common/repackaged-jarjar/kotlinc/
DPlatformAnimationLib.jar ... back.BackAnimationSpec backAnimationSpec public static synthetic void registerAnimationOnBackInvoked$default (android.app.Dialog, android.view ...
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/
Dahocorasick.rs1479 let end = self.search_pos.saturating_sub(self.buf.min_buffer_len()); in unreported() localVariable
1497 fn default() -> AhoCorasickBuilder { in default() method
2077 fn default() -> MatchKind { in default() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/animation/SystemUIShaderLib/android_common/kotlin/
DSystemUIShaderLib.jar ... .systemui.surfaceeffects.glowboxeffect.GlowBoxConfig copy$default (com.android.systemui.surfaceeffects.glowboxeffect ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/31.7.0-alpha07/
HDlint-api-31.7.0-alpha07.jar ... synthetic org.jetbrains.uast.UAnnotation fromPlatformAnnotation$default (com.android.tools.lint.client ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-graphics-android/1.8.0-beta01/androidx.compose.ui_ui-graphics/android_common_apex34/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
Dandroidx.compose.ui_ui-graphics.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-graphics-android/1.8.0-beta01/androidx.compose.ui_ui-graphics/android_common/aar/
Dandroidx.compose.ui_ui-graphics.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-graphics-android/1.8.0-beta01/androidx.compose.ui_ui-graphics/android_common_apex30/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
Dandroidx.compose.ui_ui-graphics.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dparser_state.rs105 fn default() -> Self { in default() method
1001 let end = state.position; in stack_push() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dparse.rs131 fn default() -> ParserBuilder { in default() method
1321 let end = self.pos(); in parse_capture_name() localVariable
1657 let end = self.pos(); in maybe_parse_special_word_boundary() localVariable
1692 let end = self.pos(); in parse_octal() localVariable
1767 let end = self.pos(); in parse_hex_digits() localVariable
1810 let end = self.pos(); in parse_hex_brace() localVariable
2529 let end = Position::new(range.end, 1, range.end + 1); in span() localVariable
2544 let end = Position { in span_range() localVariable
/aosp_15_r20/external/pcre/src/
H A Dpcre2_intmodedep.h214 #define TABLE_GET(c, table, default) ((table)[c]) argument
227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
349 #define FORWARDCHARTEST(eptr,end) while(eptr < end && (*eptr & 0xc0u) == 0x80u) eptr++ argument
455 #define FORWARDCHARTEST(eptr,end) if (eptr < end && (*eptr & 0xfc00u) == 0xdc00u) eptr++ argument
529 #define FORWARDCHARTEST(eptr,end) do { } while (0) argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Dmod.rs844 let end = unsafe { start.add(self.len()) }; in as_ptr_range() localVariable
872 let end = unsafe { start.add(self.len()) }; in as_mut_ptr_range() localVariable
4708 fn default() -> Self { in default() method
4716 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dmod.rs848 let end = unsafe { start.add(self.len()) }; in as_ptr_range() localVariable
876 let end = unsafe { start.add(self.len()) }; in as_mut_ptr_range() localVariable
4691 fn default() -> Self { in default() method
4699 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dmod.rs848 let end = unsafe { start.add(self.len()) }; in as_ptr_range() localVariable
876 let end = unsafe { start.add(self.len()) }; in as_mut_ptr_range() localVariable
4691 fn default() -> Self { in default() method
4699 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Dmod.rs844 let end = unsafe { start.add(self.len()) }; in as_ptr_range() localVariable
872 let end = unsafe { start.add(self.len()) }; in as_mut_ptr_range() localVariable
4708 fn default() -> Self { in default() method
4716 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/
H A Dmod.rs844 let end = unsafe { start.add(self.len()) }; in as_ptr_range() localVariable
872 let end = unsafe { start.add(self.len()) }; in as_mut_ptr_range() localVariable
4708 fn default() -> Self { in default() method
4716 fn default() -> Self { in default() method

12345678910>>...34