HomeSort by relevance Sort by last modified time
    Searched refs:merge (Results 151 - 175 of 235) sorted by null

1 2 3 4 5 67 8 910

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 556 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
562 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare,
568 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
572 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
algo.h 57 #include <parallel/merge.h>
2009 merge(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
2018 merge(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
2064 merge(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
2088 merge(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 17 package com.android.dx.merge;
184 public DexBuffer merge() throws IOException { method in class:DexMerger
191 * simply merge the result with itself.
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 46 orl (%ebx), %eax # %eax<- merge activeProfilers and debuggerActive
91 orl (rINST), %eax # %eax<- merge activeProfilers and debuggerActive
361 or (%edx), %eax # %eax<- merge activeProfilers and debuggerActive
  /external/clang/lib/Analysis/
LiveVariables.cpp 198 merge(LiveVariables::LivenessValues valsA,
245 LiveVariablesImpl::merge(LiveVariables::LivenessValues valsA, function in class:LiveVariablesImpl
595 // Merge the values of all successor blocks.
600 val = LV->merge(val, LV->blocksBeginToLiveness[succ]);
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 158 /// merge - Merge equivalence classes.
159 static UserValue *merge(UserValue *L1, UserValue *L2) { function in class:__anon8105::UserValue
425 Leader = UserValue::merge(Leader, UV);
432 Leader = UserValue::merge(Leader, EC);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 205 throw new CallStateException("wrong state to merge calls: fg="
209 foregroundCall.merge(backgroundCall);
217 + ", cannot merge with " + that.getClass());
219 foregroundCall.merge((SipCall) that);
507 void merge(SipCall that) throws CallStateException { method in class:SipPhone.SipCall
    [all...]
  /external/qemu/
block.c 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2109 int merge = 0; local
    [all...]
  /external/blktrace/doc/
blktrace.tex 544 \item[M -- back merge] A previously inserted request exists that ends
545 on the boundary of where this io begins, so the io scheduler can merge
548 \item[F -- front merge] Same as the back merge, except this io ends
707 \item[M -- back merge]
708 \item[F -- front merge]
    [all...]
  /external/elfutils/src/
ld.h 165 /* List of symbols in this section (set only for merge-able sections). */
229 /* True if any of the sections is merge-able. */
445 } merge; member in struct:symbol
450 /* Pointer to next symbol of the same section (only set for merge-able
692 section is merge-able. */
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 556 info.merge(MethodOptimizationInfo.getMethodOptimizationInfo(programMethod));
  /external/clang/lib/CodeGen/
TargetInfo.cpp 836 /// merge - Implement the X86_64 ABI merging algorithm.
838 /// Merge an accumulating classification \arg Accum with a field
842 /// always be either NoClass or the result of a previous merge
845 static Class merge(Class Accum, Class Field);
1041 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { function in class:X86_64ABIInfo
    [all...]
  /external/stlport/stlport/stl/
_algo.h 573 // merge, with and without an explicitly supplied comparison function.
576 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
582 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
_list.h 648 void merge(_Self& __x) function in class:list
672 void merge(_Self& __x, function in class:list
_slist.h 789 void merge(_Self& __x) { _STLP_PRIV _Slist_merge(*this, __x, less<value_type>()); } function in class:slist
809 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 259 // Merge two following BeginChars in the vector to reduce the number of character checks.
260 void merge(unsigned size) function in struct:JSC::Yarr::BeginCharHelper
266 // If the current and the next size of value is different we should skip the merge process
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 573 // merge, with and without an explicitly supplied comparison function.
576 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
582 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
_list.h 648 void merge(_Self& __x) function in class:list
672 void merge(_Self& __x, function in class:list
_slist.h 789 void merge(_Self& __x) { _STLP_PRIV _Slist_merge(*this, __x, less<value_type>()); } function in class:slist
809 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 573 // merge, with and without an explicitly supplied comparison function.
576 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
582 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
_list.h 648 void merge(_Self& __x) function in class:list
672 void merge(_Self& __x, function in class:list
_slist.h 789 void merge(_Self& __x) { _STLP_PRIV _Slist_merge(*this, __x, less<value_type>()); } function in class:slist
809 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 573 // merge, with and without an explicitly supplied comparison function.
576 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
582 _OutputIter merge(_InputIter1 __first1, _InputIter1 __last1,
_list.h 648 void merge(_Self& __x) function in class:list
672 void merge(_Self& __x, function in class:list
_slist.h 789 void merge(_Self& __x) { _STLP_PRIV _Slist_merge(*this, __x, less<value_type>()); } function in class:slist
809 void merge(_Self& __x, _StrictWeakOrdering __comp) function in class:slist

Completed in 1017 milliseconds

1 2 3 4 5 67 8 910