Searched refs:ArgString (Results 1 – 15 of 15) sorted by relevance
/external/bcc/tools/ |
D | execsnoop.py | 21 from bcc.utils import ArgString, printb 50 type=ArgString, 53 type=ArgString,
|
D | sofdsnoop.py | 15 from bcc import ArgString, BPF 42 type=ArgString,
|
D | opensnoop.py | 19 from bcc import ArgString, BPF 59 type=ArgString,
|
D | shmsnoop.py | 15 from bcc import ArgString, BPF 42 type=ArgString,
|
D | killsnoop.py | 17 from bcc.utils import ArgString, printb
|
D | funccount.py | 19 from bcc import ArgString, BPF, USDT 245 type=ArgString,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/ |
D | llvm-mt.cpp | 98 auto ArgString = Arg->getAsString(InputArgs); in main() local 101 OS << "invalid option '" << ArgString << "'"; in main() 104 if (T.findNearest(ArgString, Nearest) < 2) in main()
|
/external/bcc/src/python/bcc/ |
D | utils.py | 61 class ArgString(object): class 97 return ArgString(arg).__bytes__()
|
D | __init__.py | 31 from .utils import get_online_cpus, printb, _assert_is_bytes, ArgString 232 argv0 = ArgString(sys.argv[0]) 303 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/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);
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Process.inc | 155 SmallVector<char, MAX_PATH> ArgString; 156 if (std::error_code ec = windows::UTF16ToUTF8(Arg, wcslen(Arg), ArgString)) 158 Args.push_back(AllocateString(ArgString, Alloc));
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 86 static const char ArgString[] = "new-test-option"; in TEST() local 109 Retrieved->setArgStr(ArgString); in TEST() 110 ASSERT_STREQ(ArgString, Retrieved->ArgStr.data()) in TEST()
|