Searched defs:one (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp12 // CHECK: in one
26 int one() function
33 return 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/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/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/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp26 int one = 1; member in struct:SimplePair
41 EXPECT_EQ(1, pair->one);
/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
/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s101 one RN 4 label
208 MOV one,#1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s101 one RN 4 label
208 MOV one,#1
210 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
/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/base/libs/common_time/
H A Dcommon_time_server.cpp271 // Do we not have a socket but should have one? If so, try to set one
296 // priority. If there is no one in the network we just
306 // WAIT_FOR_ELECTION) then we must be moving from one
330 // one at this time. We are not going to rebuild our socket until
360 // Does our socket have data for us (assuming we still have one, we
409 const int one = 1; local
505 rc = setsockopt(mSocket, SOL_SOCKET, SO_BROADCAST, &one, sizeof(one));
521 rc = setsockopt(mSocket, IPPROTO_IP, IP_TTL, &one, sizeo
[all...]
/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/base/core/java/android/text/
H A DTextUtils.java239 public static boolean regionMatches(CharSequence one, int toffset, argument
249 getChars(one, toffset, toffset + len, temp, 0);
636 // so one object can be several.
817 * be printed one span per line. If the CharSequence is not a Spanned,
1196 * into one like "Andy, Bob, 2 more".
1673 * one of these transitions will (correctly) include the empty overlapping span.
1752 * @return the layout direction. This may be one of:
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 1034 milliseconds