/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 137 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()
|
D | RuntimeInit.java | 303 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
|
D | ZygoteInit.java | 450 ZygoteConnection.Arguments parsedArgs) in handleSystemServerProcess() 623 ZygoteConnection.Arguments parsedArgs = null; in startSystemServer() 628 parsedArgs = new ZygoteConnection.Arguments(args); in startSystemServer()
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 272 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/ |
D | code-generator.tmpl | 197 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/ |
D | SettingsProvider.java | 403 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/ |
D | null_driver.tmpl | 205 {{$ext := index $.Arguments 0}}
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 304 <unused start="{{index $lu.Arguments 0}}"/> 347 <command{{if $ts}} threadsafe="{{index $ts.Arguments 0}}"{{end}}>»
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 2048 // 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/ |
D | preloaded-classes | 2768 com.android.internal.os.RuntimeInit$Arguments 2776 com.android.internal.os.ZygoteConnection$Arguments
|
D | compiled-classes-phone | 5402 com.android.internal.os.RuntimeInit$Arguments 5410 com.android.internal.os.ZygoteConnection$Arguments
|
/frameworks/base/services/ |
D | profile-classes | 3251 Lcom/android/internal/os/RuntimeInit$Arguments; 3262 Lcom/android/internal/os/ZygoteConnection$Arguments;
|