Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 81) sorted by relevance

1234

/aosp12/art/test/551-implicit-null-checks/
H A DAndroid.bp3 // Build rules for ART run-test `551-implicit-null-checks`.
16 name: "art-run-test-551-implicit-null-checks",
21 ":art-run-test-551-implicit-null-checks-expected-stdout",
22 ":art-run-test-551-implicit-null-checks-expected-stderr",
28 name: "art-run-test-551-implicit-null-checks-expected-stdout",
29 out: ["art-run-test-551-implicit-null-checks-expected-stdout.txt"],
36 name: "art-run-test-551-implicit-null-checks-expected-stderr",
37 out: ["art-run-test-551-implicit-null-checks-expected-stderr.txt"],
H A Dinfo.txt1 Test that implicit null checks are recorded correctly for longs and doubles.
/aosp12/art/test/128-reg-spill-on-implicit-nullcheck/
H A DAndroid.bp3 // Build rules for ART run-test `128-reg-spill-on-implicit-nullcheck`.
16 name: "art-run-test-128-reg-spill-on-implicit-nullcheck",
21 ":art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stdout",
22 ":art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stderr",
28 name: "art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stdout",
29 out: ["art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stdout.txt"],
36 name: "art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stderr",
37 out: ["art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stderr.txt"],
H A Dinfo.txt1 This is a compiler reggression test for missing reg spilling on implicit nullcheck.
/aosp12/art/test/479-regression-implicit-null-check/
H A DAndroid.bp3 // Build rules for ART run-test `479-regression-implicit-null-check`.
16 name: "art-run-test-479-regression-implicit-null-check",
21 ":art-run-test-479-regression-implicit-null-check-expected-stdout",
22 ":art-run-test-479-regression-implicit-null-check-expected-stderr",
28 name: "art-run-test-479-regression-implicit-null-check-expected-stdout",
29 out: ["art-run-test-479-regression-implicit-null-check-expected-stdout.txt"],
36 name: "art-run-test-479-regression-implicit-null-check-expected-stderr",
37 out: ["art-run-test-479-regression-implicit-null-check-expected-stderr.txt"],
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserSystemPackageInstallerTest.java269 boolean implicit = false; in testShouldInstallPackage()
271 pkg1, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
273 pkg2, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
275 pkg3, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
277 pkg4, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
280 implicit = true; in testShouldInstallPackage()
282 pkg1, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
284 pkg2, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
286 pkg3, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
288 pkg4, pkgBitSetMap, userWhitelist, implicit)); in testShouldInstallPackage()
[all …]
/aosp12/art/test/715-clinit-implicit-parameter-annotations/
H A Dinfo.txt1 Tests ART synthesizes parameter annotations for implicit parameters on
2 constructors. Inner class and enum constructors may have implicit
3 parameters. If the constructor has parameter annotations, the implicit
/aosp12/art/test/etc/
H A Ddefault-build373 …javac_with_bootclasspath -implicit:none -sourcepath src-dex2oat-unresolved -d classes `find src -n…
374 …javac_with_bootclasspath -implicit:none -sourcepath src -d classes-ex `find src-dex2oat-unresolved…
388 javac_with_bootclasspath -implicit:none -d classes-tmp-all \
396 javac_with_bootclasspath -implicit:none $src_tmp_all -d classes `find src -name '*.java'`
401 javac_with_bootclasspath -implicit:none $src_tmp_all -d classes `find src-art -name '*.java'`
406 …javac_with_bootclasspath -implicit:none $src_tmp_all -d classes2 `find src-multidex -name '*.java'`
/aosp12/frameworks/base/cmds/incidentd/
H A DAndroid.bp45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
46 "-Wno-error=implicit-fallthrough",
105 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
106 "-Wno-error=implicit-fallthrough",
/aosp12/system/security/keystore/
H A DAndroid.bp27 "implicit-unsigned-integer-truncation",
29 //"implicit-signed-integer-truncation",
30 "implicit-integer-sign-change",
/aosp12/frameworks/base/tools/incident_section_gen/
H A DAndroid.bp36 // Allow implicit fallthroughs in main.cpp until they are fixed.
37 "-Wno-error=implicit-fallthrough",
/aosp12/system/netd/
H A DAndroid.bp42 // Override -Wno-error=implicit-fallthrough from soong
43 "-Werror=implicit-fallthrough",
/aosp12/system/libziparchive/
H A DAndroid.bp54 "implicit-signed-integer-truncation",
56 // "implicit-unsigned-integer-truncation",
58 // "implicit-integer-sign-change",
/aosp12/frameworks/compile/slang/tests/F_unknown_function/
H A Dstderr.txt.expect1 unknown_function.rscript:6:5: error: implicit declaration of function 'bar' is invalid in C99
/aosp12/build/soong/android/
H A Drule_builder_test.go509 implicit := PathForSource(ctx, "implicit")
521 testRuleBuilder_Build(ctx, in, implicit, orderOnly, validation, out, outDep, outDir,
534 implicit := PathForSource(ctx, "implicit")
546 testRuleBuilder_Build(ctx, in, implicit, orderOnly, validation, out, outDep, outDir,
551 func testRuleBuilder_Build(ctx BuilderContext, in Paths, implicit, orderOnly, validation Path, argument
568 Implicit(implicit).
/aosp12/frameworks/compile/slang/tests/F_warnings_as_error/
H A Dstderr.txt.expect1 deprecated.rscript:9:11: error: implicit declaration of function 'func0' is invalid in C99
/aosp12/hardware/nxp/nfc/pn8x/
H A DAndroid.bp33 … // Allow implicit fallthroughs in phDnldNfc_Internal.cc and phNxpConfig.cpp until they are fixed.
34 "-Wno-implicit-fallthrough",
/aosp12/art/test/2000-virtual-list-structural/
H A DAbstractCollection.patch5 * implicit.)
/aosp12/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DAndroid.mk11 LOCAL_CFLAGS += -Wno-implicit-fallthrough
/aosp12/frameworks/rs/
H A Dsupport.bp186 // Allow implicit fallthrough in rsContext.cpp:414 until it is fixed.
187 "-Wno-error=implicit-fallthrough",
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A DAndroid.mk55 LOCAL_CFLAGS += -Wno-implicit-fallthrough
/aosp12/packages/apps/Gallery2/jni/
H A DAndroid.bp14 // to fix implicit conversion from 'int' to 'char', (255 to -1, 128 to -128)
/aosp12/hardware/google/apf/
H A DAndroid.bp27 "-Werror=implicit-fallthrough",
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/
H A DAndroid.bp34 "-Wno-error=implicit-fallthrough",
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/
H A DAndroid.bp24 "-Wno-error=implicit-fallthrough",

1234