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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
ActionTestsBase.java 83 final Key actualKey = keyboard.getKey(Constants.CODE_ENTER);
84 assertNotNull(tag + " enter key on " + keyboard.mId, actualKey);
85 assertEquals(tag + " label " + expectedKey, expectedKey.getLabel(), actualKey.getLabel());
86 assertEquals(tag + " icon " + expectedKey, expectedKey.getIconId(), actualKey.getIconId());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java 88 final Key actualKey = keyboard.getKey(code);
89 final MoreKeySpec[] actualMoreKeys = actualKey.getMoreKeys();
90 final String tag = actualKey.toString() + " moreKeys=" + Arrays.toString(actualMoreKeys);
96 assertEquals(tag + " fixedOrder", false, actualKey.isMoreKeysFixedOrder());
97 assertEquals(tag + " fixedColumn", false, actualKey.isMoreKeysFixedColumn());
99 assertEquals(tag + " fixedOrder", true, actualKey.isMoreKeysFixedOrder());
100 assertEquals(tag + " fixedColumn", true, actualKey.isMoreKeysFixedColumn());
103 expectedMoreKeys.length, actualKey.getMoreKeysColumnNumber());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 164 final Key actualKey = actualKeyboard[r][c];
169 + "\nactual =" + ActualKeyboardBuilder.toString(actualKey),
170 expectedKey.equalsTo(actualKey));
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 1149 CZString actualKey( key, isStatic ? CZString::noDuplication
1151 ObjectValues::iterator it = value_.map_->lower_bound( actualKey );
1152 if ( it != value_.map_->end() && (*it).first == actualKey )
1155 ObjectValues::value_type defaultValue( actualKey, null );
1189 CZString actualKey( key, CZString::noDuplication );
1190 ObjectValues::const_iterator it = value_.map_->find( actualKey );
1267 CZString actualKey( key, CZString::noDuplication );
1268 ObjectValues::iterator it = value_.map_->find( actualKey );
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 1145 CZString actualKey( key, isStatic ? CZString::noDuplication
1147 ObjectValues::iterator it = value_.map_->lower_bound( actualKey );
1148 if ( it != value_.map_->end() && (*it).first == actualKey )
1151 ObjectValues::value_type defaultValue( actualKey, null );
1185 CZString actualKey( key, CZString::noDuplication );
1186 ObjectValues::const_iterator it = value_.map_->find( actualKey );
1263 CZString actualKey( key, CZString::noDuplication );
1264 ObjectValues::iterator it = value_.map_->find( actualKey );
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 620 final K actualKey;
623 this.actualKey = key;
627 return cmp.compare(actualKey, k2);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java     [all...]

Completed in 211 milliseconds