/aosp12/art/test/800-smali/smali/ |
H A D | b_22411633_2.smali | 35 # Merge the uninitialized Object from line 12 with the reference to Object from 31. Older 37 # other reference being an uninitialized reference, as we'd suddenly allow calling on it. 40 # merged initialized and uninitialized.
|
H A D | b_22411633_4.smali | 11 # At this point v4 is an uninitialized reference. This should fail to verify. 12 # Note: we make sure that it is an uninitialized reference and not a conflict in sister
|
H A D | b_22411633_5.smali | 11 # At this point v4 is an uninitialized reference. We should be able to initialize here
|
H A D | b_22411633_3.smali | 25 # At this point, an initialized and an uninitialized reference are merged. However, the
|
H A D | b_22411633_1.smali | 27 # v4 is still an uninitialized reference here. Initialize it.
|
H A D | b_26594149_5.smali | 23 # Allowed operation on uninitialized objects.
|
H A D | b_22331663.smali | 30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
|
H A D | b_26579108.smali | 18 # Ensure that merging uninitialized type and null does not pass verification.
|
/aosp12/system/netd/ |
H A D | Android.bp | 44 "-Werror=sometimes-uninitialized", 45 "-Werror=conditional-uninitialized",
|
/aosp12/system/logging/liblog/ |
H A D | logger_write.cpp | 337 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_vprint() 355 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_print() 375 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_buf_print() 388 __attribute__((uninitialized)) char buf[LOG_BUF_SIZE]; in __android_log_assert()
|
/aosp12/frameworks/compile/slang/tests/F_extern_const/ |
H A D | stderr.txt.expect | 1 extern_const.rscript:4:18: error: invalid declaration of uninitialized constant variable 'extern_co…
|
/aosp12/art/test/952-invoke-custom/ |
H A D | expected-stdout.txt | 1 Caught exception from uninitialized call site 2 Caught exception from uninitialized call site
|
/aosp12/frameworks/compile/slang/tests/P_extern_const/ |
H A D | rs_core.rsh | 6 // Declare an uninitialized external constant, which should be ok for our
|
/aosp12/frameworks/compile/slang/tests/P_warnings/ |
H A D | stderr.txt.expect | 4 warnings.rscript:11:11: warning: variable 'l' is uninitialized when used here
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | Android.bp | 83 "-Werror=sometimes-uninitialized", 84 //"-Werror=conditional-uninitialized",
|
/aosp12/frameworks/av/services/mediametrics/ |
H A D | Android.bp | 76 "-Werror=sometimes-uninitialized", 77 "-Werror=conditional-uninitialized",
|
/aosp12/system/logging/logd/ |
H A D | LogListener.cpp | 56 __attribute__((uninitialized)) char in HandleData()
|
H A D | SerializedLogBuffer.cpp | 284 unsigned char entry_copy[kMaxEntrySize] __attribute__((uninitialized)); in FlushTo()
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | Android.mk | 48 -Wno-sometimes-uninitialized \
|
/aosp12/system/libbase/ |
H A D | logging_splitters.h | 70 __attribute__((uninitialized)) char logd_chunk[max_size + 1]; in SplitByLogdChunks()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | IBuffer.hal | 35 * - GENERAL_FAILURE if the IBuffer object is uninitialized, or there is an unspecified
|
/aosp12/frameworks/rs/tests/cpp_api/typecheck/ |
H A D | kernels.rscript | 21 // Test initialized and uninitialized variables
|
/aosp12/frameworks/native/libs/binder/ndk/ |
H A D | Android.bp | 133 "-clang-analyzer-core.uninitialized.Assign",
|
/aosp12/hardware/interfaces/health/2.1/ |
H A D | types.hal | 42 * is not present or the battery capacity level is unknown/uninitialized.
|
/aosp12/art/test/670-bitstring-type-check/ |
H A D | build | 70 // not try to resolve classes used by the tests. This guarantees uninitialized type
|