Home
last modified time | relevance | path

Searched refs:ArgString (Results 1 – 13 of 13) sorted by relevance

/external/bcc/tools/
Dexecsnoop.py23 from bcc.utils import ArgString, printb
84 type=ArgString,
87 type=ArgString,
Dsofdsnoop.py15 from bcc import ArgString, BPF
41 type=ArgString,
Ddrsnoop.py18 from bcc import ArgString, BPF
56 type=ArgString,
Dshmsnoop.py15 from bcc import ArgString, BPF
41 type=ArgString,
Dopensnoop.py19 from bcc import ArgString, BPF
65 type=ArgString,
Dkillsnoop.py17 from bcc.utils import ArgString, printb
Dfunccount.py20 from bcc import ArgString, BPF, USDT
253 type=ArgString,
/external/bcc/src/python/bcc/
Dutils.py62 class ArgString(object): class
98 return ArgString(arg).__bytes__()
D__init__.py29 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/
DTypePrinter.cpp1466 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/
DCommandLineTest.cpp94 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/
DProcess.inc162 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/
DProcess.inc174 SmallVector<char, MAX_PATH> ArgString;
175 if (std::error_code ec = windows::UTF16ToUTF8(Arg, wcslen(Arg), ArgString))
177 AllocateAndPush(ArgString, Args, Allocator);