Home
last modified time | relevance | path

Searched defs:Cell (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs308 pub struct Cell<T: ?Sized> { struct
309 value: UnsafeCell<T>, argument
313 unsafe impl<T: ?Sized> Send for Cell<T> where T: Send {} implementation
321 impl<T: ?Sized> !Sync for Cell<T> {} implementation
324 impl<T: Copy> Clone for Cell<T> { implementation
332 impl<T: Default> Default for Cell<T> { implementation
341 impl<T: PartialEq + Copy> PartialEq for Cell<T> { implementation
349 impl<T: Eq + Copy> Eq for Cell<T> {} implementation
352 impl<T: PartialOrd + Copy> PartialOrd for Cell<T> { implementation
380 impl<T: Ord + Copy> Ord for Cell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs308 pub struct Cell<T: ?Sized> { struct
309 value: UnsafeCell<T>, argument
313 unsafe impl<T: ?Sized> Send for Cell<T> where T: Send {} implementation
321 impl<T: ?Sized> !Sync for Cell<T> {} implementation
324 impl<T: Copy> Clone for Cell<T> { implementation
332 impl<T: Default> Default for Cell<T> { implementation
341 impl<T: PartialEq + Copy> PartialEq for Cell<T> { implementation
349 impl<T: Eq + Copy> Eq for Cell<T> {} implementation
352 impl<T: PartialOrd + Copy> PartialOrd for Cell<T> { implementation
380 impl<T: Ord + Copy> Ord for Cell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs308 pub struct Cell<T: ?Sized> { struct
309 value: UnsafeCell<T>, argument
313 unsafe impl<T: ?Sized> Send for Cell<T> where T: Send {} implementation
321 impl<T: ?Sized> !Sync for Cell<T> {} implementation
324 impl<T: Copy> Clone for Cell<T> { implementation
332 impl<T: Default> Default for Cell<T> { implementation
341 impl<T: PartialEq + Copy> PartialEq for Cell<T> { implementation
349 impl<T: Eq + Copy> Eq for Cell<T> {} implementation
352 impl<T: PartialOrd + Copy> PartialOrd for Cell<T> { implementation
380 impl<T: Ord + Copy> Ord for Cell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs308 pub struct Cell<T: ?Sized> { struct
309 value: UnsafeCell<T>, argument
313 unsafe impl<T: ?Sized> Send for Cell<T> where T: Send {} implementation
321 impl<T: ?Sized> !Sync for Cell<T> {} implementation
324 impl<T: Copy> Clone for Cell<T> { implementation
332 impl<T: Default> Default for Cell<T> { implementation
341 impl<T: PartialEq + Copy> PartialEq for Cell<T> { implementation
349 impl<T: Eq + Copy> Eq for Cell<T> {} implementation
352 impl<T: PartialOrd + Copy> PartialOrd for Cell<T> { implementation
380 impl<T: Ord + Copy> Ord for Cell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs308 pub struct Cell<T: ?Sized> { struct
309 value: UnsafeCell<T>, argument
313 unsafe impl<T: ?Sized> Send for Cell<T> where T: Send {} implementation
321 impl<T: ?Sized> !Sync for Cell<T> {} implementation
324 impl<T: Copy> Clone for Cell<T> { implementation
332 impl<T: Default> Default for Cell<T> { implementation
341 impl<T: PartialEq + Copy> PartialEq for Cell<T> { implementation
349 impl<T: Eq + Copy> Eq for Cell<T> {} implementation
352 impl<T: PartialOrd + Copy> PartialOrd for Cell<T> { implementation
380 impl<T: Ord + Copy> Ord for Cell<T> { implementation
[all …]
/aosp_15_r20/external/one-true-awk/
H A Dawk.h97 typedef struct Cell { struct
105 struct Cell *cnext; /* ptr to next if chained */ argument
106 } Cell; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dcore.rs115 pub(super) struct Cell<T: Future, S> { struct
127 stage: UnsafeCell<Stage<T>>, argument
208 impl<T: Future, S: Schedule> Cell<T, S> { implementation
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h46 struct Cell { struct
54 Cell cells[1]; // variable len argument
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dassume-super-init-does-not-return-nil.m17 @interface Cell : NSObject { interface
24 @implementation Cell implementation
H A Dretain-count-self-init.m27 @interface Cell : ParentOfCell{ interface
34 @implementation Cell implementation
H A DRetainCountExamples.m42 @interface Cell : ParentOfCell{ interface
50 @implementation Cell implementation
/aosp_15_r20/external/clang/test/Analysis/diagnostics/
H A Dundef-value-param.m19 @interface Cell : NSObject interface
33 @implementation Cell implementation
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java87 private static class Cell extends IElement.Factory.ElementImpl class in HTMLTable
97 Cell (Tag tag) in Cell() method in HTMLTable.Cell
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DTableSubject.java96 public void containsCell(Cell<?, ?, ?> cell) { in containsCell() argument
110 public void doesNotContainCell(Cell<?, ?, ?> cell) { in doesNotContainCell() argument
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java125 static final class Cell { class in Striped64
127 Cell(long x) { value = x; } in Cell() method in Striped64.Cell
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DStriped64.java125 static final class Cell { class in Striped64
127 Cell(long x) { value = x; } in Cell() method in Striped64.Cell
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DStriped64.java103 static final class Cell { class in Striped64
108 Cell(long x) { in Cell() method in Striped64.Cell
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DStriped64.java103 static final class Cell { class in Striped64
108 Cell(long x) { in Cell() method in Striped64.Cell
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java125 static final class Cell { class in Striped64
127 Cell(long x) { value = x; } in Cell() method in Striped64.Cell
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DStriped64.java103 static final class Cell { class in Striped64
108 Cell(long x) { in Cell() method in Striped64.Cell
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DStriped64.java103 static final class Cell { class in Striped64
108 Cell(long x) { in Cell() method in Striped64.Cell
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/include/aidl/android/hardware/biometrics/face/
DEnrollmentStageConfig.h26 class Cell; variable
DEnrollmentFrame.h28 class Cell; variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/ui/binder/
DOnPatternDetectedListener.java16 public OnPatternDetectedListener(@org.jetbrains.annotations.NotNull() in OnPatternDetectedListener()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-java-source/gen/android/hardware/biometrics/face/
DCell.java11 public class Cell implements android.os.Parcelable class

12345678910>>...18