Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DRuntimeInit.java383 static class Arguments { class in RuntimeInit
395 Arguments(String args[]) throws IllegalArgumentException { in Arguments() method in RuntimeInit.Arguments
DZygoteConnection.java342 static class Arguments { class in ZygoteConnection
418 Arguments(String args[]) throws IllegalArgumentException { in Arguments() method in ZygoteConnection.Arguments
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp265 ArgumentList Arguments; in genForEachDeclarations() local
386 ArgumentList Arguments; in writeImplementationFile() local
683 void RSReflectionCpp::genArguments(const ArgumentList &Arguments, int Offset) { in genArguments()