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

/frameworks/base/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/base/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.java220 public static boolean regionMatches(CharSequence one, int toffset, argument
225 getChars(one, toffset, toffset + len, temp, 0);
607 // so one object can be several.
773 * be printed one span per line. If the CharSequence is not a Spanned,
1152 * into one like "Andy, Bob, 2 more".
1622 * one of these transitions will (correctly) include the empty overlapping span.
/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
712 // Do not start network thread if there is only one stream.
859 int16_t one; local
860 record.read(&one, sizeof(one));

Completed in 168 milliseconds