HomeSort by relevance Sort by last modified time
    Searched refs:merge (Results 276 - 300 of 736) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 158 self.assertEqual(sorted(chain(*inputs)), list(self.module.merge(*inputs)))
159 self.assertEqual(list(self.module.merge()), [])
173 result = [i.pair for i in self.module.merge(*inputs)]
  /system/core/libutils/
VectorImpl.cpp 590 ssize_t SortedVectorImpl::merge(const VectorImpl& vector)
592 // naive merge...
607 ssize_t SortedVectorImpl::merge(const SortedVectorImpl& vector)
619 err = merge(static_cast<const VectorImpl&>(vector));
  /external/iptables/libxtables/
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;
    [all...]
  /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. *)
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-builder-3.2.1.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 243 * Merges an input map with this one. The merge preserves this instance's
247 * @param {!cvox.KeyMap} inputMap The map to merge with this.
248 * @return {boolean} True if there were no merge conflicts.
250 cvox.KeyMap.prototype.merge = function(inputMap) {
  /external/chromium_org/third_party/mesa/src/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-315252.js 57 // the instance, forcing a merge with [double, double, smi], ending up with
  /external/mesa3d/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/mesa3d/src/egl/main/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/mesa3d/src/glsl/
Android.gen.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/mesa3d/src/mesa/
Android.mk 9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  /external/stlport/test/unit/
list_test.cpp 155 l1.merge(l2);
393 lint1.merge(lint2);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsCallSession.java 190 * Called when the session merge has been started. At this point, the {@code newSession}
202 * Called when the session merge is successful and the merged session is active.
210 * Called when the session merge has failed.
213 * @param reasonInfo detailed reason of the call merge failure
753 public void merge() { method in class:ImsCallSession
759 miSession.merge();
1013 * Notifies the start of a call merge operation.
1029 * Notifies the successful completion of a call merge operation.
1041 * Notifies of a failure to perform a call merge operation.
1044 * @param reasonInfo The merge failure reason
    [all...]
  /hardware/intel/common/libva/va/
Android.mk 6 # without limitation the rights to use, copy, modify, merge, publish,
  /hardware/intel/img/psb_video/src/
Android.mk 7 # without limitation the rights to use, copy, modify, merge, publish,
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 155 l1.merge(l2);
393 lint1.merge(lint2);
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 155 l1.merge(l2);
393 lint1.merge(lint2);
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 462 * @param arguments {Object*} the objects to merge
465 merge: function() {
  /external/bouncycastle/
import_bouncycastle.sh 245 patch -p1 --merge < ../$i || die "Could not apply patches/$i. Fix source and run: $0 regenerate $i"
  /external/chromium_org/tools/cygprofile/
mergetraces.py 8 """"Merge multiple logs files from different processes into a single log.
10 Given two log files of execution traces, merge the traces into a single trace.
188 """Merge two traces for code in specified library and write to stdout.
  /external/clang/lib/AST/
RawCommentList.cpp 232 // anything to merge it with).
241 // Merge comments only if there is only whitespace between them.
242 // Can't merge trailing and non-trailing comments.
243 // Merge comments if they are on same or consecutive lines.
259 std::merge(Comments.begin(), Comments.end(),
  /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), ','));

Completed in 596 milliseconds

<<11121314151617181920>>