/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 105 def.format.audio.cMIMEType = const_cast<char *>("audio/aac"); 123 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftVideoEncoderOMXComponent.cpp | 109 def.format.video.cMIMEType = const_cast<char *>("video/raw"); 136 def.format.video.cMIMEType = const_cast<char *>(mime);
|
/frameworks/native/cmds/installd/ |
otapreopt.cpp | 216 putenv(const_cast<char*>(e.c_str())); 388 char* arg_str = const_cast<char*>(arg.c_str());
|
/frameworks/rs/cpu_ref/ |
rsCpuScriptGroup2.cpp | 40 RsExpandKernelDriverInfo *mutable_kinfo = const_cast<RsExpandKernelDriverInfo *>(kinfo); 76 mutable_kinfo->outPtr[0] = const_cast<uint8_t*>(ptr);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
document.h | 589 Allocator::Free(const_cast<Ch*>(data_.s.str));
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr.h | 443 { return shared_ptr<_Tp>(__r, const_cast<_Tp*>(__r.get())); } 576 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr.h | 443 { return shared_ptr<_Tp>(__r, const_cast<_Tp*>(__r.get())); } 576 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
shared_ptr.h | 443 { return shared_ptr<_Tp>(__r, const_cast<_Tp*>(__r.get())); } 576 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
shared_ptr.h | 449 { return shared_ptr<_Tp>(__r, const_cast<_Tp*>(__r.get())); } 566 __pe->_M_weak_assign(const_cast<_Tp1*>(__px), __pn);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
reflection.h | 97 const_cast<Message*>(&message), field, 219 const_cast<Message*>(&message), field,
|
/external/clang/lib/AST/ |
DeclObjC.cpp | 811 Redecl = const_cast<ObjCMethodDecl*>(Ctx.getObjCMethodRedeclaration(this)); [all...] |
DeclTemplate.cpp | 69 for (iterator P = const_cast<TemplateParameterList *>(this)->begin(), 70 PEnd = const_cast<TemplateParameterList *>(this)->end(); [all...] |
ExprCXX.cpp | 570 /// "const_cast". The returned pointer must not be freed. 576 case CXXConstCastExprClass: return "const_cast"; [all...] |
/external/llvm/include/llvm/TableGen/ |
Record.h | 338 return const_cast<Init *>(this); 347 virtual Init *getBitVar() const { return const_cast<Init*>(this); } 418 return const_cast<UnsetInit*>(this); 446 return const_cast<BitInit*>(this); 910 return const_cast<VarBitInit*>(this); [all...] |
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 445 NewOps.push_back(const_cast<Metadata *>(V)); 520 DT.recalculate(const_cast<Function&>(*CalledFunc)); 623 GetUnderlyingObjects(const_cast<Value*>(PtrArgs[i]), 658 !isIdentifiedFunctionLocal(const_cast<Value*>(V))) 743 DT.recalculate(const_cast<Function&>(*CS.getInstruction()->getParent() [all...] |
/external/clang/lib/CodeGen/ |
CGStmtOpenMP.cpp | 371 const_cast<VarDecl *>(OrigVD), 482 DeclRefExpr DRE(const_cast<VarDecl *>(VD), true, (*IRef)->getType(), 541 const_cast<VarDecl *>(OrigVD), [all...] |
/art/imgdiag/ |
imgdiag.cc | 515 mirror::Object* obj = reinterpret_cast<mirror::Object*>(const_cast<uint8_t*>(current)); 547 const_cast<uint8_t*>(current_remote)); [all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 794 const_cast<SourceManager&>(*SM)); 799 return FullSourceLoc(D->getLocation(), const_cast<SourceManager&>(*SM)); 802 return FullSourceLoc(L, const_cast<SourceManager&>(*SM)); [all...] |
/external/clang/tools/libclang/ |
CXCursor.cpp | 899 const_cast<void *>(C.data[0])), 940 return static_cast<CXTranslationUnit>(const_cast<void*>(Cursor.data[2])); [all...] |
/external/libcxx/include/ |
fstream | [all...] |
/external/libcxxabi/src/ |
private_typeinfo.cpp | 245 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr); 428 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr); 685 return const_cast<void*>(dst_ptr); [all...] |
/external/llvm/include/llvm/IR/ |
Metadata.h | 933 return const_cast<MDNode *>(this)->mutable_begin(); 936 return const_cast<MDNode *>(this)->mutable_end(); [all...] |
/external/protobuf/src/google/protobuf/ |
message.h | [all...] |
/external/skia/dm/ |
DMSrcSink.cpp | 295 SkPMColor* colorPtr = const_cast<SkPMColor*>(colorTable->readColors()); 404 colorPtr = const_cast<SkPMColor*>(colorTable->readColors()); 692 colorPtr = const_cast<SkPMColor*>(colorTable->readColors()); [all...] |