aosp12/external/openscreen/util
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
crypto init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
json init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
trace_logging init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BUILD.gn init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
DEPS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
alarm.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
alarm.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
alarm_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
base64.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
base64.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
base64_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
big_endian.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
big_endian.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
big_endian_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
chrono_helpers.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
enum_name_table.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
enum_name_table_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
flat_map.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
flat_map_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
hashing.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
integer_division.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
integer_division_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
osp_logging.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
saturate_cast.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
saturate_cast_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
simple_fraction.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
simple_fraction.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
simple_fraction_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
std_util.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
std_util.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
stringprintf.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
stringprintf.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
stringprintf_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
trace_logging.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
trace_logging_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
url.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
url.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
url_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
weak_ptr.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
weak_ptr_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
yet_another_bit_vector.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
yet_another_bit_vector.h init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
yet_another_bit_vector_unittest.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

Utility Code

The util/ folder is meant to house core utility classes and logic that can be used by everything else in the Open Screen repository. Code here is permitted to include platform/api/ -- same as the rest of the repository. Includes things like string utils, the JSON serializer, our std_util.h header, and the alarm.