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

1 2 3 4 5

  /art/runtime/mirror/
object_reference-inl.h 28 void ObjectReference<kPoisonReferences, MirrorType>::Assign(ObjPtr<MirrorType> ptr) {
29 Assign(ptr.Ptr());
object_reference.h 67 void Assign(MirrorType* other) {
71 void Assign(ObjPtr<MirrorType> ptr) REQUIRES_SHARED(Locks::mutator_lock_);
117 void Assign(MirrorType* other) REQUIRES_SHARED(Locks::mutator_lock_) {
126 void Assign(ObjPtr<MirrorType> ptr) REQUIRES_SHARED(Locks::mutator_lock_);
  /external/v8/tools/testrunner/network/
distro.py 43 def Assign(suites, peers):
  /external/libmojo/base/android/
jni_weak_ref.cc 19 Assign(orig);
42 Assign(rhs);
69 void JavaObjectWeakGlobalRef::Assign(const JavaObjectWeakGlobalRef& other) {
  /external/pdfium/fxjs/
cfxjse_value.h 77 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...]
  /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) {
  /art/libartbase/base/
bit_struct.h 126 return Assign(*this, value);
139 Assign(*this, static_cast<T>(other));
147 T2& Assign(T2& what, T value) {
210 return BaseType::Assign(*this, value);
  /build/kati/
var.cc 146 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.
  /external/tensorflow/tensorflow/compiler/xla/
statusor_internals.h 106 Assign(other.data_);
108 Assign(other.status_);
115 Assign(std::move(other.data_));
117 Assign(std::move(other.status_));
130 void Assign(const T& value) {
140 void Assign(T&& value) {
150 void Assign(const Status& status) {
156 void Assign(Status&& status) {
  /external/tensorflow/tensorflow/core/kernels/
scatter_functor.h 36 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV };
41 struct Assign {};
43 struct Assign<scatter_op::UpdateOp::ASSIGN> {
50 struct Assign<scatter_op::UpdateOp::ADD> {
57 struct Assign<scatter_op::UpdateOp::SUB> {
64 struct Assign<scatter_op::UpdateOp::MUL> {
71 struct Assign<scatter_op::UpdateOp::DIV> {
82 struct AssignSYCL<scatter_op::UpdateOp::ASSIGN> {
150 scatter_op::internal::Assign<op>::Run(params.template chip<0>(index)
    [all...]
cwise_ops_sycl_common.h 35 void Assign(const SYCLDevice& d, OUT out, RHS rhs) {
  /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_));
  /external/python/cpython2/Lib/lib2to3/
fixer_util.py 27 def Assign(target, source):
  /external/python/cpython3/Lib/lib2to3/
fixer_util.py 25 def Assign(target, source):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
fixer_util.py 27 def Assign(target, source):

Completed in 2830 milliseconds

1 2 3 4 5