Searched refs:Ordering (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/binder/rust/src/ |
D | proxy.rs | 30 use std::cmp::Ordering; 171 fn cmp(&self, other: &Self) -> Ordering { in cmp() argument 181 Ordering::Equal in cmp() 183 Ordering::Less in cmp() 185 Ordering::Greater in cmp() 191 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() argument 494 fn cmp(&self, other: &Self) -> Ordering { in cmp() argument 504 Ordering::Equal in cmp() 506 Ordering::Less in cmp() 508 Ordering::Greater in cmp() [all …]
|
D | binder.rs | 26 use std::cmp::Ordering; 435 fn cmp(&self, other: &Self) -> Ordering { in cmp() argument 441 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() argument 482 fn cmp(&self, other: &Self) -> Ordering { in cmp() argument 488 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() argument
|
/frameworks/native/libs/debugstore/rust/src/ |
D | core.rs | 22 use std::sync::atomic::{AtomicU64, Ordering}; 114 let mut id = self.id_generator.fetch_add(1, Ordering::Relaxed); in generate_id() 116 id = self.id_generator.fetch_add(1, Ordering::Relaxed); in generate_id()
|
/frameworks/native/services/inputflinger/rust/ |
D | input_filter.rs | 405 use std::sync::{atomic::AtomicBool, atomic::Ordering, Arc, RwLock, RwLockWriteGuard}; 519 if !clone.exit_flag.load(Ordering::Relaxed) { in create_looper() 530 self.exit_flag.store(false, Ordering::Relaxed); in start_looper() 534 self.exit_flag.store(true, Ordering::Relaxed); in stop_looper() 541 !self.exit_flag.load(Ordering::Relaxed) in is_running()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3417 AtomicOrdering Ordering = GetDecodedOrdering(Record[OpNum+2]); in ParseFunctionBody() local 3418 if (Ordering == AtomicOrdering::NotAtomic || in ParseFunctionBody() 3419 Ordering == AtomicOrdering::Release || in ParseFunctionBody() 3420 Ordering == AtomicOrdering::AcquireRelease) in ParseFunctionBody() 3422 if (Ordering != AtomicOrdering::NotAtomic && Record[OpNum] == 0) in ParseFunctionBody() 3427 Ordering, SynchScope); in ParseFunctionBody() 3454 AtomicOrdering Ordering = GetDecodedOrdering(Record[OpNum+2]); in ParseFunctionBody() local 3455 if (Ordering == AtomicOrdering::NotAtomic || in ParseFunctionBody() 3456 Ordering == AtomicOrdering::Acquire || in ParseFunctionBody() 3457 Ordering == AtomicOrdering::AcquireRelease) in ParseFunctionBody() [all …]
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 373 use std::sync::atomic::{AtomicBool, Ordering}; 670 self.binder_died.load(Ordering::Relaxed) in is_dead() 677 self.binder_dealloc.load(Ordering::Relaxed), in assert_dropped() 683 !self.binder_dealloc.load(Ordering::Relaxed), in assert_not_dropped() 698 self.binder_dealloc.store(true, Ordering::Relaxed); in register_death_notification() 706 flag.store(true, Ordering::Relaxed); in register_death_notification()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 118 == Ordering of Transactions in a single BBQ == 141 3. Sync, Sync: Ordering of consecutive sync transactions is delegated to the sync 156 == Ordering of WM updates to syncable state ==
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 122 static unsigned GetEncodedOrdering(AtomicOrdering Ordering) { in GetEncodedOrdering() argument 123 switch (Ordering) { in GetEncodedOrdering()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 122 static unsigned GetEncodedOrdering(AtomicOrdering Ordering) { in GetEncodedOrdering() argument 123 switch (Ordering) { in GetEncodedOrdering()
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 6172 // Ordering, importance and interruptiveness
|