/third_party/typescript/tests/baselines/reference/ |
D | incrementAndDecrement.errors.txt | 1 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(5,9): error TS2304: Cannot f… 2 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(8,5): error TS1005: ';' expe… 3 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(11,5): error TS1005: ';' exp… 4 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(14,5): error TS1005: ';' exp… 5 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(17,5): error TS1005: ';' exp… 6 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(24,4): error TS1005: ';' exp… 7 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(24,6): error TS1109: Express… 8 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(25,4): error TS1005: ';' exp… 9 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(25,6): error TS1109: Express… 10 tests/cases/conformance/expressions/operators/incrementAndDecrement.ts(26,4): error TS1005: ';' exp… [all …]
|
D | declarationEmitPrefersPathKindBasedOnBundling.types | 1 === tests/cases/compiler/src/lib/operators/scalar.ts === 17 import { scalar } from '../lib/operators/scalar'; 18 >scalar : (value: string) => import("tests/cases/compiler/src/lib/operators/scalar").Scalar 21 …calar("14px"); }} : { readonly xs: import("tests/cases/compiler/src/lib/operators/scalar").Scalar;… 24 >xs : import("tests/cases/compiler/src/lib/operators/scalar").Scalar 27 >scalar("14px") : import("tests/cases/compiler/src/lib/operators/scalar").Scalar 28 >scalar : (value: string) => import("tests/cases/compiler/src/lib/operators/scalar").Scalar
|
D | declarationEmitPrefersPathKindBasedOnBundling2.types | 1 === tests/cases/compiler/src/lib/operators/scalar.ts === 17 import { scalar } from '../lib/operators/scalar'; 18 >scalar : (value: string) => import("tests/cases/compiler/src/lib/operators/scalar").Scalar 21 …calar("14px"); }} : { readonly xs: import("tests/cases/compiler/src/lib/operators/scalar").Scalar;… 24 >xs : import("tests/cases/compiler/src/lib/operators/scalar").Scalar 27 >scalar("14px") : import("tests/cases/compiler/src/lib/operators/scalar").Scalar 28 >scalar : (value: string) => import("tests/cases/compiler/src/lib/operators/scalar").Scalar
|
/third_party/boost/boost/hof/ |
D | placeholders.hpp | 162 namespace operators { namespace 244 …( boost::hof::lazy(operators::call())(detail::simple_placeholder<N>(), BOOST_HOF_FORWARD(Ts)(xs)..… 248 …{ typedef decltype(boost::hof::lazy(operators::call())(detail::simple_placeholder<N>(), std::declv… 251 …{ return boost::hof::lazy(operators::call())(detail::simple_placeholder<N>(), BOOST_HOF_FORWARD(Ts… 257 ( boost::hof::lazy(operators::name())(detail::simple_placeholder<N>()) ); 264 … ( boost::hof::lazy(operators::name())(detail::simple_placeholder<N>(), BOOST_HOF_FORWARD(T)(x)) ); 275 …( boost::hof::lazy(operators::name())(detail::simple_placeholder<N>(), BOOST_HOF_FORWARD(T)(x)) );… 278 …( boost::hof::lazy(operators::name())(BOOST_HOF_FORWARD(T)(x), detail::simple_placeholder<N>()) );… 281 …( boost::hof::lazy(operators::name())(detail::simple_placeholder<N>(), detail::simple_placeholder<… 288 …{ typedef decltype(boost::hof::lazy(operators::name())(std::declval<T>(), std::declval<U>())) type… [all …]
|
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/ |
D | placeholders.hpp.txt | 18 /// additionally provide basic C++ operators that creates bind expressions. 39 /// * Binary operators: +,-,*,/,%,>>,<<,>,<,<=,>=,==,!=,&,^,|,&&,|| 40 /// * Assign operators: +=,-=,*=,/=,%=,>>=,<<=,&=,|=,^= 41 /// * Unary operators: !,~,+,-,*,++,-- 64 /// operators. 162 namespace operators { 171 // MSVC 2017 ICEs on && and || in conxtexpr, so we fallback on bitwise operators 244 …( boost::hof::lazy(operators::call())(detail::simple_placeholder<N>(), BOOST_HOF_FORWARD(Ts)(xs)..… 248 …{ typedef decltype(boost::hof::lazy(operators::call())(detail::simple_placeholder<N>(), std::declv… 251 …{ return boost::hof::lazy(operators::call())(detail::simple_placeholder<N>(), BOOST_HOF_FORWARD(Ts… [all …]
|
/third_party/typescript/src/services/refactors/ |
D | convertStringOrTemplateLiteral.ts | 112 …function treeToArray(current: Node): { nodes: Expression[], operators: Token<BinaryOperator>[], co… 114 …const { nodes, operators, containsString: leftHasString, areOperatorsValid: leftOperatorValid } = … constant 117 … return { nodes: [current], operators: [], containsString: false, areOperatorsValid: true }; 124 operators.push(current.operatorToken); 126 return { nodes, operators, containsString: true, areOperatorsValid }; 129 …return { nodes: [current as Expression], operators: [], containsString: isStringLiteral(current), … 134 …const copyTrailingOperatorComments = (operators: Token<BinaryOperator>[], file: SourceFile) => (in… 135 if (index < operators.length) { 136 …copyTrailingComments(operators[index], targetNode, file, SyntaxKind.MultiLineCommentTrivia, /* has… 172 …function nodesToTemplate({ nodes, operators }: { nodes: readonly Expression[], operators: Token<Bi… [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_expr.cpp | 29 static const char *const operators[] = { in operator_string() local 75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); in operator_string() 77 return operators[op]; in operator_string()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | mind_record_op_test.cc | 51 … const std::vector<std::shared_ptr<ShardOperator>> &operators) { in CreateMindRecord() argument 59 …rd_workers, dataset_files, load, op_connector_queue_size, columns_to_load, std::move(operators), 0, in CreateMindRecord() 150 std::vector<std::shared_ptr<mindspore::mindrecord::ShardOperator>> operators; in TEST_F() local 151 operators.push_back(std::make_shared<mindspore::mindrecord::ShardSample>(4)); in TEST_F() 155 column_list, operators); in TEST_F() 214 std::vector<std::shared_ptr<mindspore::mindrecord::ShardOperator>> operators; in TEST_F() local 215 operators.push_back(std::make_shared<mindspore::mindrecord::ShardShuffle>(1)); in TEST_F() 219 column_list, operators); in TEST_F() 279 std::vector<std::shared_ptr<mindspore::mindrecord::ShardOperator>> operators; in TEST_F() local 283 operators.push_back(std::make_shared<mindspore::mindrecord::ShardCategory>(categories)); in TEST_F() [all …]
|
/third_party/pixman/demos/ |
D | composite-test.c | 16 static const operator_t operators[] = { variable 122 table = gtk_table_new (G_N_ELEMENTS (operators) / 6, 6, TRUE); in main() 135 for (i = 0; i < G_N_ELEMENTS (operators); ++i) in main() 144 label = gtk_label_new (operators[i].name); in main() 150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img, in main()
|
/third_party/boost/libs/phoenix/doc/modules/ |
D | operator.qbk | 13 This facility provides a mechanism for lazily evaluating operators. 16 unlike ordinary operators, the actual operator execution is deferred. Samples: 23 We have seen the lazy operators in action (see [link phoenix.starter_kit.lazy_operators 37 [link phoenix.modules.function Function]), lazy operators are not immediately executed 44 the actual operators. Example: 55 # Unary operators are lazily evaluated if their argument is an actor object. 85 [heading Supported operators] 87 [heading Unary operators] 92 [heading Binary operators]
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | README.md | 24 Any valid combination of the following operators and functions, with floating point numbers as oper… 26 * Arithematic operators 29 * Relational operators 47 * Logical operators 51 * Bitwise operators 55 * Other operators
|
/third_party/boost/libs/icl/doc/ |
D | implementation.qbk | 16 [link boost_icl.interface.function_synopsis functions and operators]. 171 [section Inplace and infix operators] 182 the *icl* provides corresponding ['*infix*] operators. 199 Use infix operators only, if 205 [h5 Time Complexity of infix `operators o`] 207 The time complexity of all infix operators of the *icl* 209 So all infix `operators o` are at least 212 infix operators can be determined 213 from the corresponding inplace `operators o=` they depend 216 [endsect][/ Inplace and infix operators]
|
D | functions_symmetric_difference.qbk | 26 Functions and operators that implement ['*symmetric difference*] on *icl* objects 86 [section Inplace operators][/ Symmetric Difference] 99 Complexity characteristics for inplace operators 119 [endsect][/ Inplace operators Symmetric Difference] 121 [section Infix operators][/ Symmetric Difference] 144 [endsect][/ Infix operators Symmetric Difference]
|
/third_party/boost/boost/fusion/sequence/io/ |
D | out.hpp | 29 namespace operators namespace 42 using operators::operator<<;
|
D | in.hpp | 27 namespace operators namespace 40 using operators::operator>>;
|
/third_party/boost/boost/fusion/sequence/comparison/ |
D | less.hpp | 29 namespace operators namespace 43 using operators::operator<;
|
D | greater_equal.hpp | 38 namespace operators namespace 52 using operators::operator>=;
|
D | less_equal.hpp | 38 namespace operators namespace 52 using operators::operator<=;
|
D | greater.hpp | 38 namespace operators namespace 52 using operators::operator>;
|
D | not_equal_to.hpp | 41 namespace operators namespace 55 using operators::operator!=;
|
D | equal_to.hpp | 38 namespace operators namespace 52 using operators::operator==;
|
/third_party/boost/libs/proto/doc/ |
D | hello_world.qbk | 44 The basic idea of expression templates is to overload all the operators so 62 the standard meanings to the operators in the expression. (By using a different 63 context, you could give the operators in your expressions different semantics. 64 By default, Proto makes no assumptions about what operators actually /mean/.) 80 context. There is also a way to control which operators are overloaded for your
|
/third_party/pixman/test/ |
D | glyph-test.c | 61 static const pixman_op_t operators[] = variable 275 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs() 289 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; in test_glyphs()
|
/third_party/boost/libs/config/test/ |
D | boost_no_ops_in_namespace.ipp | 11 // TITLE: friend operators in namespace 15 // Probably GCC specific. See boost/operators.hpp for example. 20 // the following is taken right out of <boost/operators.hpp>
|
/third_party/boost/libs/core/doc/ |
D | explicit_operator_bool.qbk | 26 supporting explicit conversion operators introduced in C++11 the macros expand 39 generated conversion operators will be implemented in terms of `operator!()` 77 …XCEPT` and `BOOST_CONSTEXPR_EXPLICIT_OPERATOR_BOOL` to define `noexcept` and `constexpr` operators.
|