android_system_core/libutils
Vishnu Nair 51b958d57c Fix implicit cast from ssize_t to size_t in KeyedVector.h
Fixes a compiler warning for implicit conversion changes from signed
to unsigned which surfaced when refactoring native input libraries.
Add an explicit cast to avoid adding -Wno-sign-conversion compile
flags.

Test: b libsurfaceflinger_unittest
Bug: b/188792659

Change-Id: I1b9309c3530d6063d5cefcaa31af84d9cebc3f5d
Merged-In: I8866aef7f09ca5173604abe18c586b68bbf12ed6
2021-05-21 16:49:07 +00:00
..
include/utils Fix implicit cast from ssize_t to size_t in KeyedVector.h 2021-05-21 16:49:07 +00:00
Android.bp libutils: remove the unused StopWatch lap functionality. 2021-05-11 16:33:47 -07:00
BitSet_fuzz.cpp
BitSet_test.cpp
CallStack.cpp
CallStack_fuzz.cpp
CleanSpec.mk
Errors.cpp
FileMap.cpp
FileMap_fuzz.cpp
FileMap_test.cpp
FuzzFormatTypes.h
JenkinsHash.cpp
LightRefBase.cpp libutils: LightRefBase: incStrongRequireStrong 2021-05-04 21:42:26 +00:00
Looper.cpp
Looper_fuzz.cpp
Looper_test.cpp
Looper_test_pipe.h
LruCache_fuzz.cpp
LruCache_test.cpp
MODULE_LICENSE_APACHE2
Mutex_test.cpp
NOTICE
NativeHandle.cpp
OWNERS
Printer.cpp
Printer_fuzz.cpp
ProcessCallStack.cpp
ProcessCallStack_fuzz.cpp
RefBase.cpp ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION 2021-04-05 17:45:18 +00:00
RefBase_fuzz.cpp
RefBase_test.cpp libutils: wp::fromExisting bugfix 2021-04-07 23:06:09 +00:00
SharedBuffer.cpp
SharedBuffer.h
SharedBuffer_test.cpp libutils: sharedbuffer test - expect greatness! 2021-04-28 17:15:58 +00:00
Singleton_test.cpp
Singleton_test.h
Singleton_test1.cpp
Singleton_test2.cpp
StopWatch.cpp libutils: remove the unused StopWatch lap functionality. 2021-05-11 16:33:47 -07:00
String8.cpp Merge "Remove move dead code." am: acec0918e5 am: 1fc404900c am: 906a03fc49 2021-04-16 17:53:46 +00:00
String8_fuzz.cpp Remove String8::toUpper(). 2021-04-12 13:38:31 -07:00
String8_test.cpp
String16.cpp Remove String16::remove. 2021-05-12 20:24:26 +00:00
String16_fuzz.cpp Remove String16::remove. 2021-05-12 20:24:26 +00:00
String16_test.cpp Remove String16::remove. 2021-05-12 20:24:26 +00:00
StrongPointer.cpp
StrongPointer_test.cpp libutils: LightRefBase: incStrongRequireStrong 2021-05-04 21:42:26 +00:00
SystemClock.cpp
SystemClock_test.cpp
Threads.cpp
Timers.cpp
Timers_test.cpp
Tokenizer.cpp
Trace.cpp
Unicode.cpp Remove move dead code. 2021-04-15 15:18:54 -07:00
Unicode_test.cpp
VectorImpl.cpp
Vector_benchmark.cpp
Vector_fuzz.cpp
Vector_test.cpp
misc.cpp