/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDevice.h | 33 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign; typedef 44 typedef TensorAssignOp<ExpressionType, const Sum> Assign; typedef 55 typedef TensorAssignOp<ExpressionType, const Difference> Assign; typedef
|
D | TensorFixedSize.h | 323 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef 331 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef 341 typedef TensorAssignOp<Self, const TensorFixedSize> Assign; typedef 352 typedef TensorAssignOp<Self, const OtherDerived> Assign; typedef
|
D | Tensor.h | 386 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef 395 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef 404 typedef TensorAssignOp<Tensor, const Tensor> Assign; typedef 414 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; typedef
|
D | TensorMap.h | 298 typedef TensorAssignOp<Self, const Self> Assign; typedef 308 typedef TensorAssignOp<Self, const OtherDerived> Assign; typedef
|
/external/v8/tools/testrunner/network/ |
D | distro.py | 43 def Assign(suites, peers): function
|
/external/pdfium/fxjs/ |
D | cfxjse_value.h | 83 void Assign(const CFXJSE_Value* lpValue) { in Assign() function
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-objc.m | 8 @property (assign) int Assign; property
|
/external/libmojo/base/android/ |
D | jni_weak_ref.cc | 55 void JavaObjectWeakGlobalRef::Assign(const JavaObjectWeakGlobalRef& other) { in Assign() function in JavaObjectWeakGlobalRef
|
/external/clang/test/SemaCXX/ |
D | deprecated.cpp | 71 struct Assign { struct
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 81 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local
|
/external/protobuf/src/google/protobuf/stubs/ |
D | status_test.cc | 86 TEST(Status, Assign) { in TEST() argument
|
/external/python/cpython2/Lib/lib2to3/ |
D | fixer_util.py | 27 def Assign(target, source): function
|
/external/libbrillo/brillo/ |
D | any_internal_impl.h | 268 void Assign(T&& value) { // NOLINT(build/c++11) in Assign() function
|
/external/ply/ply/example/GardenSnake/ |
D | GardenSnake.py | 364 def Assign(left, right): function
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 377 bool Assign; in computeMapping() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 880 auto *Assign = InstAssign::create(Node->getCfg(), NewVar, Pair.first); in floatConstantCSE() local 887 auto *Assign = in floatConstantCSE() local
|
D | IceInst.h | 65 Assign, // not part of LLVM/PNaCl bitcode enumerator
|
D | IceTargetLoweringMIPS32.cpp | 3835 auto *Assign = InstAssign::create(Func, Dest, Src0); in lowerCast() local 4531 auto *Assign = InstAssign::create(Func, Dest, TDest); in lowerInsertElement() local 5215 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad() local
|
D | IceTargetLoweringARM32.cpp | 4132 auto *Assign = InstAssign::create(Func, Dest, Src0); in lowerCast() local 5361 auto *Assign = InstAssign::create(Func, DestLoad, Src0); in lowerLoad() local
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-actions.h | 1020 PolymorphicAction<internal::AssignAction<T1, T2> > Assign(T1* ptr, T2 val) { in Assign() function
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 468 bool Assign) { in translateBinAssign()
|
/external/libmojo/third_party/jinja2/ |
D | nodes.py | 345 class Assign(Stmt): class
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 97 } Assign; member 396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) macro
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 729 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 169 class Assign(Node): class
|