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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 35 public static final int INVALID_INDEX = 21;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 23 const int TrieMap::INVALID_INDEX = -1;
72 if (terminalEntryIndex == INVALID_INDEX) {
74 return INVALID_INDEX;
82 if (valueEntryIndex == INVALID_INDEX) {
83 return INVALID_INDEX;
86 return INVALID_INDEX;
89 return INVALID_INDEX;
92 return INVALID_INDEX;
121 if (terminalEntryIndex == INVALID_INDEX) {
167 return Result(entry.getValue(), true, INVALID_INDEX);
    [all...]
trie_map.h 76 return mNextLevelBitmapEntryIndex != INVALID_INDEX;
100 mKey(0), mValue(0), mIsValid(false), mNextLevelBitmapEntryIndex(INVALID_INDEX) {
101 if (!trieMap || mBaseBitmapEntryIndex == INVALID_INDEX) {
153 return TrieMapIterator(nullptr, INVALID_INDEX);
164 static const int INVALID_INDEX;
  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
trie_map_test.cpp 72 EXPECT_EQ(TrieMap::INVALID_INDEX, result.mNextLevelBitmapEntryIndex);
148 EXPECT_NE(TrieMap::INVALID_INDEX, nextLevelBitmapEntryIndex);
160 EXPECT_NE(TrieMap::INVALID_INDEX, secondLevel);
163 EXPECT_NE(TrieMap::INVALID_INDEX, thirdLevel);
174 EXPECT_NE(TrieMap::INVALID_INDEX, secondLevel);
183 EXPECT_NE(TrieMap::INVALID_INDEX, secondLevel);
187 EXPECT_NE(TrieMap::INVALID_INDEX, thirdLevel);
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 268 private static int INVALID_INDEX = -1;
275 return INVALID_INDEX; // The starting point is out of range.
278 return INVALID_INDEX; // Basically this should not happen.
289 return INVALID_INDEX; // An invalid surrogate pair is found.
296 return INVALID_INDEX; // An invalid surrogate pair is found.
307 return INVALID_INDEX; // A invalid surrogate pair is found.
319 return INVALID_INDEX; // The starting point is out of range.
322 return INVALID_INDEX; // Basically this should not happen.
333 return INVALID_INDEX; // An invalid surrogate pair is found.
340 return INVALID_INDEX; // An invalid surrogate pair is found
    [all...]
  /frameworks/support/emoji/core/src/android/support/text/emoji/
EmojiProcessor.java 371 if (start == CodepointIndexFinder.INVALID_INDEX
372 || end == CodepointIndexFinder.INVALID_INDEX) {
607 private static final int INVALID_INDEX = -1;
625 return INVALID_INDEX; // The starting point is out of range.
628 return INVALID_INDEX; // Basically this should not happen.
639 return INVALID_INDEX; // An invalid surrogate pair is found.
647 return INVALID_INDEX; // An invalid surrogate pair is found.
658 return INVALID_INDEX; // A invalid surrogate pair is found.
680 return INVALID_INDEX; // The starting point is out of range.
683 return INVALID_INDEX; // Basically this should not happen
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.cpp 51 if (nextBitmapEntryIndex == TrieMap::INVALID_INDEX) {
120 if (bitmapEntryIndex == TrieMap::INVALID_INDEX) {
137 if (bitmapEntryIndex == TrieMap::INVALID_INDEX) {
146 if (bitmapEntryIndex == TrieMap::INVALID_INDEX) {
163 if (!result.mIsValid || result.mNextLevelBitmapEntryIndex == TrieMap::INVALID_INDEX) {
300 if (result.mIsValid && result.mNextLevelBitmapEntryIndex != TrieMap::INVALID_INDEX) {
309 return TrieMap::INVALID_INDEX;
323 return TrieMap::INVALID_INDEX;
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 80 static final int INVALID_INDEX = -1;
83 private int mText1Col = INVALID_INDEX;
84 private int mText2Col = INVALID_INDEX;
85 private int mText2UrlCol = INVALID_INDEX;
86 private int mIconName1Col = INVALID_INDEX;
87 private int mIconName2Col = INVALID_INDEX;
88 private int mFlagsCol = INVALID_INDEX;
320 if (mFlagsCol != INVALID_INDEX) {
403 if (mIconName1Col == INVALID_INDEX) {
415 if (mIconName2Col == INVALID_INDEX) {
    [all...]
ActivityChooserModel.java 221 private static final int INVALID_INDEX = -1;
448 return INVALID_INDEX;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 79 static final int INVALID_INDEX = -1;
82 private int mText1Col = INVALID_INDEX;
83 private int mText2Col = INVALID_INDEX;
84 private int mText2UrlCol = INVALID_INDEX;
85 private int mIconName1Col = INVALID_INDEX;
86 private int mIconName2Col = INVALID_INDEX;
87 private int mFlagsCol = INVALID_INDEX;
277 if (mFlagsCol != INVALID_INDEX) {
361 if (mIconName1Col == INVALID_INDEX) {
373 if (mIconName2Col == INVALID_INDEX) {
    [all...]
ActivityChooserModel.java 213 private static final int INVALID_INDEX = -1;
434 return INVALID_INDEX;
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 115 INVALID_INDEX = 321
144 self.INVALID_INDEX : '.InvalidIndex',
175 INVALID_INDEX = 21
231 self.INVALID_INDEX : '.InvalidIndex',
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 42 private static final int INVALID_INDEX = -1;
200 if (focusedChildIndex == INVALID_INDEX) {
213 int index = INVALID_INDEX;
226 if (index != INVALID_INDEX) {
253 if (index != INVALID_INDEX) {
279 if (index != INVALID_INDEX) {
296 return INVALID_INDEX;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 489 public static final int INVALID_INDEX = 503;
612 case INVALID_INDEX:
613 return "INVALID_INDEX";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
SetValues003Test.java 36 private static final int INVALID_INDEX = SetValues003Debuggee.ARRAY_LENGTH;
103 ReplyPacket checkedReply = setArrayValue(checkedObjectID, INVALID_INDEX,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesTest.java 123 * <BR>It is expected the error INVALID_INDEX is returned.
153 if (err == JDWPConstants.Error.INVALID_INDEX) {
160 + JDWPConstants.Error.getName(JDWPConstants.Error.INVALID_INDEX)
161 + "(" + JDWPConstants.Error.INVALID_INDEX + ")");
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 100 INVALID_INDEX,
200 indices[ndx] = (deUint16)((m_op == INVALID_INDEX) ? (overBoundDrawCount + ndx) : (ndx));
588 drawElementsGroup->addChild(new InvalidDrawCase(m_context, "data_over_bounds_with_indices", "Draw elements vertex elements beyond the array end are accessed", InvalidDrawCase::DRAW_ELEMENTS, InvalidDrawCase::INVALID_INDEX));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftsiface.h 28 #define INVALID_INDEX UINT(-9)
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 675 #define INVALID_INDEX 0xffffffff
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 731 #define INVALID_INDEX 0xffffffff
    [all...]
  /prebuilts/sdk/current/support/emoji/libs/
android-support-emoji.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 976 milliseconds