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

<<61626364656667686970>>

  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 379 frame_buffer.assign (&frames[frames_to_remove], &frames[count]);
381 frame_buffer.assign (&frames[0], &frames[count]);
    [all...]
  /external/lldb/source/Commands/
CommandObjectThread.cpp 319 m_avoid_regexp.assign(option_arg);
326 m_step_in_target.assign(option_arg);
    [all...]
  /external/lldb/source/Core/
Disassembler.cpp     [all...]
  /external/lldb/source/Interpreter/
Args.cpp 541 pos->assign(arg_cstr);
1006 safe_arg.assign (unsafe_arg);
    [all...]
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 563 symbol_name.assign (symbol_name_cstr);
572 symbol_name.assign (symbol_name_cstr, sizeof(symbol.name));
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 442 void assign(unsigned NumElts, const T &Elt) { function in class:llvm::SmallVectorImpl
720 // If we already have sufficient space, assign the common elements, then
725 // Assign common elements.
779 // If we already have sufficient space, assign the common elements, then
784 // Assign common elements.
854 this->assign(Size, Value);
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 200 CurrSetPressure.assign(TRI->getNumRegPressureSets(), 0);
291 LiveThruPressure.assign(TRI->getNumRegPressureSets(), 0);
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 148 InstIdxs.assign(NumberedInstructions->size(), ~0U);
155 InstOpsUsed.assign(UniqueOperandCommands.size(), 0);
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 554 void assign(I start, I end) function in class:cl::vector
716 param->assign(&value[0], &value[required/sizeof(T)]);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 606 default_value->assign("true");
608 default_value->assign("false");
    [all...]
  /external/stlport/stlport/stl/
_bitset.h 659 __s.assign(_Nb, '0');
669 __s.assign(_Nb, '0');
_bvector.h 592 // assign(), a generalized assignment member function. Two
607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED
611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
  /frameworks/base/core/jni/android/graphics/
Path.cpp 69 static void assign(JNIEnv* env, jobject clazz, jlong dstHandle, jlong srcHandle) { function in class:android::SkPathGlue
486 {"native_set","(JJ)V", (void*) SkPathGlue::assign},
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 494 relEntry.targetRef().assign(*pSym.outSymbol()->fragRef());
743 rel->targetRef().assign(*got);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 659 __s.assign(_Nb, '0');
669 __s.assign(_Nb, '0');
_bvector.h 592 // assign(), a generalized assignment member function. Two
607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED
611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_map.i 82 assign(const SwigPySeq& swigpyseq, std::map<K,T,Compare,Alloc > *map) {
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_map.i 84 assign(const RubySeq& rubyseq, std::map<K,T > *map) {
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_vector.i 55 val->assign(temp, len);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 659 __s.assign(_Nb, '0');
669 __s.assign(_Nb, '0');
_bvector.h 592 // assign(), a generalized assignment member function. Two
607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED
611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 659 __s.assign(_Nb, '0');
669 __s.assign(_Nb, '0');
_bvector.h 592 // assign(), a generalized assignment member function. Two
607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED
611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 659 __s.assign(_Nb, '0');
669 __s.assign(_Nb, '0');
_bvector.h 592 // assign(), a generalized assignment member function. Two
607 void assign(size_t __n, bool __x) { _M_fill_assign(__n, __x); } function in class:__BVECTOR_QUALIFIED
611 void assign(_InputIterator __first, _InputIterator __last) { function in class:__BVECTOR_QUALIFIED

Completed in 1901 milliseconds

<<61626364656667686970>>