Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 25 of 36) 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/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDictionary.m525 // existing code path gets this correct. In shallow, the analyzer decides
600 //% // on to get the type correct.
610 //% // on to get the type correct.
618 //% // on to get the type correct.
700 //% // on to get the type correct.
712 //% // on to get the type correct.
721 //% // on to get the type correct.
978 //% // on to get the type correct.
988 //% // on to get the type correct.
996 //% // on to get the type correct.
[all …]
DGPBArray.m89 //% // the type correct.
316 // the type correct.
564 // the type correct.
812 // the type correct.
1060 // the type correct.
1308 // the type correct.
1556 // the type correct.
1804 // the type correct.
DREADME.md71 field wasn't already set, you will get a instance of the correct class. This
/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/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/base/core/proto/android/server/
Dbackup_chunks_metadata.proto63 // ChunkOrdering for how the device restores the chunks in the correct order.
86 // blob in its correct order. (The chunk order is randomized so as to give the server less
101 // Checksum of plaintext content. (i.e., in correct order.)
111 // restore to reconstruct the blob in its correct order. (The chunk order is randomized so as to
/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/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…
/frameworks/base/startop/view_compiler/
DREADME.md30 code validates, runs, and has the correct behavior. There are, unfortunately, a
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/
DREADME.md90 not pass the correct set of flags to correctly link against
97 This will force it to use the correct flags.
/frameworks/native/opengl/tests/angeles/
DREADME.txt66 could still have some work to do with compatibility and correct
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt57 - Issue 43: Fix to correct identical 'umbrella_classname' options from trying
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBUtilitiesTests.m171 // TODO(thomasvl): add test with extensions once those format with correct names.
Dunittest_objc.proto142 // should still end up correct.
DGPBDictionaryTests.pddm753 //% // type correct.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.proto86 // code generator from generating correct code. Errors which indicate a
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dunittest.proto334 // Used to test if generated extension name is correct when there are
/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/base/media/native/midi/include/
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/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.

12