Home
last modified time | relevance | path

Searched refs:push_back (Results 1 – 25 of 252) sorted by relevance

1234567891011

/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp151 Vals.push_back(Str[i]); in WriteStringRecord()
170 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
242 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
273 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
275 TypeVals.push_back(AddressSpace); in WriteTypeTable()
283 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
284 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
286 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp151 Vals.push_back(Str[i]); in WriteStringRecord()
170 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
240 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
270 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
272 TypeVals.push_back(AddressSpace); in WriteTypeTable()
280 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
281 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0 in WriteTypeTable()
282 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp128 Vals.push_back(Str[i]); in WriteStringRecord()
147 Record.push_back(A.getSlotIndex(i)); in WriteAttributeTable()
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i))); in WriteAttributeTable()
188 NameVals.push_back(i); in WriteTypeSymbolTable()
193 NameVals.push_back((unsigned char)Str[i]); in WriteTypeSymbolTable()
255 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
279 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
285 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
287 TypeVals.push_back(AddressSpace); in WriteTypeTable()
295 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
[all …]
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp65 ls.push_back(new WebmUnsigned(kMkvTrackNumber, num)); in populateCommonTrackEntries()
66 ls.push_back(new WebmUnsigned(kMkvTrackUid, uid)); in populateCommonTrackEntries()
67 ls.push_back(new WebmUnsigned(kMkvFlagLacing, lacing)); in populateCommonTrackEntries()
68 ls.push_back(new WebmString(kMkvLanguage, lang)); in populateCommonTrackEntries()
69 ls.push_back(new WebmString(kMkvCodecId, codec)); in populateCommonTrackEntries()
70 ls.push_back(new WebmUnsigned(kMkvTrackType, type)); in populateCommonTrackEntries()
260 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueTrack, track)); in CuePointEntry()
261 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueClusterPosition, off)); in CuePointEntry()
265 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueTime, time)); in CuePointEntry()
266 cuePointEntryFields.push_back(cueTrackPositions); in CuePointEntry()
[all …]
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy274 { m_ScriptFile.getCurrentStringList()->push_back($1); }
276 { m_ScriptFile.getCurrentStringList()->push_back($2); }
278 { m_ScriptFile.getCurrentStringList()->push_back($3); }
463 { m_ScriptFile.getCurrentStringList()->push_back($3); }
537 m_ScriptFile.getCurrentStringList()->push_back(
542 m_ScriptFile.getCurrentStringList()->push_back(
554 m_ScriptFile.getCurrentStringList()->push_back($2);
558 m_ScriptFile.getCurrentStringList()->push_back($1);
638 m_ScriptFile.getCurrentRpnExpr()->push_back(
644 m_ScriptFile.getCurrentRpnExpr()->push_back(
[all …]
DScriptFile.cpp91 sections->push_back(entry); in addEntryPoint()
93 m_CommandQueue.push_back(entry); in addEntryPoint()
98 m_CommandQueue.push_back(new OutputFormatCmd(pName)); in addOutputFormatCmd()
104 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle)); in addOutputFormatCmd()
112 m_CommandQueue.push_back(new InputCmd(pStringList, in addInputCmd()
124 m_CommandQueue.push_back(new GroupCmd( in addGroupCmd()
129 m_CommandQueue.push_back(new OutputCmd(pFileName)); in addOutputCmd()
133 m_CommandQueue.push_back(new SearchDirCmd(pPath)); in addSearchDirCmd()
137 m_CommandQueue.push_back(new OutputArchCmd(pArch)); in addOutputArchCmd()
141 m_CommandQueue.push_back(new AssertCmd(pRpnExpr, pMessage)); in addAssertCmd()
[all …]
DRpnExpr.cpp50 void RpnExpr::push_back(ExprToken* pToken) { in push_back() function in mcld::RpnExpr
51 m_TokenQueue.push_back(pToken); in push_back()
82 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
83 expr->push_back(&Operator::create<Operator::ADDR>()); in buildHelperExpr()
84 expr->push_back(SectDescOperand::create(*pIter)); in buildHelperExpr()
85 expr->push_back(&Operator::create<Operator::SIZEOF>()); in buildHelperExpr()
86 expr->push_back(&Operator::create<Operator::ADD>()); in buildHelperExpr()
93 expr->push_back(FragOperand::create(pFrag)); in buildHelperExpr()
DAssignment.cpp83 script.assignments().push_back( in activate()
99 out->dotAssignments().push_back(assign); in activate()
123 out->dotAssignments().push_back(*this); in activate()
125 script.assignments().push_back( in activate()
141 in->dotAssignments().push_back( in activate()
158 in->dotAssignments().push_back(std::make_pair( in activate()
161 script.assignments().push_back( in activate()
DOutputFormatCmd.cpp19 m_FormatList.push_back(pFormat); in OutputFormatCmd()
26 m_FormatList.push_back(pDefault); in OutputFormatCmd()
27 m_FormatList.push_back(pBig); in OutputFormatCmd()
28 m_FormatList.push_back(pLittle); in OutputFormatCmd()
/frameworks/base/tools/aidl/
Dgenerate_java_rpc.cpp132 this->processMethod->parameters.push_back(this->actionParam); in generate_process()
135 this->processMethod->parameters.push_back(this->requestParam); in generate_process()
138 this->processMethod->parameters.push_back(this->rpcContextParam); in generate_process()
141 this->processMethod->parameters.push_back(this->errorParam); in generate_process()
201 realCall->arguments.push_back(v); in AddMethod()
208 realCall->arguments.push_back(new Variable(RPC_CONTEXT_TYPE, "context", 0)); in AddMethod()
266 this->elements.push_back(this->processMethod); in DoneWithMethods()
311 this->elements.push_back(new Field(PRIVATE, this->broker)); in RpcProxyClass()
314 this->elements.push_back(new Field(PRIVATE, this->endpoint)); in RpcProxyClass()
334 ctor->parameters.push_back(broker); in generate_ctor()
[all …]
Dgenerate_java_binder.cpp32 this->interfaces.push_back(interfaceType); in StubClass()
38 this->elements.push_back(descriptor); in StubClass()
50 this->elements.push_back(ctor); in StubClass()
62 this->elements.push_back(asBinder); in StubClass()
73 onTransact->parameters.push_back(this->transact_code); in StubClass()
74 onTransact->parameters.push_back(this->transact_data); in StubClass()
75 onTransact->parameters.push_back(this->transact_reply); in StubClass()
76 onTransact->parameters.push_back(this->transact_flags); in StubClass()
78 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE); in StubClass()
79 this->elements.push_back(onTransact); in StubClass()
[all …]
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup2.cpp176 mBatches.push_back(batch); in CpuScriptGroup2Impl()
182 batch->mClosures.push_back(cc); in CpuScriptGroup2Impl()
186 mBatches.push_back(batch); in CpuScriptGroup2Impl()
256 args->push_back(RsdCpuScriptImpl::BCC_EXE_PATH); in setupCompileArguments()
257 args->push_back("-fPIC"); in setupCompileArguments()
258 args->push_back("-embedRSInfo"); in setupCompileArguments()
260 args->push_back("-rs-global-info"); in setupCompileArguments()
262 args->push_back("-rs-global-info-skip-constant"); in setupCompileArguments()
265 args->push_back("-mtriple"); in setupCompileArguments()
266 args->push_back(DEFAULT_TARGET_TRIPLE_STRING); in setupCompileArguments()
[all …]
DrsCpuScript.cpp86 args->push_back(android::renderscript::RsdCpuScriptImpl::BCC_EXE_PATH); in setCompileArguments()
87 args->push_back("-unroll-runtime"); in setCompileArguments()
88 args->push_back("-scalarize-load-store"); in setCompileArguments()
90 args->push_back("-rs-global-info"); in setCompileArguments()
92 args->push_back("-rs-global-info-skip-constant"); in setCompileArguments()
95 args->push_back("-o"); in setCompileArguments()
96 args->push_back(resName); in setCompileArguments()
97 args->push_back("-output_path"); in setCompileArguments()
98 args->push_back(cacheDir); in setCompileArguments()
99 args->push_back("-bclib"); in setCompileArguments()
[all …]
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp117 RootArgTys.push_back(B->getType()); in getRootSignature()
238 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x in buildTypes()
239 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y in buildTypes()
240 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z in buildTypes()
241 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod in buildTypes()
242 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t face in buildTypes()
243 RsLaunchDimensionsTypes.push_back(Int32Array4Ty); // uint32_t array[4] in buildTypes()
275 …RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *inPtr[RS_K… in buildTypes()
276 …RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t inStride[RS_KERN… in buildTypes()
277 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t inLen in buildTypes()
[all …]
DRSInvokeHelperPass.cpp89 SetObjTypeParams.push_back(rsAllocationType->getPointerTo()); in doInitialization()
90 SetObjTypeParams.push_back(rsAllocationType->getPointerTo()); in doInitialization()
95 SetObjTypeParams.push_back(rsElementType->getPointerTo()); in doInitialization()
96 SetObjTypeParams.push_back(rsElementType->getPointerTo()); in doInitialization()
101 SetObjTypeParams.push_back(rsSamplerType->getPointerTo()); in doInitialization()
102 SetObjTypeParams.push_back(rsSamplerType->getPointerTo()); in doInitialization()
107 SetObjTypeParams.push_back(rsScriptType->getPointerTo()); in doInitialization()
108 SetObjTypeParams.push_back(rsScriptType->getPointerTo()); in doInitialization()
113 SetObjTypeParams.push_back(rsTypeType->getPointerTo()); in doInitialization()
114 SetObjTypeParams.push_back(rsTypeType->getPointerTo()); in doInitialization()
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc202 db.names.push_back(typename C::String(num, static_cast<std::size_t>(n))); in parse_floating_number()
232 db.names.push_back("(anonymous namespace)"); in parse_source_name()
234 db.names.push_back(std::move(r)); in parse_source_name()
264 db.names.push_back("std::allocator"); in parse_substitution()
268 db.names.push_back("std::basic_string"); in parse_substitution()
272 db.names.push_back("std::string"); in parse_substitution()
276 db.names.push_back("std::istream"); in parse_substitution()
280 db.names.push_back("std::ostream"); in parse_substitution()
284 db.names.push_back("std::iostream"); in parse_substitution()
291 db.names.push_back(n); in parse_substitution()
[all …]
/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp128 attributes.push_back("+vfp3"); in initializeArch()
130 attributes.push_back("+d16"); in initializeArch()
137 attributes.push_back("+neon"); in initializeArch()
140 attributes.push_back("-neon"); in initializeArch()
141 attributes.push_back("-neonfp"); in initializeArch()
148 attributes.push_back("+hwdiv-arm"); in initializeArch()
151 attributes.push_back("+hwdiv"); in initializeArch()
158 attributes.push_back("+fp16"); in initializeArch()
/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp151 resources1.push_back(MediaResource(String8(kResourceSecureCodec), 1)); in addResource()
153 resources1.push_back(MediaResource(String8(kResourceGraphicMemory), 200)); in addResource()
155 resources11.push_back(MediaResource(String8(kResourceGraphicMemory), 200)); in addResource()
160 resources2.push_back(MediaResource(String8(kResourceNonSecureCodec), 1)); in addResource()
161 resources2.push_back(MediaResource(String8(kResourceGraphicMemory), 300)); in addResource()
167 resources3.push_back(MediaResource(String8(kResourceSecureCodec), 1)); in addResource()
168 resources3.push_back(MediaResource(String8(kResourceGraphicMemory), 100)); in addResource()
192 policies1.push_back( in testConfig()
196 policies1.push_back( in testConfig()
205 policies2.push_back( in testConfig()
[all …]
/frameworks/rs/api/
DSpecification.cpp76 entries.push_back(entry); in convertToTypeVector()
87 result.push_back(t.cType); in convertToTypeVector()
96 result.push_back(s); in convertToTypeVector()
268 mDescription.push_back(scanner->getValue()); in scanDocumentationTags()
320 mParameters.push_back(entry); in addParameter()
388 spec->mFields.push_back(s); in scanTypeSpecification()
389 spec->mFieldComments.push_back(comment); in scanTypeSpecification()
399 spec->mValues.push_back(s); in scanTypeSpecification()
400 spec->mValueComments.push_back(comment); in scanTypeSpecification()
443 out->push_back(expandString(*iter, replacementIndexes)); in expandStringVector()
[all …]
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp64 m_Module.getObjectList().push_back(*input); in readGroup()
69 m_Module.getLibraryList().push_back(*input); in readGroup()
80 ar_list.push_back(entry); in readGroup()
88 m_Module.getObjectList().push_back(*input); in readGroup()
95 m_Module.getObjectList().push_back(*input); in readGroup()
103 m_Module.getLibraryList().push_back(*input); in readGroup()
/frameworks/minikin/libs/minikin/
DHyphenator.cpp51 result.push_back(c - '0'); in addPattern()
55 word.push_back(c); in addPattern()
57 result.push_back(0); in addPattern()
63 result.push_back(0); in addPattern()
133 dbg.push_back((char)('0' + node->result[off])); in hyphenate()
137 dbg.push_back((char)c); in hyphenate()
/frameworks/compile/slang/
Dslang_backend.cpp292 Pragma.push_back(llvm::MDString::get(mLLVMContext, I->first)); in HandleTranslationUnit()
294 Pragma.push_back(llvm::MDString::get(mLLVMContext, I->second)); in HandleTranslationUnit()
538 ExportVarInfo.push_back( in dumpExportVarInfo()
546 ExportVarInfo.push_back( in dumpExportVarInfo()
555 ExportVarInfo.push_back( in dumpExportVarInfo()
562 ExportVarInfo.push_back( in dumpExportVarInfo()
579 ExportVarInfo.push_back( in dumpExportVarInfo()
620 ExportFuncInfo.push_back(llvm::MDString::get(mLLVMContext, in dumpExportFunctionInfo()
639 HelperFunctionParameterTys.push_back(AI->getType()->getPointerElementType()); in dumpExportFunctionInfo()
640 isStructInput.push_back(true); in dumpExportFunctionInfo()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp114 void push_back(Value *V) { in push_back() function in __anon4adc0c5b0111::BitcodeReaderValueList
115 ValuePtrs.push_back(V); in push_back()
164 void push_back(Metadata *MD) { MDValuePtrs.emplace_back(MD); } in push_back() function in __anon4adc0c5b0111::BitcodeReaderMDValueList
570 push_back(V); in AssignValue()
586 ResolveConstants.push_back(std::make_pair(PHC, Idx)); in AssignValue()
686 NewOps.push_back(cast<Constant>(NewOp)); in ResolveConstantForwardRefs()
715 push_back(MD); in AssignValue()
785 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
791 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
866 Attrs.push_back(AttributeSet::get(Context, Record[i], B)); in ParseAttributeBlock()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
357 void push_back(Value *V) { in push_back() function in __anonc5f03b150111::BitcodeReaderValueList
358 ValuePtrs.push_back(V); in push_back()
407 void push_back(Metadata *MD) { MDValuePtrs.emplace_back(MD); } in push_back() function in __anonc5f03b150111::BitcodeReaderMDValueList
846 push_back(V); in AssignValue()
862 ResolveConstants.push_back(std::make_pair(PHC, Idx)); in AssignValue()
962 NewOps.push_back(cast<Constant>(NewOp)); in ResolveConstantForwardRefs()
991 push_back(MD); in AssignValue()
1061 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1067 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
[all …]
/frameworks/base/tools/aapt2/
DFlag.cpp36 sFlags.push_back(Flag{ in optionalFlag()
43 sFlags.push_back(Flag{ name.toString(), description.toString(), wrap(action), in requiredFlag()
49 sFlags.push_back(Flag{ name.toString(), description.toString(), action, in requiredFlag()
55 sFlags.push_back(Flag{ in optionalSwitch()
85 sArgs.push_back(arg.toString()); in parse()

1234567891011