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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
byte.l 2 [^:]*:1: Error: unexpected `"' in expression
3 [^:]*:2: Error: unexpected `"' in expression
  /external/libcxx/test/libcxx/depr/exception.unexpected/
unexpected.pass.cpp 10 // test unexpected
26 std::unexpected();
unexpected_disabled_cpp17.fail.cpp 12 // test unexpected
20 std::unexpected(); // expected-error {{no member named 'unexpected' in namespace 'std'}}
  /external/libcxx/test/std/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 12 // test unexpected
26 std::unexpected();
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp 11 std::unexpected(); // it is OK to throw exception from std::unexpected()
unexpected_03.cpp 12 std::unexpected();
unexpected_02.cpp 17 std::unexpected();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 10 // test unexpected
24 std::unexpected();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
unexpected_01.cpp 11 std::unexpected(); // it is OK to throw exception from std::unexpected()
unexpected_03.cpp 12 std::unexpected();
unexpected_02.cpp 17 std::unexpected();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/exception.unexpected/unexpected/
unexpected.pass.cpp 10 // test unexpected
24 std::unexpected();
  /external/clang/test/Frontend/
verify.c 30 unexpected a; // expected-error@+0 + {{unknown type}}
33 unexpected b; // expected-error@33 1-1 {{unknown type}}
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 537 this.buffer + " :unexpected EOL",
561 this.buffer + " :unexpected EOL",
568 this.buffer + " : unexpected EOL",
666 buffer + ": Unexpected token at " + lookAhead(0),
720 this.buffer + "unexpected EOL",
730 this.buffer + "unexpected EOL",
  /external/llvm/test/MC/Mips/
set-at-noat-bad-syntax.s 5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4162.go 14 _ = []byte("foo",) // was syntax error: unexpected comma
15 _ = chan int(nil,) // was syntax error: unexpected comma
16 _ = (func())(nil,) // was syntax error: unexpected comma
issue14006.go 24 2: // ERROR "unexpected :"
30 2: ; // ERROR "unexpected :"
37 "bar": // ERROR "unexpected :"
43 "bar": ; // ERROR "unexpected :"
  /prebuilts/go/darwin-x86/test/syntax/
chan.go 11 } // ERROR "unexpected .*}.* in channel type|missing channel element type"
13 func Foo(y chan) { // ERROR "unexpected .*\).* in channel type|missing channel element type"
16 func Bar(x chan, y int) { // ERROR "unexpected comma in channel type|missing channel element type"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4162.go 14 _ = []byte("foo",) // was syntax error: unexpected comma
15 _ = chan int(nil,) // was syntax error: unexpected comma
16 _ = (func())(nil,) // was syntax error: unexpected comma
issue14006.go 24 2: // ERROR "unexpected :"
30 2: ; // ERROR "unexpected :"
37 "bar": // ERROR "unexpected :"
43 "bar": ; // ERROR "unexpected :"
  /prebuilts/go/linux-x86/test/syntax/
chan.go 11 } // ERROR "unexpected .*}.* in channel type|missing channel element type"
13 func Foo(y chan) { // ERROR "unexpected .*\).* in channel type|missing channel element type"
16 func Bar(x chan, y int) { // ERROR "unexpected comma in channel type|missing channel element type"
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/hello/
hello_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
hellox_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/hello/
hello_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)
hellox_test.go 10 t.Fatalf("unexpected msg: %v", strings.Msg)

Completed in 443 milliseconds

1 2 3 4 5 6 7 8 91011>>