Searched refs:Name (Results 1 - 25 of 52) sorted by path

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s18 ; * File Name: omxVCM4P2_DecodePadMV_PVOP_s.s
H A DomxVCM4P2_PredictReconCoefIntra_s.s18 ; * File Name: omxVCM4P2_PredictReconCoefIntra_s.s
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s18 ; * File Name: omxVCM4P2_DecodePadMV_PVOP_s.s
H A DomxVCM4P2_PredictReconCoefIntra_s.s18 ; * File Name: omxVCM4P2_PredictReconCoefIntra_s.s
/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp149 jstring jname = env->NewStringUTF(factory->Name());
/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp66 ALOGE("%s: %f ms", Name().c_str(), mSec);
H A Dtime_util.h43 const string& Name() const { return mName; } function in class:android::filterfw::NamedStopWatch
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp64 ALOGE("%s: %f ms", Name().c_str(), mSec);
H A Dtime_util.h43 const std::string& Name() const { return mName; } function in class:android::filterfw::NamedStopWatch
/frameworks/base/tools/aidl/
H A DAST.cpp830 string name = this->type->Name();
H A DType.cpp1354 if (m_types[i]->Name() == name) {
1439 t->Package().c_str(), t->Name().c_str(),
H A DType.h34 inline string Name() const { return m_name; } function in class:Type
H A Dgenerate_java_rpc.cpp332 ctor->name = class_name_leaf(this->type->Name());
402 ctor->name = class_name_leaf(this->type->Name());
483 ctor->name = class_name_leaf(this->type->Name());
545 ctor->name = class_name_leaf(this->type->Name());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1076 SmallString<8> Name; local
1077 Name.resize(NameLength);
1079 Name[i] = Record[i];
1093 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name);
1153 SmallString<8> Name;
1154 Name.resize(RecordLength-1);
1157 Name[i-1] = Record[i];
1159 unsigned NewKind = TheModule->getMDKindID(Name.str());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1392 SmallString<8> Name; local
1393 Name.resize(NameLength);
1395 Name[i] = Record[i];
1405 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name);
1454 SmallString<8> Name;
1455 Name.resize(RecordLength-1);
1458 Name[i-1] = Record[i];
1460 unsigned NewKind = TheModule->getMDKindID(Name.str());
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp37 // Name of metadata node where pragma info resides (should be synced with
41 // Name of metadata node where exported variable names reside (should be
45 // Name of metadata node where exported function names reside (should be
49 // Name of metadata node where exported ForEach name information resides
54 // Name of metadata node where exported ForEach signature information resides
58 // Name of metadata node where RS object slot info resides (should be
286 llvm::MDNode *Name = VarNameMetadata->getOperand(i); local
287 if (Name != NULL && Name->getNumOperands() > 1) {
288 TmpNameList[i] = createStringFromValue(Name
312 llvm::MDNode *Name = FuncNameMetadata->getOperand(i); local
377 llvm::MDNode *Name = Names->getOperand(i); local
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp766 const char *Name = mExportForEachNameList[i]; local
768 if (Module.getFunction(Name) &&
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h64 const char* name() const { return Name; }
91 /// Name - The target name
92 const char* Name; member in class:mcld::Target
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp18 : Name(NULL),
H A DTargetRegistry.cpp22 pTarget.Name = pName;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationFunctions.h10 #define DECL_AARCH64_APPLY_RELOC_FUNC(Name) \
11 static AArch64Relocator::Result Name (Relocation& pEntry, AArch64Relocator& pParent);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h10 #define DECL_ARM_APPLY_RELOC_FUNC(Name) \
11 static ARMRelocator::Result Name (Relocation& pEntry, \
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h36 #define DECL_HEXAGON_APPLY_RELOC_FUNC(Name) \
37 static HexagonRelocator::Result Name (Relocation& pEntry, \
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFunctions.h10 #define DECL_MIPS_APPLY_RELOC_FUNC(Name) \
11 static MipsRelocator::Result Name(MipsRelocationInfo& pReloc, \
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h10 #define DECL_X86_32_APPLY_RELOC_FUNC(Name) \
11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
77 #define DECL_X86_64_APPLY_RELOC_FUNC(Name) \
78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);

Completed in 340 milliseconds

123