/third_party/typescript/tests/baselines/reference/ |
D | accessibilityModifiers.errors.txt | 1 …/accessibilityModifiers.ts(21,12): error TS1029: 'private' modifier must precede 'static' modifier. 2 …/accessibilityModifiers.ts(22,12): error TS1029: 'private' modifier must precede 'static' modifier. 3 …/accessibilityModifiers.ts(23,12): error TS1029: 'private' modifier must precede 'static' modifier. 4 …/accessibilityModifiers.ts(24,12): error TS1029: 'private' modifier must precede 'static' modifier. 5 …ccessibilityModifiers.ts(26,12): error TS1029: 'protected' modifier must precede 'static' modifier. 6 …ccessibilityModifiers.ts(27,12): error TS1029: 'protected' modifier must precede 'static' modifier. 7 …ccessibilityModifiers.ts(28,12): error TS1029: 'protected' modifier must precede 'static' modifier. 8 …ccessibilityModifiers.ts(29,12): error TS1029: 'protected' modifier must precede 'static' modifier. 9 …s/accessibilityModifiers.ts(31,12): error TS1029: 'public' modifier must precede 'static' modifier. 10 …s/accessibilityModifiers.ts(32,12): error TS1029: 'public' modifier must precede 'static' modifier. [all …]
|
D | classAbstractMixedWithModifiers.errors.txt | 1 …ixedWithModifiers.ts(6,13): error TS1243: 'private' modifier cannot be used with 'abstract' modifi… 2 …tractMixedWithModifiers.ts(8,14): error TS1029: 'public' modifier must precede 'abstract' modifier. 3 …ctMixedWithModifiers.ts(9,14): error TS1029: 'protected' modifier must precede 'abstract' modifier. 4 …xedWithModifiers.ts(10,14): error TS1243: 'private' modifier cannot be used with 'abstract' modifi… 5 …ixedWithModifiers.ts(12,14): error TS1243: 'static' modifier cannot be used with 'abstract' modifi… 6 …ixedWithModifiers.ts(13,12): error TS1243: 'static' modifier cannot be used with 'abstract' modifi… 7 …MixedWithModifiers.ts(15,14): error TS1243: 'async' modifier cannot be used with 'abstract' modifi… 8 …tMixedWithModifiers.ts(16,5): error TS1243: 'async' modifier cannot be used with 'abstract' modifi… 19 !!! error TS1243: 'private' modifier cannot be used with 'abstract' modifier. 23 !!! error TS1029: 'public' modifier must precede 'abstract' modifier. [all …]
|
D | exportAlreadySeen.errors.txt | 1 tests/cases/compiler/exportAlreadySeen.ts(2,12): error TS1030: 'export' modifier already seen. 2 tests/cases/compiler/exportAlreadySeen.ts(3,12): error TS1030: 'export' modifier already seen. 3 tests/cases/compiler/exportAlreadySeen.ts(5,12): error TS1030: 'export' modifier already seen. 4 tests/cases/compiler/exportAlreadySeen.ts(6,16): error TS1030: 'export' modifier already seen. 5 tests/cases/compiler/exportAlreadySeen.ts(7,16): error TS1030: 'export' modifier already seen. 6 tests/cases/compiler/exportAlreadySeen.ts(12,12): error TS1030: 'export' modifier already seen. 7 tests/cases/compiler/exportAlreadySeen.ts(13,12): error TS1030: 'export' modifier already seen. 8 tests/cases/compiler/exportAlreadySeen.ts(15,12): error TS1030: 'export' modifier already seen. 9 tests/cases/compiler/exportAlreadySeen.ts(16,16): error TS1030: 'export' modifier already seen. 10 tests/cases/compiler/exportAlreadySeen.ts(17,16): error TS1030: 'export' modifier already seen. [all …]
|
D | invalidModuleWithStatementsOfEveryKind.errors.txt | 1 …/invalidModuleWithStatementsOfEveryKind.ts(4,5): error TS1044: 'public' modifier cannot appear on … 2 …/invalidModuleWithStatementsOfEveryKind.ts(6,5): error TS1044: 'public' modifier cannot appear on … 3 …invalidModuleWithStatementsOfEveryKind.ts(12,5): error TS1044: 'public' modifier cannot appear on … 4 …invalidModuleWithStatementsOfEveryKind.ts(13,5): error TS1044: 'public' modifier cannot appear on … 5 …invalidModuleWithStatementsOfEveryKind.ts(15,5): error TS1044: 'public' modifier cannot appear on … 6 …invalidModuleWithStatementsOfEveryKind.ts(19,5): error TS1044: 'public' modifier cannot appear on … 7 …invalidModuleWithStatementsOfEveryKind.ts(25,5): error TS1044: 'public' modifier cannot appear on … 8 …nvalidModuleWithStatementsOfEveryKind.ts(29,5): error TS1044: 'private' modifier cannot appear on … 9 …nvalidModuleWithStatementsOfEveryKind.ts(31,5): error TS1044: 'private' modifier cannot appear on … 10 …nvalidModuleWithStatementsOfEveryKind.ts(37,5): error TS1044: 'private' modifier cannot appear on … [all …]
|
D | multipleClassPropertyModifiersErrors.errors.txt | 1 …er/multipleClassPropertyModifiersErrors.ts(2,9): error TS1028: Accessibility modifier already seen. 2 …r/multipleClassPropertyModifiersErrors.ts(3,10): error TS1028: Accessibility modifier already seen. 3 tests/cases/compiler/multipleClassPropertyModifiersErrors.ts(4,9): error TS1030: 'static' modifier … 4 …er/multipleClassPropertyModifiersErrors.ts(5,9): error TS1028: Accessibility modifier already seen. 5 …r/multipleClassPropertyModifiersErrors.ts(6,10): error TS1028: Accessibility modifier already seen. 12 !!! error TS1028: Accessibility modifier already seen. 15 !!! error TS1028: Accessibility modifier already seen. 18 !!! error TS1030: 'static' modifier already seen. 21 !!! error TS1028: Accessibility modifier already seen. 24 !!! error TS1028: Accessibility modifier already seen.
|
D | staticMustPrecedePublic.errors.txt | 1 …r/staticMustPrecedePublic.ts(2,12): error TS1029: 'public' modifier must precede 'static' modifier. 2 …/staticMustPrecedePublic.ts(3,12): error TS1029: 'private' modifier must precede 'static' modifier. 9 !!! error TS1029: 'public' modifier must precede 'static' modifier. 12 !!! error TS1029: 'private' modifier must precede 'static' modifier.
|
D | multipleClassPropertyModifiers.errors.txt | 1 …pleClassPropertyModifiers.ts(3,12): error TS1029: 'public' modifier must precede 'static' modifier. 2 …leClassPropertyModifiers.ts(5,12): error TS1029: 'private' modifier must precede 'static' modifier. 10 !!! error TS1029: 'public' modifier must precede 'static' modifier. 14 !!! error TS1029: 'private' modifier must precede 'static' modifier.
|
D | invalidModuleWithVarStatements.errors.txt | 1 …duleBody/invalidModuleWithVarStatements.ts(4,5): error TS1044: 'public' modifier cannot appear on … 2 …duleBody/invalidModuleWithVarStatements.ts(8,5): error TS1044: 'public' modifier cannot appear on … 3 …uleBody/invalidModuleWithVarStatements.ts(12,5): error TS1044: 'static' modifier cannot appear on … 4 …uleBody/invalidModuleWithVarStatements.ts(16,5): error TS1044: 'static' modifier cannot appear on … 5 …leBody/invalidModuleWithVarStatements.ts(20,5): error TS1044: 'private' modifier cannot appear on … 6 …leBody/invalidModuleWithVarStatements.ts(25,5): error TS1044: 'private' modifier cannot appear on … 15 !!! error TS1044: 'public' modifier cannot appear on a module or namespace element. 21 !!! error TS1044: 'public' modifier cannot appear on a module or namespace element. 27 !!! error TS1044: 'static' modifier cannot appear on a module or namespace element. 33 !!! error TS1044: 'static' modifier cannot appear on a module or namespace element. [all …]
|
D | declareAlreadySeen.errors.txt | 1 tests/cases/compiler/declareAlreadySeen.ts(2,13): error TS1030: 'declare' modifier already seen. 2 tests/cases/compiler/declareAlreadySeen.ts(3,13): error TS1030: 'declare' modifier already seen. 3 tests/cases/compiler/declareAlreadySeen.ts(5,13): error TS1030: 'declare' modifier already seen. 4 tests/cases/compiler/declareAlreadySeen.ts(7,13): error TS1030: 'declare' modifier already seen. 11 !!! error TS1030: 'declare' modifier already seen. 14 !!! error TS1030: 'declare' modifier already seen. 18 !!! error TS1030: 'declare' modifier already seen. 22 !!! error TS1030: 'declare' modifier already seen.
|
D | classAbstractProperties.errors.txt | 1 …bstractProperties.ts(5,13): error TS1243: 'private' modifier cannot be used with 'abstract' modifi… 2 …stractProperties.ts(12,13): error TS1243: 'private' modifier cannot be used with 'abstract' modifi… 12 !!! error TS1243: 'private' modifier cannot be used with 'abstract' modifier. 21 !!! error TS1243: 'private' modifier cannot be used with 'abstract' modifier.
|
D | privateNamesIncompatibleModifiers.errors.txt | 1 …vateNamesIncompatibleModifiers.ts(2,5): error TS18010: An accessibility modifier cannot be used wi… 2 …vateNamesIncompatibleModifiers.ts(3,5): error TS18010: An accessibility modifier cannot be used wi… 3 …vateNamesIncompatibleModifiers.ts(4,5): error TS18010: An accessibility modifier cannot be used wi… 4 …mes/privateNamesIncompatibleModifiers.ts(6,5): error TS18019: 'declare' modifier cannot be used wi… 5 …s/privateNamesIncompatibleModifiers.ts(10,5): error TS18019: 'abstract' modifier cannot be used wi… 12 !!! error TS18010: An accessibility modifier cannot be used with a private identifier. 15 !!! error TS18010: An accessibility modifier cannot be used with a private identifier. 18 !!! error TS18010: An accessibility modifier cannot be used with a private identifier. 22 !!! error TS18019: 'declare' modifier cannot be used with a private identifier. 28 !!! error TS18019: 'abstract' modifier cannot be used with a private identifier.
|
D | modifiersInObjectLiterals.errors.txt | 1 tests/cases/compiler/modifiersInObjectLiterals.ts(2,2): error TS1042: 'public' modifier cannot be u… 2 tests/cases/compiler/modifiersInObjectLiterals.ts(3,2): error TS1042: 'private' modifier cannot be … 3 tests/cases/compiler/modifiersInObjectLiterals.ts(4,2): error TS1042: 'protected' modifier cannot b… 4 tests/cases/compiler/modifiersInObjectLiterals.ts(5,2): error TS1042: 'abstract' modifier cannot be… 11 !!! error TS1042: 'public' modifier cannot be used here. 14 !!! error TS1042: 'private' modifier cannot be used here. 17 !!! error TS1042: 'protected' modifier cannot be used here. 20 !!! error TS1042: 'abstract' modifier cannot be used here.
|
D | declFileWithErrorsInInputDeclarationFileWithOut.errors.txt | 1 tests/cases/compiler/declFile.d.ts(2,5): error TS1038: A 'declare' modifier cannot be used in an al… 2 tests/cases/compiler/declFile.d.ts(3,5): error TS1038: A 'declare' modifier cannot be used in an al… 3 tests/cases/compiler/declFile.d.ts(5,5): error TS1038: A 'declare' modifier cannot be used in an al… 4 tests/cases/compiler/declFile.d.ts(7,5): error TS1038: A 'declare' modifier cannot be used in an al… 15 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context. 18 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context. 22 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context. 26 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context.
|
D | declFileWithErrorsInInputDeclarationFile.errors.txt | 1 tests/cases/compiler/declFile.d.ts(2,5): error TS1038: A 'declare' modifier cannot be used in an al… 2 tests/cases/compiler/declFile.d.ts(3,5): error TS1038: A 'declare' modifier cannot be used in an al… 3 tests/cases/compiler/declFile.d.ts(5,5): error TS1038: A 'declare' modifier cannot be used in an al… 4 tests/cases/compiler/declFile.d.ts(7,5): error TS1038: A 'declare' modifier cannot be used in an al… 15 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context. 18 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context. 22 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context. 26 !!! error TS1038: A 'declare' modifier cannot be used in an already ambient context.
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 55 const std::string &modifier, in ResultsToString() argument 67 modifier.c_str(), trace.c_str(), prefix.c_str(), values.c_str(), in ResultsToString() 72 const std::string &modifier, in PrintResultsImpl() argument 82 ResultsToString(measurement, modifier, trace, values, prefix, suffix, units, important) in PrintResultsImpl() 93 const std::string &modifier, in PrintResult() argument 99 PrintResultsImpl(measurement, modifier, trace, NumberToString(value), std::string(), in PrintResult() 104 const std::string &modifier, in PrintResult() argument 110 PrintResultsImpl(measurement, modifier, trace, NumberToString(value), std::string(), in PrintResult() 116 const std::string &modifier, in AppendResult() argument 122 output += ResultsToString(measurement, modifier, trace, NumberToString(value), std::string(), in AppendResult() [all …]
|
D | perf_test.h | 27 const std::string &modifier, 33 const std::string &modifier, 41 const std::string &modifier, 50 const std::string &modifier, 58 const std::string &modifier, 68 const std::string &modifier, 76 const std::string &modifier, 87 const std::string &modifier, 95 const std::string &modifier,
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 55 const std::string& modifier, in ResultsToString() argument 66 important ? "*" : "", measurement.c_str(), modifier.c_str(), in ResultsToString() 72 const std::string& modifier, in PrintResultsImpl() argument 80 printf("%s", ResultsToString(measurement, modifier, trace, values, in PrintResultsImpl() 90 const std::string& modifier, in PrintResult() argument 96 modifier, in PrintResult() 106 const std::string& modifier, in PrintResult() argument 112 modifier, in PrintResult() 123 const std::string& modifier, in AppendResult() argument 130 modifier, in AppendResult() [all …]
|
D | perf_test.h | 27 const std::string &modifier, 33 const std::string &modifier, 41 const std::string &modifier, 50 const std::string &modifier, 58 const std::string &modifier, 68 const std::string &modifier, 76 const std::string &modifier, 87 const std::string &modifier, 95 const std::string &modifier,
|
/third_party/flutter/flutter/packages/flutter/test/services/ |
D | raw_keyboard_test.dart | 34 test('modifier keys are recognized individually', () { 35 for (int modifier in modifierTests.keys) { 43 'metaState': modifier, 48 if (modifierTests[modifier].key == key) { 50 data.isModifierPressed(key, side: modifierTests[modifier].side), 52 reason: "$key should be pressed with metaState $modifier, but isn't.", 54 expect(data.getModifierSide(key), equals(modifierTests[modifier].side)); 57 data.isModifierPressed(key, side: modifierTests[modifier].side), 59 reason: '$key should not be pressed with metaState $modifier.', 65 test('modifier keys are recognized when combined', () { [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 41 uint32_t modifier); 49 uint32_t modifier); 139 uint32_t modifier) in arm_split_rfft_q31() argument 154 pCoefA = &pATable[modifier * 2U]; in arm_split_rfft_q31() 155 pCoefB = &pBTable[modifier * 2U]; in arm_split_rfft_q31() 162 vecStridesFwd = vecStridesFwd * modifier; in arm_split_rfft_q31() 223 vecStridesFwd = vecStridesFwd + (modifier * 8U); in arm_split_rfft_q31() 242 uint32_t modifier) in arm_split_rfft_q31() argument 252 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q31() 253 pCoefB = &pBTable[modifier * 2]; in arm_split_rfft_q31() [all …]
|
D | arm_rfft_q15.c | 41 uint32_t modifier); 49 uint32_t modifier); 141 uint32_t modifier) in arm_split_rfft_q15() argument 156 pCoefA = &pATable[modifier * 2U]; in arm_split_rfft_q15() 157 pCoefB = &pBTable[modifier * 2U]; in arm_split_rfft_q15() 164 vecStridesFwd = vecStridesFwd * (uint16_t) modifier; in arm_split_rfft_q15() 225 vecStridesFwd = vecStridesFwd + (uint16_t)(modifier * 16U); in arm_split_rfft_q15() 247 uint32_t modifier) in arm_split_rfft_q15() argument 258 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_q15() 259 pCoefB = &pBTable[modifier * 2]; in arm_split_rfft_q15() [all …]
|
D | arm_rfft_f32.c | 60 uint32_t modifier); 68 uint32_t modifier); 153 uint32_t modifier) in arm_split_rfft_f32() argument 163 pCoefA = &pATable[modifier * 2]; in arm_split_rfft_f32() 164 pCoefB = &pBTable[modifier * 2]; in arm_split_rfft_f32() 216 pCoefB = pCoefB + (modifier * 2U); in arm_split_rfft_f32() 217 pCoefA = pCoefA + ((modifier * 2U) - 1U); in arm_split_rfft_f32() 249 uint32_t modifier) in arm_split_rifft_f32() argument 304 pCoefB = pCoefB + (modifier * 2); in arm_split_rifft_f32() 305 pCoefA = pCoefA + (modifier * 2 - 1); in arm_split_rifft_f32()
|
/third_party/gettext/gettext-runtime/intl/ |
D | localcharset.c | 873 const char *modifier; in locale_charset() local 877 modifier = strchr (dot, '@'); in locale_charset() 878 if (modifier == NULL) in locale_charset() 880 if (modifier - dot < sizeof (resultbuf)) in locale_charset() 883 memcpy (resultbuf, dot, modifier - dot); in locale_charset() 884 resultbuf [modifier - dot] = '\0'; in locale_charset() 976 const char *modifier; in locale_charset() local 980 modifier = strchr (dot, '@'); in locale_charset() 981 if (modifier == NULL) in locale_charset() 983 if (modifier - dot < sizeof (resultbuf)) in locale_charset() [all …]
|
/third_party/weston/libweston/ |
D | bindings.c | 41 uint32_t modifier; member 50 uint32_t modifier, void *handler, void *data) in weston_compositor_add_binding() argument 61 binding->modifier = modifier; in weston_compositor_add_binding() 70 uint32_t key, uint32_t modifier, in weston_compositor_add_key_binding() argument 77 modifier, handler, data); in weston_compositor_add_key_binding() 88 uint32_t modifier, in weston_compositor_add_modifier_binding() argument 95 modifier, handler, data); in weston_compositor_add_modifier_binding() 106 uint32_t button, uint32_t modifier, in weston_compositor_add_button_binding() argument 113 modifier, handler, data); in weston_compositor_add_button_binding() 124 uint32_t modifier, in weston_compositor_add_touch_binding() argument [all …]
|
/third_party/glib/glib/libcharset/ |
D | localcharset.c | 316 const char *modifier; in _g_locale_charset_raw() local 320 modifier = strchr (dot, '@'); in _g_locale_charset_raw() 321 if (modifier == NULL) in _g_locale_charset_raw() 323 if (modifier - dot < sizeof (buf)) in _g_locale_charset_raw() 325 memcpy (buf, dot, modifier - dot); in _g_locale_charset_raw() 326 buf [modifier - dot] = '\0'; in _g_locale_charset_raw() 399 const char *modifier; in _g_locale_charset_raw() local 403 modifier = strchr (dot, '@'); in _g_locale_charset_raw() 404 if (modifier == NULL) in _g_locale_charset_raw() 406 if (modifier - dot < sizeof (buf)) in _g_locale_charset_raw() [all …]
|