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

<<41424344454647484950>>

  /external/chromium_org/third_party/webrtc/base/
macutils.cc 34 str8->assign(buffer.get());
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 198 %assign addr 0
202 %assign addr addr + 0x200000
  /external/chromium_org/win8/delegate_execute/
chrome_util.cc 53 name.assign(kEventPrefix, prefix_len);
  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 220 void assign(const char *Start, const char *End) { function in class:clang::RewriteRope
Rewriter.h 97 Buffer.assign(BufStart, BufEnd);
  /external/icu/icu4c/source/common/
uvectr32.h 77 * Assign this object to another (make this a copy of 'other').
78 * Use the 'assign' function to assign each element.
80 void assign(const UVector32& other, UErrorCode &ec);
uvectr64.cpp 69 * Assign this object to another (make this a copy of 'other').
71 void UVector64::assign(const UVector64& other, UErrorCode &ec) { function in class:UVector64
uvectr64.h 76 * Assign this object to another (make this a copy of 'other').
77 * Use the 'assign' function to assign each element.
79 void assign(const UVector64& other, UErrorCode &ec);
  /external/lldb/include/lldb/Breakpoint/
Breakpoint.h 503 m_kind_description.assign (kind);
  /external/lldb/source/Core/
RegularExpression.cpp 175 match_str.assign (s + m_matches[idx].rm_so,
  /external/lldb/tools/debugserver/source/
RNBContext.cpp 65 m_working_directory.assign(path);
79 // Assign our new process ID
  /external/llvm/include/llvm/Support/
Timer.h 94 assert(!TG && !T.TG && "Can only assign uninit timers");
173 void setName(StringRef name) { Name.assign(name.begin(), name.end()); }
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 75 void LiveRegMatrix::assign(LiveInterval &VirtReg, unsigned PhysReg) { function in class:LiveRegMatrix
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc 161 error->assign("java_nano_generate_has=true cannot be used in conjunction"
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 131 mError.assign(errno, std::generic_category());
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 78 m_TargetAddress.assign(*pTargetRef->frag(), pTargetRef->offset()) ;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 358 Assignment assign(Assignment::OUTPUT_SECTION,
362 Output::dot_iterator ref = (*it)->dotAssignments().insert(dot, assign);
376 Assignment assign(Assignment::OUTPUT_SECTION,
380 dot = (*it)->dotAssignments().insert(dot, assign);
  /frameworks/rs/cpu_ref/
rsCpuCore.h 186 mBccPluginName.assign(name);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
forward_list.h 589 assign(__il);
607 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
624 assign(size_type __n, const _Tp& __val) function in class:forward_list
639 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 580 assign(__il);
598 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
615 assign(size_type __n, const _Tp& __val) function in class:forward_list
630 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 580 assign(__il);
598 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
615 assign(size_type __n, const _Tp& __val) function in class:forward_list
630 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 580 assign(__il);
598 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
615 assign(size_type __n, const _Tp& __val) function in class:forward_list
630 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 580 assign(__il);
598 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
615 assign(size_type __n, const _Tp& __val) function in class:forward_list
630 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 589 assign(__il);
607 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
624 assign(size_type __n, const _Tp& __val) function in class:forward_list
639 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 587 assign(__il);
605 assign(_InputIterator __first, _InputIterator __last) function in class:forward_list
622 assign(size_type __n, const _Tp& __val) function in class:forward_list
637 assign(std::initializer_list<_Tp> __il) function in class:forward_list
    [all...]

Completed in 1843 milliseconds

<<41424344454647484950>>