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

/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java304 final Arguments args = new Arguments(argv);
377 static class Arguments { class in class:RuntimeInit
389 Arguments(String args[]) throws IllegalArgumentException { method in class:RuntimeInit.Arguments
H A DZygoteConnection.java123 Arguments parsedArgs = null;
144 parsedArgs = new Arguments(args);
339 static class Arguments { class in class:ZygoteConnection
424 Arguments(String args[]) throws IllegalArgumentException { method in class:ZygoteConnection.Arguments
669 private static void applyUidSecurityPolicy(Arguments args, Credentials peer)
705 public static void applyDebuggerSystemProperty(Arguments args) {
724 private static void applyInvokeWithSecurityPolicy(Arguments args, Credentials peer)
741 public static void applyInvokeWithSystemProperty(Arguments args) {
760 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.java400 Arguments args = new Arguments(uri, null, null, true);
415 Arguments args = new Arguments(uri, where, whereArgs, true);
532 Arguments args = new Arguments(uri, where, whereArgs, false);
571 Arguments args = new Arguments(uri, where, whereArgs, false);
2031 private static final class Arguments { class in class:SettingsProvider
2047 public Arguments(Ur method in class:SettingsProvider.Arguments
[all...]

Completed in 806 milliseconds