/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | PropertyValue.java | 33 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/ |
D | callandmessage_example.c | 32 @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/ |
D | SmallString.h | 51 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/ |
D | opt_add_neg_to_sub_test.cpp | 92 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/ |
D | 2011-03-08-IVarLookup.m | 16 @property (assign) UInt_t f1; category 20 @property (assign) int x; category
|
/external/clang/test/CodeGenObjC/ |
D | 2011-03-08-IVarLookup.m | 16 @property (assign) UInt_t f1; category 20 @property (assign) int x; category
|
/external/tensorflow/tensorflow/python/distribute/ |
D | vars_test.py | 88 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/ |
D | SmallString.h | 46 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/ |
D | SmallString.h | 45 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/ |
D | SmallString.h | 45 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++/ |
D | metadata.h | 309 …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/ |
D | lower_mat_op_to_vec.cpp | 130 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
|
D | lower_discard_flow.cpp | 100 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
|
D | lower_vector.cpp | 193 ir_assignment *const assign = in handle_rvalue() local 206 ir_assignment *const assign = in handle_rvalue() local
|
/external/python/pycparser/examples/ |
D | rewrite_ast.py | 26 assign = ast.ext[0].body.block_items[0] variable
|
/external/python/cpython2/Lib/compiler/ |
D | symbols.py | 265 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/ |
D | bugprone-misplaced-widening-cast-implicit-enabled.cpp | 5 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/ |
D | debug-info-template-quals.cpp | 7 assign(const _CharT* __s, const basic_string<_CharT> &x) in assign() function
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-template-quals.cpp | 7 assign(const _CharT* __s, const basic_string<_CharT> &x) in assign() function
|
/external/libchrome/base/strings/ |
D | string16.h | 84 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/ |
D | intrusive_list.h | 84 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/ |
D | chain-class-extension.m | 29 @property (assign) id prop; category
|
/external/clang/test/PCH/ |
D | chain-class-extension.m | 29 @property (assign) id prop; category
|
/external/tensorflow/tensorflow/cc/tools/ |
D | freeze_saved_model_test.cc | 133 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/ |
D | nasty_containers.h | 47 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
|