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

<<51525354555657585960>>

  /external/webrtc/webrtc/base/
logging.cc 366 OutputDebugStringA(str.c_str());
385 __android_log_write(ANDROID_LOG_INFO, tag.c_str(), "SENSITIVE");
412 __android_log_print(prio, tag.c_str(), "%.*s", size, str.c_str());
418 __android_log_print(prio, tag.c_str(), "[%d/%d] %.*s",
420 len, str.c_str() + idx);
428 fprintf(stderr, "%s", str.c_str());
socketadapters.cc 380 DirectSend(str.c_str(), str.size());
421 MessageBoxA(0, msg.c_str(), "Oops!", MB_OK);
865 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_);
873 LogMultiline(level_, label_.c_str(), false, pv, res, hex_mode_, &lms_);
880 LogMultiline(level_, label_.c_str(), true, pv, res, hex_mode_, &lms_);
887 LogMultiline(level_, label_.c_str(), true, pv, res, hex_mode_, &lms_);
892 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_);
893 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_);
904 LogMultiline(level_, label_.c_str(), false, NULL, 0, hex_mode_, &lms_);
905 LogMultiline(level_, label_.c_str(), true, NULL, 0, hex_mode_, &lms_)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.cc 52 ALOGD("ctor%s", GetThreadInfo().c_str());
64 ALOGD("dtor%s", GetThreadInfo().c_str());
79 ALOGD("Init%s", GetThreadInfo().c_str());
85 ALOGD("Terminate%s", GetThreadInfo().c_str());
92 ALOGD("InitPlayout%s", GetThreadInfo().c_str());
105 ALOGD("StartPlayout%s", GetThreadInfo().c_str());
129 ALOGD("StopPlayout%s", GetThreadInfo().c_str());
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 103 triple.c_str(), pConfig.getFeatureString().c_str());
279 module.getModuleIdentifier().c_str(), ec.message().c_str());
397 export_symbols.push_back(symbol_name.c_str());
455 module.getModuleIdentifier().c_str(), ec.message().c_str());
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 64 what += name.empty() ? "system" : name.c_str();
66 _STLP_THROW(runtime_error(what.c_str()));
98 _STLP_THROW(runtime_error(what.c_str()));
286 _Stl_loc_combine_names(impl, L._M_impl->name.c_str(),
303 _Stl_loc_combine_names(impl, L1._M_impl->name.c_str(), L2._M_impl->name.c_str(), c);
423 setlocale(LC_ALL, L.name().c_str());
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 56 sscanf (aid.substr(pos1).c_str(), "%x", &num);
63 sscanf (aid.substr(pos1, pos2-pos1+1).c_str(), "%x", &num);
177 doc = xmlParseFile (strFilename.c_str());
259 fh = fopen (filename.c_str (), "w");
275 stat = chmod (filename.c_str (), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
301 fh = fopen (filename.c_str (), "r");
479 int stat = remove (filename.c_str());
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 431 StringTemplate vertTemplate(vtx.str().c_str());
432 StringTemplate fragTemplate(frag.str().c_str());
438 return new ShaderLoopCase(context, caseName, description, isVertexCase, evalFunc, vertexShaderSource.c_str(), fragmentShaderSource.c_str());
1119 StringTemplate vertTemplate(vtx.str().c_str());
1120 StringTemplate fragTemplate(frag.str().c_str())
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 105 if (!strcasecmp(mMIME.c_str(), MEDIA_MIMETYPE_VIDEO_AVC)
106 || !strcasecmp(mMIME.c_str(), MEDIA_MIMETYPE_AUDIO_AAC)) {
109 if (!mFormat->findBuffer(AStringPrintf("csd-%d", i).c_str(), &csd)) {
116 if (!strcasecmp(mMIME.c_str(), MEDIA_MIMETYPE_AUDIO_AAC)) {
153 return !strncasecmp("audio/", mMIME.c_str(), 6);
157 return !strncasecmp("video/", mMIME.c_str(), 6);
161 return !strcasecmp(mMIME.c_str(), MEDIA_MIMETYPE_VIDEO_AVC);
165 return !strcasecmp(mMIME.c_str(), MEDIA_MIMETYPE_AUDIO_AAC);
169 return !strcasecmp(mMIME.c_str(), MEDIA_MIMETYPE_AUDIO_RAW);
387 bool isVideo = !strncasecmp("video/", mime.c_str(), 6)
    [all...]
  /art/runtime/
monitor.cc 288 ATRACE_BEGIN(tmp.c_str());
382 ATRACE_BEGIN(oss.str().c_str());
506 PrettyTypeOf(o).c_str(),
507 expected_owner_string.c_str());
512 found_owner_string.c_str(),
513 PrettyTypeOf(o).c_str(),
514 expected_owner_string.c_str());
521 current_owner_string.c_str(),
522 PrettyTypeOf(o).c_str(),
523 expected_owner_string.c_str());
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 77 print("ERROR: Value '%s' is of unsupported type!\n", value.name.c_str());
83 print("ERROR: Value '%s' has invalid number of scalars!\n", value.name.c_str());
439 , m_resource (archive.getResource(m_filename.c_str()))
452 throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str(), DE_NULL, __FILE__, __LINE__);
796 parseError((string("unexpected token '") + m_curTokenStr + "', expecting '" + getTokenName(token) + "'").c_str());
978 elems[scalarNdx].float32 = signMult * parseFloatLiteral(m_curTokenStr.c_str());
991 elems[scalarNdx].int32 = signMult * parseIntLiteral(m_curTokenStr.c_str());
1047 valueName = parseStringLiteral(m_curTokenStr.c_str());
1168 anyExtensionStringList.push_back(parseStringLiteral(m_curTokenStr.c_str()));
1180 anyExtensionStringList.push_back(parseStringLiteral(m_curTokenStr.c_str()));
    [all...]
  /external/gtest/test/
gtest_unittest.cc 455 _putenv(env_var.c_str());
603 EXPECT_STREQ("", WideStringToUtf8(L"", 0).c_str());
604 EXPECT_STREQ("", WideStringToUtf8(L"", -1).c_str());
609 EXPECT_STREQ("a", WideStringToUtf8(L"a", 1).c_str());
610 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", 2).c_str());
611 EXPECT_STREQ("a", WideStringToUtf8(L"a", -1).c_str());
612 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", -1).c_str());
619 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", 1).c_str());
620 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", -1).c_str());
624 EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(s, 1).c_str());
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 455 _putenv(env_var.c_str());
603 EXPECT_STREQ("", WideStringToUtf8(L"", 0).c_str());
604 EXPECT_STREQ("", WideStringToUtf8(L"", -1).c_str());
609 EXPECT_STREQ("a", WideStringToUtf8(L"a", 1).c_str());
610 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", 2).c_str());
611 EXPECT_STREQ("a", WideStringToUtf8(L"a", -1).c_str());
612 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", -1).c_str());
619 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", 1).c_str());
620 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", -1).c_str());
624 EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(s, 1).c_str());
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 667 MYLOGE("skipping command %s because its args were not NULL-terminated", cmd.c_str());
704 MYLOGE("skipping command %s because its args were not NULL-terminated", cmd.c_str());
778 cmd.c_str(), (float) elapsed / NANOS_PER_SEC, pid);
779 MYLOGE("command '%s' timed out after %.3fs (killing pid %d)\n", cmd.c_str(),
784 cmd.c_str(), (float) elapsed / NANOS_PER_SEC, pid);
785 MYLOGE("command '%s': Error after %.4fs (killing pid %d)\n", cmd.c_str(),
800 if (!silent) printf("*** command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
801 MYLOGE("command '%s' failed: %s\n", cmd.c_str(), strerror(errno));
871 action.c_str() };
874 am_args[++am_index] = arg.c_str();
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 455 _putenv(env_var.c_str());
612 EXPECT_STREQ("", WideStringToUtf8(L"", 0).c_str());
613 EXPECT_STREQ("", WideStringToUtf8(L"", -1).c_str());
618 EXPECT_STREQ("a", WideStringToUtf8(L"a", 1).c_str());
619 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", 2).c_str());
620 EXPECT_STREQ("a", WideStringToUtf8(L"a", -1).c_str());
621 EXPECT_STREQ("ab", WideStringToUtf8(L"ab", -1).c_str());
628 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", 1).c_str());
629 EXPECT_STREQ("\xC3\x93", WideStringToUtf8(L"\xD3", -1).c_str());
633 EXPECT_STREQ("\xD5\xB6", WideStringToUtf8(s, 1).c_str());
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 211 const char* Value::CZString::c_str() const { return cstr_; } function in class:Json::Value::CZString
304 duplicateStringValue(value.c_str(), (unsigned int)value.length());
309 value_.string_ = const_cast<char*>(value.c_str());
549 return CppTL::ConstString(asString().c_str());
955 return (*this)[key.c_str()];
959 return (*this)[key.c_str()];
968 return (*this)[key.c_str()];
972 return (*this)[key.c_str()];
984 return get(key.c_str(), defaultValue);
1013 return removeMember(key.c_str());
    [all...]
  /art/compiler/
oat_test.cc 138 dex_file->GetLocation().c_str(),
396 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(),
543 input_filenames.push_back(dex_file1.GetFilename().c_str());
558 input_filenames.push_back(dex_file2.GetFilename().c_str());
667 std::vector<const char*> input_filenames { zip_file.GetFilename().c_str() }; // NOLINT [readability/braces] [4]
697 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),
704 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str()),
717 zip_file.GetFilename().c_str(),
745 ASSERT_EQ(DexFile::GetMultiDexLocation(0, zip_file.GetFilename().c_str()),
752 ASSERT_EQ(DexFile::GetMultiDexLocation(1, zip_file.GetFilename().c_str())
    [all...]
  /bootable/recovery/
install.cpp 72 if (android::base::ParseInt(num_string.c_str(), &build_number, 0)) {
77 LOGE("Failed to parse build number in %s.\n", str.c_str());
156 pkg_device.c_str(), value);
165 LOGE("Package is for serial %s\n", pkg_serial_no.c_str());
179 pkg_pre_build.c_str(), value);
187 pkg_pre_build_fingerprint.c_str(), value);
198 !android::base::ParseInt(metadata["post-timestamp"].c_str(),
372 chr_args[i] = args[i].c_str();
536 LOGW("corrupted uncrypt_status: %s: %s\n", uncrypt_status.c_str(), strerror(errno));
556 LOGI("%s\n", log_content.c_str());
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.cpp 109 return ContextHub::SensorAbbrevNameToType(abbrev_name.c_str());
144 FILE *firmware_file = fopen(filename.c_str(), "r");
273 printf("%s", event.ToString().c_str());
333 printf("%s", event.ToString().c_str());
348 printf("%s", event.ToString().c_str());
369 ContextHub::SensorTypeToAbbrevName(sensor.sensor_type).c_str());
403 ContextHub::SensorTypeToAbbrevName(sensor.sensor_type).c_str());
445 ContextHub::SensorTypeToAbbrevName(sensor.sensor_type).c_str(),
503 ContextHub::SensorTypeToAbbrevName(sensor.sensor_type).c_str());
508 ContextHub::SensorTypeToAbbrevName(sensor.sensor_type).c_str(),
    [all...]
  /external/deqp/execserver/tools/
