aosp12/external/pigweed/pw_tokenizer
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
java/dev/pigweed/tokenizer init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
public/pw_tokenizer init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pw_tokenizer_private init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
BUILD 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
CMakeLists.txt 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
add_tokenizer_sections_to_default_script.ld init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
argument_types_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
argument_types_test_c.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
backend.gni 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_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
database.gni init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
decode.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
decode_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
detokenize.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
detokenize_fuzzer.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
detokenize_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docs.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
encode_args.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
generate_decoding_test_data.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
global_handlers_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
global_handlers_test_c.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
hash.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
hash_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pw_tokenizer_linker_sections.ld init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
simple_tokenize_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
token_database.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
token_database_fuzzer.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
token_database_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tokenize.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tokenize_test.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tokenize_test_c.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tokenize_to_global_handler.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tokenize_to_global_handler_with_payload.cc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

pw_tokenizer: Tools for replacing string literals with binary tokens

pw_tokenizer is a portable, general purpose module for replacing printf-style string literals with compact binary tokens.