Searched refs:ArgString (Results 1 – 13 of 13) sorted by relevance
/external/bcc/tools/ |
D | execsnoop.py | 23 from bcc.utils import ArgString, printb 84 type=ArgString, 87 type=ArgString,
|
D | sofdsnoop.py | 15 from bcc import ArgString, BPF 41 type=ArgString,
|
D | drsnoop.py | 18 from bcc import ArgString, BPF 56 type=ArgString,
|
D | shmsnoop.py | 15 from bcc import ArgString, BPF 41 type=ArgString,
|
D | opensnoop.py | 19 from bcc import ArgString, BPF 65 type=ArgString,
|
D | killsnoop.py | 17 from bcc.utils import ArgString, printb
|
D | funccount.py | 20 from bcc import ArgString, BPF, USDT 253 type=ArgString,
|
/external/bcc/src/python/bcc/ |
D | utils.py | 62 class ArgString(object): class 98 return ArgString(arg).__bytes__()
|
D | __init__.py | 29 from .utils import get_online_cpus, printb, _assert_is_bytes, ArgString, StrcmpRewrite 368 argv0 = ArgString(sys.argv[0]) 446 for i, s in enumerate(cflags): cflags_array[i] = bytes(ArgString(s))
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 1466 StringRef ArgString = ArgOS.str(); in PrintTemplateArgumentList() local 1471 if (FirstArg && !ArgString.empty() && ArgString[0] == ':') in PrintTemplateArgumentList() 1474 OS << ArgString; in PrintTemplateArgumentList() 1476 needSpace = (!ArgString.empty() && ArgString.back() == '>'); in PrintTemplateArgumentList() 1514 StringRef ArgString = ArgOS.str(); in PrintTemplateArgumentList() local 1519 if (FirstArg && !ArgString.empty() && ArgString[0] == ':') in PrintTemplateArgumentList() 1522 OS << ArgString; in PrintTemplateArgumentList() 1524 needSpace = (!ArgString.empty() && ArgString.back() == '>'); in PrintTemplateArgumentList()
|
/external/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 94 const char ArgString[] = "new-test-option"; in TEST() local 117 Retrieved->setArgStr(ArgString); in TEST() 118 ASSERT_STREQ(ArgString, Retrieved->ArgStr.data()) in TEST()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 162 SmallVector<char, MAX_PATH> ArgString; 163 if (std::error_code ec = windows::UTF16ToUTF8(Arg, wcslen(Arg), ArgString)) 165 AllocateAndPush(ArgString, Args, Allocator);
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 174 SmallVector<char, MAX_PATH> ArgString; 175 if (std::error_code ec = windows::UTF16ToUTF8(Arg, wcslen(Arg), ArgString)) 177 AllocateAndPush(ArgString, Args, Allocator);
|