Searched refs:push_back (Results 1 - 25 of 214) sorted by relevance

123456789

/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp20 m_FormatList.push_back(pFormat);
28 m_FormatList.push_back(pDefault);
29 m_FormatList.push_back(pBig);
30 m_FormatList.push_back(pLittle);
H A DRpnExpr.cpp52 void RpnExpr::push_back(ExprToken* pToken) function in class:RpnExpr
54 m_TokenQueue.push_back(pToken);
91 expr->push_back(SectDescOperand::create(*pIter));
92 expr->push_back(&Operator::create<Operator::ADDR>());
93 expr->push_back(SectDescOperand::create(*pIter));
94 expr->push_back(&Operator::create<Operator::SIZEOF>());
95 expr->push_back(&Operator::create<Operator::ADD>());
103 expr->push_back(FragOperand::create(pFrag));
H A DScriptParser.yy263 { m_ScriptFile.getCurrentStringList()->push_back($1); }
265 { m_ScriptFile.getCurrentStringList()->push_back($2); }
267 { m_ScriptFile.getCurrentStringList()->push_back($3); }
452 { m_ScriptFile.getCurrentStringList()->push_back($3); }
526 m_ScriptFile.getCurrentStringList()->push_back(
531 m_ScriptFile.getCurrentStringList()->push_back(
543 m_ScriptFile.getCurrentStringList()->push_back($2);
547 m_ScriptFile.getCurrentStringList()->push_back($1);
627 m_ScriptFile.getCurrentRpnExpr()->push_back(
633 m_ScriptFile.getCurrentRpnExpr()->push_back(
[all...]
H A DScriptFile.cpp93 sections->push_back(entry);
95 m_CommandQueue.push_back(entry);
101 m_CommandQueue.push_back(new OutputFormatCmd(pName));
108 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle));
115 m_CommandQueue.push_back(
121 m_CommandQueue.push_back(new OutputCmd(pFileName));
126 m_CommandQueue.push_back(new SearchDirCmd(pPath));
131 m_CommandQueue.push_back(new OutputArchCmd(pArch));
136 m_CommandQueue.push_back(new AssertCmd(pRpnExpr, pMessage));
150 output_desc->push_back(ne
[all...]
H A DSectionsCmd.cpp52 void SectionsCmd::push_back(ScriptCommand* pCommand) function in class:SectionsCmd
58 m_SectionCommands.push_back(pCommand);
77 assignments.push_back(*it);
H A DAssignment.cpp85 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this));
100 out->dotAssignments().push_back(assign);
121 out->dotAssignments().push_back(*this);
123 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this));
141 in->dotAssignments().push_back(std::make_pair((Fragment*)NULL, assign));
155 in->dotAssignments().push_back(
159 script.assignments().push_back(std::make_pair((LDSymbol*)NULL, *this));
H A DAssertCmd.cpp47 pModule.getScript().assertions().push_back(*this);
H A DStringList.cpp31 void StringList::push_back(StrToken* pToken) function in class:StringList
33 m_Tokens.push_back(pToken);
/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp34 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
40 m_FixupList.push_back(new Fixup(pFixup));
H A DFragment.cpp28 m_pParent->getFragmentList().push_back(this);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp156 Vals.push_back(Str[i]);
175 Record.push_back(A.getSlotIndex(i));
176 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
247 TypeVals.push_back(TypeList.size());
272 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
280 TypeVals.push_back(AddressSpace);
288 TypeVals.push_back(FT->isVarArg());
289 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
291 TypeVals.push_back(V
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp65 ls.push_back(new WebmUnsigned(kMkvTrackNumber, num));
66 ls.push_back(new WebmUnsigned(kMkvTrackUid, uid));
67 ls.push_back(new WebmUnsigned(kMkvFlagLacing, lacing));
68 ls.push_back(new WebmString(kMkvLanguage, lang));
69 ls.push_back(new WebmString(kMkvCodecId, codec));
70 ls.push_back(new WebmUnsigned(kMkvTrackType, type));
260 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueTrack, track));
261 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueClusterPosition, off));
265 cuePointEntryFields.push_back(new WebmUnsigned(kMkvCueTime, time));
266 cuePointEntryFields.push_back(cueTrackPosition
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp151 Vals.push_back(Str[i]);
170 Record.push_back(A.getSlotIndex(i));
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
242 TypeVals.push_back(TypeList.size());
266 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
272 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
274 TypeVals.push_back(AddressSpace);
282 TypeVals.push_back(FT->isVarArg());
283 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
284 TypeVals.push_back(V
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DSymbolResolverProxy.cpp34 mChain.push_back(&pResolver);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp128 Vals.push_back(Str[i]);
147 Record.push_back(A.getSlotIndex(i));
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
188 NameVals.push_back(i);
193 NameVals.push_back((unsigned char)Str[i]);
212 NameVals.push_back(VE.getTypeID(TI->second));
217 NameVals.push_back((unsigned char)Str[i]);
302 TypeVals.push_back(TypeList.size());
326 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
332 TypeVals.push_back(V
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompiler.cpp50 export_symbols.push_back(*special_functions);
65 export_symbols.push_back(exportVarNameList[i]);
69 export_symbols.push_back(exportFuncNameList[i]);
78 expanded_foreach_funcs.push_back(
83 export_symbols.push_back(expanded_foreach_funcs[i].c_str());
H A DRSForEachExpand.cpp88 RootArgTys.push_back(B->getType());
210 StructTypes.push_back(VoidPtrTy); // const void *in
211 StructTypes.push_back(VoidPtrTy); // void *out
212 StructTypes.push_back(VoidPtrTy); // const void *usr
213 StructTypes.push_back(Int32Ty); // uint32_t usr_len
214 StructTypes.push_back(Int32Ty); // uint32_t x
215 StructTypes.push_back(Int32Ty); // uint32_t y
216 StructTypes.push_back(Int32Ty); // uint32_t z
217 StructTypes.push_back(Int32Ty); // uint32_t lod
218 StructTypes.push_back(Int32T
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp132 this->processMethod->parameters.push_back(this->actionParam);
135 this->processMethod->parameters.push_back(this->requestParam);
138 this->processMethod->parameters.push_back(this->rpcContextParam);
141 this->processMethod->parameters.push_back(this->errorParam);
201 realCall->arguments.push_back(v);
208 realCall->arguments.push_back(new Variable(RPC_CONTEXT_TYPE, "context", 0));
266 this->elements.push_back(this->processMethod);
311 this->elements.push_back(new Field(PRIVATE, this->broker));
314 this->elements.push_back(new Field(PRIVATE, this->endpoint));
334 ctor->parameters.push_back(broke
[all...]
H A Dgenerate_java_binder.cpp32 this->interfaces.push_back(interfaceType);
38 this->elements.push_back(descriptor);
50 this->elements.push_back(ctor);
62 this->elements.push_back(asBinder);
73 onTransact->parameters.push_back(this->transact_code);
74 onTransact->parameters.push_back(this->transact_data);
75 onTransact->parameters.push_back(this->transact_reply);
76 onTransact->parameters.push_back(this->transact_flags);
78 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
79 this->elements.push_back(onTransac
[all...]
H A Doptions.cpp45 options->filesToPreprocess.push_back(argv[i]);
64 options->importPaths.push_back(s+2);
83 options->preprocessedFiles.push_back(s+2);
/frameworks/av/include/media/
H A DStringArray.h39 bool push_back(const char* str);
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp280 actions.push_back(new ScriptAction(0x0,
284 actions.push_back(new ContextAction(0x0));
285 actions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly));
295 actions.push_back(new DefSymAction(pos, *defsym));
304 actions.push_back(new InputFileAction(pos, *input));
305 actions.push_back(new ContextAction(pos));
306 actions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly));
315 actions.push_back(new NamespecAction(pos, *namespec,
317 actions.push_back(new ContextAction(pos));
318 actions.push_back(ne
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPositionalOptions.cpp211 pActions.push_back(new ScriptAction(0x0,
215 pActions.push_back(new ContextAction(0x0));
216 pActions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly));
225 pActions.push_back(new DefSymAction(pos, *defsym));
234 pActions.push_back(new InputFileAction(pos, *input));
235 pActions.push_back(new ContextAction(pos));
236 pActions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly));
245 pActions.push_back(new NamespecAction(pos, *namespec,
247 pActions.push_back(new ContextAction(pos));
248 pActions.push_back(ne
[all...]
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp108 attributes.push_back("+vfp3");
110 attributes.push_back("+d16");
117 attributes.push_back("+neon");
120 attributes.push_back("-neon");
121 attributes.push_back("-neonfp");
128 attributes.push_back("+hwdiv-arm");
131 attributes.push_back("+hwdiv");
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp66 m_Module.getObjectList().push_back(*input);
71 m_Module.getLibraryList().push_back(*input);
82 ar_list.push_back(entry);
91 m_Module.getObjectList().push_back(*input);
99 m_Module.getObjectList().push_back(*input);
108 m_Module.getLibraryList().push_back(*input);

Completed in 441 milliseconds

123456789