/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.3/ |
manifest-merger-22.7.3.jar | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 528 void merge(_Self& __x) { function in class:slist 537 _M_non_dbg_impl.merge(__x._M_non_dbg_impl); 581 void merge(_Self& __x, _StrictWeakOrdering __ord) { function in class:slist 590 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __ord);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 528 void merge(_Self& __x) { function in class:slist 537 _M_non_dbg_impl.merge(__x._M_non_dbg_impl); 581 void merge(_Self& __x, _StrictWeakOrdering __ord) { function in class:slist 590 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __ord);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 528 void merge(_Self& __x) { function in class:slist 537 _M_non_dbg_impl.merge(__x._M_non_dbg_impl); 581 void merge(_Self& __x, _StrictWeakOrdering __ord) { function in class:slist 590 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __ord);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 528 void merge(_Self& __x) { function in class:slist 537 _M_non_dbg_impl.merge(__x._M_non_dbg_impl); 581 void merge(_Self& __x, _StrictWeakOrdering __ord) { function in class:slist 590 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __ord);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_slist.h | 528 void merge(_Self& __x) { function in class:slist 537 _M_non_dbg_impl.merge(__x._M_non_dbg_impl); 581 void merge(_Self& __x, _StrictWeakOrdering __ord) { function in class:slist 590 _M_non_dbg_impl.merge(__x._M_non_dbg_impl, __ord);
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsCall.java | 175 * now that the merge has completed. 182 * Called when the call merge is failed. 186 * @param reasonInfo detailed reason of the call merge failure 407 // When merging two calls together, the "peer" call that will merge into this call. 427 // we receive notification that the merge was successful. 429 // While a merge is progressing, we bury any session termination requests 430 // made on the original ImsCallSession until we have closure on the merge request 433 // cause the termination request to occur just because the merge is succeeding. 437 // on it in the case of a merge failure. 1116 private void merge() throws ImsException { method in class:ImsCall 1171 public void merge(ImsCall bgCall) throws ImsException { method in class:ImsCall 1198 merge(); method [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 1624 Instruction *merge = *it; local 1794 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 1624 Instruction *merge = *it; local 1794 Instruction *merge = new_Instruction(func, OP_MERGE, typeOfSize(size)); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.objectweb.asm_3.2.0.v200909071300.jar | |
/external/iptables/libxtables/ |
xtables.c | 108 struct option *merge, *mp; local 125 merge = malloc(sizeof(*mp) * (num_oold + num_old + num_new + 1)); 126 if (merge == NULL) 130 memcpy(merge, orig_opts, sizeof(*mp) * num_oold); 131 mp = merge + num_oold; 148 return merge; [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 128 (* Emit merge block. *) 139 * 'else' block to the 'merge' block. *) 143 (* Finally, set the builder to the end of the merge block. *)
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-artifact-3.2.1.jar | |
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 205 * @param merge [null unsets the previous override setting] 207 public synchronized final void setSessionOutMerge (final Boolean merge) 209 m_sdataOutMerge = merge; 324 log.verbose ("session data output merge mode: " + sdataOutMerge); [all...] |
/external/mesa3d/src/mesa/ |
Android.gen.mk | 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
/external/nist-sip/java/gov/nist/core/ |
GenericObject.java | 217 public void merge(Object mergeObject) { method in class:GenericObject 276 gobj.merge(mobj);
|
/external/stlport/test/unit/ |
slist_test.cpp | 485 //merge(slist) 494 slint1.merge(slint2); 502 //merge(slist, predicate) 513 slint1.merge(slint2, greater<int>());
|
/ndk/tests/device/test-gnustl-full/unit/ |
slist_test.cpp | 485 //merge(slist) 494 slint1.merge(slint2); 502 //merge(slist, predicate) 513 slint1.merge(slint2, greater<int>());
|
/ndk/tests/device/test-stlport/unit/ |
slist_test.cpp | 485 //merge(slist) 494 slint1.merge(slint2); 502 //merge(slist, predicate) 513 slint1.merge(slint2, greater<int>());
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 78 merge 131 * searching, merge, partition, heap, set, minima, maxima, and 356 // merge 652 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 657 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 78 merge 131 * searching, merge, partition, heap, set, minima, maxima, and 356 // merge 652 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 657 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 78 merge 131 * searching, merge, partition, heap, set, minima, maxima, and 356 // merge 652 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 657 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 78 merge 131 * searching, merge, partition, heap, set, minima, maxima, and 356 // merge 652 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter); 657 merge(_IIter1, _IIter1, _IIter2, _IIter2, _OIter, _Compare);
|