Searched refs:one (Results 1 - 25 of 46) sorted by last modified time

12

/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>.
H A Drs_convert.spec20 The functions below convert from a numerical vector type to another, or from one color
34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
H A Drs_for_each.spec119 The kernel must be defined in the current script. In addition, more than one
354 ret: bool, "Returns true if more than one face is present, false otherwise."
356 summary: Presence of more than one face for the specified kernel context
359 than one face present. In all other cases, it returns false. See @rsGetDimX() for an
H A Drs_math.spec493 There are two variants of clamp: one where the min and max are scalars applied
805 summary: e raised to a number minus one
1205 Because of the difference in mantissa, this number is one less than is returned by @frexp().
1417 Because of the difference in mantissa, this number is one less than is returned by frexp().
2298 summary: Approximate e raised to a number minus one
H A Drs_matrix.spec185 summary: Get one element
187 Returns one element of a matrix.
555 summary: Set one element
H A Drs_object_info.spec57 When creating Allocations of common elements, you can simply use one of the many predefined
69 ret: uint32_t, "Returns 1 if more than one face is present, 0 otherwise."
71 summary: Presence of more than one face
73 If the Allocation is a cubemap, this function returns 1 if there's more than one face
81 ret: uint32_t, "Returns 1 if more than one LOD is present, 0 otherwise."
85 Query an Allocation for the presence of more than one Level Of Detail. This is useful
199 If the Element describes a vector, this function returns the data type of one of its items.
H A Drs_object_types.spec98 An enum used to specify one the six faces of a cubemap.
/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/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp87 // + Resampling is not done yet, so streams in one group must use the same rate.
209 // servers do give us one. To solve this, we replace the address when
716 // Do not start network thread if there is only one stream.
868 int16_t one; local
870 record->read(&one, sizeof(one));
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/native/cmds/installd/
H A DAndroid.mk107 # Let this depend on otapreopt and the chroot tool, so we just have to mention one in a
/frameworks/native/libs/ui/
H A DAndroid.mk31 # that they're non-portable as long as they're consistent within one execution
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java172 int[] one = {1}, two = {2};
174 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, one, true);
175 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, one, false);
/frameworks/compile/mclinker/unittests/
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 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 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);
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
/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/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp12 // CHECK: in one
26 int one() function
33 return one();
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc39 /// read_dir - return true if we read one entry
72 // read one entry for advance the end element of the cache.
/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/base/tests/FeatureSplit/feature1/
H A DAndroid.mk31 LOCAL_AAPT_FLAGS := --feature-of $(featureOfApk) --custom-package com.android.test.split.feature.one
/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/tools/aapt2/
H A DResourceParser_test.cpp457 " <item quantity=\"one\">apple</item>\n"
509 <enum name="one" value="1" />
/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;

Completed in 8880 milliseconds

12