Home
last modified time | relevance | path

Searched defs:verifiers (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
H A DBaseCommandTest.kt127 val verifiers = mutableListOf<() -> Unit>() constant
/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Drepair.py237 def _verify_list(self, host, verifiers, silent): argument
854 def _add_verifier(verifiers, constructor, tag, dep_tags): argument
H A Drepair_unittest.py321 def _make_expected_failures(self, *verifiers):
/aosp_15_r20/external/pytorch/torch/export/
H A Dexported_program.py801 def verifiers(self): member in ExportedProgram
1130 self, graph_module, graph_signature, *, state_dict=None, verifiers=None argument
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DAdServicesLogVerifierFactoryTest.java35 List<LogVerifier> verifiers = AdServicesLogVerifierFactory.create(ERROR_LOG_UTIL); in testCreate_withErrorLogUtilEnum_returnsErrorLogUtilVerifier() local
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
H A DVerifierFactoryListModel.java45 final Verifier[] verifiers = VerifierFactory.getVerifiers(); in update() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fSamplerStateQueryTests.cpp69 static const QueryType verifiers[] = {QUERY_SAMPLER_PARAM_INTEGER, QUERY_SAMPLER_PARAM_FLOAT}; in init() local
H A Des3fTextureStateQueryTests.cpp70 static const QueryType verifiers[] = {QUERY_TEXTURE_PARAM_INTEGER, QUERY_TEXTURE_PARAM_FLOAT}; in init() local
H A Des3fInteger64StateQueryTests.cpp314 StateVerifier *verifiers[] = {m_verifierBoolean, m_verifierInteger, m_verifierFloat}; in init() local
H A Des3fBufferObjectQueryTests.cpp513 BufferParamVerifier *verifiers[] = {m_verifierInt, m_verifierInt64}; in init() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingStateQueryTests.cpp730 } verifiers[] = { in init() local
754 } verifiers[] = { in init() local
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp179 } verifiers[] = { in init() local
H A Des31fFramebufferDefaultStateQueryTests.cpp215 static const QueryType verifiers[] = { in init() local
H A Des31fProgramPipelineStateQueryTests.cpp406 static const QueryType verifiers[] = { in init() local
H A Des31fIntegerStateQueryTests.cpp856 const QueryType verifiers[] = {QUERY_BOOLEAN, QUERY_INTEGER, QUERY_INTEGER64, QUERY_FLOAT}; in init() local
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DPackageInfoLite.java96 public VerifierInfo[] verifiers; field in PackageInfoLite
/aosp_15_r20/external/pytorch/torch/_export/serde/
H A Dschema.py380 verifiers: List[str] = field(default_factory=list) variable in ExportedProgram
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp263 BufferParamVerifier *verifiers[] = {m_verifierInt}; in init() local
H A Des2fTextureStateQueryTests.cpp395 TexParamVerifier *verifiers[] = {m_verifierInt, m_verifierFloat}; in init() local
/aosp_15_r20/external/executorch/exir/serde/
H A Dschema.py387 verifiers: List[str] = field(default_factory=list) variable in ExportedProgram
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/
Dclient.go88 verifiers note.Verifiers // accepted verifiers (just one, but Verifiers for note.Open) member
/aosp_15_r20/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLite.java190 List<VerifierInfo> verifiers, SigningDetails signingDetails, boolean coreApp, in ApkLite()
H A DApkLiteParseUtils.java484 final List<VerifierInfo> verifiers = new ArrayList<>(); in parseApkLite() local
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java583 List<FolderGridOrganizer> verifiers = mApp.getInvariantDeviceProfile().supportedProfiles in processFolderItems() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DAImageDecoderTest.kt977 val verifiers = arrayOf<BitmapVerifier>( in <lambda>() constant

1234