HomeSort by relevance Sort by last modified time
    Searched refs:merge (Results 1 - 25 of 525) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
linkage-merge-bar.h 1 #include <linkage-merge-foo.h>
  /ndk/tests/build/merge-string-literals/jni/
Android.mk 4 LOCAL_MODULE := merge-string-literals
5 LOCAL_SRC_FILES := merge-string-literals-1.c merge-string-literals-2.c
  /dalvik/dx/src/com/android/dx/merge/
CollisionPolicy.java 17 package com.android.dx.merge;
  /external/emma/core/java12/com/vladium/emma/data/
IMergeable.java 27 IMergeable merge (IMergeable data); method in interface:IMergeable
  /external/clang/
README.android 9 * merge conflicts with upstream on those parts.
11 * The file contains useful hints when we try to resolve future 3-way merge
26 * Recent downstreaming on 2013/8/8: Synced to r187914 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/5/3: Synced to r180944 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2013/3/18: Synced to r177345 (Contact srhines for merge questions.)
30 * Recent downstreaming on 2013/3/5: Synced to r176138 (Contact srhines for merge questions.)
31 * Recent downstreaming on 2013/1/8: Synced to r171906 (Contact srhines for merge questions.)
32 * Recent downstreaming on 2012/8/23: Synced to r162325 (srhines for merge questions)
33 * Recent downstreaming on 2012/8/3: Synced to r160673 (sliao for merge questions
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntSet.java 50 * @param other {@code non-null;} other set to merge with.
52 void merge(IntSet other); method in interface:IntSet
  /dalvik/dx/src/com/android/dx/util/
IntSet.java 50 * @param other {@code non-null;} other set to merge with.
52 void merge(IntSet other); method in interface:IntSet
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntSet.java 50 * @param other {@code non-null;} other set to merge with.
52 void merge(IntSet other); method in interface:IntSet
  /external/compiler-rt/
README.android 9 * merge conflicts with upstream on those parts.
11 * The file contains useful hints when we try to resolve future 3-way merge
20 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.)
21 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
22 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.)
23 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.)
24 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.)
25 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.)
26 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2012/08/15: Synced to r159129 (Contact sliao for merge questions.
    [all...]
  /dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
MergeConflictTest.java 17 package com.android.dx.merge;
31 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge();
36 dexMerger.merge();
  /external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java 38 final File outFile, final boolean merge)
54 DataFactory.persist (cdataView, outFile, merge);
61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
  /external/llvm/
README.android 9 * merge conflicts with upstream on those parts.
11 * The file contains useful hints when we try to resolve future 3-way merge
26 * Recent downstreaming on 2013/8/8: Synced to r187913 (Contact srhines for merge questions.)
27 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.)
28 * Recent downstreaming on 2013/5/3: Synced to r180947 (Contact srhines for merge questions.)
29 * Recent downstreaming on 2013/3/18: Synced to r177342 (Contact srhines for merge questions.)
30 * Recent downstreaming on 2013/3/5: Synced to r176139 (Contact srhines for merge questions.)
31 * Recent downstreaming on 2013/1/8: Synced to r171905 (Contact srhines for merge questions.)
32 * Recent downstreaming on 2012/8/23: Synced to r162314 (Contact srhines for merge questions.)
33 * Recent downstreaming on 2012/8/3: Synced to r160668 (Contact sliao for merge questions.
    [all...]
  /frameworks/compile/libbcc/lib/Core/
Script.cpp 36 return mSource->merge(pSource, pPreserveSource);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/
merge.pass.cpp 12 // void merge(list& x);
27 c1.merge(c2);
37 c1.merge(c2);
merge_comp.pass.cpp 12 // template <class Compare> void merge(list& x, Compare comp);
28 c1.merge(c2, std::greater<int>());
38 c1.merge(c2, std::greater<int>());
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp 42 m_conversionManager.merge();
48 rOut.merge();
  /dalvik/dx/tests/119-merge-conflict/
run 23 dx --dex --output=test.jar com/android/dx/merge/* $dxjar
25 # Build a resource .jar containing the .dex files to merge
31 junit.textui.TestRunner com.android.dx.merge.MergeConflictTest > unit-out.txt
  /dalvik/dx/tests/115-merge/
run 23 dx --dex --output=test.jar com/android/dx/merge/* $dxjar
25 # Build a resource .jar containing the .dex files to merge
34 junit.textui.TestRunner com.android.dx.merge.DexMergeTest > unit-out.txt
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorHistory.h 53 virtual void merge(PassOwnPtr<Action>);
  /external/chromium/net/base/
upload_data_stream.h 70 static void set_merge_chunks(bool merge) { merge_chunks_ = merge; }
  /external/llvm/utils/release/
merge.sh 2 #===-- merge.sh - Test the LLVM release candidates -------------------------===#
11 # Merge a revision into a project.
22 echo " -proj PROJECT The project to merge the result into"
23 echo " -rev NUM The revision to merge into the project"
61 tempfile=`mktemp /tmp/merge.XXXXXX` || exit 1
70 svn merge -c $rev https://llvm.org/svn/llvm-project/$proj/trunk . || exit 1
  /external/nist-sip/java/gov/nist/core/
HostPort.java 150 public void merge(Object mergeObject) { method in class:HostPort
151 super.merge (mergeObject);
  /frameworks/base/libs/hwui/utils/
SortedListImpl.h 36 ssize_t merge(const VectorImpl& vector);
37 ssize_t merge(const SortedListImpl& vector);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
merge.pass.cpp 12 // void merge(forward_list&& x);
30 c1.merge(c2);
43 c1.merge(c2);
merge_pred.pass.cpp 12 // template <class Compare> void merge(forward_list&& x, Compare comp);
31 c1.merge(c2, std::greater<T>());
44 c1.merge(c2, std::greater<T>());

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>