HomeSort by relevance Sort by last modified time
    Searched defs:Assign (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/v8/tools/testrunner/network/
distro.py 43 def Assign(suites, peers):
  /art/runtime/mirror/
object_reference-inl.h 28 void ObjectReference<kPoisonReferences, MirrorType>::Assign(ObjPtr<MirrorType> ptr) {
29 Assign(ptr.Ptr());
  /external/libmojo/base/android/
jni_weak_ref.cc 19 Assign(orig);
32 Assign(rhs);
55 void JavaObjectWeakGlobalRef::Assign(const JavaObjectWeakGlobalRef& other) {
  /external/pdfium/fxjs/
cfxjse_value.h 83 void Assign(const CFXJSE_Value* lpValue) {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDevice.h 33 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign;
34 Assign assign(m_expression, other);
35 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
44 typedef TensorAssignOp<ExpressionType, const Sum> Assign;
45 Assign assign(m_expression, sum);
46 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device)
    [all...]
TensorFixedSize.h 323 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign;
324 Assign assign(*this, other.derived());
325 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
331 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign;
332 Assign assign(*this, other.derived());
333 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
TensorMap.h 298 typedef TensorAssignOp<Self, const Self> Assign;
299 Assign assign(*this, other);
300 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
308 typedef TensorAssignOp<Self, const OtherDerived> Assign;
309 Assign assign(*this, other);
310 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
Tensor.h 386 typedef TensorAssignOp<Tensor, const OtherDerived> Assign;
387 Assign assign(*this, other.derived());
388 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions());
389 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
395 typedef TensorAssignOp<Tensor, const OtherDerived> Assign;
396 Assign assign(*this, other.derived())
    [all...]
TensorLayoutSwap.h 88 typedef TensorAssignOp<TensorLayoutSwapOp, const TensorLayoutSwapOp> Assign;
89 Assign assign(*this, other);
90 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
98 typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
99 Assign assign(*this, other);
100 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
TensorReverse.h 78 typedef TensorAssignOp<TensorReverseOp, const TensorReverseOp> Assign;
79 Assign assign(*this, other);
80 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
88 typedef TensorAssignOp<TensorReverseOp, const OtherDerived> Assign;
89 Assign assign(*this, other);
90 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
TensorShuffling.h 76 typedef TensorAssignOp<TensorShufflingOp, const TensorShufflingOp> Assign;
77 Assign assign(*this, other);
78 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
86 typedef TensorAssignOp<TensorShufflingOp, const OtherDerived> Assign;
87 Assign assign(*this, other);
88 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice())
    [all...]
  /system/nvram/messages/
blob.cpp 54 bool Blob::Assign(const void* data, size_t size) {
  /system/tpm/trunks/
background_command_transceiver_test.cc 49 void Assign(std::string* to, const std::string& from) {
84 background_transceiver.SendCommand("test", base::Bind(Assign, &output));
  /build/blueprint/
ninja_writer.go 164 func (n *ninjaWriter) Assign(name, value string) error {
  /external/clang/test/SemaCXX/
deprecated.cpp 71 struct Assign {
72 Assign &operator=(const Assign&); // expected-warning {{definition of implicit copy constructor for 'Assign' is deprecated because it has a user-declared copy assignment operator}}
74 Assign a1, a2(a1); // expected-note {{implicit copy constructor for 'Assign' first required here}}
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 7 // Only operations are assign and (binary) left/right shift.
80 // Assign v to a.
81 func (a *decimal) Assign(v uint64) {
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 7 // Only operations are assign and (binary) left/right shift.
80 // Assign v to a.
81 func (a *decimal) Assign(v uint64) {
  /build/kati/
var.cc 133 void Vars::Assign(Symbol name, Var* v, bool* readonly) {
var.go 327 // Assign assigns v to name.
328 func (vt Vars) Assign(name string, v Var) {
330 // assign automatic always win.
331 // assign new value to automatic always win.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /external/libbrillo/brillo/
any_internal_impl.h 268 void Assign(T&& value) { // NOLINT(build/c++11)
273 // We assign the data to the variant container, which already
363 buffer->Assign(value_);
367 buffer->Assign(std::move(value_));
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):

Completed in 505 milliseconds

1 2 3