HomeSort by relevance Sort by last modified time
    Searched full:merging (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 40 * @return {@code non-null;} the result of merging the two locals arrays
92 * @return {@code non-null;} the result of merging the two stacks
130 ex.addContext("...while merging stack[" + Hex.u2(i) + "]");
149 * @return {@code non-null;} the result of merging the two types
197 * Merging two non-identical int-like types results in
LocalsArraySet.java 287 "Merging locals set for caller block " + Hex.u2(i));
327 ex.addContext("Merging one locals against caller block "
  /external/v8/src/arm/
jump-target-arm.cc 165 // it explicitly here. The only merging necessary is to drop extra
176 // it explicitly here. The only merging necessary is to drop extra
195 // Drop leftover statement state from the frame before merging, even
201 // to do it explicitly here. The only merging necessary is to drop extra
219 // Drop leftover statement state from the frame before merging, even
225 // to do it explicitly here. The only merging necessary is to drop extra
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_merge.h 28 * Explanations on the high-speed merging routines in the appendix of
259 /** @brief Highly efficient 3-way merging procedure.
261 * Merging is done with the algorithm implementation described by Peter
263 * comparison after merging out an element. The implementation trick
267 * This works well for merging up to 4 sequences.
269 * Note that making the merging stable does <em>not</em> come at a
272 * Whether the merging is done guarded or unguarded is selected by the
379 * @brief Highly efficient 4-way merging procedure.
381 * Merging is done with the algorithm implementation described by Peter
383 * comparison after merging out an element. The implementation tric
    [all...]
types.h 81 /// Merging algorithms:
95 /// Sorting/merging algorithms: sampling, exact.
tags.h 113 /** @brief Forces parallel merging
122 /** @brief Forces parallel merging
  /external/jpeg/
maktjpeg.st 18 .C[-M] ; and no string merging, folks
makcjpeg.st 18 .C[-M] ; and no string merging, folks
makdjpeg.st 18 .C[-M] ; and no string merging, folks
  /external/e2fsprogs/misc/
chattr.1.in 30 data journalling (j), secure deletion (s), no tail-merging (t),
108 support tail-merging). This is necessary for applications such as LILO
111 (yet, except in very experimental patches) support tail-merging.
  /external/proguard/docs/manual/
optimizations.html 58 <dt><code><b>class/merging/vertical</b></code></dt>
61 <dt><code><b>class/merging/horizontal</b></code></dt>
108 <dt><code><b>code/merging</b></code></dt>
  /external/v8/src/ia32/
jump-target-ia32.cc 268 // There were forward jumps. Handle merging the reaching frames
327 // fall through and none of the reaching frames needed merging.
367 // Drop leftover statement state from the frame before merging, without
377 // Drop leftover statement state from the frame before merging, without
396 // Drop leftover statement state from the frame before merging, even on
416 // Drop leftover statement state from the frame before merging, even on
  /external/v8/src/x64/
jump-target-x64.cc 268 // There were forward jumps. Handle merging the reaching frames
327 // fall through and none of the reaching frames needed merging.
367 // Drop leftover statement state from the frame before merging, without
377 // Drop leftover statement state from the frame before merging, without
396 // Drop leftover statement state from the frame before merging, even on
416 // Drop leftover statement state from the frame before merging, even on
  /external/blktrace/
blktrace_api.h 14 BLK_TC_QUEUE = 1 << 4, /* queueing/merging */
  /frameworks/base/core/java/android/provider/
SyncConstValue.java 63 * Used only in persistent providers, and only during merging.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pktcdvd.h 60 #define PACKET_MERGE_SEGS 4 /* perform segment merging to keep */
  /external/protobuf/java/src/test/java/com/google/protobuf/
MessageTest.java 49 // Message-merging tests.
86 * Test merging a DynamicMessage into a GeneratedMessage. As long as they
99 /** Test merging two DynamicMessages. */
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaTests.java 97 assertEquals("Unexpected change when merging", source, merged);
114 assertEquals("Unexpected change when merging", source, merged);
128 assertEquals("Unexpected change when merging", source, merged);
142 assertEquals("Unexpected change when merging", source, merged);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
envz.h 48 because when merging with another envz, the null entry can override an
  /bionic/linker/
ba.c 66 /* clean up the bitmap, merging any buddies */
  /external/icu4c/common/unicode/
normalizer2.h 141 * (merging them at the boundary) and returns the first string.
159 * (merging them at the boundary) and returns the first string.
342 * (merging them at the boundary) and returns the first string.
360 * (merging them at the boundary) and returns the first string.
  /external/proguard/docs/
downloads.html 70 <li>Fixed merging of exception classes.
80 <li>Fixed copying of debug information and annotations when merging classes.
88 <li>Added class merging.
230 <li>Avoiding merging subsequent identically named files.
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 118 // it will need to be implemented before merging into wx unless we craft a new API.
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 40 - consider merging hostapd and wpa_supplicant PMKSA cache implementations
  /frameworks/base/docs/html/resources/articles/
layout-tricks-reuse.jd 24 href="{@docRoot}resources/articles/layout-tricks-merge.html">Merging Layouts</a>

Completed in 296 milliseconds

1 2 3 4 5 6 7 8 91011>>