Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java680 private static void cmp(int vlen, int[] v, int[] correct, String name) { in cmp() argument
681 if ((correct == null && v != null) in cmp()
682 || (correct != null && v == null)) { in cmp()
684 + ": correct=" + Arrays.toString(correct) in cmp()
687 if ((correct == null && vlen != 0) in cmp()
688 || (vlen != (correct == null ? 0 : correct.length))) { in cmp()
690 + ": correct=" + ((correct == null) ? "null" : correct.length) in cmp()
693 if (correct == null) { in cmp()
696 if (v.length < correct.length) { in cmp()
698 + ": correct=" + Arrays.toString(correct) in cmp()
[all …]
/frameworks/base/tests/FlickerTests/
DREADME.md16 * status bar is at the correct position at the start and end of the transition
18 * nav bar is at the correct position at the start and end of the transition
/frameworks/native/libs/binder/
Dlibbinder.map1 # b/190148312: Populate with correct list of ABI symbols
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags45 # uses a new tag, "gsm_rat_switched_new", to log the correct service states.
80 # to log the correct "network_from" and "network_to" service states.
/frameworks/compile/slang/tests/P_struct_field/
Dstruct_field.rscript6 // with multiple fields of type struct, and reflect correct Java code
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt291 val correct = q.check(column, row) in check() constant
292 setBackgroundColor(if (correct) correctColor else incorrectColor) in check()
293 return correct in check()
/frameworks/base/core/tests/benchmarks/
DREADME19 # Otherwise you will likely crash with UnsatisfiedLinkError despite having correct JNI code.
/frameworks/compile/mclinker/
DAndroid.bp7 // every license restriction, it may not be entirely correct.
/frameworks/base/services/accessibility/
Daccessibility.aconfig109 … description: "Send the correct pointer id when transitioning from dragging to delegating states."
187 …e timer for sending hover events on receiving ACTION_UP to guarantee the correct amount of time is…
/frameworks/native/opengl/tests/angeles/
DAndroid.bp11 // every license restriction, it may not be entirely correct.
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME94 - Single-threaded clients receive events in the correct order in the same
96 - Multi-threaded clients receive events in the correct order but in
/frameworks/compile/libbcc/tests/libbcc/
Dtest_slang_version_info.ll27 ; Assert that bcc emits the correct version info into the .rs.info symbol
31 ; Assert that bcc emits the correct version info into the .rs.info symbol
/frameworks/av/media/module/codecs/m4v_h263/enc/
DAndroid.bp9 // every license restriction, it may not be entirely correct.
/frameworks/base/obex/
DAndroid.bp23 // every license restriction, it may not be entirely correct.
/frameworks/base/packages/SystemUI/docs/device-entry/
Dbouncer.md20 …ntainerController][3] - Manages unlock attempt responses, determines the correct security view lay…
/frameworks/native/vulkan/vkprofiles/
DREADME.md22 1. Replace the generated license with the correct Android license
/frameworks/native/
DAndroid.bp7 // every license restriction, it may not be entirely correct.
/frameworks/base/native/webview/plat_support/
DAndroid.bp29 // every license restriction, it may not be entirely correct.
/frameworks/av/media/module/codecs/amrnb/dec/
DAndroid.bp9 // every license restriction, it may not be entirely correct.
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
DREADME.md9 - Enforcing correct behavior of the clients.
10 - Enforcing correct behavior of the HAL and attempting to recover from failures.
51 logs all API usage, `SoundTriggerMiddlewareValidation` enforces correct usage of the protocol and
/frameworks/av/media/module/codecs/mp3dec/
DAndroid.bp7 // every license restriction, it may not be entirely correct.
/frameworks/av/media/module/codecs/amrwb/dec/
DAndroid.bp9 // every license restriction, it may not be entirely correct.
/frameworks/compile/libbcc/
DAndroid.bp23 // every license restriction, it may not be entirely correct.
/frameworks/av/media/module/codecs/amrnb/enc/
DAndroid.bp9 // every license restriction, it may not be entirely correct.
/frameworks/base/
DOWNERS.md42 The exact syntax of `OWNERS` files can be difficult to get correct, so here are

123