HomeSort by relevance Sort by last modified time
    Searched refs:ellipsis (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
defined3.d 8 # The ellipsis account for target-specific symbols. Matching both A and T
  /frameworks/base/core/java/android/widget/
EditText.java 149 * @param ellipsis Type of ellipsis to be applied.
150 * @throws IllegalArgumentException When the value of <code>ellipsis</code> parameter is
155 public void setEllipsize(TextUtils.TruncateAt ellipsis) {
156 if (ellipsis == TextUtils.TruncateAt.MARQUEE) {
160 super.setEllipsize(ellipsis);
  /external/strace/tests/
xattr.c 113 const int ellipsis = rc > DEFAULT_STRLEN; local
116 print_quoted_memory(big, ellipsis ? DEFAULT_STRLEN : rc);
118 if (ellipsis)
  /external/strace/tests-m32/
xattr.c 113 const int ellipsis = rc > DEFAULT_STRLEN; local
116 print_quoted_memory(big, ellipsis ? DEFAULT_STRLEN : rc);
118 if (ellipsis)
  /external/strace/tests-mx32/
xattr.c 113 const int ellipsis = rc > DEFAULT_STRLEN; local
116 print_quoted_memory(big, ellipsis ? DEFAULT_STRLEN : rc);
118 if (ellipsis)
  /external/clang/lib/Parse/
ParseInit.cpp 316 if (getLangOpts().ObjC1 && Tok.isNot(tok::ellipsis) &&
324 if (Tok.isNot(tok::ellipsis)) {
432 if (Tok.is(tok::ellipsis))
517 if (Tok.is(tok::ellipsis))
ParseTemplate.cpp 413 case tok::ellipsis:
457 case tok::ellipsis:
510 // Grab the ellipsis (if given).
512 if (TryConsumeToken(tok::ellipsis, EllipsisLoc)) {
534 // Recover from misplaced ellipsis.
536 if (TryConsumeToken(tok::ellipsis, EllipsisLoc))
597 tok::greatergreater, tok::ellipsis)) {
608 // Parse the ellipsis, if given.
610 if (TryConsumeToken(tok::ellipsis, EllipsisLoc))
631 // Recover from misplaced ellipsis
    [all...]
ParseTentative.cpp 669 TryConsumeToken(tok::ellipsis);
870 if (Tok.is(tok::ellipsis))
892 (Tok.is(tok::ellipsis) && NextToken().is(tok::r_paren)) ||
922 if (Tok.is(tok::ellipsis))
    [all...]
ParseExpr.cpp 280 // If the next token is an ellipsis, then this is a fold-expression. Leave
282 if (isFoldOperator(NextTokPrec) && Tok.is(tok::ellipsis)) {
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /prebuilts/go/darwin-x86/src/net/
ip.go 543 ellipsis := -1 // position of ellipsis in ip
549 // Might have leading ellipsis
551 ellipsis = 0
553 // Might be only ellipsis
570 if ellipsis < 0 && i != IPv6len-IPv4len {
608 // Look for ellipsis.
610 if ellipsis >= 0 { // already have one
613 ellipsis = i
626 // If didn't parse enough, expand ellipsis
    [all...]
  /prebuilts/go/linux-x86/src/net/
ip.go 543 ellipsis := -1 // position of ellipsis in ip
549 // Might have leading ellipsis
551 ellipsis = 0
553 // Might be only ellipsis
570 if ellipsis < 0 && i != IPv6len-IPv4len {
608 // Look for ellipsis.
610 if ellipsis >= 0 { // already have one
613 ellipsis = i
626 // If didn't parse enough, expand ellipsis
    [all...]
  /external/clang/test/Parser/
cxx0x-ambig.cpp 109 namespace ellipsis {
  /prebuilts/go/darwin-x86/src/go/types/
call.go 181 if call.Ellipsis.IsValid() {
184 check.errorf(call.Ellipsis, "cannot use ... in call to non-variadic %s", call.Fun)
190 check.errorf(call.Ellipsis, "cannot use ... with %d-valued %s", n, call.Args[0])
200 var ellipsis token.Pos
201 if i == n-1 && call.Ellipsis.IsValid() {
202 ellipsis = call.Ellipsis
204 check.argument(call.Fun, sig, i, x, ellipsis)
221 // If ellipsis is valid, the argument is followed by ... at that position in the call.
222 func (check *Checker) argument(fun ast.Expr, sig *Signature, i int, x *operand, ellipsis token.Pos)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
call.go 181 if call.Ellipsis.IsValid() {
184 check.errorf(call.Ellipsis, "cannot use ... in call to non-variadic %s", call.Fun)
190 check.errorf(call.Ellipsis, "cannot use ... with %d-valued %s", n, call.Args[0])
200 var ellipsis token.Pos
201 if i == n-1 && call.Ellipsis.IsValid() {
202 ellipsis = call.Ellipsis
204 check.argument(call.Fun, sig, i, x, ellipsis)
221 // If ellipsis is valid, the argument is followed by ... at that position in the call.
222 func (check *Checker) argument(fun ast.Expr, sig *Signature, i int, x *operand, ellipsis token.Pos)
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 257 * @param ellipsis to add of the file was truncated (can be null)
261 public static String readTextFile(File file, int max, String ellipsis) throws IOException {
275 if (ellipsis == null) return new String(data, 0, max);
276 return new String(data, 0, max) + ellipsis;
296 if (ellipsis == null || !rolled) return new String(last);
297 return ellipsis + new String(last);
  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 179 func ellipsis(...string) {} func
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p1/
p1.go 179 func ellipsis(...string) {} func
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 372 static const UChar ellipsis[]={ 0x2e, 0x2e, 0x2e }; variable
476 s.replace(100, 0x7fffffff, ellipsis, UPRV_LENGTHOF(ellipsis));
488 s.replace(100, 0x7fffffff, ellipsis, UPRV_LENGTHOF(ellipsis));
656 out.replace(100, 0x7fffffff, ellipsis, UPRV_LENGTHOF(ellipsis));
668 out.replace(100, 0x7fffffff, ellipsis, UPRV_LENGTHOF(ellipsis));
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java     [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 984 int ellipsis = text.indexOf(". . ."); \/\/ Handles one instance of this local
    [all...]
  /external/strace/
util.c 754 int ellipsis; local
796 ellipsis = string_quote(str, outstr, size, style)
802 if (ellipsis)
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 936 String ellipsis = "0x2e"; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java     [all...]

Completed in 520 milliseconds

1 2 3 4 5 6 7 8 9