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

<<61626364656667686970>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 393 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
405 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
431 GetOutputFormat().c_str()));
461 if (PatternMatchesString(cur_pattern, name.c_str())) {
482 const std::string& full_name = test_case_name + "." + test_name.c_str();
486 const char* const p = GTEST_FLAG(filter).c_str();
491 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
504 return (MatchesFilter(full_name, positive.c_str()) &&
505 !MatchesFilter(full_name, negative.c_str()));
635 if (strstr(r.message(), substr.c_str()) == NULL)
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 389 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
401 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
427 GetOutputFormat().c_str()));
457 if (PatternMatchesString(cur_pattern, name.c_str())) {
478 const std::string& full_name = test_case_name + "." + test_name.c_str();
482 const char* const p = GTEST_FLAG(filter).c_str();
487 positive = GTEST_FLAG(filter).c_str(); // Whole string is a positive filter
500 return (MatchesFilter(full_name, positive.c_str()) &&
501 !MatchesFilter(full_name, negative.c_str()));
631 if (strstr(r.message(), substr.c_str()) == NULL)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 95 cStrings[ndx] = sources.strings[ndx].c_str();
279 const char* const cSource = source.c_str();
605 const char* firstSource = firstSourceStr.c_str();
606 const char* secondSource = secondSourceStr.c_str();
869 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType));
1063 shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType));
1091 shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(), shaderType, numSlices, flags))
    [all...]
es2fShaderMatrixTests.cpp     [all...]
  /external/libchrome/crypto/
nss_util.cc 137 char* result = PORT_Strdup(password.c_str());
166 if (statfs(database_dir.value().c_str(), &buf) == 0)
505 "%s %s", kUserNSSDatabaseName, username_hash.c_str());
736 base::StringPrintf("sql:%s", database_dir.value().c_str());
738 status = NSS_Init(nss_config_dir.c_str());
740 status = NSS_InitReadWrite(nss_config_dir.c_str());
835 const_cast<char*>(modparams.c_str()), NULL, PR_FALSE);
881 path.value().c_str(),
882 description.c_str());
883 PK11SlotInfo* db_slot = SECMOD_OpenUserDB(modspec.c_str());
    [all...]
  /external/libchrome/dbus/
bus.cc 414 connection_ = dbus_connection_open_private(address_.c_str(), error.get());
416 connection_ = dbus_connection_open(address_.c_str(), error.get());
572 service_name.c_str(),
598 const int result = dbus_bus_release_name(connection_, service_name.c_str(),
731 dbus_bus_add_match(connection_, match_rule.c_str(), error);
749 dbus_bus_remove_match(connection_, match_rule.c_str(), error);
770 object_path.value().c_str(),
792 object_path.value().c_str());
942 service_name.c_str());
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 531 llvm::MDString::get(mLLVMContext, EV->getName().c_str()));
550 ->getPointeeType()->getName()).c_str()));
573 EV->getType()->getName().c_str()));
613 EF->getName().c_str()));
645 EF->getName().c_str());
728 llvm::MDString::get(mLLVMContext, HelperFunctionName.c_str()));
758 llvm::MDString::get(mLLVMContext, EFE->getName().c_str()));
841 llvm::MDString::get(mLLVMContext, ET->getName().c_str()));
871 F->getName().c_str()));
876 F->getType()->getName().c_str()));
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 163 ": %s (%d)", display->getId(), to_string(error).c_str(),
172 ": %s (%d)", display->getId(), to_string(error).c_str(),
232 to_string(connected).c_str());
447 " %s (%d)", display, to_string(error).c_str(), intError);
573 layer->getId(), to_string(type).c_str());
877 configId, to_string(attribute).c_str(),
878 to_string(error).c_str(), intError);
908 to_string(error).c_str(), intError);
918 to_string(error).c_str(), intError);
934 " failed: %s (%d)", mId, layerId, to_string(error).c_str(),
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 379 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(type, prec)));
387 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(glu::VarType(type, prec), 3)));
397 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str());
407 res->addUniform(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(structType)));
424 StructType* const structType = new StructType((string("structType") + nameSuffix).c_str());
425 StructType* const subStructType = new StructType((string("subStructType") + nameSuffix).c_str());
426 StructType* const subSubStructType = new StructType((string("subSubStructType") + nameSuffix).c_str());
443 res->addUniform(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(structType)));
455 UniformCollection* const sub = basic(types[i], ("_" + de::toString(i) + nameSuffix).c_str());
470 UniformCollection* const sub = basicArray(types[i], ("_" + de::toString(i) + nameSuffix).c_str());
    [all...]
es31fSynchronizationTests.cpp 295 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer") : ("image")) + " content verification failed").c_str());
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc     [all...]
  /bootable/recovery/
recovery.cpp 315 LOGE("%s\n", err.c_str());
381 LOGE("%s\n", err.c_str());
392 LOGE("%s\n", err.c_str());
423 __pmsg_write(destination, content.c_str(), content.length());
473 rename(old_log.c_str(), new_log.c_str());
480 rename(old_kmsg.c_str(), new_kmsg.c_str());
557 LOGE("%s\n", err.c_str());
887 unique_fd fd(TEMP_FAILURE_RETRY(open(partition.c_str(), O_WRONLY)))
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 1009 int uniformNdx = layout.getUniformIndex(fullApiName.c_str());
    [all...]
  /art/imgdiag/
