Home
last modified time | relevance | path

Searched refs:string_buffer (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/util/tests/string_buffer/
Dstring_buffer_test.cpp39 class string_buffer : public ::testing::Test { class
54 string_buffer::SetUp() in SetUp()
63 string_buffer::TearDown() in TearDown()
75 TEST_F(string_buffer, string_buffer_tests) in TEST_F() argument
Dmeson.build22 'string_buffer',
/external/llvm-project/lldb/utils/lui/
Dlldbutil.py776 def print_stacktrace(thread, string_buffer=False): argument
779 output = io.StringIO() if string_buffer else sys.stdout
815 if string_buffer:
819 def print_stacktraces(process, string_buffer=False): argument
822 output = io.StringIO() if string_buffer else sys.stdout
827 print(print_stacktrace(thread, string_buffer=True), file=output)
829 if string_buffer:
879 def print_registers(frame, string_buffer=False): argument
882 output = io.StringIO() if string_buffer else sys.stdout
897 if string_buffer:
/external/llvm-project/lldb/test/API/functionalities/unwind/ehframe/
DTestEhFrameUnwind.py41 stacktraces = lldbutil.print_stacktraces(process, string_buffer=True)
47 stacktraces = lldbutil.print_stacktraces(process, string_buffer=True)
/external/llvm-project/lldb/test/API/python_api/frame/inlines/
DTestInlinedFrame.py54 stack_traces1 = lldbutil.print_stacktraces(process, string_buffer=True)
85 process, string_buffer=True)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py1075 def print_stacktrace(thread, string_buffer=False): argument
1078 output = SixStringIO() if string_buffer else sys.stdout
1133 if string_buffer:
1137 def print_stacktraces(process, string_buffer=False): argument
1140 output = SixStringIO() if string_buffer else sys.stdout
1145 print(print_stacktrace(thread, string_buffer=True), file=output)
1147 if string_buffer:
1230 def print_registers(frame, string_buffer=False): argument
1233 output = SixStringIO() if string_buffer else sys.stdout
1251 if string_buffer:
/external/mesa3d/src/util/
DMakefile.sources99 string_buffer.c \
100 string_buffer.h \
Dmeson.build101 'string_buffer.c',
102 'string_buffer.h',
366 subdir('tests/string_buffer')
/external/llvm-project/lldb/test/API/python_api/hello_world/
DTestHelloWorld.py102 stacktraces = lldbutil.print_stacktraces(process, string_buffer=True)
151 stacktraces = lldbutil.print_stacktraces(process, string_buffer=True)
/external/llvm-project/lldb/test/API/python_api/lldbutil/process/
DTestPrintStackTraces.py23 stacktraces = lldbutil.print_stacktraces(process, string_buffer=True)
/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
DTestSetWatchlocation.py95 string_buffer=True),
DTestTargetWatchAddress.py95 string_buffer=True),
/external/libusb/libusb/os/
Ddarwin_usb.c92 static char string_buffer[50]; in darwin_error_str() local
127 snprintf(string_buffer, sizeof(string_buffer), "unknown error (0x%x)", result); in darwin_error_str()
128 return string_buffer; in darwin_error_str()
/external/llvm-project/lldb/docs/use/
Dpython-reference.rst52 | def print_stacktrace(thread, string_buffer = False):
/external/mesa3d/docs/relnotes/
D19.3.0.rst1023 - meson/util: Don't run string_buffer tests on mingw