Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
H A Ddictionary_structure_with_buffer_policy_factory.cpp57 const int formatVersion, const std::vector<int> &locale, in newPolicyForOnMemoryDict()
85 const FormatUtils::FORMAT_VERSION formatVersion, in newPolicyForOnMemoryV4Dict()
113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion( in newPolicyForDirectoryDict() local
145 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion, in newPolicyForV4Dict()
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleSerializer.java31 Optional<Integer> formatVersion, in serialize()
37 byte[] serialize(List<Rule> rules, Optional<Integer> formatVersion) in serialize()
H A DRuleBinarySerializer.java67 public byte[] serialize(List<Rule> rules, Optional<Integer> formatVersion) in serialize()
82 Optional<Integer> formatVersion, in serialize()
148 Optional<Integer> formatVersion, ByteTrackedOutputStream outputStream) in serializeRuleFileMetadata()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_dict_buffers.cpp41 const FormatUtils::FORMAT_VERSION formatVersion) { in openVer4DictBuffers()
130 const FormatUtils::FORMAT_VERSION formatVersion) in Ver4DictBuffers()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_dict_buffers.cpp35 const FormatUtils::FORMAT_VERSION formatVersion) { in openVer4DictBuffers()
172 const FormatUtils::FORMAT_VERSION formatVersion, in Ver4DictBuffers()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Ddict_file_writing_utils.cpp45 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion); in createEmptyDictFile() local
68 const FormatUtils::FORMAT_VERSION formatVersion) { in createEmptyV4DictFile()
H A Dformat_utils.cpp28 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::getFormatVersion(const int formatVersion) { in getFormatVersion()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DWordListMetadata.java59 final int version, final int formatVersion, in WordListMetadata()
94 final Integer formatVersion = values.getAsInteger(MetadataDbHelper.FORMATVERSION_COLUMN); in createFromContentValues() local
H A DMetadataDbHelper.java485 final long filesize, final int version, final int formatVersion) { in makeContentValues()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DRulesStateTest.java143 private static DistroFormatVersion formatVersion(int majorVersion, int minorVersion) { in formatVersion() method in RulesStateTest
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java75 private File createEmptyDictionaryAndGetFile(final int formatVersion) { in createEmptyDictionaryAndGetFile()
80 private File createEmptyDictionaryWithAttributesAndGetFile(final int formatVersion, in createEmptyDictionaryWithAttributesAndGetFile()
93 private File createEmptyVer4DictionaryAndGetFile(final int formatVersion, in createEmptyVer4DictionaryAndGetFile()
113 private BinaryDictionary getEmptyBinaryDictionary(final int formatVersion) { in getEmptyBinaryDictionary()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_policy.h35 HeaderPolicy(const uint8_t *const dictBuf, const FormatUtils::FORMAT_VERSION formatVersion) in HeaderPolicy()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DExpandableBinaryDictionary.java117 static boolean matchesExpectedBinaryDictFormatVersionForThisType(final int formatVersion) { in matchesExpectedBinaryDictFormatVersionForThisType()
121 private static boolean needsToMigrateDictionary(final int formatVersion) { in needsToMigrateDictionary()
H A DBinaryDictionary.java144 final Locale locale, final String dictType, final long formatVersion, in BinaryDictionary()
171 private static native long createOnMemoryNative(long formatVersion, in createOnMemoryNative()
/aosp12/system/extras/verity/
H A DBootSignature.java66 private ASN1Integer formatVersion; field in BootSignature
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java498 int formatVersion = 1; in testBinaryString_serializeFormatVersion() local
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/schemas/com.android.bluetooth.btservice.storage.MetadataDatabase/
H A D100.json2 "formatVersion": 1, number
H A D101.json2 "formatVersion": 1, number
H A D102.json2 "formatVersion": 1, number
H A D103.json2 "formatVersion": 1, number
H A D104.json2 "formatVersion": 1, number
H A D105.json2 "formatVersion": 1, number
H A D106.json2 "formatVersion": 1, number
/aosp12/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp72 jlong formatVersion, jstring locale, jobjectArray attributeKeyStringArray, in latinime_BinaryDictionary_createOnMemory()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...