/external/opencv3/3rdparty/openexr/Iex/ |
IexBaseExc.cpp | 115 BaseExc::assign (std::stringstream &s) function in class:Iex::BaseExc 117 std::string::assign (s.str());
|
/frameworks/base/tools/aapt2/ |
NameMangler.h | 90 outPackage->assign(outName->data(), pivot); 91 outName->assign(outName->data() + pivot + 1, outName->size() - (pivot + 1));
|
/frameworks/compile/mclinker/include/mcld/Target/ |
ELFAttributeValue.h | 60 m_StringValue.assign(pStringValue, pSize); 64 m_StringValue.assign(pStringValue);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue6572.go | 20 x, y, z = bar() // ERROR "cannot (use type|assign) string"
|
/prebuilts/go/darwin-x86/test/ |
func4.go | 16 main = notmain // ERROR "assign to|invalid"
|
map.go | 211 panic(fmt.Sprintf("tuple existence assign: mib[%d]\n", i)) 221 panic(fmt.Sprintf("tuple existence assign: mii[%d]\n", i)) 231 panic(fmt.Sprintf("tuple existence assign: mfi[%d]\n", i)) 241 panic(fmt.Sprintf("tuple existence assign: mif[%d]\n", i)) 251 panic(fmt.Sprintf("tuple existence assign: mis[%d]\n", i)) 261 panic(fmt.Sprintf("tuple existence assign: msi[%d]\n", i)) 271 panic(fmt.Sprintf("tuple existence assign: mss[%d]\n", i)) 281 panic(fmt.Sprintf("tuple existence assign: mspa[%d]\n", i)) 291 panic(fmt.Sprintf("tuple existence assign: mipT[%d]\n", i)) 301 panic(fmt.Sprintf("tuple existence assign: mpTi[apT[%d]]\n", i) [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue6572.go | 20 x, y, z = bar() // ERROR "cannot (use type|assign) string"
|
/prebuilts/go/linux-x86/test/ |
func4.go | 16 main = notmain // ERROR "assign to|invalid"
|
map.go | 211 panic(fmt.Sprintf("tuple existence assign: mib[%d]\n", i)) 221 panic(fmt.Sprintf("tuple existence assign: mii[%d]\n", i)) 231 panic(fmt.Sprintf("tuple existence assign: mfi[%d]\n", i)) 241 panic(fmt.Sprintf("tuple existence assign: mif[%d]\n", i)) 251 panic(fmt.Sprintf("tuple existence assign: mis[%d]\n", i)) 261 panic(fmt.Sprintf("tuple existence assign: msi[%d]\n", i)) 271 panic(fmt.Sprintf("tuple existence assign: mss[%d]\n", i)) 281 panic(fmt.Sprintf("tuple existence assign: mspa[%d]\n", i)) 291 panic(fmt.Sprintf("tuple existence assign: mipT[%d]\n", i)) 301 panic(fmt.Sprintf("tuple existence assign: mpTi[apT[%d]]\n", i) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
std_string.i | 34 $1.assign((char *)caml_ptr_val($input,0), caml_string_len($input)); 42 temp.assign((char *)caml_ptr_val($input,0), caml_string_len($input)); 52 temp.assign((char *)caml_ptr_val($input,0), caml_string_len($input)); 80 $result.assign((char *)caml_ptr_val($input,0), caml_string_len($input));
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubystdautodoc.swg | 25 AUTODOC(assign, "Assign a new $class or portion of it");
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_char_traits.i | 28 assign(char_type& __c1, const char_type& __c2); 52 assign(char_type* __s, size_t __n, char_type __a); 84 assign(char_type& __c1, const char_type& __c2); 108 assign(char_type* __s, size_t __n, char_type __a);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRUnbufferedCommonTreeNodeStream.h | 67 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker; 68 @property (assign, getter=getCurrentChildIndex, setter=setCurrentChildIndex:) NSInteger currentChildIndex; 69 @property (assign, getter=getAbsoluteNodeIndex, setter=setAbsoluteNodeIndex:) NSInteger absoluteNodeIndex; 71 @property (assign, getter=getHead, setter=setHead:) NSUInteger head; 72 @property (assign, getter=getTail, setter=setTail:) NSUInteger tail;
|
/external/eigen/bench/btl/libs/ublas/ |
ublas_interface.hh | 106 X.assign(prod(A,B)); 110 X.assign(prod(trans(A),B)); 114 X.assign(prod(A,B)); 127 X.assign(prod(trans(A),A)); 132 X.assign(prod(A,trans(A)));
|
/external/llvm/include/llvm/ADT/ |
SmallString.h | 37 // Note that in order to add new overloads for append & assign, we have to 44 /// Assign from a repeated element. 45 void assign(size_t NumElts, char Elt) { function in class:llvm::SmallString 46 this->SmallVectorImpl<char>::assign(NumElts, Elt); 49 /// Assign from an iterator pair. 51 void assign(in_iter S, in_iter E) { function in class:llvm::SmallString 56 /// Assign from a StringRef. 57 void assign(StringRef RHS) { function in class:llvm::SmallString 62 /// Assign from a SmallVector. 63 void assign(const SmallVectorImpl<char> &RHS) function in class:llvm::SmallString [all...] |
/external/mesa3d/src/glsl/ |
ir_builder.cpp | 49 assign(deref lhs, operand rhs, int writemask) function in namespace:ir_builder 53 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs.val, local 57 return assign; 61 assign(deref lhs, operand rhs) function in namespace:ir_builder 63 return assign(lhs, rhs, (1 << lhs.val->type->vector_elements) - 1);
|
/frameworks/compile/mclinker/lib/Script/ |
Assignment.cpp | 95 Assignment assign(OUTPUT_SECTION, 99 out->dotAssignments().push_back(assign); 139 Assignment assign( 142 std::make_pair(reinterpret_cast<Fragment*>(NULL), assign)); 169 bool Assignment::assign(RpnEvaluator& pEvaluator) { function in class:mcld::Assignment
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring_util.h | 102 // traits_type::copy/move/assign. 107 traits_type::assign(*__d, *__s); 116 traits_type::assign(*__d, *__s); 125 traits_type::assign(*__d, __c); 127 traits_type::assign(__d, __n, __c); 137 traits_type::assign(*__p, *__k1); // These types are off.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring_util.h | 102 // traits_type::copy/move/assign. 107 traits_type::assign(*__d, *__s); 116 traits_type::assign(*__d, *__s); 125 traits_type::assign(*__d, __c); 127 traits_type::assign(__d, __n, __c); 137 traits_type::assign(*__p, *__k1); // These types are off.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring_util.h | 102 // traits_type::copy/move/assign. 107 traits_type::assign(*__d, *__s); 116 traits_type::assign(*__d, *__s); 125 traits_type::assign(*__d, __c); 127 traits_type::assign(__d, __n, __c); 137 traits_type::assign(*__p, *__k1); // These types are off.
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring_util.h | 102 // traits_type::copy/move/assign. 107 traits_type::assign(*__d, *__s); 116 traits_type::assign(*__d, *__s); 125 traits_type::assign(*__d, __c); 127 traits_type::assign(__d, __n, __c); 137 traits_type::assign(*__p, *__k1); // These types are off.
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
any.h | 194 assign(x); 206 assign(x); 213 assign(x); 223 any& assign(const any& x) function in struct:cvflann::any 233 any& assign(const T& x) function in struct:cvflann::any 245 return assign(x); 252 return assign(x);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_reg_allocate.cpp | 37 assign(unsigned int *reg_hw_locations, reg *reg) function in namespace:brw 84 assign(hw_reg_mapping, &inst->dst); 85 assign(hw_reg_mapping, &inst->src[0]); 86 assign(hw_reg_mapping, &inst->src[1]); 87 assign(hw_reg_mapping, &inst->src[2]); 236 assign(hw_reg_mapping, &inst->dst); 237 assign(hw_reg_mapping, &inst->src[0]); 238 assign(hw_reg_mapping, &inst->src[1]); 239 assign(hw_reg_mapping, &inst->src[2]);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBufferedTokenStream.h | 58 @property (assign, getter=getLastMarker,setter=setLastMarker) NSInteger lastMarker; 59 @property (assign, getter=getIndex,setter=setIndex) NSInteger p; 60 @property (assign, getter=getRange,setter=setRange) NSInteger range;
|
ANTLRCommonTree.h | 40 @property (assign, getter=getTokenStartIndex, setter=setTokenStartIndex) NSInteger startIndex; 41 @property (assign, getter=getTokenStopIndex, setter=setTokenStopIndex) NSInteger stopIndex; 43 @property (assign, getter=getChildIndex, setter=setChildIndex) NSInteger childIndex;
|