Searched defs:one (Results 1 - 10 of 10) 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.mk108 define build-one-font-module
166 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
168 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/compile/linkloader/utils/
H A Dserialize.h32 unsigned long one = 0x1UL; local
33 return *reinterpret_cast<unsigned char *>(&one);
/frameworks/base/core/java/android/text/
H A DTextUtils.java224 public static boolean regionMatches(CharSequence one, int toffset, argument
229 getChars(one, toffset, toffset + len, temp, 0);
613 // so one object can be several.
783 * be printed one span per line. If the CharSequence is not a Spanned,
1167 * into one like "Andy, Bob, 2 more".
1637 * one of these transitions will (correctly) include the empty overlapping span.
1716 * @return the layout direction. This may be one of:
1742 * @return the layout direction. This may be one of:
/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/base/voip/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.
858 int16_t one; local
859 record.read(&one, sizeof(one));

Completed in 2734 milliseconds