Searched refs:buf_str (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler.cc | 45 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/ |
D | s390_pci_mmio_read_write.c | 42 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/ |
D | s390_pci_mmio_read_write.c | 42 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/ |
D | s390_pci_mmio_read_write.c | 42 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()
|