HomeSort by relevance Sort by last modified time
    Searched refs:merge (Results 226 - 250 of 736) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 385 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } function in class:slist
398 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
399 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 399 void merge(_Self& __x) { function in class:list
404 _M_non_dbg_impl.merge(__x._M_non_dbg_impl);
465 void merge(_Self& __x, _StrictWeakOrdering __comp) { function in class:list
470 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __comp);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 385 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } function in class:slist
398 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
399 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 399 void merge(_Self& __x) { function in class:list
404 _M_non_dbg_impl.merge(__x._M_non_dbg_impl);
465 void merge(_Self& __x, _StrictWeakOrdering __comp) { function in class:list
470 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __comp);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 385 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } function in class:slist
398 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
399 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 399 void merge(_Self& __x) { function in class:list
404 _M_non_dbg_impl.merge(__x._M_non_dbg_impl);
465 void merge(_Self& __x, _StrictWeakOrdering __comp) { function in class:list
470 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __comp);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 385 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } function in class:slist
398 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
399 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 399 void merge(_Self& __x) { function in class:list
404 _M_non_dbg_impl.merge(__x._M_non_dbg_impl);
465 void merge(_Self& __x, _StrictWeakOrdering __comp) { function in class:list
470 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __comp);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 385 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } function in class:slist
398 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
399 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
_list.h 399 void merge(_Self& __x) { function in class:list
404 _M_non_dbg_impl.merge(__x._M_non_dbg_impl);
465 void merge(_Self& __x, _StrictWeakOrdering __comp) { function in class:list
470 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __comp);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_slist.h 385 void merge(_Self& __x) { _M_impl.merge(__x._M_impl); } function in class:slist
398 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
399 { _M_impl.merge(__x._M_impl, _STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
RangeManip.cpp 105 void RangeList::merge() { function in class:RangeList
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focus_util.js 29 * TODO(dmazzoni): merge this with cvox.DomUtil.isInputTypeText
  /external/chromium_org/third_party/skia/gm/
imagefiltersgraph.cpp 153 SkAutoTUnref<SkImageFilter> merge(SkMergeImageFilter::Create(blur, color));
156 paint.setImageFilter(merge);
  /external/chromium_org/v8/src/compiler/
scheduler.cc 186 void ConnectMerge(Node* merge) {
187 BasicBlock* block = schedule_->block(merge);
189 // For all of the merge's control inputs, add a goto at the end to the
190 // merge's basic block.
191 for (InputIter j = merge->inputs().begin(); j != merge->inputs().end();
195 TraceConnect(merge, predecessor_block, block);
551 // of the corresponding control input to the merge.
556 Node* merge = NodeProperties::GetControlInput(use, 0); local
557 opcode = merge->opcode()
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 115 super.createArg ().setValue ("-merge");
125 log (getTaskName () + ": merge attribute setting ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
428 // merge attribute:
430 public void setMerge (final boolean merge)
432 m_outFileMerge = merge ? Boolean.TRUE : Boolean.FALSE;
  /external/libcxx/test/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 17 // merge(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2, OutIter result);
37 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
59 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
merge_comp.pass.cpp 18 // merge(InIter1 first1, InIter1 last1,
42 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
64 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
  /external/mesa3d/src/gallium/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/mesa3d/src/gallium/targets/egl-static/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/mesa3d/src/glsl/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/mesa3d/src/mapi/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>