HomeSort by relevance Sort by last modified time
    Searched refs:assign (Results 426 - 450 of 1875) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 100 // traits_type::copy/move/assign.
105 traits_type::assign(*__d, *__s);
114 traits_type::assign(*__d, *__s);
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
135 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 100 // traits_type::copy/move/assign.
105 traits_type::assign(*__d, *__s);
114 traits_type::assign(*__d, *__s);
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
135 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 100 // traits_type::copy/move/assign.
105 traits_type::assign(*__d, *__s);
114 traits_type::assign(*__d, *__s);
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
135 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring_util.h 100 // traits_type::copy/move/assign.
105 traits_type::assign(*__d, *__s);
114 traits_type::assign(*__d, *__s);
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
135 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring_util.h 103 // traits_type::copy/move/assign.
108 traits_type::assign(*__d, *__s);
117 traits_type::assign(*__d, *__s);
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
138 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring_util.h 103 // traits_type::copy/move/assign.
108 traits_type::assign(*__d, *__s);
117 traits_type::assign(*__d, *__s);
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
138 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring_util.h 103 // traits_type::copy/move/assign.
108 traits_type::assign(*__d, *__s);
117 traits_type::assign(*__d, *__s);
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
138 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring_util.h 103 // traits_type::copy/move/assign.
108 traits_type::assign(*__d, *__s);
117 traits_type::assign(*__d, *__s);
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
138 traits_type::assign(*__p, *__k1); // These types are off.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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.
  /prebuilts/ndk/9/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/valgrind/main/VEX/priv/
guest_arm64_toIR.c 35 //ZZ All uses of newTemp assign to an IRTemp and not a UInt
308 static void assign ( IRTemp dst, IRExpr* e ) function
351 //ZZ assign(dst, loaded);
556 assign(res, binop(mkOR(ty),
576 assign(res, binop(mkSAR(ty),
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/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;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/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;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 60 @property (assign, getter=getLastMarker,setter=setLastMarker:) NSInteger lastMarker;
61 @property (assign) NSInteger index;
62 @property (assign, getter=getRange,setter=setRange:) NSInteger range;
  /external/chromium_org/chrome/installer/util/
registry_test_data.cc 56 base_path_.assign(base_path);
59 empty_key_path_.assign(base_path_).append(L"\\EmptyKey");
60 non_empty_key_path_.assign(base_path_).append(L"\\NonEmptyKey");
  /external/chromium_org/net/base/
data_url.cc 59 charset->assign(iter->substr(kCharsetTagLength));
65 mime_type->assign("text/plain");
70 charset->assign("US-ASCII");
  /external/chromium_org/net/url_request/
url_request_simple_job_unittest.cc 38 mime_type->assign("text/plain");
39 charset->assign("US-ASCII");
40 data->assign(kTestData);
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 70 assign(o);
80 assign(o);
111 BLINK_PLATFORM_EXPORT void assign(const WebCryptoResult&);
  /external/chromium_org/third_party/WebKit/public/web/
WebDocument.h 73 WebNode::assign(e);
76 void assign(const WebDocument& e) { WebNode::assign(e); } function in class:blink::WebDocument

Completed in 1155 milliseconds

<<11121314151617181920>>