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

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/
TODO 1 - Merge with GCC tree.
  /frameworks/base/tools/layoutlib/bridge/resources/bars/
title_bar.xml 2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
6 </merge>
phone_system_bar.xml 2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
15 </merge>
  /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();
  /frameworks/base/docs/html/resources/articles/
layout-tricks-merge.jd 5 reuse and share your layout code. This article explains the <code>&lt;merge /&gt;</code> tag and how
8 <p>The <code>&lt;merge /&gt;</code> tag was created for the purpose of
61 <p>That's where the <code>&lt;merge /&gt;</code> tag comes in handy. When the
63 the <code>&lt;merge /&gt;</code> children to the <code>&lt;merge /&gt;</code>
65 <code>FrameLayout</code> with <code>&lt;merge /&gt;</code>:</p>
67 <pre class="prettyprint">&lt;merge xmlns:android="http://schemas.android.com/apk/res/android"&gt;
89 &lt;/merge&gt;</pre>
96 <div style="text-align: center;"><img src="images/merge3.png" alt="Optimized view hierarchy using the merge tag"></div>
98 <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/>"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 25 /** @file parallel/merge.h
26 * @brief Parallel implementation of std::merge().
40 /** @brief Merge routine being able to merge only the @c max_length
50 * @param max_length Maximum number of elements to merge.
87 /** @brief Merge routine being able to merge only the @c max_length
99 * @param max_length Maximum number of elements to merge.
156 /** @brief Merge routine being able to merge only the @c max_lengt
    [all...]
  /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/chromium/net/data/valgrind/
net_unittests.gtest.txt 3 # TODO(dkegel): either merge the two files or keep them in sync,
  /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>

Completed in 427 milliseconds

1 2 3 4 5 6 7 8 91011>>