Home
last modified time | relevance | path

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

12

/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/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/base/packages/BackupEncryption/proto/
Dbackup_chunks_metadata.proto65 // ChunkOrdering for how the device restores the chunks in the correct order.
88 // blob in its correct order. (The chunk order is randomized so as to give the server less
103 // Checksum of plaintext content. (i.e., in correct order.)
113 // restore to reconstruct the blob in its correct order. (The chunk order is randomized so as to
Dkey_value_listing.proto37 // key-value pairs in the correct order.
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt290 val correct = q.check(column, row) in check() constant
291 setBackgroundColor(if (correct) correctColor else incorrectColor) in check()
292 return correct in check()
/frameworks/compile/slang/tests/P_struct_field/
Dstruct_field.rscript6 // with multiple fields of type struct, and reflect correct Java code
/frameworks/base/core/tests/benchmarks/
DREADME19 # Otherwise you will likely crash with UnsatisfiedLinkError despite having correct JNI code.
/frameworks/base/core/java/android/widget/
DSpellChecker.java603 boolean correct = spellCheckEnd != BreakIterator.DONE; in parse()
604 if (correct) { in parse()
606 correct = spellCheckEnd != BreakIterator.DONE; in parse()
608 if (!correct) { in parse()
/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/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/base/tests/ApkVerityTest/block_device_writer/
DAndroid.bp34 // the uploader does not pick up the executable from correct output location. The following
/frameworks/layoutlib/validator/resources/
Dstrings.properties41 …e_confirm_foreground_background_colors = Are the detected foreground and background colors correct?
42 question_id_message_provide_background_color = What is the correct background color?
43 question_id_message_provide_foreground_color = What is the correct foreground color?
47 question_option_message_both_correct = Both correct
/frameworks/libs/native_bridge_support/overriding/libc/
DAndroid.bp21 // the usage of the correct native allocator.
/frameworks/base/startop/view_compiler/
DREADME.md30 code validates, runs, and has the correct behavior. There are, unfortunately, a
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-testing.md4 …ation visuals. In a worst-case failure case, as long as the end state is correct, usability will n…
Dqs-tiles.md117 …* `QSIconView.setIcon` is called to apply the correct state to the icon and the correct icon to th…
148 …marks the start of the window when calling `getQSTile` is safe and will provide the correct object.
257 …e factory has providers for all of the SystemUI tiles, returning one when the correct spec is used.
/frameworks/native/opengl/tests/angeles/
DREADME.txt66 could still have some work to do with compatibility and correct
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dstruct_field.rscript19 // Ensure that we can reflect correct Java code for a struct with
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dstruct_field.rscript21 // Ensure that we can reflect correct Java code for a struct with
/frameworks/wilhelm/doc/
DDoxyfile1233 # would be unable to find the correct page. The default is NO.
1400 # does not have to be run to correct the links.
/frameworks/rs/script_api/
Drs_math.spec37 rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of
/frameworks/av/media/codec2/docs/
Ddoxygen.config1666 # by its name or with the correct syntax as to be used with the LaTeX
1885 # them the man command would be unable to find the correct page.
/frameworks/base/media/native/midi/include/
DDoxyfile1716 # by its name or with the correct syntax as to be used with the LaTeX
1935 # them the man command would be unable to find the correct page.
DDoxyfile.orig1716 # by its name or with the correct syntax as to be used with the LaTeX
1935 # them the man command would be unable to find the correct page.
/frameworks/native/docs/
DDoxyfile1491 # would be unable to find the correct page. The default is NO.

12