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.java254 * allowing a more efficient implementation.
619 // note to people adding to this: check more specific types
620 // before more generic types. also notice that it uses
868 * value that was not provided, or if more than 9 values are
1183 * into one like "Andy, Bob, 2 more".
1188 * @param oneMore the string for "1 more" in the current locale
1189 * @param more the string for "%d more" in the current locale
1194 String more) {
1195 return commaEllipsize(text, p, avail, oneMore, more,
1191 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1202 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.java3812 private void unsljLogMore(int response, String more) { argument
3813 riljLog("[UNSL]< " + responseToString(response) + " " + more);

Completed in 2680 milliseconds