Searched refs:ASSERT (Results 1 - 18 of 18) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node_vector.h60 ASSERT(!mLock);
71 ASSERT(!mLock);
79 ASSERT(id < static_cast<int>(mDicNodes.size()));
84 ASSERT(1 <= static_cast<int>(mDicNodes.size()));
H A Ddic_node_priority_queue.h94 ASSERT(false);
113 ASSERT(index >= 0 && index < (MAX_CAPACITY + 1));
175 ASSERT(false);
187 ASSERT(index >= 0 && index < (MAX_CAPACITY + 1));
H A Ddic_nodes_cache.cpp52 ASSERT(dicNode != topDicNode);
H A Ddic_node_utils.cpp83 ASSERT(NOT_A_CODE_POINT != codePoint);
H A Ddic_node.h191 ASSERT(getDepth() <= getLeavingDepth());
/packages/inputmethods/LatinIME/native/jni/
H A Djni_common.cpp36 ASSERT(env);
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp167 ASSERT(false);
173 ASSERT(false);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
H A Ddic_traverse_session.h116 ASSERT(proximityType == UNRELATED_CHAR || proximityType == MATCH_CHAR);
139 ASSERT(mMaxPointerCount <= MAX_POINTER_COUNT_G);
H A Ddic_traverse_session.cpp112 ASSERT(1 <= maxPointerCount && maxPointerCount <= MAX_POINTER_COUNT_G);
/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info_state.cpp36 ASSERT(isGeometric || (inputSize < MAX_WORD_LENGTH));
271 ASSERT(keyId >= 0 && index >= 0 && index < mSampledInputSize);
306 ASSERT(0 <= index && index < mSampledInputSize);
312 ASSERT(0 <= index && index < mSampledInputSize);
H A Dwords_priority_queue_pool.h57 ASSERT(false);
H A Ddigraph_utils.cpp80 ASSERT(false);
H A Ddefines.h105 #define ASSERT(success) do { if (!(success)) { showStackTrace(); assert(success);} } while (0) macro
124 #define ASSERT(success) assert(success) macro
134 #define ASSERT(success) macro
H A Dproximity_info_utils.h179 ASSERT(false);
191 ASSERT(false);
212 ASSERT(false);
H A Dproximity_info.cpp78 ASSERT(false);
87 ASSERT(false);
113 //ASSERT(false);
H A Dproximity_info_state_utils.cpp63 ASSERT(false);
340 ASSERT(sampledInputXs && sampledInputYs);
739 ASSERT(skipProbability >= 0.0f);
740 ASSERT(skipProbability <= ProximityInfoParams::MAX_SKIP_PROBABILITY);
948 ASSERT(0 <= index0 && index0 < sampledInputSize);
949 ASSERT(0 <= index1 && index1 < sampledInputSize);
1014 ASSERT(sampledInputSize >= 0);
H A Dunigram_dictionary.cpp89 ASSERT(sizeof(codesDest[0]) == sizeof(codesSrc[0]));
90 ASSERT(sizeof(xCoordinatesBuffer[0]) == sizeof(xcoordinates[0]));
91 ASSERT(sizeof(yCoordinatesBuffer[0]) == sizeof(ycoordinates[0]));
879 ASSERT(NOT_A_CODE_POINT != c);
973 ASSERT(BinaryFormat::hasChildrenInFlags(flags));
H A Dcorrection.h152 ASSERT(false);

Completed in 962 milliseconds