Home
last modified time | relevance | path

Searched defs:assign (Results 1 – 25 of 206) 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/llvm-project/clang/docs/analyzer/checkers/
Dcallandmessage_example.c32 @property (readwrite,assign) id x; in property() argument
44 @property (readwrite,assign) id x; in property() argument
59 @property (readwrite,assign) id x; in property() argument
/external/llvm-project/llvm/include/llvm/ADT/
DSmallString.h51 void assign(size_t NumElts, char Elt) { in assign() function
57 void assign(in_iter S, in_iter E) { in assign() function
63 void assign(StringRef RHS) { in assign() function
69 void assign(const SmallVectorImpl<char> &RHS) { in assign() function
75 void assign(std::initializer_list<StringRef> Refs) { in assign() function
/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/llvm-project/clang/test/CodeGenObjC/
D2011-03-08-IVarLookup.m16 @property (assign) UInt_t f1; category
20 @property (assign) int x; category
/external/clang/test/CodeGenObjC/
D2011-03-08-IVarLookup.m16 @property (assign) UInt_t f1; category
20 @property (assign) int x; category
/external/tensorflow/tensorflow/python/distribute/
Dvars_test.py88 def assign(fn, v, update_value, cross_replica): function
134 def assign(fn, v, update_value, cross_replica): function
185 def assign(fn, v, update_value, cross_replica): function
335 def assign(): function
358 def assign(): function
649 def assign(fn, v, update_value, cross_replica): function
697 def assign(fn, v, update_value, cross_replica): function
765 def assign(fn, v, update_value, cross_replica): function
809 def assign(fn, v, update_value, cross_replica): function
921 def assign(v=v): function
[all …]
/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/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/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/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/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
/external/python/pycparser/examples/
Drewrite_ast.py26 assign = ast.ext[0].body.block_items[0] variable
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-misplaced-widening-cast-implicit-enabled.cpp5 void assign(int a, int b) { in assign() function
80 void assign(T a, T b) { in assign() function
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-template-quals.cpp7 assign(const _CharT* __s, const basic_string<_CharT> &x) 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/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/pigweed/pw_containers/public/pw_containers/
Dintrusive_list.h84 void assign(Iterator first, Iterator last) { in assign() function
88 void assign(std::initializer_list<Item*> items) { in assign() function
/external/llvm-project/clang/test/PCH/
Dchain-class-extension.m29 @property (assign) id prop; category
/external/clang/test/PCH/
Dchain-class-extension.m29 @property (assign) id prop; category
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc133 auto assign = ops::AssignVariableOp(scope.WithOpName("assign"), var, a); in TestFreezeGraphWithoutDependentVariables() local
137 Output assign = ops::Assign(scope.WithOpName("assign"), var, a); in TestFreezeGraphWithoutDependentVariables() local
178 auto assign = ops::AssignVariableOp(scope.WithOpName("assign"), var, a); in TestFreezeGraphWithDependentVariables() local
182 Output assign = ops::Assign(scope.WithOpName("assign"), read_var, a); in TestFreezeGraphWithDependentVariables() local
229 auto assign = ops::AssignVariableOp(scope.WithOpName("assign"), var, a); in TestFreezeGraphWithAndWithoutDependentVariables() local
239 Output assign = ops::Assign(scope.WithOpName("assign"), read_var, a); in TestFreezeGraphWithAndWithoutDependentVariables() local
/external/llvm-project/libcxx/test/support/
Dnasty_containers.h47 void assign(InputIterator first, InputIterator last) { v_.assign(first, last); } in assign() function
48 void assign(size_type n, const value_type& u) { v_.assign(n, u); } in assign() function
50 void assign(std::initializer_list<value_type> il) { v_.assign(il); } in assign() function
174 void assign(Iter first, Iter last) { l_.assign(first, last); } in assign() function
175 void assign(size_type n, const value_type& t) { l_.assign(n, t); } in assign() function
177 void assign(std::initializer_list<value_type> il) { l_.assign(il); } in assign() function

123456789