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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp268 llvm::Function::arg_iterator Args = F->arg_begin(); local
273 InTy = Args->getType();
279 Args++;
285 OutTy = Args->getType();
291 Args++;
296 llvm::Type *UsrDataTy = Args->getType();
300 Args++;
304 Args++;
310 Args++;
313 bccAssert(Args
488 llvm::Function::arg_iterator Args = F->arg_begin(); local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp206 ArgTy Args; local
211 Args.push_back(std::make_pair(
216 Args.push_back(std::make_pair(
226 Args.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
229 makeArgs(ss, Args);
323 ArgTy Args; local
327 Args.push_back(std::make_pair(
332 Args.push_back(std::make_pair(
342 Args.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
345 makeArgs(tmp, Args);
562 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.java719 final class Args extends BroadcastReceiver.PendingResult implements Runnable { class in class:LoadedApk.ReceiverDispatcher
723 public Args(Intent intent, int resultCode, String resultData, Bundle resultExtras, method in class:LoadedApk.ReceiverDispatcher.Args
845 Args args = new Args(intent, resultCode, data, extras, ordered,

Completed in 96 milliseconds