/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>());
|
list_test.cpp | 155 l1.merge(l2); 393 lint1.merge(lint2);
|
/external/webkit/Tools/TestResultServer/model/ |
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/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>());
|
list_test.cpp | 155 l1.merge(l2); 393 lint1.merge(lint2);
|
/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>());
|
list_test.cpp | 155 l1.merge(l2); 393 lint1.merge(lint2);
|
/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. *)
|
/external/chromium/base/ |
values_unittest.cc | 654 scoped_ptr<DictionaryValue> merge(new DictionaryValue); 655 merge->SetString("merge_key", "merge_key_value_merge"); 656 merge->SetString("collide_key", "collide_key_value_merge"); 660 merge->Set("sub_dict_key", merge_sub_dict); 662 base->MergeDictionary(merge.get());
|
/external/llvm/include/llvm/ADT/ |
ilist.h | 601 template<class Pr3> void merge(iplist &right, Pr3 pred) { function in class:llvm::iplist 614 void merge(iplist &right) { return merge(right, op_less); } function in class:llvm::iplist
|
/frameworks/base/libs/utils/ |
VectorImpl.cpp | 567 ssize_t SortedVectorImpl::merge(const VectorImpl& vector) 569 // naive merge... 584 ssize_t SortedVectorImpl::merge(const SortedVectorImpl& vector) 596 err = merge(static_cast<const VectorImpl&>(vector));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.h | 1148 merge(forward_list&& __list) function in class:forward_list [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 1148 merge(forward_list&& __list) function in class:forward_list [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 1148 merge(forward_list&& __list) function in class:forward_list [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | 1148 merge(forward_list&& __list) function in class:forward_list [all...] |
/external/iptables/iptables/ |
xtoptions.c | 78 struct option *merge, *mp; local 97 merge = malloc(sizeof(*mp) * (num_orig + num_old + num_new + 1)); 98 if (merge == NULL) 102 memcpy(merge, orig_opts, sizeof(*mp) * num_orig); 103 mp = merge + num_orig; 123 return merge;
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 98 (* Emit merge block. *) 109 * 'else' block to the 'merge' block. *) 113 (* Finally, set the builder to the end of the merge block. *)
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 35 import com.android.dx.merge.CollisionPolicy; 36 import com.android.dx.merge.DexMerger; 147 /** Library .dex files to merge into the output .dex. */ 276 result = new DexMerger(dexA, dexB, CollisionPolicy.KEEP_FIRST).merge(); 297 DexBuffer ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge(); 930 /** whether to merge with the output dex file if it exists. */ [all...] |
/external/elfutils/src/ |
i386_ld.c | 673 /* We cannot handle relocations against merge-able sections. */ 702 /* MERGE.VALUE contains the PLT index. We have to add 1 since 704 assert (symref[idx]->merge.value != 0 706 value = pltaddr + symref[idx]->merge.value * PLT_ENTRY_SIZE; 709 value = symref[idx]->merge.value; 733 + symref[idx]->merge.value);
|
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 48 else if ("merge".equals (name)) 134 setPropertyOverride (AppLoggers.PROPERTY_VERBOSITY_FILTER, Strings.toListForm (Strings.merge (opt.getValues (), COMMA_DELIMITERS, true), ','));
|
runCommand.java | 106 else if ("merge".equals (on)) 112 m_reportTypes = Strings.merge (opt.getValues (), COMMA_DELIMITERS, true);
|
/external/emma/core/java12/com/vladium/emma/data/ |
CoverageData.java | 89 public IMergeable merge (final IMergeable rhs) method in class:CoverageData 114 else // merge two runtime profiles 131 // [nothing to merge]
|
MetaData.java | 166 public IMergeable merge (final IMergeable rhs) method in class:MetaData
|
/external/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);
|
/external/webkit/Source/WebCore/css/ |
CSSMutableStyleDeclaration.h | 133 void merge(const CSSMutableStyleDeclaration*, bool argOverridesOnConflict = true);
|