Home
last modified time | relevance | path

Searched refs:buf_str (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc45 string buf_str = buf; in completion() local
46 if (buf_str.find(" ") == buf_str.npos) { in completion()
48 if (string(opt).find(buf_str) == 0) { in completion()
56 int last_dash = buf_str.find_last_of(' '); in completion()
58 prefix = buf_str.substr(0, last_dash + 1); in completion()
59 buf_str = buf_str.substr(last_dash + 1, kint32max); in completion()
62 if (string(opt).find(buf_str) == 0) { in completion()
/external/strace/tests/
Ds390_pci_mmio_read_write.c42 kernel_ulong_t len, bool buf_valid, const char *buf_str) in do_call() argument
64 if (buf_str) in do_call()
65 printf("%s", buf_str); in do_call()
/external/strace/tests-m32/
Ds390_pci_mmio_read_write.c42 kernel_ulong_t len, bool buf_valid, const char *buf_str) in do_call() argument
64 if (buf_str) in do_call()
65 printf("%s", buf_str); in do_call()
/external/strace/tests-mx32/
Ds390_pci_mmio_read_write.c42 kernel_ulong_t len, bool buf_valid, const char *buf_str) in do_call() argument
64 if (buf_str) in do_call()
65 printf("%s", buf_str); in do_call()