/external/vboot_reference/tests/ |
D | rsa_padding_test.c | 22 TEST_EQ(RSAVerify(key, signatures[0], RSA1024NUMBYTES, 0, in TestSignatures() 27 for (i = 1; i < sizeof(signatures) / sizeof(signatures[0]); i++) { in TestSignatures() 28 if (RSAVerify(key, signatures[i], RSA1024NUMBYTES, 0, in TestSignatures() 43 TEST_EQ(RSAVerify(key, signatures[0], RSA1024NUMBYTES, 0, in TestRSAVerify() 45 TEST_EQ(RSAVerify(key, signatures[0], RSA1024NUMBYTES - 1, 0, in TestRSAVerify() 47 TEST_EQ(RSAVerify(key, signatures[0], RSA1024NUMBYTES, kNumAlgorithms, in TestRSAVerify() 49 TEST_EQ(RSAVerify(key, signatures[0], RSA1024NUMBYTES, 3, in TestRSAVerify() 53 Memcpy(sig, signatures[0], RSA1024NUMBYTES); in TestRSAVerify() 58 Memcpy(sig, signatures[0], RSA1024NUMBYTES); in TestRSAVerify()
|
D | vb20_rsa_padding_tests.c | 55 Memcpy(sig, signatures[0], sizeof(sig)); in test_signatures() 61 for (i = 1; i < sizeof(signatures) / sizeof(signatures[0]); i++) { in test_signatures() 62 Memcpy(sig, signatures[i], sizeof(sig)); in test_signatures() 86 Memcpy(sig, signatures[0], sizeof(sig)); in test_verify_digest() 90 Memcpy(sig, signatures[0], sizeof(sig)); in test_verify_digest() 98 Memcpy(sig, signatures[0], sizeof(sig)); in test_verify_digest() 105 Memcpy(sig, signatures[0], sizeof(sig)); in test_verify_digest() 112 Memcpy(sig, signatures[0], sizeof(sig)); in test_verify_digest() 117 Memcpy(sig, signatures[0], sizeof(sig)); in test_verify_digest()
|
/external/junit/src/main/java/org/junit/experimental/theories/internal/ |
D | Assignments.java | 41 List<ParameterSignature> signatures; in allUnassigned() local 42 signatures = ParameterSignature.signatures(testClass in allUnassigned() 44 signatures.addAll(ParameterSignature.signatures(testMethod)); in allUnassigned() 46 signatures, testClass); in allUnassigned() 139 List<ParameterSignature> signatures = ParameterSignature in getConstructorParameterCount() local 140 .signatures(clazz.getOnlyConstructor()); in getConstructorParameterCount() 141 int constructorParameterCount = signatures.size(); in getConstructorParameterCount()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compilation_cache_test.cc | 48 std::vector<XlaCompilationCache::Signature> signatures = {s1, s2, s3}; in TEST() local 49 for (int i = 0; i < signatures.size(); ++i) { in TEST() 50 for (int j = 0; j < signatures.size(); ++j) { in TEST() 51 EXPECT_EQ(i == j, signatures[i] == signatures[j]) in TEST() 52 << signatures[i].HumanString() << " " << signatures[j].HumanString(); in TEST()
|
/external/tensorflow/tensorflow/go/ |
D | saved_model.go | 84 signatures := generateSignatures(metaGraphDef.GetSignatureDef()) 91 return &SavedModel{Session: s, Graph: graph, Signatures: signatures}, nil 95 signatures := make(map[string]Signature) 97 signatures[name] = signatureDefFromProto(signature) 99 return signatures
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_v1_in_v2_test.py | 101 fn = imported.signatures["serving_default"] 124 fn = imported.signatures["serving_default"] 154 fn = imported.signatures["serving_default"] 192 self.evaluate(first_imported.signatures["first_key"]( 197 second_imported.signatures["second_key"](x=constant_op.constant(2.)) 199 second_imported.signatures["second_key"]( 203 self.evaluate(second_imported.signatures["second_key"]( 243 fn = imported.signatures["serving_default"] 248 save.save(imported, second_path, signatures=imported.signatures) 253 fn = second_import.signatures["serving_default"] [all …]
|
D | signature_serialization.py | 119 def canonicalize_signatures(signatures): argument 121 if signatures is None: 123 if not isinstance(signatures, collections_abc.Mapping): 124 signatures = { 125 signature_constants.DEFAULT_SERVING_SIGNATURE_DEF_KEY: signatures} 129 for signature_key, function in signatures.items(): 276 def create_signature_map(signatures): argument 279 for name, func in signatures.items(): 310 signatures=SIGNATURE_ATTRIBUTE_NAME))
|
D | save.py | 557 signatures = {} 568 signatures[signature_key] = signature_def_utils.build_signature_def( 572 return signatures 701 signatures = _generate_signatures(signature_functions, resource_map) 719 for signature_key, signature in signatures.items(): 869 def save(obj, export_dir, signatures=None, options=None): argument 1047 save_and_return_nodes(obj, export_dir, signatures, options, 1053 signatures=None, argument 1085 _build_meta_graph(obj, signatures, options, meta_graph_def, 1130 def export_meta_graph(obj, filename, signatures=None, options=None): argument [all …]
|
D | load_test.py | 69 def cycle(obj, cycles, signatures=None): argument 79 save.save(to_save, path, signatures) 81 signatures = loaded.signatures 1030 imported = cycle(root, cycles, signatures={}) 1053 root = cycle(root, cycles, signatures=root.use_v.get_concrete_function()) 1058 signature_captures = root.signatures[ 1077 imported = cycle(root, cycles, signatures={}) 1091 imported = cycle(root, cycles, signatures={}) 1113 imported = cycle(root, cycles, signatures={}) 1128 imported = cycle(root, cycles, signatures={}) [all …]
|
/external/rust/crates/codespan-reporting/tests/snapshots/ |
D | term__overlapping__rich_no_color.snap | 14 error[E0121]: the type placeholder `_` is not allowed within types on item signatures 20 │ not allowed in type signatures 23 error[E0121]: the type placeholder `_` is not allowed within types on item signatures 29 │ ││ not allowed in type signatures 30 │ │not allowed in type signatures
|
D | term__overlapping__rich_ascii_no_color.snap | 14 error[E0121]: the type placeholder `_` is not allowed within types on item signatures 20 | not allowed in type signatures 23 error[E0121]: the type placeholder `_` is not allowed within types on item signatures 29 | || not allowed in type signatures 30 | |not allowed in type signatures
|
D | term__overlapping__short_no_color.snap | 6 …item.rs:1:18: error[E0121]: the type placeholder `_` is not allowed within types on item signatures 7 …item.rs:2:25: error[E0121]: the type placeholder `_` is not allowed within types on item signatures 8 …item.rs:2:28: error[E0121]: the type placeholder `_` is not allowed within types on item signatures
|
D | term__overlapping__short_color.snap | 6 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/} 7 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/} 8 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/}
|
D | term__overlapping__medium_no_color.snap | 6 …item.rs:1:18: error[E0121]: the type placeholder `_` is not allowed within types on item signatures 7 …item.rs:2:25: error[E0121]: the type placeholder `_` is not allowed within types on item signatures 8 …item.rs:2:28: error[E0121]: the type placeholder `_` is not allowed within types on item signatures
|
D | term__overlapping__rich_color.snap | 14 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/} 20 {fg:Blue}│{/} {fg:Red}not allowed in type signatures{/} 23 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/} 29 …ue}│{/} {fg:Blue}│{/}{fg:Red}│{/} {fg:Red}not allowed in type signatures{/} 30 {fg:Blue}│{/} {fg:Blue}│{/}{fg:Red}not allowed in type signatures{/}
|
D | term__overlapping__medium_color.snap | 6 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/} 7 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/} 8 …ror[E0121]{bold bright}: the type placeholder `_` is not allowed within types on item signatures{/}
|
/external/junit/src/main/java/org/junit/experimental/theories/ |
D | ParameterSignature.java | 37 public static ArrayList<ParameterSignature> signatures(Method method) { in signatures() method in ParameterSignature 38 return signatures(method.getParameterTypes(), method in signatures() 42 public static List<ParameterSignature> signatures(Constructor<?> constructor) { in signatures() method in ParameterSignature 43 return signatures(constructor.getParameterTypes(), constructor in signatures() 47 private static ArrayList<ParameterSignature> signatures( in signatures() method in ParameterSignature
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 1118 SignatureHelp signatures(llvm::StringRef Text, Position Point, in signatures() function 1143 SignatureHelp signatures(llvm::StringRef Text, in signatures() function 1146 return signatures(Test.code(), Test.point(), std::move(IndexSymbols)); 1183 auto Results = signatures(R"cpp( in TEST() 1191 EXPECT_THAT(Results.signatures, in TEST() 1202 auto Results = signatures(R"cpp( in TEST() 1207 EXPECT_THAT(Results.signatures, in TEST() 1216 auto Results = signatures(R"cpp( in TEST() 1220 EXPECT_THAT(Results.signatures, in TEST() 1299 EXPECT_EQ(signatures(Code.code(), Code.point()).argListStart, in TEST() [all …]
|
/external/openssh/ |
D | PROTOCOL.sshsig | 4 At present, only detached and armored signatures are supported. 8 The Armored SSH signatures consist of a header, a base64 50 Verifiers MUST reject signatures with versions greater than those 55 This prevents cross-protocol attacks caused by signatures 70 encoding rules for the chosen key type. For RSA signatures, the 90 ensure that manual signatures can never be confused with any message
|
/external/skia/resources/sksl/runtime_errors/ |
D | InvalidShaderMain.rts | 1 // Runtime shaders require specific main signatures. Test that older signatures, or those intended
|
D | InvalidColorFilterMain.rtcf | 1 // Runtime color filters require specific main signatures. Test that older signatures, or those
|
/external/tensorflow/tensorflow/python/keras/integration_test/ |
D | saved_model_test.py | 27 def cycle(obj, cycles, signatures=None): argument 38 tf.saved_model.save(to_save, path, signatures) 195 signature_output, = loaded.signatures["serving_default"]( 209 loaded.signatures["serving_default"](**model_input) 225 loaded.signatures["serving_default"](tf.constant(1.))) 237 list(model.signatures["serving_default"](model_input).values()))
|
/external/openscreen/cast/sender/channel/ |
D | cast_auth_util_unittest.cc | 132 testing::SignatureTestData signatures = testing::ReadSignatureTestData( in CreateAuthResponse() local 146 std::string(reinterpret_cast<const char*>(signatures.sha1.data), in CreateAuthResponse() 147 signatures.sha1.length)); in CreateAuthResponse() 151 std::string(reinterpret_cast<const char*>(signatures.sha256.data), in CreateAuthResponse() 152 signatures.sha256.length)); in CreateAuthResponse() 156 signatures.message.data, in CreateAuthResponse() 157 signatures.message.data + signatures.message.length); in CreateAuthResponse()
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.h | 78 protobuf::Map<string, SignatureDef> signatures) in SavedModelBundleLite() argument 79 : session_(std::move(session)), signatures_(std::move(signatures)) {} in SavedModelBundleLite()
|
/external/wycheproof/doc/ |
D | index.md | 13 if an RSA key generation uses 1024 bits as default or digital signatures 27 * RSA PKCS #1 signatures: If a signature verification allows signatures 28 with lots of modifications, then RSA signatures can be forged for small
|