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

/frameworks/base/core/java/android/text/
H A DTextUtils.java219 public static boolean regionMatches(CharSequence one, int toffset, argument
224 getChars(one, toffset, toffset + len, temp, 0);
586 // so one object can be several.
730 * be printed one span per line. If the CharSequence is not a Spanned,
1269 * into one like "Andy, Bob, 2 more".
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp81 // + Resampling is not done yet, so streams in one group must use the same rate.
201 // servers do give us one. To solve this, we replace the address when
710 // Do not start network thread if there is only one stream.
815 int16_t one; local
816 record.read(&one, sizeof(one));

Completed in 42 milliseconds