OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedFormat
(Results
1 - 14
of
14
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java
41
public static void checkFormat(Opcode opcode, Format
expectedFormat
) {
42
if (opcode.format !=
expectedFormat
) {
44
String.format("Invalid opcode %s for %s", opcode.name,
expectedFormat
.name()));
/frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp
332
int32_t
expectedFormat
= useFlexibleYuv ?
335
if (imgBuffer.format !=
expectedFormat
) {
338
imgBuffer.format,
expectedFormat
);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
LanguageOnSpacebarUtilsTests.java
95
final int
expectedFormat
) {
98
+ " in " + systemLocale,
expectedFormat
,
/frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h
538
// Pass |
expectedFormat
| to print a warning if the format differs from it.
539
// Using sp<> instead of const sp<>& because
expectedFormat
is likely the current mOutputFormat
541
void onOutputFormatChanged(sp<const AMessage>
expectedFormat
= NULL);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java
[
all
...]
DateFormatTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java
[
all
...]
DateFormatTest.java
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cdattst.c
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java
[
all
...]
/external/icu/icu4c/source/test/intltest/
dtfmttst.cpp
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 287 milliseconds