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

/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java359 final Arguments args = new Arguments(argv);
432 static class Arguments { class in class:RuntimeInit
444 Arguments(String args[]) throws IllegalArgumentException { method in class:RuntimeInit.Arguments
H A DZygoteConnection.java125 Arguments parsedArgs = null;
146 parsedArgs = new Arguments(args);
371 static class Arguments { class in class:ZygoteConnection
488 Arguments(String args[]) throws IllegalArgumentException { method in class:ZygoteConnection.Arguments
752 private static void applyUidSecurityPolicy(Arguments args, Credentials peer)
788 public static void applyDebuggerSystemProperty(Arguments args) {
807 private static void applyInvokeWithSecurityPolicy(Arguments args, Credentials peer)
824 public static void applyInvokeWithSystemProperty(Arguments args) {
844 private Runnable handleChildProc(Arguments parsedArgs, FileDescriptor[] descriptors,
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp272 ArgumentList Arguments; local
277 Arguments.push_back(Argument(kAllocationSp, (*BI)->getName()));
281 Arguments.push_back(Argument(kAllocationSp, "aout"));
291 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName()));
294 genArguments(Arguments, FunctionStart.length());
322 ArgumentList Arguments; local
330 Arguments.push_back(Argument(kAllocationSp, "ain"));
334 Arguments.push_back(Argument(kAllocationSp, "aout"));
344 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName()));
347 genArguments(Arguments, FunctionStar
733 genArguments(const ArgumentList &Arguments, int Offset) argument
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java445 Arguments args = new Arguments(uri, null, null, true);
460 Arguments args = new Arguments(uri, where, whereArgs, true);
577 Arguments args = new Arguments(uri, where, whereArgs, false);
616 Arguments args = new Arguments(uri, where, whereArgs, false);
2023 private static final class Arguments { class in class:SettingsProvider
2039 public Arguments(Ur method in class:SettingsProvider.Arguments
[all...]

Completed in 143 milliseconds