Home
last modified time | relevance | path

Searched refs:asserted (Results 1 – 25 of 1415) sorted by relevance

12345678910>>...57

/external/cronet/stable/base/android/javatests/src/org/chromium/base/
DIntentUtilsTest.java38 boolean asserted = false; in assertTargetsSelf()
42 asserted = true; in assertTargetsSelf()
45 if (BuildConfig.ENABLE_ASSERTS) assertEquals(expectAssertion, asserted); in assertTargetsSelf()
/external/cronet/tot/base/android/javatests/src/org/chromium/base/
DIntentUtilsTest.java38 boolean asserted = false; in assertTargetsSelf()
42 asserted = true; in assertTargetsSelf()
45 if (BuildConfig.ENABLE_ASSERTS) assertEquals(expectAssertion, asserted); in assertTargetsSelf()
/external/rust/android-crates-io/crates/regex-automata/tests/
Dcollection.rs114 asserted: bool, field
126 if !thread::panicking() && !self.asserted { in drop()
135 asserted: false, in new()
171 self.asserted = true; in assert()
232 self.asserted = false; in test_is_match()
247 self.asserted = false; in test_find()
266 self.asserted = false; in test_find_iter()
/external/swiftshader/src/Reactor/
DDebug.cpp215 static std::atomic<bool> asserted = { false }; in trace_assert() local
216 if(IsUnderDebugger() && !asserted.exchange(true)) in trace_assert()
226 else if(!asserted) in trace_assert()
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/
Dtrunc-weird-user.ll10 ; asserted.
28 ; whether the select user of the trunc was legal. This asserted.
/external/llvm/test/CodeGen/Mips/
Dcannot-copy-registers.ll4 ; Check that message "Cannot copy registers" is not asserted in case of microMIPS64r6.
/external/autotest/server/site_tests/firmware_Cr50DeferredECReset/
Dcontrol21 Verify EC_RST_L stays asserted while RDD is plugged in until the power button
Dcontrol.faft_cr50_tot23 Verify EC_RST_L stays asserted while RDD is plugged in until the power button
/external/autotest/server/site_tests/firmware_Cr50WilcoRmaFactoryMode/
Dcontrol21 asserted. When Cr50 enters factory mode, they should each switch. When Cr50
/external/glide/third_party/gif_encoder/
DLICENSE3 No copyright asserted on the source code of this class. May be used for any
/external/licenseclassifier/v2/assets/License/GIF-Encoder/
Dlicense.txt3 No copyright asserted on the source code of this class. May be used for any
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
DASSERT.rst36 | ``pred`` | Boolean nullary |Metafunction| | A predicate to be asserted. |
DASSERT_NOT.rst36 | ``pred`` | Boolean nullary |Metafunction| | A predicate to be asserted to be false. |
DASSERT_MSG.rst37 | ``condition`` | An integral constant expression | A condition to be asserted. …
/external/autotest/server/site_tests/firmware_SetSerialNumber/
Dcontrol27 Mainboards for onsite RMA will have WP# asserted, flash WP bit cleared,
/external/clang/lib/Analysis/
DThreadSafety.cpp114 bool asserted() const { return Asserted; } in asserted() function in __anonb21014c90111::FactEntry
826 if (!Managed && !asserted() && !negative() && !isUniversal()) { in handleRemovalFromIntersection()
1197 if (inCurrentScope(*Entry) && !Entry->asserted()) in addLock()
1205 !Entry->asserted() && !Entry->declared()) { in addLock()
1212 if (!Entry->asserted()) in addLock()
2042 else if (Modify && LDat1->asserted() && !LDat2->asserted()) { in intersectAndWarn()
/external/coreboot/src/mainboard/intel/adlrvp/
DKconfig186 SRCCLKREQB[6]. If any of them asserted, SRC buffer
/external/coreboot/src/security/lockdown/
DKconfig114 are only possible if the WP# is not asserted. Supported by Winbond
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td152 "asserted %2 %plural{1:byte|:bytes}2">;
154 "value of the aligned pointer (%0) is not a multiple of the asserted %1 "
/external/glide/
DLICENSE72 No copyright asserted on the source code of this class. May be used for any
/external/gsc-utils/board/cr50/
Dgpio.inc106 * Whan TPM_RST_L is asserted, the AP is in reset. Use this for detecting when
223 * Fake open drain on EC_TX_CR50_RX_OUT. When asserted, the signal can be used
/external/sdv/vsomeip/third_party/boost/assert/doc/
Dassert.adoc109 evaluated. This is useful when the asserted expression has desirable side
/external/python/typing/docs/source/
Dquality.rst122 be asserted.
/external/libese/apps/boot/
DREADME.md293 - Leave the inBootloader() signal asserted (recommended but not required).
305 - Leave inBootloader() signal asserted or implement the steps below in
/external/google-cloud-java/java-gke-multi-cloud/proto-google-cloud-gke-multi-cloud-v1/src/main/proto/google/cloud/gkemulticloud/v1/
Dattached_resources.proto201 // to verify the OIDC JWT asserted by the IDP.

12345678910>>...57