HomeSort by relevance Sort by last modified time
    Searched refs:merge (Results 151 - 175 of 407) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 17 // merge(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2, OutIter result);
37 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
59 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
merge_comp.pass.cpp 18 // merge(InIter1 first1, InIter1 last1,
42 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
64 OutIter r = std::merge(InIter1(ia), InIter1(ia+N),
  /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/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 360 * <code>merge</code> combines this sphere with a second bounding sphere.
367 public BoundingVolume merge(BoundingVolume volume) { method in class:BoundingBox
375 return merge(vBox.center, vBox.xExtent, vBox.yExtent,
382 return merge(vSphere.center, vSphere.radius, vSphere.radius,
415 return merge(vBox.center, vBox.xExtent, vBox.yExtent,
421 return merge(vSphere.center, vSphere.radius, vSphere.radius,
438 * the OBB to merge this AABB with.
478 * <code>merge</code> combines this bounding box with another box which is
482 * the center of the box to merge with
484 * the x extent of the box to merge with.
493 private BoundingBox merge(Vector3f boxCenter, float boxX, float boxY, method in class:BoundingBox
    [all...]
  /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/clang/lib/Analysis/
LiveVariables.cpp 110 merge(LiveVariables::LivenessValues valsA,
159 LiveVariablesImpl::merge(LiveVariables::LivenessValues valsA, function in class:LiveVariablesImpl
559 // Merge the values of all successor blocks.
564 val = LV->merge(val, LV->blocksBeginToLiveness[succ]);
  /external/llvm/include/llvm/ADT/
ilist.h 617 template<class Pr3> void merge(iplist &right, Pr3 pred) { function in class:llvm::iplist
630 void merge(iplist &right) { return merge(right, op_less); } function in class:llvm::iplist
  /frameworks/native/libs/utils/
VectorImpl.cpp 587 ssize_t SortedVectorImpl::merge(const VectorImpl& vector)
589 // naive merge...
604 ssize_t SortedVectorImpl::merge(const SortedVectorImpl& vector)
616 err = merge(static_cast<const VectorImpl&>(vector));
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 1155 merge(forward_list&& __list) function in class:forward_list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 1155 merge(forward_list&& __list) function in class:forward_list
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 1148 merge(forward_list&& __list) function in class:forward_list
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 1148 merge(forward_list&& __list) function in class:forward_list
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 1148 merge(forward_list&& __list) function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 1148 merge(forward_list&& __list) function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 1155 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. *)

Completed in 2786 milliseconds

1 2 3 4 5 67 8 91011>>