/frameworks/compile/slang/ |
D | llvm-rs-as.cpp | 82 std::error_code EC; in WriteOutputFile() local 84 (new tool_output_file(OutputFilename.c_str(), EC, llvm::sys::fs::F_None)); in WriteOutputFile() 85 if (EC) { in WriteOutputFile() 87 errs() << EC.message() << '\n'; in WriteOutputFile()
|
D | slang.cpp | 130 std::error_code &EC, in OpenOutputFile() argument 135 EC = llvm::sys::fs::create_directories( in OpenOutputFile() 137 if (!EC) { in OpenOutputFile() 139 new llvm::tool_output_file(OutputFile, EC, Flags); in OpenOutputFile() 146 << OutputFile << EC.message(); in OpenOutputFile() 313 std::error_code EC; in setOutput() local 320 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_Text, EC, mDiagEngine); in setOutput() 328 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_None, EC, mDiagEngine); in setOutput() 336 if (EC) in setOutput() 347 std::error_code EC; in setDepOutput() local [all …]
|
D | slang_rs_reflect_utils.cpp | 265 if (std::error_code EC = llvm::sys::fs::create_directories( in GenerateJavaBitCodeAccessor() local 268 output_path.c_str(), EC.message().c_str()); in GenerateJavaBitCodeAccessor() 353 if (std::error_code EC = llvm::sys::fs::create_directories( in startFile() local 355 fprintf(stderr, "Error: %s\n", EC.message().c_str()); in startFile()
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 133 std::error_code EC; in main() local 134 tool_output_file Out(OutputFilename.c_str(), EC, in main() 136 if (EC) { in main() 137 errs() << EC.message() << '\n'; in main()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 361 std::error_code EC, const Twine &Message) { in Error() argument 362 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in Error() 364 return EC; in Error() 368 std::error_code EC) { in Error() argument 369 return Error(DiagnosticHandler, EC, EC.message()); in Error() 2071 if (std::error_code EC = ParseAttributeBlock()) in ParseModule() local 2072 return EC; in ParseModule() 2075 if (std::error_code EC = ParseTypeTable()) in ParseModule() local 2076 return EC; in ParseModule() 2079 if (std::error_code EC = ParseOldTypeTable()) in ParseModule() local [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 599 std::error_code EC, const Twine &Message) { in Error() argument 600 BitcodeDiagnosticInfo DI(EC, DS_Error, Message); in Error() 602 return EC; in Error() 606 std::error_code EC) { in Error() argument 607 return Error(DiagnosticHandler, EC, EC.message()); in Error() 2338 if (std::error_code EC = ParseAttributeBlock()) in ParseModule() local 2339 return EC; in ParseModule() 2342 if (std::error_code EC = ParseTypeTable()) in ParseModule() local 2343 return EC; in ParseModule() 2346 if (std::error_code EC = ParseOldTypeTable()) in ParseModule() local [all …]
|
/frameworks/compile/libbcc/bcinfo/ |
D | BitcodeTranslator.cpp | 139 if (std::error_code EC = MOrErr.getError()) { in translate() local 141 ALOGE("%s", EC.message().c_str()); in translate()
|
/frameworks/base/docs/html/training/articles/ |
D | keystore.jd | 403 <td>EC</td> 442 <td>EC</td> 451 <p>Prior to API Level 23, EC keys can be generated using KeyPairGenerator of algorithm "RSA" 452 initialized {@link android.security.KeyPairGeneratorSpec} whose key type is set to "EC" 453 using {@link android.security.KeyPairGeneratorSpec.Builder#setKeyType(String)}. EC curve
|
D | security-key-attestation.jd | 441 The set of parameters used to generate an elliptic curve (EC) key pair,
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreKeyPairGeneratorSpi.java | 100 public static class EC extends AndroidKeyStoreKeyPairGeneratorSpi { class in AndroidKeyStoreKeyPairGeneratorSpi 101 public EC() { in EC() method in AndroidKeyStoreKeyPairGeneratorSpi.EC
|
/frameworks/base/docs/html-intl/intl/ru/about/versions/nougat/ |
D | android-7.0.jd | 575 чтобы определить, является ли пара ключей RSA или EC
|
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/ |
D | android-7.0.jd | 573 <p>為了讓使用硬體支援的金鑰存放區更易於使用且更安全,Android N 引進金鑰證明。應用程式與裝置外部服務可以使用金鑰證明,毫不懷疑地判斷 RSA 或 EC 金鑰組是否有硬體支援、金鑰組的屬性…
|
/frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/ |
D | android-7.0.jd | 690 및 오프-기기는 RSA 또는 EC 키 쌍이 하드웨어 기반인지 여부를 결정할 수
|
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/ |
D | android-7.0.jd | 689 应用和关闭的设备可使用密钥认证以坚决地确定 RSA 或 EC 密钥对是否受硬件支持、密钥对的属性如何,以及其使用和有效性有何限制。
|
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/ |
D | android-7.0.jd | 689 アプリや別の端末は、キーの構成証明を使用して RSA または EC キーペアがハードウェアでサポートされているかどうか、キーペアのプロパティはどのようなものか、使用方法や有効性にどのような制限が適用…
|
/frameworks/base/docs/html-intl/intl/in/about/versions/nougat/ |
D | android-7.0.jd | 690 Attestation untuk menentukan apakah penyandingan kunci RSA atau EC
|
/frameworks/base/docs/html-intl/intl/id/about/versions/nougat/ |
D | android-7.0.jd | 690 Attestation untuk menentukan apakah penyandingan kunci RSA atau EC
|
/frameworks/base/docs/html/about/versions/nougat/ |
D | android-7.0.jd | 828 Key attestation allows you to verify that an RSA or EC key pair has been
|
/frameworks/base/ |
D | preloaded-classes | 2740 com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings 2747 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
|
D | compiled-classes-phone | 6177 com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings 6184 com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
|
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/nougat/ |
D | android-7.0.jd | 690 para determinar com precisão se um par de chaves RSA ou EC
|
/frameworks/base/docs/html-intl/intl/es/about/versions/nougat/ |
D | android-7.0.jd | 690 de claves para determinar fehacientemente el almacenamiento de un par de claves RSA o EC se
|
/frameworks/base/docs/html-intl/intl/vi/about/versions/nougat/ |
D | android-7.0.jd | 575 khóa để xác định chắc chắn xem một cặp khóa RSA hoặc EC có
|
/frameworks/base/api/ |
D | current.txt | 34421 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";
|
D | system-current.txt | 37179 field public static final java.lang.String KEY_ALGORITHM_EC = "EC";
|