HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 876 - 900 of 3714) sorted by null

<<31323334353637383940>>

  /art/runtime/interpreter/
unstarted_runtime.cc 120 std::string descriptor(DotToDescriptor(className->ToModifiedUtf8().c_str()));
123 mirror::Class* found = class_linker->FindClass(self, descriptor.c_str(), class_loader);
127 method_name.c_str(), PrettyDescriptor(descriptor.c_str()).c_str());
242 PrettyClass(h_klass.Get()).c_str());
266 PrettyClass(h_klass.Get()).c_str());
271 PrettyClass(h_klass.Get()).c_str(),
272 PrettyTypeOf(self->GetException()).c_str());
299 " runtime. name=%s class=%s", name2->ToModifiedUtf8().c_str(),
1316 const char* c_str = string_value.c_str(); local
1360 const char* c_str = string_value.c_str(); local
    [all...]
  /system/connectivity/shill/
device_info.cc 273 __func__, iface_name.c_str());
283 __func__, iface_name.c_str());
286 __func__, iface_name.c_str());
296 __func__, iface_name.c_str());
304 __func__, iface_name.c_str());
311 "%s: device %s should be ignored", __func__, iface_name.c_str());
318 __func__, iface_name.c_str());
321 __func__, iface_name.c_str());
326 __func__, iface_name.c_str());
336 __func__, iface_name.c_str());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferMapTests.cpp 618 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, 0, size, write));
619 writeGroup->addChild(new BufferMapReadCase(m_context, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs, partialSize, write));
637 hintsGroup->addChild(new BufferMapReadCase(m_context, name.c_str(), "", target, hint, size, 0, size, WRITE_BUFFER_SUB_DATA));
664 useGroup->addChild(new BufferMapWriteCase (m_context, (string(getBufferTargetName(target)) + "_full").c_str(), "", target, hint, size, verify));
665 useGroup->addChild(new BufferPartialMapWriteCase (m_context, (string(getBufferTargetName(target)) + "_partial").c_str(), "", target, hint, size, partialOffs, partialSize, verify));
683 hintsGroup->addChild(new BufferMapWriteCase(m_context, name.c_str(), "", target, hint, size, VERIFY_AS_VERTEX_ARRAY));
698 invalidateGroup->addChild(new BufferMapInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_all").c_str(), "", target, hint, false, VERIFY_AS_VERTEX_ARRAY));
699 invalidateGroup->addChild(new BufferMapInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_partial").c_str(), "", target, hint, true, VERIFY_AS_VERTEX_ARRAY));
713 invalidateGroup->addChild(new BufferMapPartialInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_all").c_str(), "", target, hint, false, VERIFY_AS_VERTEX_ARRAY));
714 invalidateGroup->addChild(new BufferMapPartialInvalidateCase(m_context, (string(getBufferTargetName(target)) + "_write_partial").c_str(), "", target, hint, true, VERIFY_AS_VERTEX_ARRAY))
    [all...]
es3fShaderReturnTests.cpp 163 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
219 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
266 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
332 addChild(makeConditionalReturnInFuncCase(m_context, name.c_str(), description.c_str(), (ReturnMode)returnMode, isFragment == 0));
398 addChild(makeOutputWriteReturnCase(m_context, name.c_str(), desc.c_str(), inFunc != 0, (ReturnMode)returnMode, isFragment == 0));
412 addChild(makeReturnInLoopCase(m_context, name.c_str(), description.c_str(), isDynamicLoop != 0, (ReturnMode)returnMode, isFragment == 0));
  /system/core/adb/
sysdeps_win32.cpp 105 android::base::SystemErrorCodeToString(GetLastError()).c_str());
128 file = CreateFileW( fn_wide.c_str(),
414 f->fh_handle = CreateFileW( path_wide.c_str(), desiredAccess, shareMode,
433 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str());
458 f->fh_handle = CreateFileW( path_wide.c_str(), GENERIC_WRITE,
479 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str());
725 android::base::SystemErrorCodeToString(WSAGetLastError()).c_str());
731 D("closesocket failed: %s", android::base::SystemErrorCodeToString(err).c_str());
752 android::base::SystemErrorCodeToString(err).c_str());
768 android::base::SystemErrorCodeToString(err).c_str());
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 337 vRet = pField->GetFullName().c_str();
400 cTo.c_str(), cSubject.c_str(), cCc.c_str(), cBcc.c_str(),
401 cMsg.c_str());
729 pEnv->JS_docmailForm(NULL, 0, bUI, cTo.c_str(), cSubject.c_str(), cCc.c_str(),
730 cBcc.c_str(), cMsg.c_str())
    [all...]
  /device/google/dragon/crash_collector/
