Searched refs:Arguments (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteConnection.java145 Arguments parsedArgs = null;
179 parsedArgs = new Arguments(args);
342 static class Arguments { class in class:ZygoteConnection
418 Arguments(String args[]) throws IllegalArgumentException { method in class:ZygoteConnection.Arguments
655 private static void applyUidSecurityPolicy(Arguments args, Credentials peer,
721 public static void applyDebuggerSystemProperty(Arguments args) {
740 Arguments args, Credentials peer, String peerSecurityContext)
778 private static void applyInvokeWithSecurityPolicy(Arguments args, Credentials peer,
808 Arguments args, Credentials peer, String peerSecurityContext)
840 public static void applyInvokeWithSystemProperty(Arguments arg
[all...]
H A DRuntimeInit.java311 final Arguments args;
313 args = new Arguments(argv);
383 static class Arguments { class in class:RuntimeInit
395 Arguments(String args[]) throws IllegalArgumentException { method in class:RuntimeInit.Arguments
H A DZygoteInit.java65 * Please see {@link ZygoteConnection.Arguments} for documentation on the
499 ZygoteConnection.Arguments parsedArgs)
601 ZygoteConnection.Arguments parsedArgs = null;
606 parsedArgs = new ZygoteConnection.Arguments(args);
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp265 ArgumentList Arguments; local
270 Arguments.push_back(std::make_pair(
275 Arguments.push_back(std::make_pair(
286 Arguments.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
289 genArguments(Arguments, FunctionStart.length());
386 ArgumentList Arguments; local
394 Arguments.push_back(std::make_pair(
399 Arguments.push_back(std::make_pair(
410 Arguments.push_back(std::make_pair(rtd.type->c_name, (*i)->getName()));
413 genArguments(Arguments, FunctionStar
683 genArguments(const ArgumentList &Arguments, int Offset) argument
[all...]

Completed in 83 milliseconds