Searched refs:c_str (Results 1 - 25 of 171) sorted by relevance

1234567

/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.cpp47 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 Dandroid_os_SELinux.cpp136 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 DM3UParser.cpp201 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 Dsearch_path.cpp46 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 DAST.cpp84 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 Dgenerate_java.cpp19 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 DASessionDescription.cpp66 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 DARTPSource.cpp58 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 DAPacketSource.cpp83 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 DAMPEG4ElementaryAssembler.cpp76 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 DAAtomizer.cpp46 return (*it).c_str();
53 return (*--entry.end()).c_str();
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp46 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 DPathTest.cpp138 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 Dpseudolocalize.cpp74 const char* s = source.c_str();
115 //printf("result=\'%s\'\n", result.c_str());
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp282 "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 DRSCompilerDriver.cpp88 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 DRSExecutable.cpp56 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 DRSInfoWriter.cpp156 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 Dslang_rs_reflection_base.cpp84 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 Dsupport.cpp73 "%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 DTypeface.cpp22 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 DObjectLoader.cpp107 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 DInitialization.cpp31 ALOGE("%s", pMessage.c_str());
/frameworks/compile/mclinker/lib/Support/
H A DDefSymParser.cpp96 switch (*((*it).c_str())) {
109 if (*((*it).c_str()) == '*')
111 else if (*((*it).c_str()) == '/')
113 else if (*((*it).c_str()) == '-')
H A DHandleToArea.cpp25 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(),

Completed in 675 milliseconds

1234567