OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualFlags
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SpannableStringUtilsTests.java
80
final int
actualFlags
= spanned.getSpanFlags(actualSpan);
83
assertEquals(expectedFlags,
actualFlags
);
/prebuilts/misc/windows/sdl2/test/
testautomation_video.c
336
Uint32
actualFlags
;
344
actualFlags
= SDL_GetWindowFlags(window);
346
SDLTest_AssertCheck((flags &
actualFlags
) == flags, "Verify returned value has flags %d set, got: %d", flags,
actualFlags
);
[
all
...]
Completed in 54 milliseconds