Home
last modified time | relevance | path

Searched full:just (Results 1 – 25 of 22521) sorted by relevance

12345678910>>...901

/aosp_15_r20/external/armnn/src/armnnUtils/test/
H A DFloatingPointComparisonTest.cpp17 // Just below tolerance.
19 // Just above tolerance.
21 // Just inside the lower range.
23 // Just inside the upper range.
44 // Just below tolerance.
46 // Just above tolerance.
48 // Just inside the lower range.
50 // Just inside the upper range.
58 // Just below tolerance.
60 // Just above tolerance.
[all …]
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-simulator-inputs-aarch64.h52 0x3fdfffffffffffff, /* The value just below 0.5. */ \
54 0x3fe0000000000001, /* The value just above 0.5. */ \
55 0x3fefffffffffffff, /* The value just below 1.0. */ \
57 0x3ff0000000000001, /* The value just above 1.0. */ \
259 0xc3e0000000000001, /* The value just below INT64_MIN. */ \
261 0xc3dfffffffffffff, /* The value just above INT64_MIN. */ \
262 0x43dfffffffffffff, /* The value just below INT64_MAX. */ \
264 0x43e0000000000000, /* The value just above INT64_MAX. */ \
266 0x43efffffffffffff, /* The value just below UINT64_MAX. */ \
268 0x43f0000000000000, /* The value just above UINT64_MAX. */ \
[all …]
/aosp_15_r20/external/llvm/test/Analysis/BasicAA/
H A Dcs-cs.ll26 ; CHECK: Just Ref: Ptr: i8* %p <-> %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* …
30 ; CHECK: Just Ref: Ptr: i8* %p <-> %b = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* …
64 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
65 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
66 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
67 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
68 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa…
69 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa…
83 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
84 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %…
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/util/
H A DMaybe.kt33 data class Just<out A> internal constructor(val value: A) : Maybe<A>() in <lambda>() class
42 if (this is Just) k.resume(value) in <lambda>()
75 maybeResult = result.getOrNull()?.let { just(it) } ?: None in maybe()
82 /** Returns a [Just] containing this value, or [None] if `null`. */
85 /** Returns a [Just] containing a non-null [value], or [None] if `null`. */ in toMaybe()
86 inline fun <A> maybe(value: A?): Maybe<A> = value?.let(::just) ?: None in toMaybe()
88 /** Returns a [Just] containing [value]. */ in toMaybe()
89 fun <A> just(value: A): Maybe<A> = Just(value) in toMaybe() method
106 is Just -> just(transform(value)) in toMaybe()
113 is Just -> transform(value) in flatMap()
[all …]
/aosp_15_r20/external/flatbuffers/tests/flatc/
H A Dflatc_cpp_tests.py20 # Generate just foo with a "flatten" import of bar.
27 # Generate just foo with a "flatten" import of bar.
34 # Generate just foo with a "flatten" import of bar.
41 # Generate just foo with a "flatten" import of bar.
48 # Generate just foo with a "flatten" import of bar.
57 # Generate just foo with a "flatten" import of bar.
64 # Generate just foo with the import of bar keeping the prefix of where it is located.
70 # Generate just foo with the import of bar keeping the prefix of where it is located.
82 # Generate just foo with the import of bar keeping the prefix of where it is located.
99 # Generate just foo with the import of bar keeping the prefix of where it is located.
[all …]
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs87 /// Empty interface just to use the declare_binder_interface macro
114 // SAFETY: Just reading an extern constant. in on_transact()
120 // SAFETY: Just reading an extern constant. in on_transact()
128 // SAFETY: Just reading an extern constant. in on_transact()
130 // SAFETY: Just reading an extern constant. in on_transact()
137 // SAFETY: Just reading an extern constant. in on_transact()
139 // SAFETY: Just reading an extern constant. in on_transact()
147 // SAFETY: Just reading an extern constant. in on_transact()
154 // SAFETY: Just reading an extern constant. in on_transact()
162 // SAFETY: Just reading an extern constant. in on_transact()
[all …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_bignum_mod_raw.data1 Test mbedtls_mpi_mod_raw_io #1 BE (Buffer and limbs just fit, input limb-aligned)
4 Test mbedtls_mpi_mod_raw_io #1 LE (Buffer and limbs just fit, input limb-aligned)
7 Test mbedtls_mpi_mod_raw_io #2 BE (Buffer and limbs just fit, input unaligned)
10 Test mbedtls_mpi_mod_raw_io #2 LE (Buffer and limbs just fit, input unaligned)
13 Test mbedtls_mpi_mod_raw_io #3 BE (Buffer just fits, extra limbs, input limb-aligned)
16 Test mbedtls_mpi_mod_raw_io #3 LE (Buffer just fits, extra limbs, input limb-aligned)
19 Test mbedtls_mpi_mod_raw_io #4 BE (Buffer just fits, extra limbs, input unaligned)
22 Test mbedtls_mpi_mod_raw_io #4 LE (Buffer just fits, extra limbs, input unaligned)
37 Test mbedtls_mpi_mod_raw_io #7 BE (Buffer and limbs just fit, input limb-aligned with leading zeroe…
40 Test mbedtls_mpi_mod_raw_io #7 LE (Buffer and limbs just fit, input limb-aligned with leading zeroe…
[all …]
H A Dtest_suite_bignum_core.misc.data4 Test mbedtls_mpi_core_io_be #1 (Buffer and limbs just fit, input limb-aligned)
7 Test mbedtls_mpi_core_io_be #2 (Buffer and limbs just fit, input unaligned)
10 Test mbedtls_mpi_core_io_be #3 (Buffer just fits, extra limbs, input limb-aligned)
13 Test mbedtls_mpi_core_io_be #4 (Buffer just fits, extra limbs, input unaligned)
22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
25 Test mbedtls_mpi_core_io_be #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
28 Test mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
31 Test mbedtls_mpi_core_io_be #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
69 Test mbedtls_mpi_core_io_le #1 (Buffer and limbs just fit, input limb-aligned)
72 Test mbedtls_mpi_core_io_le #2 (Buffer and limbs just fit, input unaligned)
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_bignum_mod_raw.data1 Test mbedtls_mpi_mod_raw_io #1 BE (Buffer and limbs just fit, input limb-aligned)
4 Test mbedtls_mpi_mod_raw_io #1 LE (Buffer and limbs just fit, input limb-aligned)
7 Test mbedtls_mpi_mod_raw_io #2 BE (Buffer and limbs just fit, input unaligned)
10 Test mbedtls_mpi_mod_raw_io #2 LE (Buffer and limbs just fit, input unaligned)
13 Test mbedtls_mpi_mod_raw_io #3 BE (Buffer just fits, extra limbs, input limb-aligned)
16 Test mbedtls_mpi_mod_raw_io #3 LE (Buffer just fits, extra limbs, input limb-aligned)
19 Test mbedtls_mpi_mod_raw_io #4 BE (Buffer just fits, extra limbs, input unaligned)
22 Test mbedtls_mpi_mod_raw_io #4 LE (Buffer just fits, extra limbs, input unaligned)
37 Test mbedtls_mpi_mod_raw_io #7 BE (Buffer and limbs just fit, input limb-aligned with leading zeroe…
40 Test mbedtls_mpi_mod_raw_io #7 LE (Buffer and limbs just fit, input limb-aligned with leading zeroe…
[all …]
H A Dtest_suite_bignum_core.misc.data4 Test mbedtls_mpi_core_io_be #1 (Buffer and limbs just fit, input limb-aligned)
7 Test mbedtls_mpi_core_io_be #2 (Buffer and limbs just fit, input unaligned)
10 Test mbedtls_mpi_core_io_be #3 (Buffer just fits, extra limbs, input limb-aligned)
13 Test mbedtls_mpi_core_io_be #4 (Buffer just fits, extra limbs, input unaligned)
22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
25 Test mbedtls_mpi_core_io_be #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
28 Test mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zero…
31 Test mbedtls_mpi_core_io_be #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
69 Test mbedtls_mpi_core_io_le #1 (Buffer and limbs just fit, input limb-aligned)
72 Test mbedtls_mpi_core_io_le #2 (Buffer and limbs just fit, input unaligned)
[all …]
/aosp_15_r20/out/soong/.intermediates/art/runtime/libart_mterp.arm64ng/gen/
Dmterp_arm64ng.S277 // kDontSave runtime method. So just use the kSaveRefsOnly runtime method.
529 // SETUP_STACK_FOR_INVOKE) and then just decrement it by one before copying each arg.
1055 // TODO: We could just copy all the vregs to the stack slots in a simple loop
1454 // TODO: Or we could just spill regs to the reserved slots in the caller's
1703 # Explicitly restore CFA, just in case the previous opcode clobbered it (by .cfi_def_*).
1718 # Explicitly restore CFA, just in case the previous opcode clobbered it (by .cfi_def_*).
1743 # Explicitly restore CFA, just in case the previous opcode clobbered it (by .cfi_def_*).
1768 # Explicitly restore CFA, just in case the previous opcode clobbered it (by .cfi_def_*).
1793 # Explicitly restore CFA, just in case the previous opcode clobbered it (by .cfi_def_*).
1814 # Explicitly restore CFA, just in case the previous opcode clobbered it (by .cfi_def_*).
[all …]
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DIntentUtils.java47 /** Just like {@link Intent#hasExtra(String)} but doesn't throw exceptions. */
58 /** Just like {@link Intent#removeExtra(String)} but doesn't throw exceptions. */
68 /** Just like {@link Intent#getBooleanExtra(String, boolean)} but doesn't throw exceptions. */
79 /** Just like {@link Bundle#getBoolean(String, boolean)} but doesn't throw exceptions. */
90 /** Just like {@link Intent#getIntExtra(String, int)} but doesn't throw exceptions. */
101 /** Just like {@link Bundle#getInt(String, int)} but doesn't throw exceptions. */
112 /** Just like {@link Intent#getIntArrayExtra(String)} but doesn't throw exceptions. */
123 /** Just like {@link Bundle#getIntArray(String)} but doesn't throw exceptions. */
134 /** Just like {@link Bundle#getFloatArray(String)} but doesn't throw exceptions. */
145 /** Just like {@link Intent#getLongExtra(String, long)} but doesn't throw exceptions. */
[all …]
/aosp_15_r20/external/freetype/src/gxvalid/
H A Dgxvjust.c5 * TrueTypeGX/AAT just table validation (body).
44 * referred `just' table format specification:
48 * [JUST HEADER]: GXV_JUST_HEADER_SIZE
66 #define GXV_JUST_DATA( a ) GXV_TABLE_DATA( just, a )
69 /* GX just table does not define their subset of GID */
80 GXV_TRACE(( "just table includes too large %s" in gxv_just_check_max_gid()
120 GXV_TRACE(( "just table includes non-zero value" in gxv_just_wdp_entry_validate()
161 GXV_NAME_ENTER( "just justDeltaClusters" ); in gxv_just_widthDeltaClusters_validate()
207 GXV_TRACE(( "just table includes invalid range spec:" in gxv_just_actSubrecord_type0_validate()
348 GXV_NAME_ENTER( "just actSubrecord" ); in gxv_just_actSubrecord_validate()
[all …]
/aosp_15_r20/cts/tests/tests/accounts/src/android/accounts/cts/
H A DAccountManagerUnaffiliatedAuthenticatorTests.java70 fail("Expected to just barf if the caller doesn't share a signature."); in testNotifyAccountAuthenticated()
93 fail("addAccountExplicitly should just barf if the caller isn't permitted."); in testAddAccountExplicitly()
103 fail("removeAccount should just barf if the caller isn't permitted."); in testRemoveAccount_withBooleanResult()
114 fail("removeAccount should just barf if the caller isn't permitted."); in testRemoveAccount_withBundleResult()
122 fail("removeAccountExplicitly should just barf if the caller isn't permitted."); in testRemoveAccountExplicitly()
130 fail("getPassword should just barf if the caller isn't permitted."); in testGetPassword()
139 fail("setPassword should just barf if the caller isn't permitted."); in testSetPassword()
147 fail("clearPassword should just barf if the caller isn't permitted."); in testClearPassword()
156 fail("getUserData should just barf if the caller isn't permitted."); in testGetUserData()
166 fail("setUserData should just barf if the caller isn't permitted."); in testSetUserData()
[all …]
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
H A DFluxSingleTest.kt32 assertEquals("OK", Flux.just("O").awaitSingle() + "K") in <lambda>()
38 send(Flux.just("O").awaitSingle() + "K") in testSingleEmitAndAwait()
49 send(Flux.just("O").delayElements(ofMillis(50)).awaitSingle() + "K") in testSingleWithDelay()
60 send(Flux.just("O", "K").awaitSingle() + "K") in testSingleException()
71 send(Flux.just("O", "#").awaitFirst() + "K") in testAwaitFirst()
93 send(Flux.just("O", "#").awaitFirstOrDefault("!") + "K") in testAwaitFirstOrDefaultWithValues()
115 send((Flux.just("O", "#").awaitFirstOrNull() ?: "!") + "K") in testAwaitFirstOrNullWithValues()
137 send(Flux.just("O", "#").awaitFirstOrElse { "!" } + "K") in testAwaitFirstOrElseWithValues()
148 send(Flux.just("#", "O").awaitLast() + "K") in testAwaitLast()
162 send(Flux.just(e.message!!).awaitLast() + "K") in testExceptionFromObservable()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DMetadataDatabase.java307 // Check if user has new schema, but is just missing the version update
330 // Check if user has new schema, but is just missing the version update
361 // Check if user has new schema, but is just missing the version update
380 // Check if user has new schema, but is just missing the version update
400 // Check if user has new schema, but is just missing the version update
422 // Check if user has new schema, but is just missing the version update
443 // Check if user has new schema, but is just missing the version update
464 // Check if user has new schema, but is just missing the version update
484 // Check if user has new schema, but is just missing the version update
504 // Check if user has new schema, but is just missing the version update
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiPresentIdWaitTests.cpp382 …const NativeObjects native(m_context, instHelper.supportedExtensions, m_wsiType, 1u, tcu::just(des… in iterate()
672 {tcu::just<uint64_t>(0), tcu::just(vk::VK_SUCCESS)},
695 {tcu::just<uint64_t>(1), tcu::just(vk::VK_SUCCESS)},
696 {tcu::just(std::numeric_limits<uint64_t>::max()), tcu::just(vk::VK_SUCCESS)},
720 {tcu::just<uint64_t>(0), tcu::just(vk::VK_SUCCESS)},
721 {tcu::just<uint64_t>(1), tcu::just(vk::VK_SUCCESS)},
722 {tcu::Nothing, tcu::just(vk::VK_SUCCESS)},
723 {tcu::just(std::numeric_limits<uint64_t>::max()), tcu::just(vk::VK_SUCCESS)},
747 {tcu::just<uint64_t>(1), tcu::just(vk::VK_SUCCESS)},
773 {tcu::just<uint64_t>(1), tcu::just(vk::VK_SUCCESS)},
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/
H A Dvalues.rs23 0x37ff, // The value just below 0.5.
25 0x3801, // The value just above 0.5.
26 0x3bff, // The value just below 1.0.
28 0x3c01, // The value just above 1.0.
49 0x3effffff, // The value just below 0.5.
51 0x3f000001, // The value just above 0.5.
52 0x3f7fffff, // The value just below 1.0.
54 0x3f800001, // The value just above 1.0.
76 0x3fdfffffffffffff, // The value just below 0.5.
78 0x3fe0000000000001, // The value just above 0.5.
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/
H A Dvalues.rs23 0x37ff, // The value just below 0.5.
25 0x3801, // The value just above 0.5.
26 0x3bff, // The value just below 1.0.
28 0x3c01, // The value just above 1.0.
49 0x3effffff, // The value just below 0.5.
51 0x3f000001, // The value just above 0.5.
52 0x3f7fffff, // The value just below 1.0.
54 0x3f800001, // The value just above 1.0.
76 0x3fdfffffffffffff, // The value just below 0.5.
78 0x3fe0000000000001, // The value just above 0.5.
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/
H A Dvalues.rs23 0x37ff, // The value just below 0.5.
25 0x3801, // The value just above 0.5.
26 0x3bff, // The value just below 1.0.
28 0x3c01, // The value just above 1.0.
49 0x3effffff, // The value just below 0.5.
51 0x3f000001, // The value just above 0.5.
52 0x3f7fffff, // The value just below 1.0.
54 0x3f800001, // The value just above 1.0.
76 0x3fdfffffffffffff, // The value just below 0.5.
78 0x3fe0000000000001, // The value just above 0.5.
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/
H A Dvalues.rs23 0x37ff, // The value just below 0.5.
25 0x3801, // The value just above 0.5.
26 0x3bff, // The value just below 1.0.
28 0x3c01, // The value just above 1.0.
49 0x3effffff, // The value just below 0.5.
51 0x3f000001, // The value just above 0.5.
52 0x3f7fffff, // The value just below 1.0.
54 0x3f800001, // The value just above 1.0.
76 0x3fdfffffffffffff, // The value just below 0.5.
78 0x3fe0000000000001, // The value just above 0.5.
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/
H A Dvalues.rs23 0x37ff, // The value just below 0.5.
25 0x3801, // The value just above 0.5.
26 0x3bff, // The value just below 1.0.
28 0x3c01, // The value just above 1.0.
49 0x3effffff, // The value just below 0.5.
51 0x3f000001, // The value just above 0.5.
52 0x3f7fffff, // The value just below 1.0.
54 0x3f800001, // The value just above 1.0.
76 0x3fdfffffffffffff, // The value just below 0.5.
78 0x3fe0000000000001, // The value just above 0.5.
[all …]
/aosp_15_r20/external/replicaisland/res/values/
H A Dwanda.xml15 Hmm, his self-repair mechanism is still intact. If I can just reconnect the power...
48 …things that are here, they all grew here, I guess. Mr. Rokudou says it’s just The Source doing wh…
87 …h, he’s kind of full of himself. And he’s really competitive--this isn’t just a job to him, it’s …
91 But once you get to know him, he’s a pretty nice guy. Just don’t get on his bad side.
96just maybe, there was some other way to resolve the situation? Or do you just calculate the short…
100 …was my friend, but to you he was just an obstacle to overcome. You probably didn’t even think of …
128 Let me just say this. I don’t trust Rokudou either. He could have saved Kyle but for some reason …
150 He’s a criminal mastermind. The whole businessman-with-a-heart-of-gold shtick is just for show. S…
167 …tually kind of like this island. It’s like a theme park: just weird enough to be fun but just nor…
180 You’re just a tool to these guys--they have their own personal vendettas and they are just using yo…
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/
H A Dfld_just.c39 | Function : int set_field_just(FIELD *field, int just)
48 set_field_just(FIELD *field, int just) in NCURSES_EXPORT()
52 T((T_CALLED("set_field_just(%p,%d)"), (void *)field, just)); in NCURSES_EXPORT()
54 if ((just == NO_JUSTIFICATION) || in NCURSES_EXPORT()
55 (just == JUSTIFY_LEFT) || in NCURSES_EXPORT()
56 (just == JUSTIFY_CENTER) || in NCURSES_EXPORT()
57 (just == JUSTIFY_RIGHT)) in NCURSES_EXPORT()
60 if (field->just != just) in NCURSES_EXPORT()
62 field->just = just; in NCURSES_EXPORT()
83 returnCode(Normalize_Field(field)->just); in field_just()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs213 // SAFETY: we just initialized the elements `..4`. in digits_to_dec_str()
216 // SAFETY: we just initialized the elements `..3`. in digits_to_dec_str()
228 // SAFETY: we just initialized the elements `..4`. in digits_to_dec_str()
231 // SAFETY: we just initialized the elements `..3`. in digits_to_dec_str()
241 // SAFETY: we just initialized the elements `..4`. in digits_to_dec_str()
244 // SAFETY: we just initialized the elements `..2`. in digits_to_dec_str()
295 // SAFETY: we just initialized the elements `..n + 2`. in digits_to_exp_str()
369 // SAFETY: we just initialized the elements `..1`. in to_shortest_str()
374 // SAFETY: we just initialized the elements `..1`. in to_shortest_str()
384 // SAFETY: we just initialized the elements `..2`. in to_shortest_str()
[all …]

12345678910>>...901