xsTest.cpp 189 const char* getName (void) const { return m_name.c_str(); }
282 if (!deProcess_start(serverProc, cmdLine.c_str(), DE_NULL))
286 XS_FAIL(errMsg.c_str());
451 XS_FAIL((string("Invalid message: ") + de::toString(msg->type)).c_str());
526 void runProgram (void) { printf("%s", infoStr.c_str()); }
575 XS_FAIL(static_cast<const InfoMessage*>(msg.get())->info.c_str());
589 printf(" received: '%s'\n expected: '%s'\n", receivedData.c_str(), expected);
596 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE);
671 printf("%s", static_cast<const InfoMessage*>(msg.get())->info.c_str());
694 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 525 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
571 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
588 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
607 group->addChild(new SizeCase(testCtx, renderCtx, name.c_str(), name.c_str(), spec));
641 group->addChild(new AttachmentInteractionCase(testCtx, renderCtx, name.c_str(), name.c_str(), altSpec, baseSpec))
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 349 // c_str(), the compiler will complain that it cannot figure out
352 original_verbose_ = GMOCK_FLAG(verbose).c_str();
391 EXPECT_THAT(GetCapturedStdout().c_str(),
397 EXPECT_STREQ("", GetCapturedStdout().c_str());
409 EXPECT_STREQ("\nTest log.\n", GetCapturedStdout().c_str());
432 "Stack trace:\n", log.c_str());
535 EXPECT_STREQ("", GrabOutput(ExpectCallLogger, kWarningVerbosity).c_str());
541 EXPECT_STREQ("", GrabOutput(ExpectCallLogger, kErrorVerbosity).c_str());
558 EXPECT_STREQ("", GrabOutput(OnCallLogger, kWarningVerbosity).c_str());
564 EXPECT_STREQ("", GrabOutput(OnCallLogger, kErrorVerbosity).c_str());
    [all...]
  /external/opencv3/modules/imgcodecs/src/
