Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 233) sorted by relevance

12345678910

/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/core/src/fmt/
Dbuilders.rs21 fn wrap<'slot, 'fmt: 'buf + 'slot>( in wrap()
25 ) -> fmt::Formatter<'slot> { in wrap()
150 let mut slot = None; in field_with() localVariable
201 let mut slot = None; in finish_non_exhaustive() localVariable
347 let mut slot = None; in field_with() localVariable
393 let mut slot = None; in finish_non_exhaustive() localVariable
467 let mut slot = None; in entry_with() localVariable
638 let mut slot = None; in finish_non_exhaustive() localVariable
832 let mut slot = None; in finish_non_exhaustive() localVariable
1001 let mut slot = None; in key_with() localVariable
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/core/src/fmt/
Dbuilders.rs21 fn wrap<'slot, 'fmt: 'buf + 'slot>( in wrap()
25 ) -> fmt::Formatter<'slot> { in wrap()
150 let mut slot = None; in field_with() localVariable
201 let mut slot = None; in finish_non_exhaustive() localVariable
347 let mut slot = None; in field_with() localVariable
391 let mut slot = None; in finish_non_exhaustive() localVariable
465 let mut slot = None; in entry_with() localVariable
634 let mut slot = None; in finish_non_exhaustive() localVariable
826 let mut slot = None; in finish_non_exhaustive() localVariable
995 let mut slot = None; in key_with() localVariable
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/core/src/fmt/
Dbuilders.rs21 fn wrap<'slot, 'fmt: 'buf + 'slot>( in wrap()
25 ) -> fmt::Formatter<'slot> { in wrap()
150 let mut slot = None; in field_with() localVariable
201 let mut slot = None; in finish_non_exhaustive() localVariable
347 let mut slot = None; in field_with() localVariable
391 let mut slot = None; in finish_non_exhaustive() localVariable
465 let mut slot = None; in entry_with() localVariable
634 let mut slot = None; in finish_non_exhaustive() localVariable
826 let mut slot = None; in finish_non_exhaustive() localVariable
995 let mut slot = None; in key_with() localVariable
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/core/src/fmt/
Dbuilders.rs21 fn wrap<'slot, 'fmt: 'buf + 'slot>( in wrap()
25 ) -> fmt::Formatter<'slot> { in wrap()
150 let mut slot = None; in field_with() localVariable
201 let mut slot = None; in finish_non_exhaustive() localVariable
347 let mut slot = None; in field_with() localVariable
393 let mut slot = None; in finish_non_exhaustive() localVariable
467 let mut slot = None; in entry_with() localVariable
638 let mut slot = None; in finish_non_exhaustive() localVariable
832 let mut slot = None; in finish_non_exhaustive() localVariable
1001 let mut slot = None; in key_with() localVariable
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
Darray.rs36 slot: *const u8, field
142 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_send() localVariable
204 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in write() localVariable
226 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_recv() localVariable
296 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in read() localVariable
510 let slot = unsafe { self.buffer.get_unchecked(index) }; in discard_all_messages() localVariable
Dlist.rs93 let slot = unsafe { (*this).slots.get_unchecked(i) }; in destroy() localVariable
268 let slot = (*block).slots.get_unchecked(offset); in write() localVariable
374 let slot = (*block).slots.get_unchecked(offset); in read() localVariable
577 let slot = (*block).slots.get_unchecked(offset); in discard_all_messages() localVariable
637 let slot = (*block).slots.get_unchecked(offset); in drop() localVariable
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
Darray.rs36 slot: *const u8, field
142 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_send() localVariable
204 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in write() localVariable
226 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_recv() localVariable
296 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in read() localVariable
510 let slot = unsafe { self.buffer.get_unchecked(index) }; in discard_all_messages() localVariable
Dlist.rs93 let slot = unsafe { (*this).slots.get_unchecked(i) }; in destroy() localVariable
268 let slot = (*block).slots.get_unchecked(offset); in write() localVariable
374 let slot = (*block).slots.get_unchecked(offset); in read() localVariable
577 let slot = (*block).slots.get_unchecked(offset); in discard_all_messages() localVariable
637 let slot = (*block).slots.get_unchecked(offset); in drop() localVariable
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
Darray.rs36 slot: *const u8, field
142 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_send() localVariable
204 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in write() localVariable
226 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_recv() localVariable
296 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in read() localVariable
510 let slot = unsafe { self.buffer.get_unchecked(index) }; in discard_all_messages() localVariable
Dlist.rs93 let slot = unsafe { (*this).slots.get_unchecked(i) }; in destroy() localVariable
268 let slot = (*block).slots.get_unchecked(offset); in write() localVariable
374 let slot = (*block).slots.get_unchecked(offset); in read() localVariable
577 let slot = (*block).slots.get_unchecked(offset); in discard_all_messages() localVariable
637 let slot = (*block).slots.get_unchecked(offset); in drop() localVariable
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
Darray.rs36 slot: *const u8, field
142 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_send() localVariable
204 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in write() localVariable
226 let slot = unsafe { self.buffer.get_unchecked(index) }; in start_recv() localVariable
296 let slot: &Slot<T> = &*(token.array.slot as *const Slot<T>); in read() localVariable
510 let slot = unsafe { self.buffer.get_unchecked(index) }; in discard_all_messages() localVariable
Dlist.rs93 let slot = unsafe { (*this).slots.get_unchecked(i) }; in destroy() localVariable
268 let slot = (*block).slots.get_unchecked(offset); in write() localVariable
374 let slot = (*block).slots.get_unchecked(offset); in read() localVariable
577 let slot = (*block).slots.get_unchecked(offset); in discard_all_messages() localVariable
637 let slot = (*block).slots.get_unchecked(offset); in drop() localVariable
/prebuilts/vndk/v34/x86_64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaHistogram.h141 for (int slot = 0; slot < mBucketLimits.size(); ++slot) { in insert() local
148 int64_t slot = (sample - mFloor) / mWidth; in insert() local
/prebuilts/vndk/v34/arm/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaHistogram.h141 for (int slot = 0; slot < mBucketLimits.size(); ++slot) { in insert() local
148 int64_t slot = (sample - mFloor) / mWidth; in insert() local
/prebuilts/vndk/v34/x86/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaHistogram.h141 for (int slot = 0; slot < mBucketLimits.size(); ++slot) { in insert() local
148 int64_t slot = (sample - mFloor) / mWidth; in insert() local
/prebuilts/vndk/v34/arm64/include/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaHistogram.h141 for (int slot = 0; slot < mBucketLimits.size(); ++slot) { in insert() local
148 int64_t slot = (sample - mFloor) / mWidth; in insert() local
/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h26 int32_t slot = 0; variable
/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h26 int32_t slot = 0; variable
/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h26 int32_t slot = 0; variable
/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h26 int32_t slot = 0; variable
/prebuilts/vndk/v34/arm64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h29 int32_t slot = 0; variable
/prebuilts/vndk/v34/x86_64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h29 int32_t slot = 0; variable
/prebuilts/vndk/v34/x86/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h29 int32_t slot = 0; variable
/prebuilts/vndk/v34/arm/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DBuffer.h29 int32_t slot = 0; variable
/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h728 int slot = -1; member
760 int slot; member
790 int slot; member

12345678910