Home
last modified time | relevance | path

Searched defs:Arguments (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java519 static class Arguments { class in RuntimeInit
531 Arguments(String args[]) throws IllegalArgumentException { in Arguments() method in RuntimeInit.Arguments
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp272 ArgumentList Arguments; in genForEachDeclarations() local
322 ArgumentList Arguments; in genExportForEachBodies() local
733 void RSReflectionCpp::genArguments(const ArgumentList &Arguments, int Offset) { in genArguments()