Home
last modified time | relevance | path

Searched refs:Arguments (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java137 Arguments parsedArgs = null; in runOnce()
168 parsedArgs = new Arguments(args); in runOnce()
360 static class Arguments { class in ZygoteConnection
445 Arguments(String args[]) throws IllegalArgumentException { in Arguments() method in ZygoteConnection.Arguments
690 private static void applyUidSecurityPolicy(Arguments args, Credentials peer) in applyUidSecurityPolicy()
726 public static void applyDebuggerSystemProperty(Arguments args) { in applyDebuggerSystemProperty()
745 private static void applyInvokeWithSecurityPolicy(Arguments args, Credentials peer) in applyInvokeWithSecurityPolicy()
762 public static void applyInvokeWithSystemProperty(Arguments args) { in applyInvokeWithSystemProperty()
786 private void handleChildProc(Arguments parsedArgs, in handleChildProc()
841 FileDescriptor[] descriptors, FileDescriptor pipeFd, Arguments parsedArgs) { in handleParentProc()
DRuntimeInit.java303 final Arguments args; in applicationInit()
305 args = new Arguments(argv); in applicationInit()
383 static class Arguments { class in RuntimeInit
395 Arguments(String args[]) throws IllegalArgumentException { in Arguments() method in RuntimeInit.Arguments
DZygoteInit.java450 ZygoteConnection.Arguments parsedArgs) in handleSystemServerProcess()
623 ZygoteConnection.Arguments parsedArgs = null; in startSystemServer()
628 parsedArgs = new ZygoteConnection.Arguments(args); in startSystemServer()
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp272 ArgumentList Arguments; in genForEachDeclarations() local
277 Arguments.push_back(Argument(kAllocationSp, (*BI)->getName())); in genForEachDeclarations()
281 Arguments.push_back(Argument(kAllocationSp, "aout")); in genForEachDeclarations()
291 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName())); in genForEachDeclarations()
294 genArguments(Arguments, FunctionStart.length()); in genForEachDeclarations()
322 ArgumentList Arguments; in genExportForEachBodies() local
330 Arguments.push_back(Argument(kAllocationSp, "ain")); in genExportForEachBodies()
334 Arguments.push_back(Argument(kAllocationSp, "aout")); in genExportForEachBodies()
344 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName())); in genExportForEachBodies()
347 genArguments(Arguments, FunctionStart.length()); in genExportForEachBodies()
[all …]
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl197 vulkan::api::{{Macro "BaseName" $f}}({{Macro "Arguments" $f}});
518 {{$ext_name := index $ext.Arguments 0}}
673 {{Macro "BaseName" $}}({{Macro "Arguments" $}});
714 {{$ext_name := index $.Arguments 0}}
835 {{$ext_name := index $ext.Arguments 0}}
845 {{$base}}({{Macro "Arguments" $}});
986 {{$ext_name := index $ext.Arguments 0}}
1030 {{else if eq $.Name "extension"}}{{TrimPrefix "VK_" (index $.Arguments 0)}}
1041 {{define "Arguments"}}
1130 {{$ext := index $.Arguments 0}}
[all …]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java403 Arguments args = new Arguments(uri, null, null, true); in getType()
418 Arguments args = new Arguments(uri, where, whereArgs, true); in query()
535 Arguments args = new Arguments(uri, where, whereArgs, false); in delete()
574 Arguments args = new Arguments(uri, where, whereArgs, false); in update()
2041 private static final class Arguments {
2057 public Arguments(Uri uri, String where, String[] whereArgs, boolean supportAll) {
/frameworks/native/vulkan/nulldrv/
Dnull_driver.tmpl205 {{$ext := index $.Arguments 0}}
/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl304 <unused start="{{index $lu.Arguments 0}}"/>
347 <command{{if $ts}} threadsafe="{{index $ts.Arguments 0}}"{{end}}>»
/frameworks/base/proto/src/
Dmetrics_constants.proto2048 // Logged when the user resizes the docked stack. Arguments:
2054 // User exits split-screen by dragging the divider to the side of the screen. Arguments
/frameworks/base/
Dpreloaded-classes2768 com.android.internal.os.RuntimeInit$Arguments
2776 com.android.internal.os.ZygoteConnection$Arguments
Dcompiled-classes-phone5402 com.android.internal.os.RuntimeInit$Arguments
5410 com.android.internal.os.ZygoteConnection$Arguments
/frameworks/base/services/
Dprofile-classes3251 Lcom/android/internal/os/RuntimeInit$Arguments;
3262 Lcom/android/internal/os/ZygoteConnection$Arguments;