/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
H A D | EventRecurrenceTest.java | 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() 701 for (int i = 0; i < correct.length; i++) { in cmp() [all …]
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 160 # Include a hint for the correct naming format with invalid-name 163 # Regular expression matching correct function names 169 # Regular expression matching correct variable names 175 # Regular expression matching correct constant names 181 # Regular expression matching correct attribute names 187 # Regular expression matching correct argument names 193 # Regular expression matching correct class attribute names 199 # Regular expression matching correct inline iteration names 205 # Regular expression matching correct class names 211 # Regular expression matching correct module names [all …]
|
/aosp12/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/ |
H A D | IParamAfterReturn.hal | 21 * This doc comment will be correct 24 * @param multiple is the correct param, just after the @return
|
/aosp12/system/apex/ |
H A D | pylintrc | 197 # Include a hint for the correct naming format with invalid-name 204 # Regular expression matching correct function names 207 # Regular expression matching correct variable names 210 # Regular expression matching correct constant names 213 # Regular expression matching correct attribute names 216 # Regular expression matching correct argument names 219 # Regular expression matching correct class attribute names 222 # Regular expression matching correct inline iteration names 225 # Regular expression matching correct class names 228 # Regular expression matching correct module names [all …]
|
/aosp12/system/tools/mkbootimg/ |
H A D | pylintrc | 191 # Include a hint for the correct naming format with invalid-name 198 # Regular expression matching correct function names 201 # Regular expression matching correct variable names 204 # Regular expression matching correct constant names 207 # Regular expression matching correct attribute names 210 # Regular expression matching correct argument names 213 # Regular expression matching correct class attribute names 216 # Regular expression matching correct inline iteration names 219 # Regular expression matching correct class names 222 # Regular expression matching correct module names [all …]
|
/aosp12/system/update_engine/ |
H A D | pylintrc | 275 # Include a hint for the correct naming format with invalid-name 278 # Regular expression which should only match correct function names. 286 # Regular expression which should only match correct variable names 292 # Regular expression which should only match correct module level names 298 # Regular expression which should only match correct instance attribute names 304 # Regular expression which should only match correct argument names 310 # Regular expression which should only match correct class attribute 316 # Regular expression which should only match correct list comprehension / 323 # Regular expression which should only match correct class names 329 # Regular expression which should only match correct module names. The [all …]
|
/aosp12/art/test/019-wrong-array-type/ |
H A D | expected-stdout.txt | 1 Got correct array store exception
|
/aosp12/art/test/139-register-natives/ |
H A D | info.txt | 1 Tests the correct order of RegisterNatives.
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | EventLogTags.logtags | 45 # 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.
|
/aosp12/art/test/562-bce-preheader/ |
H A D | info.txt | 1 Regression test for correct placement of hoisting/deopting code.
|
/aosp12/art/test/080-oom-throw-with-finalizer/ |
H A D | info.txt | 1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
|
/aosp12/frameworks/base/packages/BackupEncryption/proto/ |
H A D | backup_chunks_metadata.proto | 65 // 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
|
/aosp12/art/test/497-inlining-and-class-loader/ |
H A D | info.txt | 2 the correct class loader when walking inlined frames.
|
/aosp12/art/test/597-app-images-same-classloader/ |
H A D | info.txt | 2 the classloader context is correct.
|
/aosp12/art/test/042-new-instance/ |
H A D | info.txt | 2 looking for correct handling of access rights and abstract classes.
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
H A D | QuaresActivity.kt | 291 val correct = q.check(column, row) regex 292 setBackgroundColor(if (correct) correctColor else incorrectColor) 293 return correct
|
/aosp12/art/test/108-check-cast/ |
H A D | info.txt | 1 This test relies on the correct behavior of instance-of to test check-cast behavior,
|
/aosp12/art/test/1936-thread-end-events/ |
H A D | info.txt | 5 THREAD_END event is correct.
|
/aosp12/art/test/978-virtual-interface/ |
H A D | info.txt | 6 interface method via the invoke-virtual opcode and that correct exceptions are
|
/aosp12/frameworks/compile/slang/tests/P_struct_field/ |
H A D | struct_field.rscript | 6 // with multiple fields of type struct, and reflect correct Java code
|
/aosp12/packages/apps/TimeZoneData/oem_template/xts/ |
H A D | README.oem | 13 correct package name and configure the test config.
|
/aosp12/system/tools/hidl/lint/test/interfaces/unhandled_comments/1.0/ |
H A D | types.hal | 20 VAR = 0, /* technically correct comment */
|
/aosp12/art/test/961-default-iface-resolution-gen/ |
H A D | info.txt | 3 This tests that interface method resolution order is correct.
|
/aosp12/art/test/964-default-iface-init-gen/ |
H A D | info.txt | 3 This tests that interface initialization order is correct.
|
/aosp12/art/test/970-iface-super-resolution-gen/ |
H A D | info.txt | 3 This tests that interface method resolution order is correct.
|