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

1 2 34 5 6 7 8 910

  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 147 // Used to indicate a merge internally triggered a change
279 * the data-flow analyzer to merge the type state from multiple branches.
281 * @param type the type to merge with
284 public Type merge(Type type) { method in class:Type
300 return type.merge(this);
363 Type mergedComponent = thisRoot.merge(typeRoot);
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 29 # Merge and resolve ChangeLog conflicts for svn and git repositories
74 'm|merge-driver!' => \$mergeDriver,
100 print STDERR "ERROR: --merge-driver may only be used with a git repository\n";
103 print STDERR "ERROR: --merge-driver expects %O %A %B as arguments\n";
115 -m|--merge-driver %O %A %B act as a git merge-driver on files %O %A %B
136 exec qw(git merge-file -L THEIRS -L BASE -L OURS), $theirs, $base, $ours;
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 495 ssize_t SortedVectorImpl::merge(const VectorImpl& vector)
497 // naive merge...
512 ssize_t SortedVectorImpl::merge(const SortedVectorImpl& vector)
524 err = merge(static_cast<const VectorImpl&>(vector));
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 299 * this merge results in a change. If no change results, this instance is
303 * @param other {@code non-null;} a stack to merge with
304 * @return {@code non-null;} the result of the merge
306 public ExecutionStack merge(ExecutionStack other) { method in class:ExecutionStack
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
RangeManip.cpp 104 void RangeList::merge() { function in class:RangeList
  /external/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);
  /external/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)); }
  /external/webkit/Tools/TestResultServer/model/
jsonresults_unittest.py 124 merged_results = JsonResults.merge(self._builder,
151 # Nothing to merge.
157 # Expect no merge happens.
160 # No actual incremental test results (only prefix and suffix) to merge.
161 # Nothing to merge.
167 # Expected no merge happens.
255 # The incremental results should be dropped and no merge happens.
261 # Expected no merge happens.
266 # The incremental results should be dropped and no merge happens.
272 # Expected no merge happens
    [all...]
  /ndk/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);
  /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)); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_list.h     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h     [all...]
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r5/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)); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h     [all...]
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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)); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h     [all...]
  /prebuilt/ndk/android-ndk-r7/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);
  /prebuilt/ndk/android-ndk-r7/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)); }
  /prebuilt/sdk/tools/lib/
dx.jar 
  /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/stlport/etc/
STLport-4.5.1.spec 83 - merge with Harold's changes
STLport-4.5.3.spec 83 - merge with Harold's changes
STLport-4.6.spec 86 - merge with Harold's changes

Completed in 601 milliseconds

1 2 34 5 6 7 8 910