| /third_party/typescript/tests/baselines/reference/ |
| D | nodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).js | 18 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface property 19 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface; property 34 & import("pkg", { assert: {"bad": "require"} }).RequireInterface property 35 & import("pkg", { assert: {"bad": "import"} }).ImportInterface; property 49 type Asserts1 = { assert: {"resolution-mode": "require"} }; property 50 type Asserts2 = { assert: {"resolution-mode": "import"} }; property 60 & import("pkg", { assert: {} }).RequireInterface property 61 & import("pkg", { assert: {} }).ImportInterface; property 123 export type LocalInterface = import("pkg", { assert: {} }); property 127 export type LocalInterface = import("pkg", { assert: { "bad": "require" } }).RequireInterface & imp… property [all …]
|
| D | nodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).js | 18 & import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface property 19 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface; property 34 & import("pkg", { assert: {"bad": "require"} }).RequireInterface property 35 & import("pkg", { assert: {"bad": "import"} }).ImportInterface; property 49 type Asserts1 = { assert: {"resolution-mode": "require"} }; property 50 type Asserts2 = { assert: {"resolution-mode": "import"} }; property 60 & import("pkg", { assert: {} }).RequireInterface property 61 & import("pkg", { assert: {} }).ImportInterface; property 123 export type LocalInterface = import("pkg", { assert: {} }); property 127 export type LocalInterface = import("pkg", { assert: { "bad": "require" } }).RequireInterface & imp… property [all …]
|
| D | importAssertion1(module=esnext).js | 26 const b = import('./0', { assert: { type: "json" } }) property 27 const c = import('./0', { assert: { type: "json", ttype: "typo" } }) property 28 const d = import('./0', { assert: {} }) property 34 const h = import('./0', { assert: { type: "json" }},) property 58 const b = import('./0', { assert: { type: "json" } }); property 59 const c = import('./0', { assert: { type: "json", ttype: "typo" } }); property 60 const d = import('./0', { assert: {} }); property 65 const h = import('./0', { assert: { type: "json" } }); property
|
| D | importAssertion1(module=es2015).js | 26 const b = import('./0', { assert: { type: "json" } }) property 27 const c = import('./0', { assert: { type: "json", ttype: "typo" } }) property 28 const d = import('./0', { assert: {} }) property 34 const h = import('./0', { assert: { type: "json" }},) property 58 const b = import('./0', { assert: { type: "json" } }); property 59 const c = import('./0', { assert: { type: "json", ttype: "typo" } }); property 60 const d = import('./0', { assert: {} }); property 65 const h = import('./0', { assert: { type: "json" } }); property
|
| D | parseAssertEntriesError.js | 18 & import("pkg", { assert: {1234, "resolution-mode": "require"} }).RequireInterface property 19 & import("pkg", { assert: {1234, "resolution-mode": "import"} }).ImportInterface; property 32 & import("pkg", { assert: { 1234: , "resolution-mode": "import" } }).ImportInterface; property 46 export type LocalInterface = import("pkg", { assert: {} }); property
|
| D | importAssertion1(module=commonjs).js | 26 const b = import('./0', { assert: { type: "json" } }) property 27 const c = import('./0', { assert: { type: "json", ttype: "typo" } }) property 28 const d = import('./0', { assert: {} }) property 34 const h = import('./0', { assert: { type: "json" }},) property
|
| D | nodeModulesImportTypeModeDeclarationEmit1(module=nodenext).js | 18 & import("pkg", { assert: {"resolution-mode": "require"} }).RequireInterface property 19 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface; property
|
| D | nodeModulesImportAssertions(module=node16).js | 7 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine property 20 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine property
|
| D | nodeModulesImportTypeModeDeclarationEmit1(module=node16).js | 18 & import("pkg", { assert: {"resolution-mode": "require"} }).RequireInterface property 19 & import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface; property
|
| D | nodeModulesImportAssertions(module=nodenext).js | 7 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine property 20 const json2 = import("./package.json", { assert: { type: "json" } }); // should be fine property
|
| D | assertionTypePredicates1.js | 216 var assert = function (value) { }; function 299 Test.prototype.assert = function (value) { method in Test 351 _super.prototype.assert.call(this, typeof x === "string"); method in _super 355 _super.prototype.assert.call(this, false); method in _super 371 var assert = function (value) { }; function
|
| D | parserModule1.js | 24 export function assert(condition: boolean, s: string) { function 55 function assert(condition, s) { function
|
| /third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
| D | Test.cc | 48 First::assert(unsigned char first, in assert() function in bitfields::First 58 Second::assert(int first, bool second) in assert() function in bitfields::Second 64 Third::assert(int first, bool second, ItemKind third) in assert() function in bitfields::Third 72 Fourth::assert(MyEnum tag, unsigned long ptr) in assert() function in bitfields::Fourth 78 Date2::assert(unsigned short nWeekDay, in assert() function in bitfields::Date2 92 Fifth::assert(unsigned short nWeekDay, in assert() function in bitfields::Fifth 106 Sixth::assert(unsigned char byte, in assert() function in bitfields::Sixth 117 Seventh::assert(bool first, in assert() function in bitfields::Seventh
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | assert.h | 6 #define assert(x) (void)0 macro 8 #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0))) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | assert.h | 6 #define assert(x) (void)0 macro 8 #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0))) macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | assert.h | 6 #define assert(x) (void)0 macro 8 #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0))) macro
|
| /third_party/flatbuffers/tests/ |
| D | phpTest.php | 97 function test_buffer(Assert $assert, Google\FlatBuffers\ByteBuffer $bb) { 195 function fuzzTest1(Assert $assert) 333 function testByteBuffer(Assert $assert) {
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | assertionTypePredicates1.ts | 76 export declare function assert(value: unknown, message?: string): asserts value; function 100 assert(value: unknown): asserts value { method in Debug.Test 173 const assert = (value: unknown): asserts value => {} constant
|
| /third_party/musl/include/ |
| D | assert.h | 32 #define assert(x) (void)0 macro 34 #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0))) macro
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | parsePseudoBigInt.ts | 24 assert.equal(parsePseudoBigInt(prefix + binary), String(testNumber)); constant 34 assert.equal(parsePseudoBigInt(prefix + octal), String(testNumber)); constant
|
| /third_party/typescript/tests/cases/compiler/ |
| D | assertionFunctionWildcardImport1.ts | 8 export declare function assert(expression: unknown): asserts expression; function
|
| D | controlFlowCommaExpressionAssertionWithinTernary.ts | 2 declare function assert(value: any): asserts value; function
|
| D | es3defaultAliasIsQuoted.ts | 9 export default function assert(value: boolean) { function
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | module-import-01.js | 28 assert (Array.isArray(mod.d)) variable
|
| /third_party/rust/crates/cxx/src/macros/ |
| D | mod.rs | 2 mod assert; module
|