HomeSort by relevance Sort by last modified time
    Searched refs:Wrong (Results 26 - 48 of 48) sorted by null

12

  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 81 // how long we wait to clear a wrong pattern
307 mLockPatternView.setDisplayMode(LockPatternView.DisplayMode.Wrong);
330 // clear the wrong pattern unless they have started a new one
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 63 * Is also capable of displaying a static pattern in "in progress", "wrong" or
236 * The pattern is wrong (i.e draw a foreboding color)
238 Wrong
407 * in progress result to correct or wrong.
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 272 // Wrong pipeline
273 {"wrong pipeline dot", "{{12|.}}", hasError, ""},
274 {"wrong pipeline number", "{{.|12|printf}}", hasError, ""},
275 {"wrong pipeline string", "{{.|printf|\"error\"}}", hasError, ""},
276 {"wrong pipeline char", "{{12|printf|'e'}}", hasError, ""},
277 {"wrong pipeline boolean", "{{.|true}}", hasError, ""},
278 {"wrong pipeline nil", "{{'c'|nil}}", hasError, ""},
367 t.Errorf("wrong error location want %q got %q", wantLocation, gotLocation)
370 t.Errorf("wrong error location want %q got %q", wantContext, gotContext)
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 272 // Wrong pipeline
273 {"wrong pipeline dot", "{{12|.}}", hasError, ""},
274 {"wrong pipeline number", "{{.|12|printf}}", hasError, ""},
275 {"wrong pipeline string", "{{.|printf|\"error\"}}", hasError, ""},
276 {"wrong pipeline char", "{{12|printf|'e'}}", hasError, ""},
277 {"wrong pipeline boolean", "{{.|true}}", hasError, ""},
278 {"wrong pipeline nil", "{{'c'|nil}}", hasError, ""},
367 t.Errorf("wrong error location want %q got %q", wantLocation, gotLocation)
370 t.Errorf("wrong error location want %q got %q", wantContext, gotContext)
  /external/webrtc/webrtc/base/
socketadapters.cc 444 #error Wrong code for HTTP_STATUS_PROXY_AUTH_REQ
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 314 // TODO(rsc): Wrong interpretation for big-endian bitfields?
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 311 // TODO(rsc): Wrong interpretation for big-endian bitfields?
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 208 Wrong type or unknown verb: %!verb(type=value)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 314 // TODO(rsc): Wrong interpretation for big-endian bitfields?
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 311 // TODO(rsc): Wrong interpretation for big-endian bitfields?
  /prebuilts/go/linux-x86/src/fmt/
doc.go 208 Wrong type or unknown verb: %!verb(type=value)
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 251 t.Errorf("Wrong number of certs: got %d want 2", len(certs))
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 517 t.Errorf("Wrong marshal result.\n got: %q\nwant: %q", b, want)
705 // helpful, telling the user that they're doing it wrong.
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar_test.go 351 panic(fmt.Sprintf("Wrong cookie line %q: %#v", cs, cookies))
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 251 t.Errorf("Wrong number of certs: got %d want 2", len(certs))
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 517 t.Errorf("Wrong marshal result.\n got: %q\nwant: %q", b, want)
705 // helpful, telling the user that they're doing it wrong.
    [all...]
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar_test.go 351 panic(fmt.Sprintf("Wrong cookie line %q: %#v", cs, cookies))
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go 275 t.Errorf("expected error from wrong number of arguments; actually got: %v", err)
427 // Wrong number of args:
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go 275 t.Errorf("expected error from wrong number of arguments; actually got: %v", err)
427 // Wrong number of args:
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go 483 t.Fatalf("TestFunction returned wrong pointer")
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go 483 t.Fatalf("TestFunction returned wrong pointer")
    [all...]

Completed in 1026 milliseconds

12