Searched defs:one (Results 1 - 11 of 11) 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/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h41 : one(1), two(2), three(3), four(4)
46 one = pOne;
54 one = -1;
60 unsigned int one; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h28 : one(1), two(2), three(3), four(4)
33 one = pOne;
41 one = -1;
47 unsigned int one; member in struct:mcldtest::LinearAllocatorTest::Data
/frameworks/base/data/fonts/
H A DAndroid.mk90 define build-one-font-module
146 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
148 build-one-font-module :=
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s87 one RN 4 label
194 MOV one,#1
196 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.s87 one RN 4 label
194 MOV one,#1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h32 unsigned long one = 0x1UL; local
33 return *reinterpret_cast<unsigned char *>(&one);
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java27 * applied to the restricted user. Each RestrictionsEntry is one configurable restriction.
68 * A type of restriction. Use this for presenting a multi-select list where more than one
94 * one or more of these, returned by {@link #getAllSelectedStrings()} and
245 * user selects one or more of these choices, the corresponding value from the possible values
315 private boolean equalArrays(String[] one, String[] other) { argument
316 if (one.length != other.length) return false;
317 for (int i = 0; i < one.length; i++) {
318 if (!one[i].equals(other[i])) return false;
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp270 // Do we not have a socket but should have one? If so, try to set one
295 // priority. If there is no one in the network we just
305 // WAIT_FOR_ELECTION) then we must be moving from one
329 // one at this time. We are not going to rebuild our socket until
359 // Does our socket have data for us (assuming we still have one, we
408 const int one = 1; local
504 rc = setsockopt(mSocket, SOL_SOCKET, SO_BROADCAST, &one, sizeof(one));
520 rc = setsockopt(mSocket, IPPROTO_IP, IP_TTL, &one, sizeo
[all...]
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp85 // + Resampling is not done yet, so streams in one group must use the same rate.
207 // servers do give us one. To solve this, we replace the address when
711 // Do not start network thread if there is only one stream.
863 int16_t one; local
865 record->read(&one, sizeof(one));
/frameworks/base/core/java/android/text/
H A DTextUtils.java229 public static boolean regionMatches(CharSequence one, int toffset, argument
234 getChars(one, toffset, toffset + len, temp, 0);
622 // so one object can be several.
799 * be printed one span per line. If the CharSequence is not a Spanned,
1183 * into one like "Andy, Bob, 2 more".
1653 * one of these transitions will (correctly) include the empty overlapping span.
1732 * @return the layout direction. This may be one of:
1760 * @return the layout direction. This may be one of:

Completed in 254 milliseconds