/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 118 let sticky = in add() localVariable 147 let sticky = F::Int::from_bool(a_significand & one != Int::ZERO); in add() localVariable 162 let sticky = in add() localVariable
|
H A D | mul.rs | 154 let sticky = product_low << (bits - shift); in mul() localVariable 158 let sticky = product_high << (2 * bits - shift) | product_low; in mul() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 118 let sticky = in add() localVariable 147 let sticky = F::Int::from_bool(a_significand & one != Int::ZERO); in add() localVariable 162 let sticky = in add() localVariable
|
H A D | mul.rs | 154 let sticky = product_low << (bits - shift); in mul() localVariable 158 let sticky = product_high << (2 * bits - shift) | product_low; in mul() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 118 let sticky = in add() localVariable 147 let sticky = F::Int::from_bool(a_significand & one != Int::ZERO); in add() localVariable 162 let sticky = in add() localVariable
|
H A D | mul.rs | 154 let sticky = product_low << (bits - shift); in mul() localVariable 158 let sticky = product_high << (2 * bits - shift) | product_low; in mul() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 118 let sticky = in add() localVariable 147 let sticky = F::Int::from_bool(a_significand & one != Int::ZERO); in add() localVariable 162 let sticky = in add() localVariable
|
H A D | mul.rs | 154 let sticky = product_low << (bits - shift); in mul() localVariable 158 let sticky = product_high << (2 * bits - shift) | product_low; in mul() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/ |
H A D | add.rs | 118 let sticky = in add() localVariable 147 let sticky = F::Int::from_bool(a_significand & one != Int::ZERO); in add() localVariable 162 let sticky = in add() localVariable
|
H A D | mul.rs | 154 let sticky = product_low << (bits - shift); in mul() localVariable 158 let sticky = product_high << (2 * bits - shift) | product_low; in mul() localVariable
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastController.java | 508 Intent sticky = allSticky != null ? allSticky.get(0).intent : null; in registerReceiverWithFeatureTraced() local 714 boolean serialized, boolean sticky, int userId) { in broadcastIntentWithFeature() 762 boolean serialized, boolean sticky, int userId, in broadcastIntentInPackage() 796 boolean ordered, boolean sticky, int callingPid, int callingUid, in broadcastIntentLocked() 822 boolean ordered, boolean sticky, int callingUid, int realCallingUid, int userId) { in traceBroadcastIntentBegin() 858 BroadcastOptions brOptions, boolean ordered, boolean sticky, int callingPid, in broadcastIntentLockedTraced()
|
H A D | PreBootBroadcaster.java | 135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | fp_lib.h | 254 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local 259 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local 263 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | BroadcastTest.java | 321 Intent sticky = getContext().registerReceiver(null, filter, Context.RECEIVER_EXPORTED); in testSetSticky() local 337 Intent sticky = getContext().registerReceiver(null, filter, Context.RECEIVER_EXPORTED); in testClearSticky() local 351 Intent sticky = getContext().registerReceiver(null, filter, Context.RECEIVER_EXPORTED); in testReplaceSticky() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_fp16_conv.c | 49 half_rounded(nir_builder *b, nir_def *value, nir_def *guard, nir_def *sticky, in half_rounded() 119 nir_def *sticky = nir_bcsel(b, nir_ine(b, nir_iand_imm(b, abs, 0xFFF), zero), one, zero); in float_to_half_impl() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | BroadcastReceiver.java | 117 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult() 125 boolean ordered, boolean sticky, boolean assumeDelivered, IBinder token, in PendingResult()
|
H A D | IIntentReceiver.aidl | 32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | LoadedApk.java | 1707 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() 1717 Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in performReceive() 1775 boolean ordered, boolean sticky, boolean assumeDelivered, int sendingUser, in Args() 1902 Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in performReceive()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | bridge_sticky_fdb.sh | 49 sticky() function
|
/aosp_15_r20/external/compiler-rt/lib/builtins/i386/ |
H A D | floatundisf.S | 63 sticky: label
|
/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/ |
D | lib.rs | 103 mod sticky; module
|
/aosp_15_r20/external/tpm2-tss/src/tss2-tcti/ |
H A D | tcti-common.c | 93 uint8_t sticky) in tcti_make_sticky_not_implemented()
|
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/ |
H A D | MonkeyNetworkMonitor.java | 44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException { in performReceive()
|
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
H A D | StickyHeaderScrollView.java | 47 private View sticky; field in StickyHeaderScrollView
|
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | StickyHeaderScrollView.java | 47 private View sticky; field in StickyHeaderScrollView
|