Home
last modified time | relevance | path

Searched defs:text_string (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/
H A DParseAttrValue_fuzz.cc47 std::string text_string = fuzzed_data.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dipc_msgbuf.c39 #define text_string "STRACE_STRING" macro
/aosp_15_r20/external/strace/tests/
H A Dipc_msgbuf.c39 #define text_string "STRACE_STRING" macro
/aosp_15_r20/external/strace/tests-m32/
H A Dipc_msgbuf.c39 #define text_string "STRACE_STRING" macro
/aosp_15_r20/external/pytorch/torch/utils/tensorboard/
H A Dwriter.py801 def add_text(self, tag, text_string, global_step=None, walltime=None): argument
/aosp_15_r20/external/python/bumble/bumble/
Dsdp.py237 def text_string(value: bytes) -> DataElement: member in DataElement
/aosp_15_r20/external/cronet/net/dns/
H A Ddns_test_util.cc156 for (const std::string& text_string : text_strings) { in BuildTestTextRecord() local