Searched defs:more (Results 1 - 6 of 6) 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.cpp82 bool more; local
92 more = (x & 0x80) != 0;
94 while (more);
/frameworks/base/core/java/android/text/
H A DTextUtils.java278 * allowing a more efficient implementation.
659 // note to people adding to this: check more specific types
660 // before more generic types. also notice that it uses
920 * value that was not provided, or if more than 9 values are
1231 * This method actually tries to fit the maximum number of elements. So if {@code "A, 11 more"
1232 * fits}, {@code "A, B, 10 more"} doesn't fit, but {@code "A, B, C, 9 more"} fits again (due to
1234 * {@code "A, B, C, 9 more"}. Because of this, this method may be inefficient for very long
1251 * @return the formatted CharSequence. If even the shortest sequence (e.g. {@code "A, 11 more"})
1311 * into one like "Andy, Bob, 2 more"
1325 commaEllipsize(CharSequence text, TextPaint p, float avail, String oneMore, String more) argument
1337 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.java4691 void unsljLogMore(int response, String more) { argument
4692 riljLog("[UNSL]< " + responseToString(response) + " " + more);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 4226 milliseconds