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

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/
TODO 1 - Merge with GCC tree.
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
info.txt 3 such a way that it caused the frame merge and subroutine inliner
  /frameworks/base/core/tests/coretests/src/android/view/
MergeTest.java 19 import android.view.Merge;
25 public class MergeTest extends ActivityInstrumentationTestCase<Merge> {
27 super("com.android.frameworks.coretests", Merge.class);
37 final Merge activity = getActivity();
Merge.java 28 * Exercise <merge /> tag in XML files.
30 public class Merge extends Activity {
  /frameworks/base/docs/html/resources/articles/
layout-tricks-merge.jd 4 <p>The <a href=""></a> articles showed you how to use the <code>&lt;include /&gt;</code> tag in XML layouts, to reuse and share your layout code. This article explains the <code>&lt;merge /&gt;</code> tag and how it complements the <code>&lt;include /&gt;</code> tag.</p>
6 <p>The <code>&lt;merge /&gt;</code> tag was created for the purpose of
59 <p>That's where the <code>&lt;merge /&gt;</code> tag comes in handy. When the
61 the <code>&lt;merge /&gt;</code> children to the <code>&lt;merge /&gt;</code>
63 <code>FrameLayout</code> with <code>&lt;merge /&gt;</code>:</p>
65 <pre class="prettyprint">&lt;merge xmlns:android="http://schemas.android.com/apk/res/android"&gt;
87 &lt;/merge&gt;</pre>
94 <div style="text-align: center;"><img src="images/merge3.png" alt="Optimized view hierarchy using the merge tag"></div>
96 <p>Obviously, using <code>&lt;merge /&gt;</code> works in this case because th
    [all...]
  /packages/apps/Launcher2/res/layout/
all_apps.xml 18 <merge xmlns:android="http://schemas.android.com/apk/res/android">
20 </merge>
  /packages/apps/Settings/res/layout/
confirm_lock_password.xml 21 <merge xmlns:android="http://schemas.android.com/apk/res/android">
27 </merge>
  /packages/apps/Settings/res/layout-land/
confirm_lock_password.xml 21 <merge xmlns:android="http://schemas.android.com/apk/res/android">
27 </merge>
  /sdk/layoutopt/libs/uix/src/resources/rules/
MergeRootFrameLayout.rule 4 // replaced with a <merge /> tag.
17 analysis << "The root-level <FrameLayout/> can be replaced with <merge/>"
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 191 public LocalsArray merge(LocalsArray other) { method in class:OneLocalsArray
193 return merge((OneLocalsArray)other);
195 // LocalsArraySet knows how to merge me.
196 return other.merge(this);
202 * instance. A more-refined version of {@link #merge(LocalsArray) merge}
205 * @param other locals array with which to merge
206 * @return this instance if merge was a no-op, or a new instance if
207 * the merge resulted in a change.
209 public OneLocalsArray merge(OneLocalsArray other) method in class:OneLocalsArray
    [all...]
  /external/v8/src/ia32/
jump-target-ia32.cc 50 // Backward jump. There is an expected frame to merge to.
64 // its merge code.
79 // Backward branch. We have an expected frame to merge to on the
90 // Check if we can avoid merge code.
100 // Check if we can reuse existing merge code.
104 // Branch to the merge code.
112 // To emit the merge code here, we negate the condition and branch
113 // around the merge code on the fall through path.
134 // a branch to the merge code is emitted. Explicitly use the
257 // Some moves required to merge to an expected frame require purel
    [all...]
  /external/v8/src/x64/
jump-target-x64.cc 50 // Backward jump. There is an expected frame to merge to.
64 // its merge code.
79 // Backward branch. We have an expected frame to merge to on the
90 // Check if we can avoid merge code.
100 // Check if we can reuse existing merge code.
104 // Branch to the merge code.
112 // To emit the merge code here, we negate the condition and branch
113 // around the merge code on the fall through path.
134 // a branch to the merge code is emitted. Explicitly use the
257 // Some moves required to merge to an expected frame require purel
    [all...]
  /cts/tests/res/xml/
merge.xml 17 <merge xmlns:android="http://schemas.android.com/apk/res/android">
39 </merge>
  /dalvik/dx/src/com/android/dx/util/
IntSet.java 50 * @param other {@code non-null;} other set to merge with.
52 void merge(IntSet other); method in interface:IntSet
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 17 'merge':
20 "merge metadata into output file, if it exists";
  /frameworks/base/core/res/res/layout/
number_picker.xml 20 <merge xmlns:android="http://schemas.android.com/apk/res/android">
42 </merge>
zoom_browser_accessory_buttons.xml 20 <merge xmlns:android="http://schemas.android.com/apk/res/android">
35 </merge>
zoom_container.xml 20 <merge xmlns:android="http://schemas.android.com/apk/res/android">
29 </merge>
zoom_controls.xml 20 <merge xmlns:android="http://schemas.android.com/apk/res/android">
31 </merge>
zoom_magnify.xml 20 <merge xmlns:android="http://schemas.android.com/apk/res/android">
35 </merge>
  /frameworks/base/core/tests/coretests/res/layout/
merge_child.xml 17 <merge xmlns:android="http://schemas.android.com/apk/res/android">
34 </merge>
merge_tag.xml 17 <merge xmlns:android="http://schemas.android.com/apk/res/android">
41 </merge>
  /frameworks/base/libs/rs/java/ImageProcessing/res/layout/
main.xml 17 <merge xmlns:android="http://schemas.android.com/apk/res/android">
38 </merge
  /packages/apps/Bluetooth/res/layout/
bluetooth_transfers_page.xml 20 <merge xmlns:android="http://schemas.android.com/apk/res/android">
30 </merge>
  /packages/apps/Browser/res/layout/
browser_downloads_page.xml 21 <merge xmlns:android="http://schemas.android.com/apk/res/android">
24 </merge>

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>