HomeSort by relevance Sort by last modified time
    Searched full:assign (Results 276 - 300 of 5657) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13779.go 14 students["sally"].age = 3 // ERROR "cannot assign to struct field .* in map"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13779.go 14 students["sally"].age = 3 // ERROR "cannot assign to struct field .* in map"
  /prebuilts/misc/common/swig/include/2.0.11/pike/
std_string.i 25 $1.assign(STR0($input.u.string));
31 temp.assign(STR0($input.u.string));
45 $result.assign(STR0($input.u.string));
52 temp.assign(STR0($input.u.string));
  /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/valgrind/VEX/priv/
guest_x86_toIR.c 633 static void assign ( IRTemp dst, IRExpr* e ) function
761 assign(expTmp, expVal);
987 assign( guardB, binop(Iop_CmpNE8, mkexpr(guard), mkU8(0)) );
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 197 //See equivalent assign method remark.
230 _Traits::assign(*this->_M_finish, *__first++);
247 public: // Assign
248 _Self& assign(const _Self& __s) { function in class:basic_string
249 _Base::assign(__s);
253 _Self& assign(const _Self& __s, function in class:basic_string
255 _Base::assign(__s, __pos, __n);
259 _Self& assign(const _CharT* __s, size_type __n) { function in class:basic_string
261 _Base::assign(__s, __n);
265 _Self& assign(const _CharT* __s) function in class:basic_string
271 _Self& assign(size_type __n, _CharT __c) { function in class:basic_string
301 _Self& assign(_InputIter __first, _InputIter __last) { function in class:basic_string
311 _Self& assign(const _CharT* __f, const _CharT* __l) { function in class:basic_string
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 197 //See equivalent assign method remark.
230 _Traits::assign(*this->_M_finish, *__first++);
247 public: // Assign
248 _Self& assign(const _Self& __s) { function in class:basic_string
249 _Base::assign(__s);
253 _Self& assign(const _Self& __s, function in class:basic_string
255 _Base::assign(__s, __pos, __n);
259 _Self& assign(const _CharT* __s, size_type __n) { function in class:basic_string
261 _Base::assign(__s, __n);
265 _Self& assign(const _CharT* __s) function in class:basic_string
271 _Self& assign(size_type __n, _CharT __c) { function in class:basic_string
301 _Self& assign(_InputIter __first, _InputIter __last) { function in class:basic_string
311 _Self& assign(const _CharT* __f, const _CharT* __l) { function in class:basic_string
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 197 //See equivalent assign method remark.
230 _Traits::assign(*this->_M_finish, *__first++);
247 public: // Assign
248 _Self& assign(const _Self& __s) { function in class:basic_string
249 _Base::assign(__s);
253 _Self& assign(const _Self& __s, function in class:basic_string
255 _Base::assign(__s, __pos, __n);
259 _Self& assign(const _CharT* __s, size_type __n) { function in class:basic_string
261 _Base::assign(__s, __n);
265 _Self& assign(const _CharT* __s) function in class:basic_string
271 _Self& assign(size_type __n, _CharT __c) { function in class:basic_string
301 _Self& assign(_InputIter __first, _InputIter __last) { function in class:basic_string
311 _Self& assign(const _CharT* __f, const _CharT* __l) { function in class:basic_string
    [all...]
  /external/clang/test/Analysis/
objc_invalidation.m 97 @property (assign) SomeInvalidationImplementingObject* Prop0;
98 @property (nonatomic, assign) SomeInvalidationImplementingObject* Prop1;
99 @property (assign) SomeInvalidationImplementingObject* Prop2;
100 @property (assign) SomeInvalidationImplementingObject* Prop3;
101 @property (assign) SomeInvalidationImplementingObject *Prop5;
102 @property (assign) SomeInvalidationImplementingObject *Prop4;
104 @property (assign) SomeInvalidationImplementingObject* Prop6; // automatically synthesized prop
105 @property (assign) SomeInvalidationImplementingObject* Prop7; // automatically synthesized prop
106 @property (assign) SomeInvalidationImplementingObject *SynthIvarProp;
108 @property (assign) NSObject* NProp0
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 492 field.Add()->assign("foo");
498 field.Add()->assign("bar");
505 field.Mutable(1)->assign("baz");
551 field1.Add()->assign("foo");
552 field1.Add()->assign("bar");
576 field2.Add()->assign("foo");
577 field2.Add()->assign("bar");
597 field1.Add()->assign("foo");
598 field1.Add()->assign("bar");
710 field.Add()->assign("filler")
    [all...]
  /art/runtime/mirror/
object_reference-inl.h 28 void ObjectReference<kPoisonReferences, MirrorType>::Assign(ObjPtr<MirrorType> ptr) {
29 Assign(ptr.Ptr());
  /art/test/003-omnibus-opcodes/
expected.txt 1 InstField assign...
4 StaticField assign...
  /external/clang/test/CodeGen/
bitfield-assign.c 4 /* Check that we get one load for each simple assign and two for the
5 compound assign (load the old value before the add then load again
  /external/clang/test/CodeGenObjC/
debug-info-id-with-protocol.m 21 @property (nonatomic, assign) id <MyProtocol> bad_carrier;
22 @property (nonatomic, assign) id good_carrier;
  /external/clang/test/CodeGenObjCXX/
property-dot-copy.mm 18 @property (assign) Vector3D position;
50 @property (assign, nonatomic) CGPoint gridOffset;
  /external/clang/test/SemaObjC/
resolve-method-in-global-pool.m 48 @property (assign) id <NSKeyedArchiverDelegate> delegate;
52 @property (assign) id delegate;
  /external/clang/test/SemaObjCXX/
references.mm 14 @property (assign) T p0;
15 @property (assign) T& p1;
  /external/libcxx/test/std/re/re.regex/re.regex.assign/
assign_ptr_size_flag.pass.cpp 14 // basic_regex& assign(const charT* ptr, size_t len, flag_type f);
23 r2.assign("(a([bc]))", 9, std::regex::extended);
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 28 void assign(int ii, int jj) { function
35 assign(ii, jj);
  /external/mesa3d/src/mapi/glapi/gen/
ARB_draw_instanced.xml 11 <function name="DrawArraysInstancedARB" offset="assign">
18 <function name="DrawElementsInstancedARB" offset="assign">
  /external/pdfium/testing/resources/javascript/
document_props_expected.txt 45 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
47 Alert: ERROR: Document.filesize: Cannot assign to readonly property.
48 Alert: ERROR: Document.icons: Cannot assign to readonly property.
49 Alert: ERROR: Document.info: Cannot assign to readonly property.
56 Alert: ERROR: Document.numFields: Cannot assign to readonly property.
57 Alert: ERROR: Document.numPages: Cannot assign to readonly property.
61 Alert: ERROR: Document.path: Cannot assign to readonly property.
65 Alert: ERROR: Document.URL: Cannot assign to readonly property.
  /external/skia/site/dev/chrome/
index.md 16 * If an obvious owner cannot be found in the list of CLs, assign to the Skia
19 * If the Sheriff cannot be assigned, cc them and assign the issue to hcm@.
  /external/v8/src/ast/
ast-numbering.h 17 // Assign type feedback IDs, bailout IDs, and generator yield IDs to an AST node
26 // we assign a unique number (the yield ID) to each Yield node in its AST. We
  /frameworks/base/core/java/android/os/storage/
IObbActionListener.aidl 24 * When adding a new method, assign the next available transaction id.
40 * When adding a new method, assign the next available transaction id.
IStorageShutdownObserver.aidl 23 * When adding a new method, assign the next available transaction id.
37 * When adding a new method, assign the next available transaction id.

Completed in 3508 milliseconds

<<11121314151617181920>>