Home
last modified time | relevance | path

Searched defs:specification (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DJsonMetaSchema.java58 private VersionFlag specification = null; field in JsonMetaSchema.Builder
250 public Builder specification(VersionFlag specification) { in specification() method in JsonMetaSchema.Builder
323 private final VersionFlag specification; field in JsonMetaSchema
327 …p<String, Keyword> keywords, Map<String, Boolean> vocabularies, VersionFlag specification, Builder… in JsonMetaSchema()
H A DSpecVersionDetector.java92 …public static VersionFlag detectVersion(JsonNode jsonNode, Path specification, VersionFlag default… in detectVersion()
H A DDefaultJsonMetaSchemaFactory.java56 … VersionFlag specification = schema.getValidationContext().getMetaSchema().getSpecification(); in loadMetaSchemaBuilder() local
/aosp_15_r20/packages/modules/NeuralNetworks/tools/api/
Dgenerate_api.py294 def __init__(self, filename, specification): argument
350 specification = Specification(args.specification, args.kind) variable
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java196 public boolean isCompatibleWith(FrameFormat specification) { in isCompatibleWith()
252 public boolean mayBeCompatibleWith(FrameFormat specification) { in mayBeCompatibleWith()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java127 private final String specification; field in CacheBuilderSpec
129 private CacheBuilderSpec(String specification) { in CacheBuilderSpec()
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilderSpec.java127 private final String specification; field in CacheBuilderSpec
129 private CacheBuilderSpec(String specification) { in CacheBuilderSpec()
/aosp_15_r20/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbServiceImplTest.java239 final PersistableBundle specification = new PersistableBundle(); in testGetSpecificationInfo_nullChipId() local
249 final PersistableBundle specification = new PersistableBundle(); in testGetSpecificationInfo_validChipId() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
H A Devaluation_config.proto35 optional ProcessSpecification specification = 2; field
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/format/
H A DBaseFormatJsonValidator.java38 …protected boolean isFormatAssertionVocabularyEnabled(VersionFlag specification, Map<String, Boolea… in isFormatAssertionVocabularyEnabled()
/aosp_15_r20/external/flac/src/metaflac/
H A Doptions.h142 char *specification; member
168 Argument_String specification; member
H A Doperations_shorthand_picture.c121 …_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__b… in import_pic_from()
H A Doperations_shorthand_seektable.c33 …d_seekpoints(const char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__b… in do_shorthand_operation__add_seekpoints()
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc429 uint64_t specification, in StartSpecifiedDIE()
511 uint64_t specification, in DefinitionDIE()
541 uint64_t specification, in AbstractInstanceDIE()
/aosp_15_r20/external/parameter-framework/upstream/doc/requirements/
H A Drequirements.md605 #### Naive
612 #### Combination
/aosp_15_r20/external/stg/
H A Ddwarf_processor.cc814 std::optional<Dwarf_Off> specification; member
844 if (auto specification = entry.MaybeGetReference(DW_AT_specification)) { in GetNameWithContext() local
/aosp_15_r20/cts/tests/mediapc/requirements/
H A Drequirements.proto76 optional string specification = 3; field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py409 def make(self, specification, options=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py409 def make(self, specification, options=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py409 def make(self, specification, options=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dscripts.py409 def make(self, specification, options=None): argument
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_config_service_linux.cc217 for (const NsswitchReader::ServiceSpecification& specification : in IsNsswitchConfigCompatible() local
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
H A Dtool.proto465 oneof specification { oneof
/aosp_15_r20/external/skia/include/core/
H A DSkMesh.h112 sk_sp<SkMeshSpecification> specification; member
/aosp_15_r20/external/flac/src/libFLAC++/
H A Dstream_encoder.cpp132 bool Stream::set_apodization(const char *specification) in set_apodization()

12345678910>>...16