coredump_writer.cc 39 if (TEMP_FAILURE_RETRY(statvfs(path.c_str(), &stats)) != 0) {
117 ScopedFd fd_dest(TEMP_FAILURE_RETRY(open(coredump_filename_.c_str(),
121 ALOGE("Failed to open: %s, errno = %d", coredump_filename_.c_str(), errno);
127 unlink(coredump_filename_.c_str());
375 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL,
378 ALOGE("Failed to open %s", output_path.c_str());
390 output_path.c_str(), O_WRONLY | O_CREAT | O_CLOEXEC | O_EXCL,
393 ALOGE("Failed to open %s", output_path.c_str());
419 path.c_str());
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 193 writer << Writer::Attribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str());
197 writer << Writer::Attribute("All", de::toString(totalCases).c_str())
259 de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str());
317 << Writer::Attribute("StatusDetails", result->statusDetails.c_str())
360 xe::TestCase* testCase = hierarchyBuilder.createCase(result->casePath.c_str(), result->caseType);
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
  /external/deqp/modules/gles2/functional/
es2fShaderReturnTests.cpp 190 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
244 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode));
291 return new ShaderReturnCase(context, name, description, isVertex, tmpl.specialize(params).c_str(), getEvalFunc(returnMode), isDynamicLoop ? REQUIRE_DYNAMIC_LOOPS : 0);
354 addChild(makeConditionalReturnInFuncCase(m_context, name.c_str(), description.c_str(), (ReturnMode)returnMode, isFragment == 0));
414 addChild(makeOutputWriteReturnCase(m_context, name.c_str(), desc.c_str(), inFunc != 0, (ReturnMode)returnMode, isFragment == 0));
428 addChild(makeReturnInLoopCase(m_context, name.c_str(), description.c_str(), isDynamicLoop != 0, (ReturnMode)returnMode, isFragment == 0));
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 51 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
65 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegerv(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
66 TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to be divisible by 4").c_str());
81 GLU_EXPECT_NO_ERROR(gl.getError(), ("glGetIntegeri_v(" + glu::getGettableStateStr((int)pname).toString() + ")").c_str());
145 : TestCase (context, makeCaseName(varName).c_str(), varName)
168 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported(m_requiredExt.c_str()), message.c_str());
171 else if (!m_requiredExt.empty() && !m_context.getContextInfo().isExtensionSupported(m_requiredExt.c_str()))
182 TCU_THROW(NotSupportedError, message.c_str());
es31fUniformLocationTests.cpp 393 const int gotLoc = gl.getUniformLocation(programID, name.c_str());
564 const int gotLoc = gl.getUniformLocation(programID, name.c_str());
769 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
798 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
828 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config));
868 group->addChild(new UniformLocationCase (m_testCtx, m_context.getRenderContext(), name.c_str(), name.c_str(), config))
    [all...]
  /external/libbrillo/brillo/http/
http_utils.cc 244 encoded_data.c_str(),
273 encoded_data.c_str(),
311 url, data.c_str(), data.size(), mime_type, headers, transport, error);
327 data.c_str(),
350 data.c_str(),
370 return SendRequest(request_type::kPatch, url, data.c_str(), data.size(),
404 error_message.c_str(), json.c_str());
412 json.c_str());
  /external/pdfium/samples/
