Home
last modified time | relevance | path

Searched defs:assign (Results 1 – 25 of 218) sorted by relevance

123456789

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DPropertyValue.java33 public abstract void assign(Object bean) in assign() method in PropertyValue
59 public void assign(Object bean) in assign() method in PropertyValue.Regular
88 public void assign(Object bean) in assign() method in PropertyValue.Any
112 public void assign(Object bean) in assign() method in PropertyValue.Map
/external/mesa3d/src/compiler/glsl/tests/
Dopt_add_neg_to_sub_test.cpp92 ir_assignment *const assign = ir->as_assignment(); in TEST_F() local
125 ir_assignment *const assign = ir->as_assignment(); in TEST_F() local
158 ir_assignment *const assign = ir->as_assignment(); in TEST_F() local
191 ir_assignment *const assign = ir->as_assignment(); in TEST_F() local
/external/flac/include/FLAC++/
Dmetadata.h309 …inline StreamInfo &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(ob… in assign() function
387 …inline Padding &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign() function
442 …inline Application &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(o… in assign() function
501 …inline SeekTable &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obj… in assign() function
670 …inline VorbisComment &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object… in assign() function
797 …inline CueSheet &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(obje… in assign() function
894 …inline Picture &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign() function
976 …inline Unknown &assign(::FLAC__StreamMetadata *object, bool copy) { Prototype::assign_object(objec… in assign() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h46 void assign(size_t NumElts, char Elt) { in assign() function
52 void assign(in_iter S, in_iter E) { in assign() function
58 void assign(StringRef RHS) { in assign() function
64 void assign(const SmallVectorImpl<char> &RHS) { in assign() function
/external/llvm/include/llvm/ADT/
DSmallString.h45 void assign(size_t NumElts, char Elt) { in assign() function
51 void assign(in_iter S, in_iter E) { in assign() function
57 void assign(StringRef RHS) { in assign() function
63 void assign(const SmallVectorImpl<char> &RHS) { in assign() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h45 void assign(size_t NumElts, char Elt) { in assign() function
51 void assign(in_iter S, in_iter E) { in assign() function
57 void assign(StringRef RHS) { in assign() function
63 void assign(const SmallVectorImpl<char> &RHS) { in assign() function
/external/tensorflow/tensorflow/python/distribute/
Dvars_test.py87 def assign(fn, v, update_value, cross_replica): function
132 def assign(fn, v, update_value, cross_replica): function
182 def assign(fn, v, update_value, cross_replica): function
353 def assign(): function
377 def assign(): function
713 def assign(fn, v, update_value, cross_replica): function
760 def assign(fn, v, update_value, cross_replica): function
827 def assign(fn, v, update_value, cross_replica): function
870 def assign(fn, v, update_value, cross_replica): function
980 def assign(v=v): function
[all …]
/external/clang/test/CodeGenObjC/
D2011-03-08-IVarLookup.m16 @property (assign) UInt_t f1; category
20 @property (assign) int x; category
/external/mesa3d/src/compiler/glsl/
Dlower_mat_op_to_vec.cpp130 ir_assignment *assign; in do_mul_mat_mat() local
162 ir_assignment *assign; in do_mul_mat_vec() local
273 ir_assignment *const assign = in do_equal_mat_mat() local
289 ir_assignment *const assign = in do_equal_mat_mat() local
333 ir_assignment *assign; in visit_leave() local
Dlower_discard_flow.cpp100 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); in visit_enter() local
122 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs); in visit_enter() local
Dlower_vector.cpp193 ir_assignment *const assign = in handle_rvalue() local
206 ir_assignment *const assign = in handle_rvalue() local
Dopt_function_inlining.cpp207 ir_assignment *assign; in generate_inline() local
223 ir_assignment *assign; in generate_inline() local
275 ir_assignment *assign; in generate_inline() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_append/
Dpush_back.pass.cpp34 static TEST_CONSTEXPR_CXX20 void assign(char_type& c1, const char_type& c2) { c1 = c2; } in assign() function
46 static TEST_CONSTEXPR_CXX20 char_type* assign(char_type* s, std::size_t n, char_type a) { in assign() function
/external/python/cpython2/Lib/compiler/
Dsymbols.py265 def visitLambda(self, node, parent, assign=0): argument
315 def visitName(self, node, scope, assign=0): argument
364 def visitAssName(self, node, scope, assign=1): argument
367 def visitAssAttr(self, node, scope, assign=0): argument
370 def visitSubscript(self, node, scope, assign=0): argument
375 def visitSlice(self, node, scope, assign=0): argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.modifiers/string_insert/
Diter_iter_iter.infinite_recursion.pass.cpp37 static void assign(char_type& r, char_type const& a) TEST_NOEXCEPT { in assign() function
41 static char_type* assign(char_type* p, std::size_t count, char_type a) { in assign() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dhoist_replicate_invariant_resource_writes.cc69 for (auto assign : tail_assign_variable_ops) { in MoveTailWritesAfterReplicate() local
112 if (auto assign = llvm::dyn_cast<TF::AssignVariableOp>(op)) { in GetTailWritesToReplicateInvariantResourceVars() local
/external/python/pycparser/examples/
Drewrite_ast.py26 assign = ast.ext[0].body.block_items[0] variable
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dnasty_containers.h49 void assign(InputIterator first, InputIterator last) { v_.assign(first, last); } in assign() function
50 void assign(size_type n, const value_type& u) { v_.assign(n, u); } in assign() function
52 void assign(std::initializer_list<value_type> il) { v_.assign(il); } in assign() function
176 void assign(Iter first, Iter last) { l_.assign(first, last); } in assign() function
177 void assign(size_type n, const value_type& t) { l_.assign(n, t); } in assign() function
179 void assign(std::initializer_list<value_type> il) { l_.assign(il); } in assign() function
/external/libchrome/base/strings/
Dstring16.h84 static void assign(char_type& c1, const char_type& c2) { in assign() function
116 static char_type* assign(char_type* s, size_t n, char_type a) { in assign() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.capacity/
Dshrink_to_fit.explicit_instantiation.sh.cpp34 static void assign(char_type&, const char_type&) { } in assign() function
42 static char_type* assign(char_type*, std::size_t, char_type) { return nullptr; } in assign() function
/external/pigweed/pw_containers/public/pw_containers/
Dintrusive_list.h96 void assign(Iterator first, Iterator last) { in assign() function
100 void assign(std::initializer_list<Item*> items) { in assign() function
/external/clang/test/CodeGenCXX/
Ddebug-info-template-quals.cpp7 assign(const _CharT* __s, const basic_string<_CharT> &x) in assign() function
/external/pigweed/pw_string/public/pw_string/internal/
Dstring_impl.h74 static constexpr void assign(T& dest, const T& source) noexcept { in assign() function
78 static constexpr T* assign(T* dest, size_t count, T value) { in assign() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__string/
Dchar_traits.h89 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;} in assign() function
154 char_type* assign(char_type* __s, size_t __n, char_type __a) { in assign() function
/external/tensorflow/tensorflow/core/framework/
Dresource_var.cc33 Node* assign = in AsGraphDef() local

123456789