/external/skqp/src/core/ |
D | SkPaint.cpp | 97 #define ASSIGN(field) field = src.field in operator =() macro 98 ASSIGN(fPathEffect); in operator =() 99 ASSIGN(fShader); in operator =() 100 ASSIGN(fMaskFilter); in operator =() 101 ASSIGN(fColorFilter); in operator =() 102 ASSIGN(fDrawLooper); in operator =() 103 ASSIGN(fImageFilter); in operator =() 104 ASSIGN(fColor4f); in operator =() 105 ASSIGN(fWidth); in operator =() 106 ASSIGN(fMiterLimit); in operator =() [all …]
|
/external/v8/src/parsing/ |
D | pattern-rewriter.cc | 133 DCHECK_EQ(Token::ASSIGN, assignment->op()); in RewriteDestructuringAssignment() 173 Token::ASSIGN, pattern, value, pattern->position()); in VisitVariableProxy() 286 Token::ASSIGN, factory()->NewVariableProxy(temp), value, in CreateTempVar() 314 DCHECK_EQ(Token::ASSIGN, assign->op()); in VisitRewritableExpression() 495 Token::ASSIGN, factory()->NewVariableProxy(v), in VisitArrayLiteral() 499 Token::ASSIGN, factory()->NewVariableProxy(v), in VisitArrayLiteral() 508 Token::ASSIGN, factory()->NewVariableProxy(done), in VisitArrayLiteral() 527 Token::ASSIGN, factory()->NewVariableProxy(done), in VisitArrayLiteral() 554 Token::ASSIGN, proxy, in VisitArrayLiteral() 569 Token::ASSIGN, proxy, in VisitArrayLiteral() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_functor_gpu.cu.cc | 31 DEFINE_GPU_SPECS_OP(T, Index, scatter_op::UpdateOp::ASSIGN); \ 45 DEFINE_GPU_SPECS_OP(bool, int32, scatter_op::UpdateOp::ASSIGN); 46 DEFINE_GPU_SPECS_OP(bool, int64, scatter_op::UpdateOp::ASSIGN);
|
D | scatter_functor.h | 41 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV, MIN, MAX }; enumerator 48 struct Assign<scatter_op::UpdateOp::ASSIGN> { 131 struct AssignSYCL<scatter_op::UpdateOp::ASSIGN> { 251 struct ScatterFunctor<CPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN> 255 struct ScatterFunctor<GPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN> 284 struct ScatterFunctorBase<CPUDevice, T, Index, scatter_op::UpdateOp::ASSIGN> { 313 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::Run( 406 scatter_op::UpdateOp::ASSIGN> 410 scatter_op::UpdateOp::ASSIGN> 440 scatter_op::UpdateOp::ASSIGN> { [all …]
|
D | dense_update_functor.cc | 34 struct DenseUpdate<CPUDevice, string, ASSIGN> { 76 functor::DenseUpdate<CPUDevice, T, ASSIGN> copy_functor_; \ 111 functor::DenseUpdate<GPUDevice, T, ASSIGN> copy_functor_; \
|
D | dense_update_functor.h | 34 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator 61 struct DenseUpdate<CPUDevice, T, ASSIGN> { 86 struct DenseUpdate<SYCLDevice, T, ASSIGN> {
|
D | dense_update_functor_gpu.cu.cc | 31 struct DenseUpdate<GPUDevice, T, ASSIGN> { 66 template struct functor::DenseUpdate<GPUDevice, T, ASSIGN>;
|
D | resource_variable_ops.cc | 227 void DenseUpdate<GPUDevice, type, ASSIGN>::operator()( \ 230 extern template struct DenseUpdate<GPUDevice, type, ASSIGN>; \ 371 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute() 673 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute() 843 scatter_op::UpdateOp::ASSIGN); 859 scatter_op::UpdateOp::ASSIGN); 861 scatter_op::UpdateOp::ASSIGN); 863 scatter_op::UpdateOp::ASSIGN); 883 scatter_op::UpdateOp::ASSIGN>) 890 scatter_op::UpdateOp::ASSIGN>) [all …]
|
D | scatter_nd_op_cpu_impl.h | 59 class UpdateExecutor<Input, Update, Output, scatter_nd_op::UpdateOp::ASSIGN> { 156 REGISTER_SCATTER_ND_INDEX(type, scatter_nd_op::UpdateOp::ASSIGN); 240 REGISTER_SCATTER_ND_INDEX_SYCL(type, scatter_nd_op::UpdateOp::ASSIGN);
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 6 #define ASSIGN(x, y) x = y macro 70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {} in foo() 72 ASSIGN(DECL(int, k), 0); in foo()
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 11 CHECK: [[ASSIGN:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 44 CHECK: {Atom[0]: [[ASSIGN]]} 64 CHECK: {Atom[0]: [[ASSIGN]]}
|
/external/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 12 CHECK: [[ASSIGN:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 48 CHECK: Atom[0]: [[ASSIGN]] 68 CHECK: Atom[0]: [[ASSIGN]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 96 : #( ASSIGN ID optionValue ) 118 ( #(ASSIGN ID ID) 130 | #( ASSIGN 203 | #(ASSIGN ID element)
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRTreePrinter.g | 192 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue ) 216 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ ) 225 | ^( ASSIGN TOKEN_REF (STRING_LITERAL|CHAR_LITERAL) ) 244 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 265 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 383 | ^(ASSIGN id=ID {out($id.text+"=");} element)
|
D | LeftRecursiveRuleWalker.g | 94 : ^(ASSIGN ID optionValue) 202 : ^(ASSIGN ID recurseNoLabel) 217 : ^(ASSIGN ID s=token {$t = $s.t;}) 249 | ^(ASSIGN ID element)
|
/external/one-true-awk/ |
D | ytab.h | 103 ASSIGN = 313, enumerator 200 #define ASSIGN 313 macro
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclExprConstructor.h | 147 #define ASSIGN(CVQual)\ macro 161 ASSIGN(const) 162 ASSIGN() 163 #undef ASSIGN
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | Mini.jjt | 88 <ASSIGN> 128 (Ident() <ASSIGN> Expr())+ "IN" Expr() 287 < ASSIGN : "=">
|
/external/antlr/runtime/Python/tests/ |
D | t048rewrite2.g | 11 ASSIGN : '=';
|
/external/antlr/runtime/Python3/tests/ |
D | t048rewrite2.g | 11 ASSIGN : '=';
|
/external/antlr/runtime/Cpp/tests/ |
D | t048rewrite2.g | 18 ASSIGN : '=';
|