loadsave.cpp 136 FILE* f= fopen( filename.c_str(), "rb" );
144 maxlen = fread( (void*)signature.c_str(), 1, maxlen, f );
175 memcpy( (void*)signature.c_str(), buf.data, maxlen );
191 const char* ext = strrchr( _ext.c_str(), '.' );
201 const char* descr = strchr( description.c_str(), '(' );
483 FILE* f = fopen( filename.c_str(), "wb" );
495 remove(filename.c_str());
537 remove(filename.c_str());
605 FILE* f = fopen( filename.c_str(), "rb" );
613 remove(filename.c_str());
    [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 433 << FormatFileLocation(file, line).c_str() << ": ";
487 remove(filename_.c_str());
499 FILE* const file = posix::FOpen(filename_.c_str(), "r");
621 env_var << static_cast<char>(toupper(full_flag.c_str()[i]));
642 printf("%s", msg.GetString().c_str());
659 printf("%s", msg.GetString().c_str());
674 const char* const string_value = posix::GetEnv(env_var.c_str());
684 const char* const string_value = posix::GetEnv(env_var.c_str());
694 (Message() << default_value).GetString().c_str());
706 const char* const value = posix::GetEnv(env_var.c_str());
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc.orig 492 << FormatFileLocation(file, line).c_str() << ": ";
565 remove(filename_.c_str());
577 FILE* const file = posix::FOpen(filename_.c_str(), "r");
715 env_var << ToUpper(full_flag.c_str()[i]);
736 printf("%s", msg.GetString().c_str());
753 printf("%s", msg.GetString().c_str());
768 const char* const string_value = posix::GetEnv(env_var.c_str());
778 const char* const string_value = posix::GetEnv(env_var.c_str());
788 (Message() << default_value).GetString().c_str());
800 const char* const value = posix::GetEnv(env_var.c_str());
    [all...]
  /frameworks/base/media/jni/
android_media_Utils.cpp 353 valueObj = env->NewStringUTF(val.c_str());
376 AStringPrintf("%s-left", key).c_str(),
383 AStringPrintf("%s-top", key).c_str(),
390 AStringPrintf("%s-right", key).c_str(),
397 AStringPrintf("%s-bottom", key).c_str(),
485 msg->setString(key.c_str(), value);
496 msg->setInt32(key.c_str(), value);
504 msg->setInt64(key.c_str(), value);
512 msg->setFloat(key.c_str(), value);
551 msg->setBuffer(key.c_str(), buffer)
    [all...]

Completed in 885 milliseconds

<<51525354555657585960>>