Searched defs:Args (Results 1 - 3 of 3) 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/base/core/java/android/app/
H A DLoadedApk.java714 final class Args extends BroadcastReceiver.PendingResult implements Runnable { class in class:LoadedApk.ReceiverDispatcher
718 public Args(Intent intent, int resultCode, String resultData, Bundle resultExtras, method in class:LoadedApk.ReceiverDispatcher.Args
840 Args args = new Args(intent, resultCode, data, extras, ordered,
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp596 Context::ArgTy Args; local
603 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
614 Args);
649 Context::ArgTy Args; local
654 Args.push_back(std::make_pair("Allocation", "ain"));
656 Args.push_back(std::make_pair("Allocation", "aout"));
664 Args.push_back(std::make_pair(GetTypeName((*I)->getType()),
697 Args);
2196 ArgTy Args; local
2204 Args
2213 startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType, const std::string &FunctionName, const ArgTy &Args) argument
[all...]

Completed in 433 milliseconds