| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-filepath.cc | 137 const char* const last_sep = strrchr(c_str(), kPathSeparator); 139 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator); 170 dir = std::string(c_str(), last_sep + 1 - c_str()); 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); 217 return posix::Stat(pathname_.c_str(), &file_stat) == 0; 235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); 244 result = posix::Stat(path.c_str(), &file_stat) == 0 && 260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); 266 const char* const name = pathname_.c_str(); [all...] |
| H A D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), 107 errors_str.c_str());
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-filepath.cc | 133 const char* const last_sep = strrchr(c_str(), kPathSeparator); 135 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator); 166 dir = std::string(c_str(), static_cast<size_t>(last_sep + 1 - c_str())); 207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); 213 return posix::Stat(pathname_.c_str(), &file_stat) == 0; 231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); 240 result = posix::Stat(path.c_str(), &file_stat) == 0 && 253 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]); 259 const char* const name = pathname_.c_str(); [all...] |
| H A D | gtest-typed-test.cc | 106 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), 107 errors_str.c_str());
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-string.h | 69 static const char* CloneCString(const char* c_str); 84 static LPCWSTR AnsiToUtf16(const char* c_str);
|
| H A D | gtest-filepath.h | 78 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-string.h | 69 static const char* CloneCString(const char* c_str); 84 static LPCWSTR AnsiToUtf16(const char* c_str);
|
| H A D | gtest-filepath.h | 81 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| H A D | gtest-test-part.h | 77 return file_name_.empty() ? NULL : file_name_.c_str(); 85 const char* summary() const { return summary_.c_str(); } 88 const char* message() const { return message_.c_str(); }
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | gtest-test-part.h | 77 return file_name_.empty() ? nullptr : file_name_.c_str(); 85 const char* summary() const { return summary_.c_str(); } 88 const char* message() const { return message_.c_str(); }
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_driver.cc | 74 PERFETTO_FATAL("Failed to find a driver for DRM device %s", drm_device.name.c_str()); 88 PPS_LOG_IMPORTANT("Driver selected: %s", device.name.c_str()); 101 PPS_LOG_IMPORTANT("Driver selected: %s", device.name.c_str()); 113 "Device '%s' not found (supported drivers: %s)", requested, drivers_os.str().c_str());
|
| H A D | pps_config.cc | 115 fprintf(stderr, "Failed to parse counter ids: %s\n", comma_separated_list.c_str()); 150 printf(" %4u %16s %16s\n", gpu_num, name.c_str(), driver ? "yes" : "no"); 181 printf(" %32s ", counter.name.c_str()); 202 printf(" %4u %32s\n", group.id, group.name.c_str()); 217 printf(" %4u %32s\n", counter.id, counter.name.c_str());
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | printf.cpp | 60 printf("%s", format.c_str()); 79 printf("%s", s.c_str()); 99 printf(print_str.c_str(), &buffer[buf_pos]); 103 printf(print_str.c_str(), &fmt.strings[idx]); 138 printf(print_str.c_str(), h); 143 printf(print_str.c_str(), f); 148 printf(print_str.c_str(), d); 153 printf(print_str.c_str(), l); 161 printf("%s", s.c_str());
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_stack_android.cpp | 90 debug_printf("%s\n", frame_line.c_str()); 109 fprintf(f, "%s\n", frame_line.c_str());
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 408 CreateDirectoryPath(outDir.str().c_str()); 416 sprintf(fName, "%s\\%s.%s.asm", outDir.str().c_str(), funcName, fileName); 447 CreateDirectoryPath(outDir.str().c_str()); 465 sprintf(fName, "%s\\%s.%s.ll", outDir.c_str(), funcName, fileName); 487 sprintf(fName, "%s\\%s.%s.ll", outDir.c_str(), funcName, fileName); 495 sprintf(fName, "%s\\cfg.%s.%s.dot", outDir.c_str(), funcName, fileName); 549 strncpy(m_ModuleID, moduleID.c_str(), JC_STR_MAX_LEN - 1); 551 strncpy(m_Cpu, cpu.c_str(), JC_STR_MAX_LEN - 1); 567 if (strncmp(moduleID.c_str(), m_ModuleID, JC_STR_MAX_LEN - 1)) 573 if (strncmp(cpu.c_str(), m_Cp [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/ |
| H A D | main.cc | 396 SetDlgItemText(hwndDlg, IDC_DISPLAY, config.display.c_str()); 423 SetDlgItemText(hwndDlg, IDC_CLIENT_PROGRAM, config.program.c_str()); 424 SetDlgItemText(hwndDlg, IDC_CLIENT_USER, config.user.c_str()); 425 SetDlgItemText(hwndDlg, IDC_CLIENT_HOST, config.host.c_str()); 433 SetDlgItemText(hwndDlg, IDC_XDMCP_HOST, config.xdmcp_host.c_str()); 437 SetDlgItemText(hwndDlg, IDC_EXTRA_PARAMS, config.extra_params.c_str()); 557 host.c_str(),config.program.c_str()); 560 host.c_str(),config.program.c_str()); [all...] |
| H A D | config.cc | 176 setAttribute(root, L"Display", display.c_str()); 177 setAttribute(root, L"Program", program.c_str()); 178 setAttribute(root, L"RemoteProtocol", protocol.c_str()); 179 setAttribute(root, L"RemoteHost", host.c_str()); 180 setAttribute(root, L"RemoteUser", user.c_str()); 181 setAttribute(root, L"XDMCPHost", xdmcp_host.c_str()); 185 setAttribute(root, L"ExtraParams", extra_params.c_str());
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | os.cpp | 98 swprintf_s(&(wideName.front()), wideName.size(), L"%S", utf8Name.c_str()); 99 HRESULT hr = pfnSetThreadDescription(GetCurrentThread(), wideName.c_str()); 133 SHCreateDirectoryExA(nullptr, path.c_str(), nullptr); 146 int result = mkdir(tmpPath.c_str(), 0777); 215 (LPSTR)local_cmd.c_str(),
|
| H A D | rdtsc_buckets.cpp | 108 strcat(hier, desc.name.c_str()); 135 fprintf(f, "\nThread %u (%s)\n", thread.id, thread.name.c_str()); 158 FILE* f = fopen(filename.c_str(), "w");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | os.cpp | 98 swprintf_s(&(wideName.front()), wideName.size(), L"%S", utf8Name.c_str()); 99 HRESULT hr = pfnSetThreadDescription(GetCurrentThread(), wideName.c_str()); 135 SHCreateDirectoryExA(nullptr, path.c_str(), nullptr); 148 int result = mkdir(tmpPath.c_str(), 0777); 217 (LPSTR)local_cmd.c_str(),
|
| H A D | rdtsc_buckets.cpp | 109 strcpy_s(hier, sizeof(hier)-1, str.c_str()); 136 fprintf(f, "\nThread %u (%s)\n", thread.id, thread.name.c_str()); 159 FILE* f = fopen(filename.c_str(), "w");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 427 CreateDirectoryPath(outDir.str().c_str()); 435 sprintf(fName, "%s\\%s.%s.asm", outDir.str().c_str(), funcName, fileName); 469 CreateDirectoryPath(outDir.str().c_str()); 489 sprintf(fName, "%s\\%s.%s.ll", outDir.c_str(), funcName, fileName); 511 sprintf(fName, "%s\\%s.%s.ll", outDir.c_str(), funcName, fileName); 519 sprintf(fName, "%s\\cfg.%s.%s.dot", outDir.c_str(), funcName, fileName); 573 strncpy(m_ModuleID, moduleID.c_str(), JC_STR_MAX_LEN - 1); 575 strncpy(m_Cpu, cpu.c_str(), JC_STR_MAX_LEN - 1); 591 if (strncmp(moduleID.c_str(), m_ModuleID, JC_STR_MAX_LEN - 1)) 597 if (strncmp(cpu.c_str(), m_Cp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_ar_eventhandlerfile.hpp | 61 if (CreateDirectory(mOutputDir.c_str(), NULL)) 73 fstr << outDir.str().c_str() << "\\ar_event" << std::this_thread::get_id();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_ar_eventhandlerfile.hpp | 61 if (CreateDirectory(mOutputDir.c_str(), NULL)) 73 fstr << outDir.str().c_str() << "\\ar_event" << std::this_thread::get_id();
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug_stack_android.cpp | 75 backtrace[i].procname = intern_symbol(frame->func_name.c_str()); 78 backtrace[i].map = intern_symbol(frame->map.Name().c_str());
|