Home
last modified time | relevance | path

Searched refs:leftKey (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/external/replicaisland/src/com/replica/replicaisland/
DGame.java554 public void setKeyConfig(int leftKey, int rightKey, int jumpKey, in setKeyConfig() argument
556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey); in setKeyConfig()
DAndouKun.java311 …final int leftKey = prefs.getInt(PreferenceConstants.PREFERENCE_LEFT_KEY, KeyEvent.KEYCODE_DPAD_LE… in onResume() local
318 mGame.setKeyConfig(leftKey, rightKey, jumpKey, attackKey); in onResume()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java424 K leftKey = entry.getKey();
426 if (right.containsKey(leftKey)) {
427 V rightValue = onlyOnRight.remove(leftKey);
429 onBoth.put(leftKey, leftValue);
432 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
435 onlyOnLeft.put(leftKey, leftValue);
/external/guava/guava/src/com/google/common/collect/
DMaps.java429 K leftKey = entry.getKey();
431 if (right.containsKey(leftKey)) {
432 V rightValue = onlyOnRight.remove(leftKey);
434 onBoth.put(leftKey, leftValue);
437 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
440 onlyOnLeft.put(leftKey, leftValue);
/external/python/cpython2/Modules/
D_bsddb.c2633 _default_cmp(const DBT *leftKey, in _default_cmp() argument
2637 int lsize = leftKey->size, rsize = rightKey->size; in _default_cmp()
2639 res = memcmp(leftKey->data, rightKey->data, in _default_cmp()
2655 const DBT *leftKey, in _db_compareCallback() argument
2671 res = _default_cmp(leftKey, rightKey); in _db_compareCallback()
2676 args = BuildValue_SS(leftKey->data, leftKey->size, rightKey->data, rightKey->size); in _db_compareCallback()
2683 res = _default_cmp(leftKey, rightKey); in _db_compareCallback()
2691 res = _default_cmp(leftKey, rightKey); in _db_compareCallback()
2769 const DBT *leftKey, in _db_dupCompareCallback() argument
2785 res = _default_cmp(leftKey, rightKey); in _db_dupCompareCallback()
[all …]