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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.h 33 const int bufferOffset, const int bufferSize, const bool isUpdatable);
36 static MmappedBufferPtr openBuffer(const char *const path, const bool isUpdatable);
39 const bool isUpdatable);
51 AK_FORCE_INLINE bool isUpdatable() const {
58 const bool isUpdatable)
60 mAlignedSize(alignedSize), mMmapFd(mmapFd), mIsUpdatable(isUpdatable) {}
63 AK_FORCE_INLINE MmappedBuffer(const bool isUpdatable)
65 mMmapFd(0), mIsUpdatable(isUpdatable) {}
mmapped_buffer.cpp 32 const bool isUpdatable) {
42 const int protMode = isUpdatable ? PROT_READ | PROT_WRITE : PROT_READ;
57 mmapFd, isUpdatable));
61 const char *const path, const bool isUpdatable) {
66 return MmappedBufferPtr(new MmappedBuffer(isUpdatable));
68 return openBuffer(path, 0 /* bufferOffset */, fileSize, isUpdatable);
73 const char *const dirPath, const char *const fileName, const bool isUpdatable) {
81 return openBuffer(filePath, isUpdatable);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.h 42 const bool isUpdatable)
43 : SingleDictContent(dictPath, Ver4DictConstants::FREQ_FILE_EXTENSION, isUpdatable),
terminal_position_lookup_table.h 41 TerminalPositionLookupTable(const char *const dictPath, const bool isUpdatable)
43 Ver4DictConstants::TERMINAL_ADDRESS_TABLE_FILE_EXTENSION, isUpdatable),
single_dict_content.h 42 const bool isUpdatable)
43 : mMmappedBuffer(MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)),
sparse_table_dict_content.h 45 const char *const contentFileName, const bool isUpdatable,
48 MmappedBuffer::openBuffer(dictPath, lookupTableFileName, isUpdatable)),
50 MmappedBuffer::openBuffer(dictPath, addressTableFileName, isUpdatable)),
52 MmappedBuffer::openBuffer(dictPath, contentFileName, isUpdatable)),
shortcut_dict_content.h 38 ShortcutDictContent(const char *const dictPath, const bool isUpdatable)
42 Ver4DictConstants::SHORTCUT_FILE_EXTENSION, isUpdatable,
bigram_dict_content.h 40 const bool isUpdatable)
44 Ver4DictConstants::BIGRAM_FILE_EXTENSION, isUpdatable,
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_buffers.cpp 48 const bool isUpdatable = headerBuffer->isUpdatable();
49 return Ver4DictBuffersPtr(new Ver4DictBuffers(dictPath, std::move(headerBuffer), isUpdatable,
129 MmappedBuffer::MmappedBufferPtr headerBuffer, const bool isUpdatable,
133 Ver4DictConstants::TRIE_FILE_EXTENSION, isUpdatable)),
141 mTerminalPositionLookupTable(dictPath, isUpdatable),
142 mProbabilityDictContent(dictPath, mHeaderPolicy.hasHistoricalInfoOfWords(), isUpdatable),
143 mBigramDictContent(dictPath, mHeaderPolicy.hasHistoricalInfoOfWords(), isUpdatable),
144 mShortcutDictContent(dictPath, isUpdatable),
145 mIsUpdatable(isUpdatable) {}
    [all...]
ver4_dict_buffers.h 118 AK_FORCE_INLINE bool isUpdatable() const {
133 const MmappedBuffer::MmappedBufferPtr headerBuffer, const bool isUpdatable,
ver4_patricia_trie_policy.cpp 268 if (!mBuffers->isUpdatable()) {
334 if (!mBuffers->isUpdatable()) {
348 if (!mBuffers->isUpdatable()) {
410 if (!mBuffers->isUpdatable()) {
452 if (!mBuffers->isUpdatable()) {
476 if (!mBuffers->isUpdatable()) {
489 if (!mBuffers->isUpdatable()) {
502 if (!mBuffers->isUpdatable()) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/
dictionary_structure_with_buffer_policy_factory.h 34 const int size, const bool isUpdatable);
50 newPolicyForDirectoryDict(const char *const path, const bool isUpdatable);
dictionary_structure_with_buffer_policy_factory.cpp 41 const bool isUpdatable) {
44 return newPolicyForDirectoryDict(path, isUpdatable);
46 if (isUpdatable) {
102 const char *const path, const bool isUpdatable) {
109 MmappedBuffer::openBuffer(headerFilePath, isUpdatable);
174 MmappedBuffer::openBuffer(path, bufOffset, size, false /* isUpdatable */));
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_dict_buffers.cpp 42 const bool isUpdatable = headerBuffer->isUpdatable();
44 Ver4DictConstants::BODY_FILE_EXTENSION, isUpdatable);
185 mIsUpdatable(mDictBuffer->isUpdatable()) {}
ver4_patricia_trie_policy.cpp 181 if (!mBuffers->isUpdatable()) {
248 if (!mBuffers->isUpdatable()) {
273 if (!mBuffers->isUpdatable()) {
336 if (!mBuffers->isUpdatable()) {
375 if (!mBuffers->isUpdatable()) {
431 if (!mBuffers->isUpdatable()) {
444 if (!mBuffers->isUpdatable()) {
457 if (!mBuffers->isUpdatable()) {
ver4_dict_buffers.h 98 AK_FORCE_INLINE bool isUpdatable() const {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 85 public boolean isUpdatable() throws SQLException {
830 isUpdatable();
865 isUpdatable();
910 isUpdatable();
940 isUpdatable();
987 isUpdatable();
1002 isUpdatable();
1019 isUpdatable();
1028 isUpdatable();
1037 isUpdatable();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 121 * @param isUpdatable whether to open the dictionary file in writable mode.
125 final boolean isUpdatable) {
129 mIsUpdatable = isUpdatable;
132 loadDictionary(filename, offset, length, isUpdatable);
170 boolean isUpdatable);
222 final long length, final boolean isUpdatable) {
224 mNativeDict = openNative(path, startOffset, length, isUpdatable);
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 46 jlong dictOffset, jlong dictSize, jboolean isUpdatable) {
60 isUpdatable == JNI_TRUE));
542 dictFilePath, 0 /* offset */, 0 /* size */, true /* isUpdatable */);
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 1553 milliseconds