HomeSort by relevance Sort by last modified time
    Searched full:merging (Results 1 - 25 of 264) 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 "
Frame.java 210 * @return {@code non-null;} the result of merging the two frames
310 * @return {@code non-null;} the result of merging the two frames
  /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
  /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.
  /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);
  /bionic/linker/
ba.c 66 /* clean up the bitmap, merging any buddies */
  /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>
  /packages/apps/Camera/src/com/android/camera/gallery/
ImageListUber.java 162 * A merging slot is used to trace the current position of a sublist. For
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
bpabi.h 129 not support merging symbols across DLL boundaries. This macro is
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 48 * TODO: consider merging this with AndroidManifestParser.
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.cpp 690 // Merging two paragraphs will destroy the moved one's block styles. Always move the end of inserted forward
699 // Merging forward could result in deleting the destination anchor node.
709 // Merging forward will remove m_lastLeafInserted from the document.
760 // spans multiple blocks, not merging may leave an empty line.
761 // When the start of the selection being pasted into is at the start of a block, not merging
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 112 /** Add a singleton item, merging lookahead sets if the item is already
161 /** Add a complete set, merging lookaheads where items are already in
  /external/openssl/crypto/dso/
dso.h 122 * string containing the result of merging that the caller will need
124 * Here, merging means that bits and pieces are taken from each of the

Completed in 622 milliseconds

1 2 3 4 5 6 7 8 91011