OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualKey
(Results
1 - 14
of
14
) 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/guice/extensions/multibindings/src/com/google/inject/multibindings/
OptionalBinder.java
303
private final Key<T>
actualKey
;
331
this.
actualKey
= Key.get(typeKey.getTypeLiteral(), new ActualImpl(name));
370
return
actualKey
;
518
actualBinding = injector.getExistingBinding(
actualKey
);
642
|| elementKey.equals(
actualKey
)
/external/jsoncpp/src/lib_json/
json_value.cpp
914
CZString
actualKey
(
916
ObjectValues::iterator it = value_.map_->lower_bound(
actualKey
);
917
if (it != value_.map_->end() && (*it).first ==
actualKey
)
920
ObjectValues::value_type defaultValue(
actualKey
, null);
943
CZString
actualKey
(key, CZString::noDuplication);
944
ObjectValues::const_iterator it = value_.map_->find(
actualKey
);
993
CZString
actualKey
(key, CZString::noDuplication);
994
ObjectValues::iterator it = value_.map_->find(
actualKey
);
[
all
...]
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java
[
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
/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
...]
/prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar
Completed in 275 milliseconds