pdfium_test.cc 200 printf("Alert: %ls\n", platform_string.c_str());
249 printf("Unsupported feature: %s.\n", feature.c_str());
372 WriteBmp(name.c_str(), page_index, buffer, stride, width, height);
376 WriteEmf(page, name.c_str(), page_index);
380 WritePng(name.c_str(), page_index, buffer, stride, width, height);
384 WritePpm(name.c_str(), page_index, buffer, stride, width, height);
401 fprintf(stderr, "Rendering PDF file %s.\n", name.c_str());
597 path_array[0] = options.font_directory.c_str();
615 GetFileContents(filename.c_str(), &file_length);
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 460 return String::Format("%s:", file_name).c_str();
463 return String::Format("%s(%d):", file_name, line).c_str();
465 return String::Format("%s:%d:", file_name, line).c_str();
481 return String::Format("%s:%d", file_name, line).c_str();
492 << FormatFileLocation(file, line).c_str() << ": ";
551 remove(filename_.c_str());
563 FILE* const file = posix::FOpen(filename_.c_str(), "r");
697 env_var << ToUpper(full_flag.c_str()[i]);
718 printf("%s", msg.GetString().c_str());
735 printf("%s", msg.GetString().c_str());
    [all...]
  /external/libchrome/dbus/
message.cc 273 return dbus_message_set_destination(raw_message_, destination.c_str());
277 return dbus_message_set_path(raw_message_, path.value().c_str());
281 return dbus_message_set_interface(raw_message_, interface.c_str());
285 return dbus_message_set_member(raw_message_, member.c_str());
289 return dbus_message_set_error_name(raw_message_, error_name.c_str());
293 return dbus_message_set_sender(raw_message_, sender.c_str());
444 error_name.c_str(),
445 error_message.c_str()));
509 const char* pointer = value.c_str();
518 const char* pointer = value.value().c_str();
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 435 return String::Format("%s:", file_name).c_str();
438 return String::Format("%s(%d):", file_name, line).c_str();
440 return String::Format("%s:%d:", file_name, line).c_str();
456 return String::Format("%s:%d", file_name, line).c_str();
467 << FormatFileLocation(file, line).c_str() << ": ";
526 remove(filename_.c_str());
538 FILE* const file = posix::FOpen(filename_.c_str(), "r");
660 env_var << ToUpper(full_flag.c_str()[i]);
681 printf("%s", msg.GetString().c_str());
698 printf("%s", msg.GetString().c_str());
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc 435 return String::Format("%s:", file_name).c_str();
438 return String::Format("%s(%d):", file_name, line).c_str();
440 return String::Format("%s:%d:", file_name, line).c_str();
456 return String::Format("%s:%d", file_name, line).c_str();
467 << FormatFileLocation(file, line).c_str() << ": ";
522 remove(filename_.c_str());
534 FILE* const file = posix::FOpen(filename_.c_str(), "r");
656 env_var << ToUpper(full_flag.c_str()[i]);
677 printf("%s", msg.GetString().c_str());
694 printf("%s", msg.GetString().c_str());
    [all...]
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 132 getLumBody.c_str(),
142 setLumBody.printf("float diff = %s(lumColor - hueSat);", getFunction.c_str());
144 setLumBody.appendf("float outLum = %s(outColor);", getFunction.c_str());
160 setLumBody.c_str(),
177 getSatBody.c_str(),
210 const char* helpFunc = helperFunction.c_str();
229 getFunction.c_str(), helpFunc, helpFunc, helpFunc, helpFunc,
234 setSatBody.c_str(),
316 outputColor, setLum.c_str(), setSat.c_str(), srcColor
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 117 linkDriverName.c_str(), "-lm", "-lc",
118 objFileName.c_str(),
119 "-o", sharedLibName.c_str(),
145 loaded = loadSOHelper(scriptSOName.c_str(), cacheDir, resName, alreadyLoaded);
149 scriptSOName.c_str(), dlerror());
160 loaded = loadSOHelper(scriptSONameSystem.c_str(), cacheDir,
164 scriptSONameSystem.c_str(), dlerror());
235 if (!ensureCacheDirExists(newName.c_str())) {
247 int r = copyFile(newName.c_str(), origName);
249 ALOGE("Could not create copy %s -> %s", origName, newName.c_str());
    [all...]
rsCpuScriptGroup2.cpp 184 batch = new Batch(this, ss.str().c_str());
209 mFunc = dlsym(sharedObj, funcName.c_str());
281 args->push_back(batch.c_str());
285 args->push_back(batch.c_str());
400 resName, coreLibPath.c_str(), coreLibRelaxedPath.c_str(),
407 inputs.push_back(coreLibPath.c_str());
408 inputs.push_back(coreLibRelaxedPath.c_str());
419 const char* checksumStr = ss.str().c_str();
457 arguments.push_back(cloneName.c_str());
    [all...]
  /system/update_engine/common/
utils.cc 375 base::ScopedFILE fp(fopen(path.c_str(), "r"));
392 FILE* fp = popen(cmd.c_str(), "r");
439 int fd = open(path.c_str(), O_RDONLY | O_CLOEXEC);
520 *out_partition_num = atoi(partition_str.c_str());
585 if (FileExists(volume_path.c_str())) {
608 while (timeout > 0 && !FileExists(volume_path.c_str())) {
613 return FileExists(volume_path.c_str());
658 int fd = HANDLE_EINTR(open(device.c_str(), O_RDONLY | O_CLOEXEC));
690 fstypes = {type.c_str()};
693 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 237 read(width_,height_,map_.c_str(),type_,pixels_);
604 SetImageProperty(image(),"Comment",comment_.c_str(),exceptionInfo);
938 text=InterpretImageProperties(imageInfo(),image(),expression.c_str(),
1105 (void) SetImageProperty(image(),"Label",label_.c_str(),exceptionInfo);
    [all...]
  /art/patchoat/
patchoat.cc 59 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
60 if (OS::FileExists(system_filename.c_str())) {
79 if (GetDalvikCacheFilename(location.c_str(), dalvik_cache.c_str(),
171 options.push_back(std::make_pair(img.c_str(), nullptr));
193 std::unique_ptr<File> input_image(OS::OpenFileForReading(input_image_filename.c_str()));
222 input_image->GetPath().c_str(),
237 std::unique_ptr<File> input_oat_file(OS::OpenFileForReading(input_oat_filename.c_str()));
315 output_image_file(CreateOrOpen(output_image_filename.c_str(), &new_oat_out));
334 output_oat_file(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out))
    [all...]
  /bionic/tests/
gtest_main.cpp 251 FILE* fp = popen(command.c_str(), "r");
317 printf("%s\n", testcase.GetTestName(test_id).c_str());
320 printf("%s", test_output.c_str());
328 printf("%s", testcase.GetTestName(test_id).c_str());
348 printf("%s", testcase.GetTestName(test_id).c_str());
355 printf("%s", test_output.c_str());
411 printf("%s\n", name.c_str());
422 printf("%s (stopped at %" PRId64 " ms)\n", timeout_pair.first.c_str(),
434 printf("%s (%" PRId64 " ms, exceed warnline %d ms)\n", std::get<0>(slow_tuple).c_str(),
489 FILE* fp = fopen(xml_output_filename.c_str(), "w")
    [all...]
  /external/deqp/framework/platform/android/
tcuTestLogParserJNI.cpp 236 listener.testCaseResult(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.statusDetails.c_str());
250 listener.testLogData(testLog.str().c_str());
269 listener.testLogData(testLog.str().c_str());
274 listener.testCaseResult(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.statusDetails.c_str());
289 //tcu::print("%d %s :%s %s", __LINE__, std::string((const char*)&data[0], data.size()).c_str(), __func__, __FILE__);
295 listener.testCaseResult(xe::getTestStatusCodeName(m_testCaseResult.statusCode), m_testCaseResult.statusDetails.c_str());

Completed in 1398 milliseconds

<<31323334353637383940>>