/third_party/mindspore/mindspore/core/abstract/ |
D | param_validator.cc | 42 TypePtr CheckType(TypePtr type, const TypePtrList &accepts, const std::string &error_message_prefix… in ABSTRACT_REPORT_NAME_DEC() 43 bool ok = std::any_of(accepts.begin(), accepts.end(), in ABSTRACT_REPORT_NAME_DEC() 48 MS_LOG(EXCEPTION) << error_message_prefix << accepts << " but is " << type->ToString(); in ABSTRACT_REPORT_NAME_DEC() 52 TypePtr CheckTensorDType(const AbstractTensorPtr &tensor, const TypePtrList &accepts, in CheckTensorDType() argument 66 return CheckType(ele_type, accepts, error_message_prefix); in CheckTensorDType() 69 TypePtr CheckTensorsDTypeSame(const AbstractTensorPtrList &tensor_list, const TypePtrList &accepts, in CheckTensorsDTypeSame() argument 97 return CheckTensorDType(sample_tensor, accepts, error_message_prefix); in CheckTensorsDTypeSame() 100 TypePtr CheckScalarType(const AbstractScalarPtr &scalar, const TypePtrList &accepts, in CheckScalarType() argument 110 return CheckType(type, accepts, error_message_prefix); in CheckScalarType()
|
D | param_validator.h | 33 TypePtr CheckType(TypePtr type, const TypePtrList &accepts, const std::string &error_message_prefix… 35 TypePtr CheckTensorDType(const AbstractTensorPtr &tensor, const TypePtrList &accepts, 38 TypePtr CheckTensorsDTypeSame(const AbstractTensorPtrList &tensor_list, const TypePtrList &accepts, 41 TypePtr CheckScalarType(const AbstractScalarPtr &scalar, const TypePtrList &accepts,
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLLexer.cpp | 987 static int8_t accepts[304] = { variable 1017 if (accepts[state] == -1) { in next() 1033 Token::Kind kind = (Token::Kind)accepts[state]; in next()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_geometric.inl | 78 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'cross' accepts only floating-point inputs"); 92 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu… 103 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu… 134 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'length' accepts only floating-point i… 142 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length' accepts only floating-point inputs"… 151 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'distance' accepts only floating-point… 166 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'dot' accepts only floating-point inputs"); 173 GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'dot' accepts only floating-point inputs"); 188 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'normalize' accepts only floating-poin… 196 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'normalize' accepts only floating-point inpu… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | potentiallyUncalledDecorators.errors.txt | 1 tests/cases/compiler/potentiallyUncalledDecorators.ts(4,5): error TS1329: 'Input' accepts too few a… 2 tests/cases/compiler/potentiallyUncalledDecorators.ts(35,1): error TS1329: 'noArgs' accepts too few… 3 tests/cases/compiler/potentiallyUncalledDecorators.ts(37,5): error TS1329: 'noArgs' accepts too few… 4 tests/cases/compiler/potentiallyUncalledDecorators.ts(38,5): error TS1329: 'noArgs' accepts too few… 15 tests/cases/compiler/potentiallyUncalledDecorators.ts(49,5): error TS1329: 'oneOptional' accepts to… 16 tests/cases/compiler/potentiallyUncalledDecorators.ts(50,5): error TS1329: 'oneOptional' accepts to… 46 !!! error TS1329: 'Input' accepts too few arguments to be used as a decorator here. Did you mean to… 79 !!! error TS1329: 'noArgs' accepts too few arguments to be used as a decorator here. Did you mean t… 83 !!! error TS1329: 'noArgs' accepts too few arguments to be used as a decorator here. Did you mean t… 86 !!! error TS1329: 'noArgs' accepts too few arguments to be used as a decorator here. Did you mean t… [all …]
|
D | decoratorOnClassProperty11.errors.txt | 1 …s/class/property/decoratorOnClassProperty11.ts(4,5): error TS1329: 'dec' accepts too few arguments… 10 !!! error TS1329: 'dec' accepts too few arguments to be used as a decorator here. Did you mean to c…
|
D | decoratorOnClassMethod6.errors.txt | 1 …rators/class/method/decoratorOnClassMethod6.ts(4,5): error TS1329: 'dec' accepts too few arguments… 10 !!! error TS1329: 'dec' accepts too few arguments to be used as a decorator here. Did you mean to c…
|
/third_party/flutter/skia/src/sksl/lex/ |
D | DFA.h | 19 std::vector<int> accepts) in DFA() 22 , fAccepts(accepts) {} in DFA()
|
D | NFAState.h | 46 NFAState(bool inverse, std::vector<bool> accepts, std::vector<int> next) in NFAState() 50 for (bool b : accepts) { in NFAState()
|
/third_party/skia/src/sksl/lex/ |
D | DFA.h | 19 std::vector<int> accepts) in DFA() 22 , fAccepts(accepts) {} in DFA()
|
D | NFAState.h | 46 NFAState(bool inverse, std::vector<bool> accepts, std::vector<int> next) in NFAState() 50 for (bool b : accepts) { in NFAState()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | norm.inl | 22 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'length2' accepts only floating-point … 29 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'length2' accepts only floating-point inputs… 36 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance2' accepts only floating-point inpu… 43 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'distance2' accepts only floating-point inpu…
|
/third_party/boost/libs/metaparse/doc/ |
D | empty.qbk | 18 It accepts empty input only. The result of parsing is the `Result` 49 "empty accepts the empty input"
|
D | first_of.qbk | 18 `first_of` applies the `Ps...` parsers in sequence. It accepts an input when all 22 `first_of` accepts can be specified with the
|
D | always.qbk | 19 It accepts an input if and only if `P` accepts it, but the result of parsing
|
D | if_.qbk | 20 `if_` always accepts the input string. The result of parsing is `T`, when `P` 21 accepts the input and `F` otherwise.
|
D | last_of.qbk | 18 `last_of` applies the `Ps...` parsers in sequence. It accepts an input when all 22 `last_of` accepts can be specified with the
|
D | one_char_except.qbk | 18 `one_char_except` accepts one character except any of `Cs`. When the input is 20 rejects the input. Otherwise it accepts the input and the result of parsing is
|
D | nth_of.qbk | 19 `nth_of` applies the `Ps...` parsers in sequence. It accepts an input when all 24 `nth_of` accepts can be specified with the `BOOST_METAPARSE_LIMIT_SEQUENCE_SIZE`
|
D | nth_of_c.qbk | 19 `nth_of_c` applies the `Ps...` parsers in sequence. It accepts an input 24 `nth_of_c` accepts can be specified with the
|
D | except.qbk | 20 `except` accepts the input when `P` rejects it and the result of parsing is the 21 `Result` argument. When `P` accepts the input, `except` rejects it and the
|
D | one_char_except_c.qbk | 18 `one_char_except_c` accepts one character except any of `Cs`. When the input is 20 rejects the input. Otherwise it accepts the input and the result of parsing is
|
D | one_of.qbk | 18 It accepts an input when any of the `Ps...` parsers accept it. The result of 19 parsing is the result of applying the first parser that accepts the input. The
|
/third_party/flutter/flutter/dev/devicelab/test/ |
D | manifest_test.dart | 45 test('accepts task with minimum amount of configuration', () { 180 test('accepts boolean flaky option', () { 194 test('accepts custom timeout_in_minutes option', () {
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 282 The expression accepts the following values: 333 The action to take when EOF is encountered on the secondary input; it accepts 396 The filter accepts the following options: 453 The filter accepts the following options: 470 The filter accepts the following options: 519 The filter accepts the following options: 606 The filter accepts the following options: 690 It accepts the following values: 735 It accepts the following values: 754 The filter accepts the following option: [all …]
|