Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_QuantInvInter_I_s.s76 two RN 7 label
86 MOV two,#2
93 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
99 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
109 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
117 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h41 : one(1), two(2), three(3), four(4) in Data()
47 two = pTwo; in Data()
55 two = -2; in ~Data()
61 unsigned int two; member
DLinearAllocatorTest.h28 : one(1), two(2), three(3), four(4) in Data()
34 two = pTwo; in Data()
42 two = -2; in ~Data()
48 unsigned int two; member
DLinearAllocatorTest.cpp67 ASSERT_TRUE(2 == pointer->two); in TEST_F()
78 ASSERT_TRUE(7 == pointer->two); in TEST_F()
87 ASSERT_TRUE(2 == pointer->two); in TEST_F()
98 ASSERT_TRUE(7 == pointer->two); in TEST_F()
DRTLinearAllocatorTest.cpp68 ASSERT_TRUE(2 == pointer->two); in TEST_F()
79 ASSERT_TRUE(7 == pointer->two); in TEST_F()
88 ASSERT_TRUE(2 == pointer->two); in TEST_F()
99 ASSERT_TRUE(7 == pointer->two); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java58 ViewOne two = new ViewOne(mContext); in testLayout3() local
59 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
97 TextView two = new TextView(mContext); in testLayout6() local
98 two.setText("M"); in testLayout6()
99 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp21 int two() in two() function
28 return two(); in one()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dqpisf_2s.tab21 * Quantization tables for two-stage of ISFs (split by 2 in 1st stage)
49 * isf codebooks: two-stage VQ with split-by-5 in 2nd stage *
1019 * isf codebooks: two-stage VQ with split-by-3 in 2nd stage *
/frameworks/base/tests/AccessoryDisplay/
DREADME6 There are two applications with two distinct roles: a sink
42 These applications should be installed on two separate Android
/frameworks/rs/scriptc/
Drs_types.rsh192 * Provides two float fields packed into a single 64 bit field with 64 bit
209 * Vector version of the basic double type. Provides two double fields packed
225 * Vector version of the basic uchar type. Provides two uchar fields packed
241 * Vector version of the basic ushort type. Provides two ushort fields packed
257 * Vector version of the basic uint type. Provides two uint fields packed into a
273 * Vector version of the basic ulong type. Provides two ulong fields packed into
289 * Vector version of the basic char type. Provides two char fields packed into a
305 * Vector version of the basic short type. Provides two short fields packed into
321 * Vector version of the basic int type. Provides two int fields packed into a
331 * Vector version of the basic int type. Provides two four fields packed into a
[all …]
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd156 <p>For example, many applications implement the "two pane" pattern for large
167 <li><code>res/layout-large/main.xml</code>, two-pane layout:
189 600 dp, so if you want your UI to have two panes on those screens (but a single
190 list on smaller screens), you can use the same two layouts from the previous section for single
191 and two-pane layouts, but instead of the <code>large</code> size qualifier, use
192 <code>sw600dp</code> to indicate the two-pane layout is for screens on which the smallest-width
200 <li><code>res/layout-sw600dp/main.xml</code>, two-pane layout:
207 600dp will select the <code>layout-sw600dp/main.xml</code> (two-pane) layout,
234 <p>The last two files are identical, because one of them will be matched by
244 <li><code>res/layout/main_twopanes.xml</code>, two-pane layout</li>
[all …]
/frameworks/base/docs/html/design/building-blocks/
Dbuttons.jd13 user touches it. Android supports two different types of buttons: <em>basic buttons</em> and <em>bo…
20 <p>Basic buttons are traditional buttons with borders and background. Android supports two styles f…
Dgrid-lists.jd23 <p>The items in a grid list are arranged in two dimensions, one of which is fixed when scrolling
27 <p>Avoid creating grid lists that scroll in two dimensions.</p>
/frameworks/testing/uiautomator/library/
Dapicheck_msg_current.txt5 To make these errors go away, you have two choices:
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dshared.rsh85 /* Calculate the difference in ULPs between the two values. (Return zero on
91 /* Check if two floats are essentially equal. Will fail with some values
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dshared.rsh85 /* Calculate the difference in ULPs between the two values. (Return zero on
91 /* Check if two floats are essentially equal. Will fail with some values
/frameworks/base/libs/usb/tests/AccessoryChat/
DREADME.txt1 This is a test app for the USB accessory APIs. It consists of two parts:
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd67 <p>For example, if there are three text fields and two of them declare a weight of 1, while the
69 area required by its content. The other two will expand equally to fill the space remaining after
72 while the first two
/frameworks/base/docs/html/training/animation/
Dindex.jd60 …Learn how to crossfade between two overlapping views. This lesson shows you how to crossfade a pro…
73 Learn how to animate between two views with a flipping motion.
Dcardflip.jd90 Create the animations for the card flips. You'll need two animators for when the front
91 … of the card animates out and to the left and in and from the left. You'll also need two animators
202 … such as two screens of text, two images, or any combination of views to flip between. You'll then
203 use the two layouts in the fragments that you'll later animate. The following layouts
/frameworks/base/docs/html/guide/webapps/
Doverview.jd7 users in two ways: in a traditional web browser and in an Android application, by
11 <p>There are essentially two ways to deliver an application on Android: as a
30 the client or purely on the web. You can mix the two together by developing a client-side Android
/frameworks/base/docs/html/training/backward-compatible-ui/
Dusing-component.jd32 <p>Now that you have two implementations of <code>TabHelper</code> and <code>CompatTab</code>&mdash…
64 <p>The next step is to provide layouts for your activity that can support the two tab implementatio…
135 <p>Below are two screenshots of this implementation running on an Android 2.3 and Android 4.0 devic…
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd122 android.widget.LinearLayout} in which two consecutive views can be
123 re-used in multiple layouts, then the re-usable layout in which you place the two views requires its
149 system ignores the {@code &lt;merge&gt;} element and places the two buttons directly in the
/frameworks/base/docs/html/training/graphics/opengl/
Dshapes.jd103 shape in OpenGL ES is to use two triangles drawn together:</p>
107 <strong>Figure 1.</strong> Drawing a square using two triangles.</p>
111 defining the two coordinates shared by each triangle twice, use a drawing list to tell the
/frameworks/base/docs/html-intl/ko/training/multiscreen/
Dadaptui.jd189 …태블릿에서 뉴스 리더 샘플은 세로 모드에서 실행될 때에는 뉴스 기사를 표시하는 데 별도의 액티비티를 사용하지만 가로모드에서는 이중 창(two-pane) 레이아웃을 사용합니다.<…
203 // If should be in two-pane mode, finish to return to main activity

12345678910>>...13