/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/core/src/fmt/ |
D | builders.rs | 21 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/ |
D | builders.rs | 21 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/ |
D | builders.rs | 21 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/ |
D | builders.rs | 21 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/ |
D | array.rs | 36 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
|
D | list.rs | 93 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/ |
D | array.rs | 36 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
|
D | list.rs | 93 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/ |
D | array.rs | 36 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
|
D | list.rs | 93 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/ |
D | array.rs | 36 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
|
D | list.rs | 93 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/ |
D | MediaHistogram.h | 141 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/ |
D | MediaHistogram.h | 141 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/ |
D | MediaHistogram.h | 141 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/ |
D | MediaHistogram.h | 141 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/ |
D | Buffer.h | 26 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/ |
D | Buffer.h | 26 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/ |
D | Buffer.h | 26 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/ |
D | Buffer.h | 26 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/ |
D | Buffer.h | 29 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/ |
D | Buffer.h | 29 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/ |
D | Buffer.h | 29 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/ |
D | Buffer.h | 29 int32_t slot = 0; variable
|
/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gui/include/gui/ |
D | IGraphicBufferProducer.h | 728 int slot = -1; member 760 int slot; member 790 int slot; member
|