HomeSort by relevance Sort by last modified time
    Searched refs:blind (Results 1 - 13 of 13) sorted by null

  /external/libxcam/tests/
test-image-deblurring.cpp 43 "\t--blind, optional, blind or non-blind deblurring, default true; select from [true/false]\n"
89 bool blind = true; local
94 {"blind", required_argument, NULL, 'b'},
111 blind = (strcasecmp (optarg, "false") == 0 ? false : true);
142 printf ("blind deblurring:%s\n", blind ? "true" : "false");
154 if (blind)
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa_test.go 128 t.Errorf("error while decrypting (blind): %s", err)
131 t.Errorf("(blind) got:%v, want:%v (%#v)", m3, m, priv)
264 t.Errorf("#%d,%d (blind) error: %s", i, j, err)
266 t.Errorf("#%d,%d (blind) bad result: %#v (want %#v)", i, j, out, message.in)
pkcs1v15_test.go 81 tryEncryptDecrypt := func(in []byte, blind bool) bool {
93 if !blind {
rsa.go 580 // The random parameter, if not nil, is used to blind the private-key operation
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa_test.go 128 t.Errorf("error while decrypting (blind): %s", err)
131 t.Errorf("(blind) got:%v, want:%v (%#v)", m3, m, priv)
264 t.Errorf("#%d,%d (blind) error: %s", i, j, err)
266 t.Errorf("#%d,%d (blind) bad result: %#v (want %#v)", i, j, out, message.in)
pkcs1v15_test.go 81 tryEncryptDecrypt := func(in []byte, blind bool) bool {
93 if !blind {
rsa.go 580 // The random parameter, if not nil, is used to blind the private-key operation
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go     [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go     [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 1220 {"double-blind", "Double-Blind"},
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 1220 {"double-blind", "Double-Blind"},
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 4745 milliseconds