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.java249 * allowing a more efficient implementation.
610 // note to people adding to this: check more specific types
611 // before more generic types. also notice that it uses
852 * value that was not provided, or if more than 9 values are
1167 * into one like "Andy, Bob, 2 more".
1172 * @param oneMore the string for "1 more" in the current locale
1173 * @param more the string for "%d more" in the current locale
1178 String more) {
1179 return commaEllipsize(text, p, avail, oneMore, more,
1175 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1186 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more, TextDirectionHeuristic textDir) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3669 private void unsljLogMore(int response, String more) { argument
3670 riljLog("[UNSL]< " + responseToString(response) + " " + more);

Completed in 927 milliseconds