OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:combination
(Results
1 - 9
of
9
) sorted by null
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactoryTest.java
115
String[]
combination
= combinations[i];
local
116
String message = "getInstance(\"" +
combination
[0] + "\", \"" +
combination
[1] + "\")";
119
KeyFactory.getInstance(
combination
[0],
combination
[1]);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
178
for (String
combination
: mTestedCombinations) {
179
reportBuilder.append(
combination
);
182
for (String
combination
: mUntestedCombinations) {
183
reportBuilder.append(
combination
);
316
String
combination
= "Camera " + id + ", "
local
320
if (!mTestedCombinations.contains(
combination
)) {
321
mUntestedCombinations.add(
combination
);
407
"; consider this
combination
as pass. ")
482
String
combination
= "Camera " + mCurrentCameraId + ", "
local
486
mUntestedCombinations.remove(
combination
);
[
all
...]
/frameworks/base/core/java/android/view/
KeyCharacterMap.java
269
final int
combination
= (combining << 16) | c;
local
270
sDeadKeyCache.put(
combination
, result);
345
* key state
combination
.
489
final int
combination
= (combining << 16) | c;
local
492
combined = sDeadKeyCache.get(
combination
, -1);
499
sDeadKeyCache.put(
combination
, combined);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
Completed in 2122 milliseconds