Searched defs:more (Results 1 - 5 of 5) 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.java267 * allowing a more efficient implementation.
638 // note to people adding to this: check more specific types
639 // before more generic types. also notice that it uses
891 * value that was not provided, or if more than 9 values are
1201 * into one like "Andy, Bob, 2 more".
1206 * @param oneMore the string for "1 more" in the current locale
1207 * @param more the string for "%d more" in the current locale
1212 String more) {
1213 return commaEllipsize(text, p, avail, oneMore, more,
1209 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1220 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.java2250 // message should be deleted and replaced with more precise messages to control
2252 // more robust signals.
4272 private void unsljLogMore(int response, String more) { argument
4273 riljLog("[UNSL]< " + responseToString(response) + " " + more);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 7643 milliseconds