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

1 2 3 4 5 6

  /packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
ProximityInfo.java 23 int[] proximityCharsArray, int keyCount, int[] keyXCoordinates, int[] keyYCoordinates,
  /external/guava/guava-gwt/src/com/google/common/collect/
Multimap_CustomFieldSerializerBase.java 41 int keyCount = reader.readInt();
42 for (int i = 0; i < keyCount; ++i) {
56 int keyCount = reader.readInt();
57 for (int i = 0; i < keyCount; ++i) {
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 62 private int keyCount = 0;
98 if ((keys != null) && (keyCount < keys.length)) {
112 i = keyCount;
115 keyCount++;
134 keyCount--;
142 if (keyCount == 0)
157 return keyCount != 0;
  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 157 assertEquals("", 2*UPRV_LENGTHOF(usedReferences), cache.keyCount());
165 assertEquals("", 0, cache.keyCount());
213 assertEquals("", 5, cache.keyCount());
231 assertEquals("", 6, cache.keyCount());
263 assertEquals("", 6, cache.keyCount());
272 assertEquals("", 8, cache.keyCount());
288 assertEquals("", 3, cache.keyCount());
302 int32_t baseCount = cache->keyCount();
328 assertEquals("", baseCount + 5, cache->keyCount());
334 assertEquals("", baseCount + 2, cache->keyCount());
    [all...]
  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 57 const int keyCount = env->GetArrayLength(keys);
58 char const** keysUTF = (char const**)malloc(sizeof(char*)*keyCount);
59 for (int i=0; i<keyCount; i++) {
70 for (int i=0; i<keyCount; i++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 92 int[] proximityCharsArray, int keyCount, int[] keyXCoordinates, int[] keyYCoordinates,
149 final int keyCount = getProximityInfoKeysCount(sortedKeys);
150 final int[] keyXCoordinates = new int[keyCount];
151 final int[] keyYCoordinates = new int[keyCount];
152 final int[] keyWidths = new int[keyCount];
153 final int[] keyHeights = new int[keyCount];
154 final int[] keyCharCodes = new int[keyCount];
177 sweetSpotCenterXs = new float[keyCount];
178 sweetSpotCenterYs = new float[keyCount];
179 sweetSpotRadii = new float[keyCount];
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskKeyStrongCache.java 48 int keyCount = mKeys.size();
49 for (int i = 0; i < keyCount; i++) {
TaskKeyLruCache.java 69 int keyCount = mKeys.size();
70 for (int i = 0; i < keyCount; i++) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp 30 jint mostCommonkeyWidth, jint mostCommonkeyHeight, jintArray proximityChars, jint keyCount,
36 keyCount, keyXCoordinates, keyYCoordinates, keyWidths, keyHeights, keyCharCodes,
com_android_inputmethod_latin_BinaryDictionaryUtils.cpp 47 const int keyCount = env->GetArrayLength(attributeKeyStringArray);
49 if (keyCount != valueCount) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 32 static AK_FORCE_INLINE int getKeyIndexOf(const int keyCount, const int c,
34 if (keyCount == 0) {
54 const int gridWidth, const int mostCommonKeyWidth, const int keyCount,
68 keyCount, x, y, primaryKey, locale, codeToKeyMap, proximities);
146 const int gridWidth, const int mostCommonKeyWidth, const int keyCount,
165 const int keyIndex = getKeyIndexOf(keyCount, c, codeToKeyMap);
proximity_info_state_utils.cpp 193 const int keyCount = proximityInfo->getKeyCount();
194 sampledNormalizedSquaredLengthCache->resize(sampledInputSize * keyCount);
196 for (int k = 0; k < keyCount; ++k) {
197 const int index = i * keyCount + k;
318 const int keyCount = proximityInfo->getKeyCount();
320 for (int k = 0; k < keyCount; ++k) {
604 const std::vector<float> *const sampledNormalizedSquaredLengthCache, const int keyCount,
607 const int index = inputIndex * keyCount + keyId;
617 const float maxPointToKeyLength, const int mostCommonKeyWidth, const int keyCount,
638 for (int j = 0; j < keyCount; ++j)
    [all...]
proximity_info.cpp 54 const int mostCommonKeyHeight, const jintArray proximityChars, const int keyCount,
66 KEY_COUNT(std::min(keyCount, MAX_KEY_COUNT_IN_A_KEYBOARD)),
69 HAS_TOUCH_POSITION_CORRECTION_DATA(keyCount > 0 && keyXCoordinates && keyYCoordinates
proximity_info.h 34 const jintArray proximityChars, const int keyCount, const jintArray keyXCoordinates,
proximity_info_state_utils.h 68 const int mostCommonKeyWidth, const int keyCount, const int start,
83 const std::vector<float> *const sampledNormalizedSquaredLengthCache, const int keyCount,
  /frameworks/base/legacy-test/src/android/test/
InstrumentationTestCase.java 263 int keyCount;
265 keyCount = repeater == -1 ? 1 : Integer.parseInt(key.substring(0, repeater));
275 for (int j = 0; j < keyCount; j++) {
339 final int keyCount = keys[i];
341 for (int j = 0; j < keyCount; j++) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertyResourceBundleTest.java 109 int keyCount = 0;
112 keyCount++;
115 assertEquals("Returned the wrong number of keys", 2, keyCount);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 47 const int keyCount = env->GetArrayLength(attributeKeyStringArray);
48 for (int i = 0; i < keyCount; i++) {
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 352 int keyCount = stream.readInt();
353 if (keyCount < 0) {
354 throw new InvalidObjectException("Invalid key count " + keyCount);
360 for (int i = 0; i < keyCount; i++) {
ImmutableSetMultimap.java 497 int keyCount = stream.readInt();
498 if (keyCount < 0) {
499 throw new InvalidObjectException("Invalid key count " + keyCount);
505 for (int i = 0; i < keyCount; i++) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java 112 int keyCount;
114 keyCount = repeater == -1 ? 1 : Integer.parseInt(key.substring(0, repeater));
124 for (int j = 0; j < keyCount; j++) {
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 101 currentLoc = keyCount();
141 public int keyCount() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 59 final int keyCount = BUILD_KEYS_AND_VALUES.length / 2;
60 for (int i = 0; i < keyCount; i++) {
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c 310 DWORD keyCount, keyLen;
311 RegQueryInfoKey(hKey, NULL, NULL, NULL, &keyCount, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
312 for(int i = 0; i < keyCount; ++i) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 401 final int keyCount = state.getKeyCount();
402 for (int i = 0; i < keyCount; i++) {

Completed in 1262 milliseconds

1 2 3 4 5 6