Searched refs:one (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java32 int one = 0x10000;
34 -one, -one, -one,
35 one, -one, -one,
36 one, one, -one,
[all...]
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp12 // CHECK: in one
26 int one() function
33 return one();
/frameworks/base/tools/aapt2/integration-tests/StaticLibOne/src/com/android/aapt/staticlib/one/
H A DStaticLibOne.java16 package com.android.aapt.staticlib.one;
20 public static int FooId = com.android.aapt.staticlib.one.R.string.Foo;
21 public static int LayoutId = com.android.aapt.staticlib.one.R.layout.layout;
/frameworks/base/tools/aapt2/integration-tests/AppOne/src/com/android/aapt/app/one/
H A DAppOne.java16 package com.android.aapt.app.one;
20 public static int FooId = com.android.aapt.staticlib.one.R.string.Foo;
21 public static int LayoutId = com.android.aapt.staticlib.one.R.layout.layout;
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h38 Data() : one(1), two(2), three(3), four(4) {}
44 one = pOne;
51 one = -1;
57 unsigned int one; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h25 Data() : one(1), two(2), three(3), four(4) {}
31 one = pOne;
38 one = -1;
44 unsigned int one; member in struct:mcldtest::LinearAllocatorTest::Data
H A DLinearAllocatorTest.cpp61 ASSERT_TRUE(1 == pointer->one);
72 ASSERT_TRUE(7 == pointer->one);
81 ASSERT_TRUE(1 == pointer->one);
92 ASSERT_TRUE(7 == pointer->one);
102 pointer->one = i;
108 ASSERT_EQ(counter, (*data).one);
120 pointer->one = counter;
129 ASSERT_EQ(counter, (*data).one);
H A DRTLinearAllocatorTest.cpp62 ASSERT_TRUE(1 == pointer->one);
73 ASSERT_TRUE(7 == pointer->one);
82 ASSERT_TRUE(1 == pointer->one);
93 ASSERT_TRUE(7 == pointer->one);
103 pointer->one = i;
109 ASSERT_EQ(counter, (*data).one);
121 pointer->one = counter;
130 ASSERT_EQ(counter, (*data).one);
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInputStream.java52 * Read one byte of entity data from the stream, returning it as
59 byte[] one = mOneByte;
61 one = mOneByte = new byte[1];
63 mData.readEntityData(one, 0, 1);
64 return one[0];
/frameworks/base/tools/aapt2/integration-tests/StaticLibTwo/src/com/android/aapt/staticlib/two/
H A DStaticLibTwo.java20 public static int FooId = com.android.aapt.staticlib.one.R.string.Foo;
21 public static int LayoutId = com.android.aapt.staticlib.one.R.layout.layout;
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkTest.java111 Network one = new Network(1);
116 assertNotEqual(0, one.hashCode());
121 assertNotEqual(one.hashCode(), two.hashCode());
122 assertNotEqual(one.hashCode(), three.hashCode());
126 assertNotEqual(0, one.getNetworkHandle());
131 assertNotEqual(one.getNetworkHandle(), two.getNetworkHandle());
132 assertNotEqual(one.getNetworkHandle(), three.getNetworkHandle());
136 assertNotEqual(one.hashCode(), one.getNetworkHandle());
142 assertEquals(4311403230L, one
[all...]
/frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
H A DOne.java16 package com.android.test.split.feature.one;
/frameworks/base/tests/FeatureSplit/feature1/
H A DAndroid.mk31 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk) --custom-package com.android.test.split.feature.one
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java55 ViewOne one = new ViewOne(mContext);
56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
93 TextView one = new TextView(mContext);
94 one.setText("S");
95 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
/frameworks/base/media/java/android/media/
H A DUtils.java54 * @param one a sorted set of non-intersecting ranges in ascending order
59 Range<T>[] intersectSortedDistinctRanges(Range<T>[] one, Range<T>[] another) { argument
63 while (ix < one.length &&
64 one[ix].getUpper().compareTo(range.getLower()) < 0) {
67 while (ix < one.length &&
68 one[ix].getUpper().compareTo(range.getUpper()) < 0) {
69 result.add(range.intersect(one[ix]));
72 if (ix == one.length) {
75 if (one[ix].getLower().compareTo(range.getUpper()) <= 0) {
76 result.add(range.intersect(one[i
[all...]
/frameworks/data-binding/compiler/src/test/java/android/databinding/
H A DBindingExpressionParserTest.java226 DotOpContext expression = parseExpression("one.two.three");
233 assertEquals("one", ((PrimaryContext) left.expression()).identifier().getText());
238 QuestionQuestionOpContext expression = parseExpression("one ?? two");
240 assertEquals("one", ((PrimaryContext) expression.left).identifier().getText());
288 String one = ((PrimaryContext) expression.left).literal().javaLiteral().getText();
289 assertEquals("1", one);
300 String one = ((PrimaryContext) expression.left).literal().javaLiteral().getText();
301 assertEquals("1", one);
312 String one = ((PrimaryContext) expression.left).literal().javaLiteral().getText();
313 assertEquals("1", one);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHardwareConfig.java45 * ril attachment model. if single, there is a one-to-one
47 * if multiple, there is a one-to-many relatioship between a
200 String one = this.toString();
203 return (one.compareTo(two));
/frameworks/base/data/fonts/
H A DAndroid.mk81 define build-one-font-module
94 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
96 build-one-font-module :=
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp26 int one = 1; member in struct:SimplePair
41 EXPECT_EQ(1, pair->one);
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/
H A DAndroid.mk33 # Also build all of the sub-targets under this one: the shared library.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s53 ; * [in] predDir indicates the prediction direction which takes one
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
H A DarmVCM4P2_SetPredDir_s.s44 ; * [out]predDir indicates the prediction direction which takes one
/frameworks/rs/api/
H A Drs_atomic.spec29 runtime will very often split the execution of one kernel across multiple
104 Atomicly subtracts one from the value at addr. This is equivalent to <code>@rsAtomicSub(addr, 1)</code>.
121 Atomicly adds one to the value at addr. This is equivalent to <code>@rsAtomicAdd(addr, 1)</code>.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s44 ; * [out]predDir indicates the prediction direction which takes one
H A DomxVCM4P2_PredictReconCoefIntra_s.s53 ; * [in] predDir indicates the prediction direction which takes one
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not

Completed in 3520 milliseconds

12