Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 31) sorted by relevance

12

/system/core/libsysutils/src/
DFrameworkListener.cpp111 goto overflow; in dispatchCommand()
121 goto overflow; in dispatchCommand()
125 goto overflow; in dispatchCommand()
146 goto overflow; in dispatchCommand()
161 goto overflow; in dispatchCommand()
173 goto overflow; in dispatchCommand()
207 overflow: in dispatchCommand()
/system/core/debuggerd/libdebuggerd/
Dopen_files_list.cpp84 size_t overflow_offset = offsetof(FdTable, overflow); in populate_fdsan_table()
85 uintptr_t overflow = 0; in populate_fdsan_table() local
86 if (!memory->Read(fdsan_table_address + overflow_offset, &overflow, sizeof(overflow))) { in populate_fdsan_table()
91 if (!overflow) { in populate_fdsan_table()
96 if (!memory->Read(overflow, &overflow_length, sizeof(overflow_length))) { in populate_fdsan_table()
108 uint64_t address = overflow + offsetof(FdTableOverflow, entries) + i * sizeof(FdEntry); in populate_fdsan_table()
/system/logging/liblog/
Dlog_event_list.cpp42 bool overflow; member
53 context->overflow = true; in init_context()
138 context->overflow = true; in android_log_write_list_begin()
143 context->overflow = true; in android_log_write_list_begin()
149 context->overflow = true; in android_log_write_list_begin()
152 if (context->overflow) { in android_log_write_list_begin()
168 if (context->overflow) { in android_log_write_int32()
173 context->overflow = true; in android_log_write_int32()
188 if (context->overflow) { in android_log_write_int64()
193 context->overflow = true; in android_log_write_int64()
[all …]
/system/media/audio_utils/fuzz/monoblend_fuzzer/
DAndroid.bp21 "signed-integer-overflow",
22 "unsigned-integer-overflow",
/system/core/libstats/push_compat/
Dstats_event_list.c32 bool overflow; member
60 context->overflow = true; in reset_log_context()
215 if (context->overflow) { in android_log_write_char_array()
227 context->overflow = true; in android_log_write_char_array()
/system/bt/gd/crypto_toolbox/
Daes_cmac.cc88 uint8_t i, overflow = 0, next_overflow = 0; in leftshift_onebit() local
92 output[i] = (input[i] << 1) | overflow; in leftshift_onebit()
93 overflow = next_overflow; in leftshift_onebit()
/system/core/libsysutils/
DEventLogTags.logtags3 # FrameworkListener dispatchCommand overflow
/system/core/watchdogd/
DAndroid.bp16 misc_undefined: ["signed-integer-overflow"],
/system/unwinding/libunwindstack/tests/
DMemoryRangeTest.cpp77 std::unique_ptr<MemoryRange> overflow(new MemoryRange(process_memory, 100, 200, 0)); in TEST_F() local
78 ASSERT_FALSE(overflow->ReadFully(UINT64_MAX - 10, buffer.data(), 100)); in TEST_F()
/system/bt/stack/crypto_toolbox/
Daes_cmac.cc90 uint8_t i, overflow = 0, next_overflow = 0; in leftshift_onebit() local
95 output[i] = (input[i] << 1) | overflow; in leftshift_onebit()
96 overflow = next_overflow; in leftshift_onebit()
/system/security/keystore/
DAndroid.bp23 "signed-integer-overflow",
24 "unsigned-integer-overflow",
/system/extras/simpleperf/scripts/purgatorio/templates/
Dstyles.css58 overflow-y: scroll;
108 overflow: auto;
/system/libfmq/fuzzer/
DAndroid.bp63 // integer overflow is expected
/system/libfmq/include/fmq/
DAidlMQDescriptorShim.h177 bool overflow = bufferSize > std::numeric_limits<uint64_t>::max() - in AidlMQDescriptorShim() local
183 if (overflow || largestOffset > std::numeric_limits<int32_t>::max() || in AidlMQDescriptorShim()
/system/libziparchive/
DAndroid.bp50 "signed-integer-overflow",
51 "unsigned-integer-overflow",
/system/core/init/
DAndroid.mk135 LOCAL_SANITIZE := signed-integer-overflow
DAndroid.bp95 misc_undefined: ["signed-integer-overflow"],
365 misc_undefined: ["signed-integer-overflow"],
/system/logging/liblog/tests/
Dliblog_test.cpp2068 bool overflow = false; in android_log_buffer_to_string() local
2085 overflow = true; in android_log_buffer_to_string()
2094 overflow = true; in android_log_buffer_to_string()
2112 overflow = true; in android_log_buffer_to_string()
2127 overflow = true; in android_log_buffer_to_string()
2142 overflow = true; in android_log_buffer_to_string()
2169 overflow = true; in android_log_buffer_to_string()
2178 if (!overflow && in android_log_buffer_to_string()
2184 overflow = true; in android_log_buffer_to_string()
2191 } while ((elem.type != EVENT_TYPE_UNKNOWN) && !overflow && !elem.complete); in android_log_buffer_to_string()
[all …]
/system/core/storaged/
Dstoraged_uid_monitor.cpp250 ssize_t overflow = history_size(io_history_) + nitems - MAX_UID_RECORDS_SIZE; in maybe_shrink_history_for_items() local
251 while (overflow > 0 && io_history_.size() > 0) { in maybe_shrink_history_for_items()
253 overflow -= del_it->second.entries.size(); in maybe_shrink_history_for_items()
/system/bt/internal_include/
Dbt_trace.h826 virtual int overflow(int character) override { in overflow() function
/system/tools/aidl/
DAndroid.bp47 // TODO(b/174366536): basic_stringbuf::overflow causes "ubsan: implicit-conversion"
/system/sepolicy/prebuilts/api/30.0/private/
Dproperty_contexts252 # by devices with video decoding pipelines long enough to overflow the default
/system/sepolicy/prebuilts/api/27.0/public/
Ddomain.te336 # e.g. https://googleprojectzero.blogspot.com/2016/12/chrome-os-exploit-one-byte-overflow-and.html
/system/sepolicy/prebuilts/api/26.0/public/
Ddomain.te332 # e.g. https://googleprojectzero.blogspot.com/2016/12/chrome-os-exploit-one-byte-overflow-and.html
/system/sepolicy/public/
Ddomain.te460 # e.g. https://googleprojectzero.blogspot.com/2016/12/chrome-os-exploit-one-byte-overflow-and.html

12