Searched refs:Arguments (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteConnection.java | 145 Arguments parsedArgs = null; in runOnce() 179 parsedArgs = new Arguments(args); in runOnce() 342 static class Arguments { class in ZygoteConnection 418 Arguments(String args[]) throws IllegalArgumentException { in Arguments() method in ZygoteConnection.Arguments 655 private static void applyUidSecurityPolicy(Arguments args, Credentials peer, in applyUidSecurityPolicy() 721 public static void applyDebuggerSystemProperty(Arguments args) { in applyDebuggerSystemProperty() 740 Arguments args, Credentials peer, String peerSecurityContext) in applyRlimitSecurityPolicy() 778 private static void applyInvokeWithSecurityPolicy(Arguments args, Credentials peer, in applyInvokeWithSecurityPolicy() 808 Arguments args, Credentials peer, String peerSecurityContext) in applyseInfoSecurityPolicy() 840 public static void applyInvokeWithSystemProperty(Arguments args) { in applyInvokeWithSystemProperty() [all …]
|
D | RuntimeInit.java | 311 final Arguments args; in applicationInit() 313 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 | 495 ZygoteConnection.Arguments parsedArgs) in handleSystemServerProcess() 597 ZygoteConnection.Arguments parsedArgs = null; in startSystemServer() 602 parsedArgs = new ZygoteConnection.Arguments(args); in startSystemServer()
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 265 ArgumentList Arguments; in genForEachDeclarations() local 270 Arguments.push_back(std::make_pair( in genForEachDeclarations() 275 Arguments.push_back(std::make_pair( in genForEachDeclarations() 286 Arguments.push_back(std::make_pair(rtd.type->c_name, (*i)->getName())); in genForEachDeclarations() 289 genArguments(Arguments, FunctionStart.length()); in genForEachDeclarations() 386 ArgumentList Arguments; in writeImplementationFile() local 394 Arguments.push_back(std::make_pair( in writeImplementationFile() 399 Arguments.push_back(std::make_pair( in writeImplementationFile() 410 Arguments.push_back(std::make_pair(rtd.type->c_name, (*i)->getName())); in writeImplementationFile() 413 genArguments(Arguments, FunctionStart.length()); in writeImplementationFile() [all …]
|
/frameworks/base/docs/html/tools/help/ |
D | MonkeyRunner.jd | 167 <h5 class="jd-tagtitle">Arguments</h5> 214 <h5 class="jd-tagtitle">Arguments</h5> 271 <h5 class="jd-tagtitle">Arguments</h5> 314 <h5 class="jd-tagtitle">Arguments</h5> 381 <h5 class="jd-tagtitle">Arguments</h5> 416 <h5 class="jd-tagtitle">Arguments</h5>
|
D | MonkeyImage.jd | 175 <h5 class="jd-tagtitle">Arguments</h5> 209 <h5 class="jd-tagtitle">Arguments</h5> 260 <h5 class="jd-tagtitle">Arguments</h5> 311 <h5 class="jd-tagtitle">Arguments</h5> 363 <h5 class="jd-tagtitle">Arguments</h5> 415 <h5 class="jd-tagtitle">Arguments</h5>
|
D | MonkeyDevice.jd | 478 <h5 class="jd-tagtitle">Arguments</h5> 572 <h5 class="jd-tagtitle">Arguments</h5> 619 <h5 class="jd-tagtitle">Arguments</h5> 659 <h5 class="jd-tagtitle">Arguments</h5> 701 <h5 class="jd-tagtitle">Arguments</h5> 742 <h5 class="jd-tagtitle">Arguments</h5> 808 <h5 class="jd-tagtitle">Arguments</h5> 848 <h5 class="jd-tagtitle">Arguments</h5> 880 <h5 class="jd-tagtitle">Arguments</h5> 909 <h5 class="jd-tagtitle">Arguments</h5> [all …]
|
/frameworks/base/ |
D | preloaded-classes | 1760 com.android.internal.os.RuntimeInit$Arguments 1766 com.android.internal.os.ZygoteConnection$Arguments
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 875 null, // Arguments for the loader (in this case, none)
|