/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...] |
jsonresults.py | 112 """Merge incremental json into aggregated json results. 120 True if merge succeeds or 124 # Merge non tests property data. 129 # Merge tests results and times 139 """Merge incremental non tests property data into aggregated json results. 147 True if merge succeeds or 170 # FIXME: skip the duplicated build and merge rest of the results. 179 # Merge this build into aggreagated results. 187 """Merge one build of incremental json into aggregated json results. 192 incremental_index: index of the incremental json results to merge 352 def merge(cls, builder, aggregated, incremental, num_runs, sort_keys=False): member in class:JsonResults [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/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
|
/external/stlport/test/unit/ |
ptrspec_test.cpp | 149 pint_list.merge(pint_list, binary_pred<int>()); 150 pcint_list.merge(pcint_list, binary_pred<int const>());
|
/ndk/tests/device/test-gnustl-full/unit/ |
ptrspec_test.cpp | 149 pint_list.merge(pint_list, binary_pred<int>()); 150 pcint_list.merge(pcint_list, binary_pred<int const>());
|
/ndk/tests/device/test-stlport/unit/ |
ptrspec_test.cpp | 149 pint_list.merge(pint_list, binary_pred<int>()); 150 pcint_list.merge(pcint_list, binary_pred<int const>());
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 80 (* Emit merge block. *) 91 * 'else' block to the 'merge' block. *) 95 (* Finally, set the builder to the end of the merge block. *)
|