Searched refs:spec (Results 1 – 12 of 12) sorted by relevance
/art/runtime/metrics/ |
D | reporter.cc | 313 std::optional<ReportingPeriodSpec> spec = std::make_optional(ReportingPeriodSpec()); in Parse() local 314 spec->spec = spec_str; in Parse() 315 spec->report_startup_first = elems.front() == "S"; in Parse() 316 spec->continuous_reporting = elems.back() == "*"; in Parse() 319 size_t start_interval_idx = spec->report_startup_first ? 1 : 0; in Parse() 320 size_t end_interval_idx = spec->continuous_reporting ? (elems.size() - 1) : elems.size(); in Parse() 323 if (spec->continuous_reporting && in Parse() 336 spec->periods_seconds.push_back(period); in Parse() 339 return spec; in Parse()
|
D | reporter_test.cc | 425 std::optional<ReportingPeriodSpec> spec = ReportingPeriodSpec::Parse(spec_str, &error_msg); in Verify() local 427 ASSERT_EQ(valid, spec.has_value()) << spec_str; in Verify() 429 ASSERT_EQ(spec->spec, spec_str) << spec_str; in Verify() 430 ASSERT_EQ(spec->report_startup_first, startup_first) << spec_str; in Verify() 431 ASSERT_EQ(spec->continuous_reporting, continuous) << spec_str; in Verify() 432 ASSERT_EQ(spec->periods_seconds, periods) << spec_str; in Verify()
|
D | reporter.h | 59 std::string spec; member
|
/art/runtime/ |
D | class_loader_context.h | 194 static std::unique_ptr<ClassLoaderContext> Create(const std::string& spec); 279 bool Parse(const std::string& spec, bool parse_checksums = false); 280 ClassLoaderInfo* ParseInternal(const std::string& spec, bool parse_checksums);
|
D | class_loader_context.cc | 109 std::unique_ptr<ClassLoaderContext> ClassLoaderContext::Create(const std::string& spec) { in Create() argument 111 if (result->Parse(spec)) { in Create() 118 static size_t FindMatchingSharedLibraryCloseMarker(const std::string& spec, in FindMatchingSharedLibraryCloseMarker() argument 127 spec.find_first_of(kClassLoaderSharedLibraryClosingMark, string_index); in FindMatchingSharedLibraryCloseMarker() 129 spec.find_first_of(kClassLoaderSharedLibraryOpeningMark, string_index); in FindMatchingSharedLibraryCloseMarker() 309 bool ClassLoaderContext::Parse(const std::string& spec, bool parse_checksums) { in Parse() argument 310 if (spec.empty()) { in Parse() 319 class_loader_chain_.reset(ParseInternal(spec, parse_checksums)); in Parse() 324 const std::string& spec, bool parse_checksums) { in ParseInternal() argument 325 CHECK(!spec.empty()); in ParseInternal() [all …]
|
/art/test/707-checker-invalid-profile/ |
D | profile | 6 # Invalid descriptor in inline cache spec causes the entire line to be rejected
|
/art/test/064-field-access/ |
D | info.txt | 10 equivalent, and not merely spec-compliant.
|
/art/tools/bisection_search/ |
D | bisection_test.py | 53 self.testable_mock = Mock(spec=Dex2OatWrapperTestable)
|
/art/build/boot/ |
D | preloaded-classes | 356 com.android.org.bouncycastle.jcajce.spec.AEADParameterSpec 369 com.android.org.bouncycastle.jce.spec.ECKeySpec 370 com.android.org.bouncycastle.jce.spec.ECPublicKeySpec 1092 java.security.spec.AlgorithmParameterSpec 1093 java.security.spec.DSAParameterSpec 1094 java.security.spec.DSAPublicKeySpec 1095 java.security.spec.ECField 1096 java.security.spec.ECFieldFp 1097 java.security.spec.ECGenParameterSpec 1098 java.security.spec.ECParameterSpec [all …]
|
D | boot-image-profile.txt | 933 …to/params/DSAParameters;+]Ljava/security/interfaces/DSAParams;Ljava/security/spec/DSAParameterSpec; 947 …ILjavax/crypto/spec/PBEKeySpec;Lcom/android/org/bouncycastle/crypto/CipherParameters;)V+]Ljavax/cr… 957 …spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V+]Ljava/lang/String;missing_types]Lcom/a… 960 …castle/jcajce/provider/symmetric/util/PBE$Util;->convertPassword(ILjavax/crypto/spec/PBEKeySpec;)[B 962 …Ljavax/crypto/spec/PBEKeySpec;III)Lcom/android/org/bouncycastle/crypto/CipherParameters;+]Ljavax/c… 3863 HSPLjava/security/KeyFactory;->generatePrivate(Ljava/security/spec/KeySpec;)Ljava/security/PrivateK… 3864 HSPLjava/security/KeyFactory;->generatePublic(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey… 4094 HSPLjava/security/spec/DSAParameterSpec;-><init>(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/… 4095 HSPLjava/security/spec/DSAParameterSpec;->getG()Ljava/math/BigInteger; 4096 HSPLjava/security/spec/DSAParameterSpec;->getP()Ljava/math/BigInteger; [all …]
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 4573 Ljava/security/KeyPairGenerator$Delegate;->initParams:Ljava/security/spec/AlgorithmParameterSpec; 4607 Ljava/security/KeyStore$PasswordProtection;->protectionParameters:Ljava/security/spec/AlgorithmPara… 4803 Ljava/security/spec/DSAParameterSpec;->g:Ljava/math/BigInteger; 4804 Ljava/security/spec/DSAParameterSpec;->p:Ljava/math/BigInteger; 4805 Ljava/security/spec/DSAParameterSpec;->q:Ljava/math/BigInteger; 4806 Ljava/security/spec/DSAPrivateKeySpec;->g:Ljava/math/BigInteger; 4807 Ljava/security/spec/DSAPrivateKeySpec;->p:Ljava/math/BigInteger; 4808 Ljava/security/spec/DSAPrivateKeySpec;->q:Ljava/math/BigInteger; 4809 Ljava/security/spec/DSAPrivateKeySpec;->x:Ljava/math/BigInteger; 4810 Ljava/security/spec/DSAPublicKeySpec;->g:Ljava/math/BigInteger; [all …]
|
/art/tools/ |
D | libcore_failures.txt | 180 names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]
|