Home
last modified time | relevance | path

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

123456

/third_party/node/test/sequential/
Dtest-inspector-overwrite-config.js22 let asserted = false; variable
31 asserted = true;
41 assert.ok(asserted, 'log statement did not reach the inspector');
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-non-null-asserted-optional-chain.md1 # Disallows using a non-null assertion after an optional chain expression (`no-non-null-asserted-op…
11 /* eslint @typescript-eslint/no-non-null-asserted-optional-chain: "error" */
27 /* eslint @typescript-eslint/no-non-null-asserted-optional-chain: "error" */
/third_party/skia/third_party/externals/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()
/third_party/typescript/tests/baselines/reference/
DstrictNullNotNullIndexTypeShouldWork.types64 …arams!; // Return type should maintain relationship with `T` after being not-null-asserted, ideally
DstrictNullNotNullIndexTypeNoLib.types67 …arams!; // Return type should maintain relationship with `T` after being not-null-asserted, ideally
DstrictNullNotNullIndexTypeNoLib.errors.txt53 …arams!; // Return type should maintain relationship with `T` after being not-null-asserted, ideally
DstrictNullNotNullIndexTypeShouldWork.symbols79 …arams!; // Return type should maintain relationship with `T` after being not-null-asserted, ideally
DstrictNullNotNullIndexTypeNoLib.symbols85 …arams!; // Return type should maintain relationship with `T` after being not-null-asserted, ideally
/third_party/boost/libs/mpl/doc/src/refmanual/
DASSERT_NOT.rst36 | ``pred`` | Boolean nullary |Metafunction| | A predicate to be asserted to be false. |
DASSERT.rst36 | ``pred`` | Boolean nullary |Metafunction| | A predicate to be asserted. |
DASSERT_MSG.rst37 | ``condition`` | An integral constant expression | A condition to be asserted. …
/third_party/openssl/doc/man3/
DX509_check_purpose.pod61 =item E<32>4 basicConstraints absent but keyUsage present and keyCertSign asserted.
/third_party/boost/libs/assert/doc/
Dassert.adoc109 evaluated. This is useful when the asserted expression has desirable side
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Draw_keyboard_linux.dart48 /// asserted to be not null.
/third_party/boost/libs/optional/doc/
D28_ref_optional_semantics.qbk559 * [*Notes:] The requirement is asserted via `BOOST_ASSERT()`.
572 * [*Notes:] The requirement is asserted via `BOOST_ASSERT()`. On compilers that do not support ref-…
592 * [*Notes:] The requirement is asserted via `BOOST_ASSERT()`. On compilers that do not support ref-…
802 * [*Notes:] The requirement is asserted via `BOOST_ASSERT()`.
/third_party/typescript_eslint/packages/eslint-plugin/
DREADME.md134 | [`@typescript-eslint/no-non-null-asserted-optional-chain`](./docs/rules/no-non-null-asserted-opti…
/third_party/libsnd/src/ALAC/
DLICENSE168 harmless for any liability incurred by, or claims asserted against, such
/third_party/typescript/
DLICENSE53 …hold each Contributor harmless for any liability incurred by, or claims asserted against, such Con…
/third_party/libphonenumber/
DLICENSE173 incurred by, or claims asserted against, such Contributor by reason
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_result/
D_index.md8 *Requires*: Concept requirements if C++ 20, else static asserted:
/third_party/node/deps/npm/node_modules/request/
DLICENSE53 …hold each Contributor harmless for any liability incurred by, or claims asserted against, such Con…
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/
DLICENSE.txt174 incurred by, or claims asserted against, such Contributor by reason
/third_party/jsframework/
DLICENSE174 incurred by, or claims asserted against, such Contributor by reason
/third_party/node/deps/npm/node_modules/oauth-sign/
DLICENSE53 …hold each Contributor harmless for any liability incurred by, or claims asserted against, such Con…
/third_party/node/deps/npm/node_modules/tunnel-agent/
DLICENSE53 …hold each Contributor harmless for any liability incurred by, or claims asserted against, such Con…

123456