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

1 2

  /external/webrtc/src/system_wrappers/source/
event.cc 55 for(int keyIndex = 0; keyIndex <= 0x5C; keyIndex++)
57 keyDown |= CGEventSourceKeyState(kCGEventSourceStateHIDSystemState, keyIndex);
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 46 int getCodePointOf(const int keyIndex) const;
47 bool hasSweetSpotData(const int keyIndex) const {
50 return mSweetSpotRadii[keyIndex] > 0.0f;
52 float getSweetSpotRadiiAt(int keyIndex) const {
53 return mSweetSpotRadii[keyIndex];
55 float getSweetSpotCenterXAt(int keyIndex) const {
56 return mSweetSpotCenterXs[keyIndex];
58 float getSweetSpotCenterYAt(int keyIndex) const {
59 return mSweetSpotCenterYs[keyIndex];
120 float calculateNormalizedSquaredDistance(const int keyIndex, const int inputIndex) const
    [all...]
proximity_info.cpp 184 const int keyIndex = getKeyIndexOf(c);
185 const bool onKey = isOnKey(keyIndex, x, y);
186 const int distance = squaredDistanceToEdge(keyIndex, x, y);
250 int ProximityInfo::getCodePointOf(const int keyIndex) const {
251 if (keyIndex < 0 || keyIndex >= KEY_COUNT) {
254 return mKeyIndexToCodePointG[keyIndex];
proximity_info_state.cpp 483 const int keyIndex, const int inputIndex) const {
484 if (keyIndex == NOT_AN_INDEX) {
487 if (!mProximityInfo->hasSweetSpotData(keyIndex)) {
494 keyIndex, inputIndex);
495 const float squaredRadius = square(mProximityInfo->getSweetSpotRadiiAt(keyIndex));
526 const int keyIndex, const int inputIndex) const {
527 const float sweetSpotCenterX = mProximityInfo->getSweetSpotCenterXAt(keyIndex);
528 const float sweetSpotCenterY = mProximityInfo->getSweetSpotCenterYAt(keyIndex);
proximity_info_state.h 232 float calculateNormalizedSquaredDistance(const int keyIndex, const int inputIndex) const;
235 const int keyIndex, const int inputIndex) const;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDeriveCkip.c 112 TI_UINT8 ckipIndex, keyIndex;
116 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
126 keyIndex=0;
129 ckipKey[ckipIndex]= pEncodedKey->pData[keyIndex];
130 keyIndex++;
131 if (keyIndex >= pEncodedKey->keyLen)
133 keyIndex = 0;
135 /*keyIndex = ((keyIndex+1) <pEncodedKey->keyLen) ? keyIndex+1 : 0;*
    [all...]
rsn.c 271 TI_UINT8 keyIndex;
327 for (keyIndex = 0; keyIndex < MAX_KEYS_NUM; keyIndex++)
329 os_memoryCopy (pRsn->hOs, &pRsn->keys[keyIndex], &pInitParam->keys[keyIndex], sizeof(TSecurityKeys));
330 if (pRsn->keys[keyIndex].keyType != KEY_NULL)
332 pRsn->wepDefaultKeys[keyIndex] = TI_TRUE;
334 pRsn->keys_en [keyIndex] = TI_FALSE;
362 TI_UINT8 keyIndex;
    [all...]
keyDeriveWep.c 123 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
161 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
202 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
keyDeriveAes.c 129 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
178 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
keyDeriveTkip.c 116 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
183 key.keyIndex = (TI_UINT8)pEncodedKey->keyId;
keyParserWep.c 137 if (pKeyDesc->KeyIndex & WEP_KEY_REMAIN_BITS_MASK)
145 securityKey.keyIndex = pKeyDesc->KeyIndex;
148 TRACE2(pKeyParser->hReport, REPORT_SEVERITY_INFORMATION, "WEP_KEY_PARSER: Key received keyId=%x, keyLen=%d\n", pKeyDesc->KeyIndex, pKeyDesc->KeyLength);
159 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
161 status = pKeyParser->pParent->setDefaultKeyId(pKeyParser->pParent, (TI_UINT8)securityKey.keyIndex);
190 if (pKeyDesc->KeyIndex & WEP_KEY_TRANSMIT_MASK)
196 encodedKeyMaterial.keyId = pKeyDesc->KeyIndex;
mainSecSm.c 318 TRACE6(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: setting key #%d, value = 0x%X 0x%X 0x%X 0x%X 0x%X\n", pKey->keyIndex, (TI_UINT8)pKey->encKey[0], (TI_UINT8)pKey->encKey[1], (TI_UINT8)pKey->encKey[2], (TI_UINT8)pKey->encKey[3], (TI_UINT8)pKey->encKey[4]);
355 TRACE1(pMainSec->hReport, REPORT_SEVERITY_INFORMATION, "MAIN_SEC_SM: removing key #%d, \n", pKey->keyIndex);
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 118 int keyIndex = random.nextInt(nKeys);
119 String key = keys.get(keyIndex);
125 deltas[keyIndex] += delta;
131 deltas[keyIndex] += (newValue - oldValue);
138 deltas[keyIndex] += (newValue - oldValue);
145 deltas[keyIndex] -= Math.min(delta, oldValue);
151 deltas[keyIndex] -= delta;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 481 int keyIndex = getKeyIndices(mStartX, mStartY, null);
482 if ((keyIndex != NOT_A_KEY)
483 && (keyIndex < mKeys.length)
484 && (oldRepeatKeyCode == mKeys[keyIndex].codes[0])) {
486 mRepeatKeyIndex = keyIndex;
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
SparseBooleanArrayTest.java 49 int keyIndex;
51 keyIndex = sparseBooleanArray.indexOfKey(KEYS[i]);
52 assertEquals(VALUES[i], sparseBooleanArray.valueAt(keyIndex));
105 int keyIndex;
107 keyIndex = sparseBooleanArray.indexOfKey(KEYS[i]);
108 assertEquals(VALUES[i], sparseBooleanArray.valueAt(keyIndex));
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
Keyboard.java 620 for (int keyIndex = 0; keyIndex < numKeys; ++keyIndex) {
621 Key key = row.mKeys.get(keyIndex);
622 if (keyIndex > 0) {
630 for (int keyIndex = 0; keyIndex < numKeys; ++keyIndex) {
631 Key key = row.mKeys.get(keyIndex);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 255 public int getKeyCode(int keyIndex) {
256 return mKeys.keyAt(keyIndex);
259 public boolean isKeyPressed(int keyIndex) {
260 return mKeys.valueAt(keyIndex) != 0;
  /external/icu4c/common/
uresdata.c 637 int32_t keyIndex, sortIndex;
643 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
644 keyChars+((const Row *)right)->keyIndex);
833 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
838 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
BlowfishEngine.java 456 int keyIndex = 0;
465 data = (data << 8) | (key[keyIndex++] & 0xff);
468 if (keyIndex >= keyLength)
470 keyIndex = 0;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlowFish.java 297 int keyIndex = 0;
306 data = (data << 8) | (key[keyIndex++] & 0xff);
309 if (keyIndex >= keyLength)
311 keyIndex = 0;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 272 /** KeyIndex of "Moji" key on 12 keyboard (depends on the definition of keyboards) */
275 /** KeyIndex of "Moji" key on QWERTY keyboard (depends on the definition of keyboards) */
462 int keyIndex = (KEY_NUMBER_12KEY < keys.size())
464 mChangeModeKey = keys.get(keyIndex);
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 497 milliseconds

1 2