Searched defs:more (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DLEB128.cpp69 bool more = true; local
77 more = false;
83 } while (more);
/frameworks/av/media/libstagefright/
H A DESDS.cpp80 bool more; local
90 more = (x & 0x80) != 0;
92 while (more);
/frameworks/base/core/java/android/text/
H A DTextUtils.java245 * allowing a more efficient implementation.
604 // note to people adding to this: check more specific types
605 // before more generic types. also notice that it uses
842 * value that was not provided, or if more than 9 values are
1152 * into one like "Andy, Bob, 2 more".
1157 * @param oneMore the string for "1 more" in the current locale
1158 * @param more the string for "%d more" in the current locale
1163 String more) {
1164 return commaEllipsize(text, p, avail, oneMore, more,
1160 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1171 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more, TextDirectionHeuristic textDir) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java3641 private void unsljLogMore(int response, String more) { argument
3642 riljLog("[UNSL]< " + responseToString(response) + " " + more);

Completed in 114 milliseconds