imgdiag.cc 108 if (stat(proc_pid_str.c_str(), &sts) == -1) {
297 auto map_file = std::unique_ptr<File>(OS::OpenFileForReading(file_name.c_str()));
349 zygote_map_file.reset(OS::OpenFileForReading(zygote_file_name.c_str()));
360 auto page_map_file = std::unique_ptr<File>(OS::OpenFileForReading(page_map_file_name.c_str()));
597 } else if (strcmp(descriptor.c_str(), "Ljava/lang/reflect/ArtMethod;") == 0) {
620 if (strcmp(descriptor.c_str(), "Ljava/lang/Class;") == 0) {
692 if (strcmp(descriptor.c_str(), "Ljava/lang/reflect/ArtMethod;") == 0) {
743 if (strcmp(descriptor.c_str(), "Ljava/lang/Class;") == 0) {
799 if (strcmp(descriptor.c_str(), "Ljava/lang/reflect/ArtMethod;") == 0) {
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 321 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()));
336 test->addIteration(spec, iterationDesc.c_str());
607 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
651 unalignedGroup->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx]));
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_encrypt.cpp 33 CRYPT_MD5Update(md5, (uint8_t*)okey.c_str(), okey.GetLength());
38 CRYPT_MD5Update(md5, (uint8_t*)id.c_str(), id.GetLength());
436 FXSYS_memcpy(test, ukey.c_str(), copy_len);
449 CRYPT_MD5Update(md5, (uint8_t*)id.c_str(), id.GetLength());
454 if (FXSYS_memcmp((void*)ukey.c_str(), ukeybuf, 16) == 0) {
494 FXSYS_memcpy(okeybuf, okey.c_str(), okeylen);
610 CRYPT_MD5Update(md5, (uint8_t*)id.c_str(), id.GetLength());
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
rostermodule_unittest.cc 427 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
498 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
546 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
649 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
734 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
766 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
816 TEST_OK(engine->HandleInput(input.c_str(), input.length()));
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 186 ALOGE("Message not handled:\n%s", msg->debugString().c_str());
365 notify->setString("mime", mime.c_str());
447 const char* name = mComponentName.c_str();
479 if (strcasecmp(mime.c_str(), MEDIA_MIMETYPE_VIDEO_RAW)) {
480 ALOGE("Bad mime: %s", mime.c_str());
526 mInputFormat->setString("mime", mime.c_str());
535 mOutputFormat->setString("mime", mime.c_str());
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 142 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
143 *curr_y_pixels = static_cast<size_t>(atoi(line.c_str() + ypos + 1));
178 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
179 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
182 display_config_strings_.push_back(string(line.c_str()));
283 int fd = Sys::open_(mode_path.c_str(), O_WRONLY);
290 ssize_t written = Sys::pwrite_(fd, display_config_strings_.at(index).c_str(),
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_primary.cpp 126 *curr_x_pixels = static_cast<size_t>(atoi(line.c_str() + xpos + 1));
127 *curr_y_pixels = static_cast<size_t>(atoi(line.c_str() + ypos + 1));
164 config.x_pixels = UINT32(atoi(line.c_str() + xpos + 1));
165 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
168 display_config_strings_.push_back(string(line.c_str()));
266 int fd = Sys::open_(mode_path.c_str(), O_WRONLY);
273 ssize_t written = Sys::pwrite_(fd, display_config_strings_.at(index).c_str(),
  /system/connectivity/shill/net/
nl80211_message.cc 389 StringAppendF(output, " %s -> %s", mac_from_.c_str(), mac_to_.c_str());
395 Nl80211Message::StringFromStatus(status_).c_str());
400 Nl80211Message::StringFromStatus(status_).c_str());
405 Nl80211Message::StringFromStatus(status_).c_str());
411 Nl80211Message::StringFromReason(reason_).c_str());
416 Nl80211Message::StringFromReason(reason_).c_str());
  /system/extras/simpleperf/
cmd_record.cpp 306 sample_period_ = strtoull(args[i].c_str(), &endptr, 0);
325 uint64_t size = strtoull(strs[1].c_str(), &endptr, 0);
360 sample_freq_ = strtoull(args[i].c_str(), &endptr, 0);
387 uint64_t pages = strtoull(args[i].c_str(), &endptr, 0);
736 if (unlink(record_filename_.c_str()) != 0) {
740 if (rename(tmp_filename.c_str(), record_filename_.c_str()) != 0) {
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 75 ASSERT_TRUE(utils::WriteFile(part_path.c_str(), part_data.data(), part_size));
115 int data_fd = open(data_path.c_str(), O_RDWR, 000);
118 EXPECT_TRUE(utils::WriteFile(data_path.c_str(), op_blob.data(),
228 ASSERT_TRUE(utils::WriteFile(part_path.c_str(), part_data.data(), part_size));
284 int data_fd = open(data_path.c_str(), O_RDWR, 000);
287 EXPECT_TRUE(utils::WriteFile(data_path.c_str(), blob_data.data(),
585 ASSERT_TRUE(utils::WriteFile(src_part_path.c_str(), src_data.data(),
  /system/weaved/libweaved/
service.cc 315 return android::String16{name.c_str()};
332 base::StringPrintf("%s.%s", trait_name.c_str(), command_name.c_str());
341 android::String16{component.c_str()},
342 android::String16{full_command_name.c_str()});
362 base::StringPrintf("%s.%s", trait_name.c_str(), property_name.c_str());
  /art/runtime/
trace.cc 723 if (!file.WriteFully(header.c_str(), header.length())) {
727 ThrowRuntimeException("%s", detail.c_str());
735 iov[0].iov_base = reinterpret_cast<void*>(const_cast<char*>(header.c_str()));
746 if (!trace_file_->WriteFully(header.c_str(), header.length()) ||
750 ThrowRuntimeException("%s", detail.c_str());
885 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName()
    [all...]

Completed in 2683 milliseconds

<<61626364656667686970>>