Home
last modified time | relevance | path

Searched refs:uninitialized (Results 1 – 25 of 43) sorted by relevance

12

/aosp12/art/test/800-smali/smali/
H A Db_22411633_2.smali35 # 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 Db_22411633_4.smali11 # 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 Db_22411633_5.smali11 # At this point v4 is an uninitialized reference. We should be able to initialize here
H A Db_22411633_3.smali25 # At this point, an initialized and an uninitialized reference are merged. However, the
H A Db_22411633_1.smali27 # v4 is still an uninitialized reference here. Initialize it.
H A Db_26594149_5.smali23 # Allowed operation on uninitialized objects.
H A Db_22331663.smali30 # Catch handler. Here we had to merge the uninitialized with the initialized reference,
H A Db_26579108.smali18 # Ensure that merging uninitialized type and null does not pass verification.
/aosp12/system/netd/
H A DAndroid.bp44 "-Werror=sometimes-uninitialized",
45 "-Werror=conditional-uninitialized",
/aosp12/system/logging/liblog/
H A Dlogger_write.cpp337 __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 Dstderr.txt.expect1 extern_const.rscript:4:18: error: invalid declaration of uninitialized constant variable 'extern_co…
/aosp12/art/test/952-invoke-custom/
H A Dexpected-stdout.txt1 Caught exception from uninitialized call site
2 Caught exception from uninitialized call site
/aosp12/frameworks/compile/slang/tests/P_extern_const/
H A Drs_core.rsh6 // Declare an uninitialized external constant, which should be ok for our
/aosp12/frameworks/compile/slang/tests/P_warnings/
H A Dstderr.txt.expect4 warnings.rscript:11:11: warning: variable 'l' is uninitialized when used here
/aosp12/frameworks/base/media/jni/soundpool/
H A DAndroid.bp83 "-Werror=sometimes-uninitialized",
84 //"-Werror=conditional-uninitialized",
/aosp12/frameworks/av/services/mediametrics/
H A DAndroid.bp76 "-Werror=sometimes-uninitialized",
77 "-Werror=conditional-uninitialized",
/aosp12/system/logging/logd/
H A DLogListener.cpp56 __attribute__((uninitialized)) char in HandleData()
H A DSerializedLogBuffer.cpp284 unsigned char entry_copy[kMaxEntrySize] __attribute__((uninitialized)); in FlushTo()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DAndroid.mk48 -Wno-sometimes-uninitialized \
/aosp12/system/libbase/
H A Dlogging_splitters.h70 __attribute__((uninitialized)) char logd_chunk[max_size + 1]; in SplitByLogdChunks()
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A DIBuffer.hal35 * - GENERAL_FAILURE if the IBuffer object is uninitialized, or there is an unspecified
/aosp12/frameworks/rs/tests/cpp_api/typecheck/
H A Dkernels.rscript21 // Test initialized and uninitialized variables
/aosp12/frameworks/native/libs/binder/ndk/
H A DAndroid.bp133 "-clang-analyzer-core.uninitialized.Assign",
/aosp12/hardware/interfaces/health/2.1/
H A Dtypes.hal42 * is not present or the battery capacity level is unknown/uninitialized.
/aosp12/art/test/670-bitstring-type-check/
H A Dbuild70 // not try to resolve classes used by the tests. This guarantees uninitialized type

12