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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 80 merge
134 * searching, merge, partition, heap, set, minima, maxima, and
361 // merge
656 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
661 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 80 merge
134 * searching, merge, partition, heap, set, minima, maxima, and
361 // merge
656 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
661 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 40 import com.android.dx.merge.CollisionPolicy;
41 import com.android.dx.merge.DexMerger;
179 /** Library .dex files to merge into the output .dex. */
433 result = new DexMerger(dexA, dexB, CollisionPolicy.KEEP_FIRST).merge();
454 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge();
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDocument.cpp 35 usage.merge(pages[i]->getFontGlyphUsage());
  /external/chromium_org/ui/views/controls/
styled_label.cc 127 style_ranges_.merge(new_range);
  /external/emma/lib/
emma_ant.jar 
  /external/harfbuzz_ng/
git.mk 215 po/.intltool-merge-cache \
223 intltool-merge.in \
  /external/llvm/include/llvm/IR/
Attributes.h 430 AttrBuilder &merge(const AttrBuilder &B);
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 314 * Do a merge of the GenericObjects contained in this list with the
316 * modification of the given list. This does an object by object merge of
321 * object merge with. Note that no new objects are added to this
336 outerObj.merge(innerObj);
  /external/skia/src/pdf/
SkPDFDocument.cpp 35 usage.merge(pages[i]->getFontGlyphUsage());
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 91 --merge-recursive-frames=<number> merge frames between identical
  /ndk/build/core/
setup-toolchain.mk 139 # to do that, we split at dashes, remove the last element, then merge the
142 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c 433 /* Open the gcda file for writing. We don't support merge yet. */
562 /* Dump the coverage counts. We merge with existing counts when
795 /* Merge with existing gcda file in the same directory to avoid
818 /* Merge data from file. */
833 /* Merge execution counts for each function. */
852 gcov_merge_fn merge; local
858 merge = info->counts[c_ix].merge;
865 (*merge) (values[c_ix], n_counts);
912 gcov_error ("profiling:%s:Merge mismatch for %s\n", gi_filename
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 558 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
564 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare,
570 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
574 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 558 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
564 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare,
570 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
574 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algorithmfwd.h 558 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
564 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare,
570 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
574 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algorithmfwd.h 558 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter,
564 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare,
570 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
574 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 123 "progressing" the merge). Some tapes were even able to read
129 __all__ = ['heappush', 'heappop', 'heapify', 'heapreplace', 'merge',
357 def merge(*iterables): function
358 '''Merge multiple sorted inputs into a single sorted output.
364 >>> list(merge([1,3,5,7], [0,2,4,8], [5,10,15,20], [], [25]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py 123 "progressing" the merge). Some tapes were even able to read
129 __all__ = ['heappush', 'heappop', 'heapify', 'heapreplace', 'merge',
357 def merge(*iterables): function
358 '''Merge multiple sorted inputs into a single sorted output.
364 >>> list(merge([1,3,5,7], [0,2,4,8], [5,10,15,20], [], [25]))
  /system/media/camera/docs/
metadata_model.py 485 # allow multiple kinds with the same name. merge if adjacent
792 yield i.merge()
853 ent.merge())
891 yield i.merge()
1273 def merge(self): member in class:Entry
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 164 /// merge - Merge equivalence classes.
165 static UserValue *merge(UserValue *L1, UserValue *L2) { function in class:__anon9453::UserValue
438 Leader = UserValue::merge(Leader, UV);
445 Leader = UserValue::merge(Leader, EC);
    [all...]
MachineBlockPlacement.cpp 123 /// \brief Merge a block chain into this one.
129 void merge(MachineBasicBlock *BB, BlockChain *Chain) { function in class:__anon9457::BlockChain
348 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n");
526 // Zero out LoopPredecessors for the successor we're about to merge in case
532 Chain.merge(BestSucc, &SuccChain);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 235 throw new CallStateException("wrong state to merge calls: fg="
239 if (DBG) log("conference: merge fg & bg");
240 mForegroundCall.merge(mBackgroundCall);
248 + ", cannot merge with " + that.getClass());
250 mForegroundCall.merge((SipCall) that);
609 void merge(SipCall that) throws CallStateException { method in class:SipPhone.SipCall
610 if (SC_DBG) log("merge:");
    [all...]

Completed in 378 milliseconds

<<11121314151617181920>>