HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT_VERSION (Results 1 - 24 of 24) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
format_utils.h 31 enum FORMAT_VERSION {
44 static FORMAT_VERSION getFormatVersion(const int formatVersion);
45 static FORMAT_VERSION detectFormatVersion(const uint8_t *const dict, const int dictSize);
format_utils.cpp 28 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::getFormatVersion(const int formatVersion) {
42 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::detectFormatVersion(
dict_file_writing_utils.h 52 const FormatUtils::FORMAT_VERSION formatVersion);
58 const FormatUtils::FORMAT_VERSION formatVersion);
dict_file_writing_utils.cpp 44 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::getFormatVersion(dictVersion);
67 const FormatUtils::FORMAT_VERSION formatVersion) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.h 45 newPolicyForOnMemoryV4Dict(const FormatUtils::FORMAT_VERSION formatVersion,
54 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
dictionary_structure_with_buffer_policy_factory.cpp 59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion);
85 const FormatUtils::FORMAT_VERSION formatVersion,
113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion(
144 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_buffers.h 49 const FormatUtils::FORMAT_VERSION formatVersion);
134 const FormatUtils::FORMAT_VERSION formatVersion);
ver4_dict_buffers.cpp 41 const FormatUtils::FORMAT_VERSION formatVersion) {
130 const FormatUtils::FORMAT_VERSION formatVersion)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_buffers.h 41 const FormatUtils::FORMAT_VERSION formatVersion);
124 const FormatUtils::FORMAT_VERSION formatVersion,
ver4_dict_buffers.cpp 35 const FormatUtils::FORMAT_VERSION formatVersion) {
180 const FormatUtils::FORMAT_VERSION formatVersion,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.h 50 const FormatUtils::FORMAT_VERSION version, int *const writingPos);
header_policy.h 34 HeaderPolicy(const uint8_t *const dictBuf, const FormatUtils::FORMAT_VERSION formatVersion)
71 HeaderPolicy(const FormatUtils::FORMAT_VERSION dictFormatVersion,
279 const FormatUtils::FORMAT_VERSION mDictFormatVersion;
header_read_write_utils.cpp 91 BufferWithExtendableBuffer *const buffer, const FormatUtils::FORMAT_VERSION version,
  /system/extras/verity/
KeystoreSigner.java 92 private static final int FORMAT_VERSION = 0;
95 this.formatVersion = new ASN1Integer(FORMAT_VERSION);
129 if (formatVersion.getValue().intValue() != FORMAT_VERSION) {
BootSignature.java 74 private static final int FORMAT_VERSION = 1;
82 this.formatVersion = new ASN1Integer(FORMAT_VERSION);
97 if (formatVersion.getValue().intValue() != FORMAT_VERSION) {
verify_boot_signature.c 37 #define FORMAT_VERSION 1
175 if (!BN_set_word(&expected, FORMAT_VERSION)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 40 private static final String FORMAT_VERSION = "3";
188 sb.append("{V=").append(FORMAT_VERSION);
253 if (!value.equals(FORMAT_VERSION)) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 64 out.writeByte(SerializedGrammar.FORMAT_VERSION);
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 60 FORMAT_VERSION,
140 if(options[FORMAT_VERSION].doesOccur) {
141 const char *s = options[FORMAT_VERSION].value;
  /external/icu/icu4c/source/tools/genrb/
genrb.c 60 FORMAT_VERSION,
155 if(options[FORMAT_VERSION].doesOccur) {
156 const char *s = options[FORMAT_VERSION].value;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 40 public static final int FORMAT_VERSION = 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 612 milliseconds