Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/float/
H A Dadd.rs118 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 Dmul.rs154 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 Dadd.rs118 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 Dmul.rs154 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 Dadd.rs118 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 Dmul.rs154 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 Dadd.rs118 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 Dmul.rs154 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 Dadd.rs118 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 Dmul.rs154 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 DBroadcastController.java508 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 DPreBootBroadcaster.java135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dfp_lib.h254 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 DBroadcastTest.java321 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 Dnir_lower_fp16_conv.c49 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 DBroadcastReceiver.java117 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 DIIntentReceiver.aidl32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DLoadedApk.java1707 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 Dbridge_sticky_fdb.sh49 sticky() function
/aosp_15_r20/external/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S63 sticky: label
/aosp_15_r20/external/rust/android-crates-io/crates/fragile/src/
Dlib.rs103 mod sticky; module
/aosp_15_r20/external/tpm2-tss/src/tss2-tcti/
H A Dtcti-common.c93 uint8_t sticky) in tcti_make_sticky_not_implemented()
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyNetworkMonitor.java44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException { in performReceive()
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/view/
H A DStickyHeaderScrollView.java47 private View sticky; field in StickyHeaderScrollView
/aosp_15_r20/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java47 private View sticky; field in StickyHeaderScrollView

12345678910>>...14