/frameworks/base/media/mca/filterfw/native/core/ |
H A D | native_program.cpp | 47 lib_handle_ = dlopen(lib_name.c_str(), RTLD_NOW); 49 ALOGE("NativeProgram: Error opening library: '%s': %s", lib_name.c_str(), dlerror()); 60 process_function_ = reinterpret_cast<ProcessFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); 62 ALOGE("NativeProgram: Could not find process function symbol: '%s'!", func_name.c_str()); 71 init_function_ = reinterpret_cast<InitFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); 78 setvalue_function_ = reinterpret_cast<SetValueFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); 85 getvalue_function_ = reinterpret_cast<GetValueFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); 92 reset_function_ = reinterpret_cast<ResetFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); 99 teardown_function_ = reinterpret_cast<TeardownFunctionPtr>(dlsym(lib_handle_, func_name.c_str())); 128 setvalue_function_(key.c_str(), valu [all...] |
/frameworks/base/core/jni/ |
H A D | android_os_SELinux.cpp | 136 context_c_str = context->c_str(); 164 if (path.c_str() == NULL) { 169 if (context.c_str() == NULL) { 174 char *tmp = const_cast<char *>(context.c_str()); 175 int ret = setfilecon(path.c_str(), tmp); 177 ALOGV("setFileCon(%s, %s) => %d", path.c_str(), context.c_str(), ret); 197 if (path.c_str() == NULL) { 202 int ret = getfilecon(path.c_str(), &tmp); 210 ALOGV("getFileCon(%s) => %s", path.c_str(), contex [all...] |
/frameworks/av/media/libstagefright/httplive/ |
H A D | M3UParser.cpp | 201 const char *lang = item.mLanguage.empty() ? "und" : item.mLanguage.c_str(); 398 ALOGV("base:'%s', url:'%s' => '%s'", baseURL, url, out->c_str()); 437 ALOGV("base:'%s', url:'%s' => '%s'", baseURL, url, out->c_str()); 463 // ALOGI("#%s#", line.c_str()); 554 CHECK(MakeURL(mBaseURI.c_str(), line.c_str(), &item->mURI)); 578 status_t err = ParseInt32(line.c_str() + colonPos + 1, &x); 602 status_t err = ParseDouble(line.c_str() + colonPos + 1, &x); 625 char c = line.c_str()[offset]; 671 ALOGV("key=%s value=%s", key.c_str(), va [all...] |
/frameworks/base/tools/aidl/ |
H A D | search_path.cpp | 46 if (0 == _access(f.c_str(), 0) && /* mode 0=exist */ 47 0 == _access(f.c_str(), 4) ) { /* mode 4=readable */ 49 if (0 == access(f.c_str(), R_OK)) { 51 return strdup(f.c_str());
|
H A D | AST.cpp | 84 fprintf(to, "%s\n", this->comment.c_str()); 87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(), 88 this->variable->name.c_str()); 90 fprintf(to, " = %s", this->value.c_str()); 111 fprintf(to, "%s", this->value.c_str()); 126 fprintf(to, "\"%s\"", this->value.c_str()); 167 fprintf(to, "%s%s %s", this->type->QualifiedName().c_str(), dim.c_str(), 168 this->name.c_str()); 174 fprintf(to, "%s", name.c_str()); [all...] |
H A D | generate_java.cpp | 19 sprintf(name, "%s%d", m_base.c_str(), m_index); 79 // printf("outputting... filename=%s\n", filename.c_str()); 87 to = fopen(filename.c_str(), "wb"); 89 fprintf(stderr, "unable to open %s for write\n", filename.c_str());
|
/frameworks/av/media/libstagefright/rtsp/ |
H A D | ASessionDescription.cpp | 66 if ((size_t)eolPos > i && desc.c_str()[eolPos - 1] == '\r') { 79 if (line.size() < 2 || line.c_str()[1] != '=') { 83 ALOGI("%s", line.c_str()); 85 switch (line.c_str()[0]) { 88 if (strcmp(line.c_str(), "v=0")) { 123 ALOGV("adding '%s' => '%s'", key.c_str(), value.c_str()); 132 AString(line, 2, line.size() - 2).c_str()); 151 ALOGV("adding '%s' => '%s'", key.c_str(), value.c_str()); [all...] |
H A D | ARTPSource.cpp | 58 if (!strncmp(desc.c_str(), "H264/", 5)) { 61 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) { 63 } else if (!strncmp(desc.c_str(), "H263-1998/", 10) 64 || !strncmp(desc.c_str(), "H263-2000/", 10)) { 67 } else if (!strncmp(desc.c_str(), "AMR/", 4)) { 69 } else if (!strncmp(desc.c_str(), "AMR-WB/", 7)) { 71 } else if (!strncmp(desc.c_str(), "MP4V-ES/", 8) 72 || !strncasecmp(desc.c_str(), "mpeg4-generic/", 14)) { 75 } else if (ARawAudioAssembler::Supports(desc.c_str())) { 76 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), param [all...] |
H A D | APacketSource.cpp | 83 char c = s.c_str()[i]; 265 const char *s = val.c_str(); 427 if (!strncmp(desc.c_str(), "H264/", 5)) { 438 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); 458 } else if (!strncmp(desc.c_str(), "H263-2000/", 10) 459 || !strncmp(desc.c_str(), "H263-1998/", 10)) { 470 } else if (!strncmp(desc.c_str(), "MP4A-LATM/", 10)) { 475 desc.c_str(), &sampleRate, &numChannels); 481 MakeAACCodecSpecificData(params.c_str()); 486 } else if (!strncmp(desc.c_str(), "AM [all...] |
H A D | AMPEG4ElementaryAssembler.cpp | 76 s = val.c_str(); 129 mIsGeneric = !strncasecmp(desc.c_str(),"mpeg4-generic/", 14); 133 CHECK(GetAttribute(params.c_str(), "mode", &value)); 135 if (!GetIntegerAttribute(params.c_str(), "sizeLength", &mSizeLength)) { 140 params.c_str(), "indexLength", &mIndexLength)) { 145 params.c_str(), "indexDeltaLength", &mIndexDeltaLength)) { 150 params.c_str(), "CTSDeltaLength", &mCTSDeltaLength)) { 155 params.c_str(), "DTSDeltaLength", &mDTSDeltaLength)) { 161 params.c_str(), "randomAccessIndication", &x)) { 169 params.c_str(), "streamStateIndicatio [all...] |
/frameworks/av/media/libstagefright/foundation/ |
H A D | AAtomizer.cpp | 46 return (*it).c_str(); 53 return (*--entry.end()).c_str();
|
/frameworks/compile/libbcc/lib/Core/ |
H A D | Source.cpp | 46 pInput->getBufferIdentifier(), error.c_str()); 94 ALOGE("Failed to load bitcode from path %s! (%s)", pPath.c_str(), 95 ec.message().c_str()); 120 pModule.getModuleIdentifier().c_str()); 145 getIdentifier().c_str(), 146 pSource.getIdentifier().c_str(), 147 error.c_str()); 165 ALOGE("Out of memory when creating empty LLVM module `%s'!", pName.c_str());
|
/frameworks/compile/mclinker/unittests/ |
H A D | PathTest.cpp | 138 EXPECT_STREQ("/usr/lib/", m_pTestee->generic_string().c_str()); 143 EXPECT_STREQ("aa/bb/cc", m_pTestee->parent_path().c_str()); 146 EXPECT_STREQ("/aa/bb", m_pTestee->parent_path().c_str()); 149 EXPECT_STREQ("/aa", m_pTestee->parent_path().c_str()); 152 EXPECT_STREQ("aa", m_pTestee->parent_path().c_str()); 160 EXPECT_STREQ("cc", m_pTestee->filename().c_str()); 163 EXPECT_STREQ("", m_pTestee->filename().c_str()); 166 EXPECT_STREQ("aa", m_pTestee->filename().c_str());
|
/frameworks/base/tools/aapt/ |
H A D | pseudolocalize.cpp | 74 const char* s = source.c_str(); 115 //printf("result=\'%s\'\n", result.c_str());
|
/frameworks/native/opengl/tests/hwc/ |
H A D | hwcRects.cpp | 282 "closing >] in: %s", rectDesc.c_str()); 376 testPrintE("Error parsing format from: %s", rectStr.c_str()); 379 format = hwcTestGraphicFormatLookup(str.c_str()); 381 testPrintE("Unknown graphic format in: %s", rectStr.c_str()); 389 testPrintE("Invalid display frame in: %s", rectStr.c_str()); 414 rectStr.c_str()); 436 testPrintE("Unknown transform of \"%s\" in: %s", str.c_str(), 437 rectStr.c_str()); 451 testPrintE("Unknown blend of \"%s\" in: %s", str.c_str(), 452 rectStr.c_str()); [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
H A D | RSCompilerDriver.cpp | 88 dep_info.push(std::make_pair(output_path.c_str(), bitcode_sha1)); 93 FileMutex<FileBase::kReadLock> read_output_mutex(output_path.c_str()); 96 ALOGE("Unable to acquire the read lock for %s! (%s)", output_path.c_str(), 97 read_output_mutex.getErrorMessage().c_str()); 104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str()); 107 // ALOGE("Unable to open the %s for read! (%s)", output_path.c_str(), 108 // object_file->getErrorMessage().c_str()); 116 android::String8 info_path = RSInfo::GetPath(output_path.c_str()); 120 output_path.c_str(), info_path.string(), 121 object_file->getErrorMessage().c_str()); [all...] |
H A D | RSExecutable.cpp | 56 pObjFile.getName().c_str()); 132 android::String8 info_path = RSInfo::GetPath(mObjFile->getName().c_str()); 137 info_file.getErrorMessage().c_str()); 146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str()); 173 mObjFile->getName().c_str()); 190 func_name, mObjFile->getName().c_str(), static_cast<size_t>(result));
|
H A D | RSInfoWriter.cpp | 156 rsinfo::GetItemTypeName<ItemType>(), pOutput.getName().c_str(), 157 pOutput.getErrorMessage().c_str()); 169 const char *output_filename = pOutput.getName().c_str(); 173 output_filename, pOutput.getErrorMessage().c_str()); 185 output_filename, pOutput.getErrorMessage().c_str()); 193 output_filename, pOutput.getErrorMessage().c_str());
|
/frameworks/compile/slang/ |
H A D | slang_rs_reflection_base.cpp | 84 mOF.open(cf.c_str()); 96 printf("Generating %s\n", filename.c_str()); 125 //printf("%s%s\n", mIndent.c_str(), t.c_str()); 143 FILE *pfin = fopen((mOutputPath + filename).c_str(), "wt"); 145 fprintf(stderr, "Error: could not write file %s\n", filename.c_str()); 150 fprintf(pfin, "%s\n", txt[ct].c_str()); 178 tmp << s.c_str();
|
/frameworks/av/media/libstagefright/chromium_http/ |
H A D | support.cpp | 73 "%s:%d: %s", file, line, str.c_str()); 141 TickCountToString(time).c_str(), 144 EventPhaseToString(phase)).c_str()); 159 mUserAgent = MakeUserAgent().c_str(); 213 std::string proxy = StringPrintf("%s:%d", host, port).c_str(); 312 request->status().os_error()).c_str()); 323 request->GetResponseCode()).c_str()); 333 request->GetResponseCode()).c_str()); 347 MY_LOGV(StringPrintf("response headers: %s", headers.c_str()).c_str()); [all...] |
/frameworks/base/core/jni/android/graphics/ |
H A D | Typeface.cpp | 22 const char* c_str() const { return fCStr; } function in class:AutoJavaStringToUTF8 36 face = SkTypeface::CreateFromName(str.c_str(), style); 39 face = SkTypeface::CreateFromName(str.c_str(), (SkTypeface::Style)(style ^ SkTypeface::kItalic)); 42 face = SkTypeface::CreateFromName(str.c_str(), (SkTypeface::Style)i); 148 Asset* asset = mgr->open(str.c_str(), Asset::ACCESS_BUFFER); 167 return SkTypeface::CreateFromFile(str.c_str());
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
H A D | ObjectLoader.cpp | 107 const char *input_filename = pFile.getName().c_str(); 113 input_filename, pFile.getErrorMessage().c_str()); 121 pFile.getErrorMessage().c_str()); 135 pFile.getErrorMessage().c_str());
|
/frameworks/compile/libbcc/lib/Support/ |
H A D | Initialization.cpp | 31 ALOGE("%s", pMessage.c_str());
|
/frameworks/compile/mclinker/lib/Support/ |
H A D | DefSymParser.cpp | 96 switch (*((*it).c_str())) { 109 if (*((*it).c_str()) == '*') 111 else if (*((*it).c_str()) == '/') 113 else if (*((*it).c_str()) == '-')
|
H A D | HandleToArea.cpp | 25 llvm::StringRef(pHandle->path().native().c_str(), 45 llvm::StringRef(pPath.native().c_str(), 62 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(), 80 unsigned int hash_value = HashFunction()(llvm::StringRef(pPath.native().c_str(),
|