Searched defs:Args (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp336 llvm::Function::arg_iterator Args = F->arg_begin(); local
341 InTy = Args->getType();
345 Args++;
351 OutTy = Args->getType();
355 Args++;
360 llvm::Type *UsrDataTy = Args->getType();
364 Args++;
368 Args++;
374 Args++;
377 bccAssert(Args
482 llvm::Function::arg_iterator Args = F->arg_begin(); local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp229 ArgTy Args; local
234 Args.push_back(std::make_pair(
239 Args.push_back(std::make_pair(
249 Args.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
252 makeArgs(ss, Args);
364 ArgTy Args; local
368 Args.push_back(std::make_pair(
373 Args.push_back(std::make_pair(
383 Args.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
386 makeArgs(tmp, Args);
651 makeArgs(std::stringstream &ss, const ArgTy& Args) argument
[all...]
H A Dslang_rs_reflection.cpp607 Context::ArgTy Args; local
614 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
625 Args);
660 Context::ArgTy Args; local
665 Args.push_back(std::make_pair("Allocation", "ain"));
667 Args.push_back(std::make_pair("Allocation", "aout"));
675 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
709 Args);
723 C.out() << Args.back().second << ", ";
731 // Add the clipped kernel parameters to the Args lis
2248 ArgTy Args; local
2265 startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType, const std::string &FunctionName, const ArgTy &Args) argument
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java724 final class Args extends BroadcastReceiver.PendingResult implements Runnable { class in class:LoadedApk.ReceiverDispatcher
728 public Args(Intent intent, int resultCode, String resultData, Bundle resultExtras, method in class:LoadedApk.ReceiverDispatcher.Args
850 Args args = new Args(intent, resultCode, data, extras, ordered,

Completed in 145 milliseconds