HomeSort by relevance Sort by last modified time
    Searched defs:assign (Results 126 - 150 of 439) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallVector.h 422 // re-initializing them - for all assign(...) variants.
424 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
436 void assign(in_iter in_start, in_iter in_end) { function in class:llvm::SmallVectorImpl
441 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
736 // If we already have sufficient space, assign the common elements, then
741 // Assign common elements.
795 // If we already have sufficient space, assign the common elements, then
800 // Assign common elements.
870 this->assign(Size, Value);
888 this->assign(IL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallVector.h 422 // re-initializing them - for all assign(...) variants.
424 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
436 void assign(in_iter in_start, in_iter in_end) { function in class:llvm::SmallVectorImpl
441 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
736 // If we already have sufficient space, assign the common elements, then
741 // Assign common elements.
795 // If we already have sufficient space, assign the common elements, then
800 // Assign common elements.
870 this->assign(Size, Value);
888 this->assign(IL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallVector.h 425 // re-initializing them - for all assign(...) variants.
427 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
439 void assign(in_iter in_start, in_iter in_end) { function in class:llvm::SmallVectorImpl
444 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
739 // If we already have sufficient space, assign the common elements, then
744 // Assign common elements.
798 // If we already have sufficient space, assign the common elements, then
803 // Assign common elements.
873 this->assign(Size, Value);
891 this->assign(IL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallVector.h 425 // re-initializing them - for all assign(...) variants.
427 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
439 void assign(in_iter in_start, in_iter in_end) { function in class:llvm::SmallVectorImpl
444 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
739 // If we already have sufficient space, assign the common elements, then
744 // Assign common elements.
798 // If we already have sufficient space, assign the common elements, then
803 // Assign common elements.
873 this->assign(Size, Value);
891 this->assign(IL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallVector.h 425 // re-initializing them - for all assign(...) variants.
427 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
439 void assign(in_iter in_start, in_iter in_end) { function in class:llvm::SmallVectorImpl
444 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
739 // If we already have sufficient space, assign the common elements, then
744 // Assign common elements.
798 // If we already have sufficient space, assign the common elements, then
803 // Assign common elements.
873 this->assign(Size, Value);
891 this->assign(IL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallVector.h 425 // re-initializing them - for all assign(...) variants.
427 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
439 void assign(in_iter in_start, in_iter in_end) { function in class:llvm::SmallVectorImpl
444 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
739 // If we already have sufficient space, assign the common elements, then
744 // Assign common elements.
798 // If we already have sufficient space, assign the common elements, then
803 // Assign common elements.
873 this->assign(Size, Value);
891 this->assign(IL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 244 // (assign() and get_allocator() are also listed in this section)
463 this->assign(__l.begin(), __l.end());
479 assign(size_type __n, const value_type& __val) function in class:vector
498 assign(_InputIterator __first, _InputIterator __last) function in class:vector
503 assign(_InputIterator __first, _InputIterator __last) function in class:vector
524 assign(initializer_list<value_type> __l) function in class:vector
525 { this->assign(__l.begin(), __l.end()); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 256 * @brief Assign the value of @a str to this string.
261 { return this->assign(__str); }
286 this->assign(__l.begin(), __l.end());
297 { return this->assign(__s); }
309 this->assign(1, __c);
789 traits_type::assign(this->_M_data()[__size], __c);
799 assign(const __versa_string& __str) function in class:__versa_string
815 assign(__versa_string&& __str) function in class:__versa_string
836 assign(const __versa_string& __str, size_type __pos, size_type __n) function in class:__versa_string
838 + __str._M_check(__pos, "__versa_string::assign"),
853 assign(const _CharT* __s, size_type __n) function in class:__versa_string
869 assign(const _CharT* __s) function in class:__versa_string
886 assign(size_type __n, _CharT __c) function in class:__versa_string
905 assign(_InputIterator __first, _InputIterator __last) function in class:__versa_string
915 assign(std::initializer_list<_CharT> __l) function in class:__versa_string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 244 // (assign() and get_allocator() are also listed in this section)
463 this->assign(__l.begin(), __l.end());
479 assign(size_type __n, const value_type& __val) function in class:vector
498 assign(_InputIterator __first, _InputIterator __last) function in class:vector
503 assign(_InputIterator __first, _InputIterator __last) function in class:vector
524 assign(initializer_list<value_type> __l) function in class:vector
525 { this->assign(__l.begin(), __l.end()); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 256 * @brief Assign the value of @a str to this string.
261 { return this->assign(__str); }
286 this->assign(__l.begin(), __l.end());
297 { return this->assign(__s); }
309 this->assign(1, __c);
789 traits_type::assign(this->_M_data()[__size], __c);
799 assign(const __versa_string& __str) function in class:__versa_string
815 assign(__versa_string&& __str) function in class:__versa_string
836 assign(const __versa_string& __str, size_type __pos, size_type __n) function in class:__versa_string
838 + __str._M_check(__pos, "__versa_string::assign"),
853 assign(const _CharT* __s, size_type __n) function in class:__versa_string
869 assign(const _CharT* __s) function in class:__versa_string
886 assign(size_type __n, _CharT __c) function in class:__versa_string
905 assign(_InputIterator __first, _InputIterator __last) function in class:__versa_string
915 assign(std::initializer_list<_CharT> __l) function in class:__versa_string
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 906 def assign(arg, value): function in function:getcallargs
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 906 def assign(arg, value): function in function:getcallargs
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 906 def assign(arg, value): function in function:getcallargs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 906 def assign(arg, value): function in function:getcallargs
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldexp.h 71 } assign; member in union:etree_union
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 417 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) function
513 else { stlstr.assign(src, srcLen);}
  /external/llvm/include/llvm/ADT/
SmallVector.h 415 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
423 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
716 // If we already have sufficient space, assign the common elements, then
721 // Assign common elements.
775 // If we already have sufficient space, assign the common elements, then
780 // Assign common elements.
850 this->assign(Size, Value);
865 this->assign(IL);
899 this->assign(IL);
  /external/mesa3d/src/compiler/glsl/
ir_builder.cpp 49 assign(deref lhs, operand rhs, operand condition, int writemask) function in namespace:ir_builder
53 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs.val, local
58 return assign;
62 assign(deref lhs, operand rhs) function in namespace:ir_builder
64 return assign(lhs, rhs, (1 << lhs.val->type->vector_elements) - 1);
68 assign(deref lhs, operand rhs, int writemask) function in namespace:ir_builder
70 return assign(lhs, rhs, (ir_rvalue *) NULL, writemask);
74 assign(deref lhs, operand rhs, operand condition) function in namespace:ir_builder
76 return assign(lhs, rhs, condition, (1 << lhs.val->type->vector_elements) - 1);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h 374 void assign(unsigned NumElts, const T &Elt) { function in class:llvm::SmallVectorTemplateCommon::SmallVectorImpl
610 // If we already have sufficient space, assign the common elements, then
615 // Assign common elements.
ilist.h 333 // copy/copy-assign won't do.
663 // Assign special forms...
664 void assign(size_type count, const NodeTy &val) { function in struct:llvm::ilist
673 template<class InIt> void assign(InIt first1, InIt last1) { function in struct:llvm::ilist
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 48 assign(_Ptr, 0);
52 assign(_Ptr);
56 assign(_Ptr, _Count);
63 @Input _Count Number of chars from _Right to assign to the new string
69 assign(_Right, _Roff, _Count);
81 assign(_Count,_Ch);
92 assign( 1, _Ch);
250 @Function assign
255 CPVRTString& CPVRTString::assign(const char* _Ptr) function in class:CPVRTString
259 return assign(_Ptr, 0)
271 CPVRTString& CPVRTString::assign(const char* _Ptr, size_t _Count) function in class:CPVRTString
295 CPVRTString& CPVRTString::assign(const CPVRTString& _Str) function in class:CPVRTString
308 CPVRTString& CPVRTString::assign(const CPVRTString& _Str, size_t _Off, size_t _Count) function in class:CPVRTString
324 CPVRTString& CPVRTString::assign(size_t _Count,char _Ch) function in class:CPVRTString
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallVector.h 418 void assign(size_type NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
426 void assign(std::initializer_list<T> IL) { function in class:llvm::SmallVectorImpl
718 // If we already have sufficient space, assign the common elements, then
723 // Assign common elements.
777 // If we already have sufficient space, assign the common elements, then
782 // Assign common elements.
853 this->assign(Size, Value);
868 this->assign(IL);
902 this->assign(IL);
  /external/swiftshader/third_party/subzero/src/
IceDefs.h 426 void assign(ErrorCodes Code) { function in class:Ice::ErrorCode
429 std::error_code::assign(Code, std::generic_category());
432 void assign(int Code) { assign(static_cast<ErrorCodes>(Code)); } function in class:Ice::ErrorCode
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow_test.cc 674 auto assign = ops::AssignAddVariableOp( local
680 gtl::ArraySlice<Operation>{assign.operation}),
860 auto assign = ops::AssignAddVariableOp( local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc 314 Node* init = test::graph::Assign(&g, var, twenty_node);
707 Node* assign = test::graph::Assign(&graph, a, b); local
715 Status s = session->Run({{a->name(), zero}}, {assign->name()}, {}, &outputs);
    [all...]

Completed in 464 milliseconds

1 2 3 4 56 7 8 91011>>