Searched defs:argv (Results 1 – 13 of 13) sorted by relevance
| /libcore/tools/crypto/src/java/libcore/java/security/ |
| D | ProviderOverlap.java | 35 public static void main(String[] argv) throws Exception { in main()
|
| /libcore/ojluni/src/test/java/lang/Float/ |
| D | NaNInfinityParsingTest.java | 126 public static void main(String [] argv) throws Exception { in main()
|
| /libcore/ojluni/src/main/native/ |
| D | UNIXProcess_md.c | 619 const char *argv[], in execve_as_traditional_shell_script() 643 const char *argv[], in execve_with_shell_fallback() 667 const char *argv[], in JDK_execvpe() 777 const char **argv; member
|
| /libcore/tools/docs/crypto/src/java/libcore/java/security/ |
| D | ListProviders.java | 91 public static void main(String[] argv) throws Exception { in main()
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | BlockGuardOs.java | 457 @Override public void execv(String filename, String[] argv) throws ErrnoException { in execv() 463 @Override public void execve(String filename, String[] argv, String[] envp) in execve()
|
| D | ForwardingOs.java | 226 …public void execv(String filename, String[] argv) throws ErrnoException { os.execv(filename, argv)… in execv() 231 …public void execve(String filename, String[] argv, String[] envp) throws ErrnoException { os.execv… in execve()
|
| D | Os.java | 166 public void execv(String filename, String[] argv) throws ErrnoException; in execv() 171 public void execve(String filename, String[] argv, String[] envp) throws ErrnoException; in execve()
|
| D | Linux.java | 75 public native void execv(String filename, String[] argv) throws ErrnoException; in execv() 76 public native void execve(String filename, String[] argv, String[] envp) throws ErrnoException; in execve()
|
| /libcore/ojluni/src/test/java/lang/invoke/ |
| D | JavaDocExamplesTest.java | 508 String[] argv = { "three", "thee", "tee" }; in testAsVarargsCollector() local 533 Object[] argv = { "three", "thee", "tee" }; in testAsFixedArity() local
|
| D | PermuteArgsTest.java | 122 public static void main(String argv[]) throws Throwable { in main()
|
| /libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
| D | Main.java | 671 public static void main(String[] argv) { in main()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 159 …public static void execv(String filename, String[] argv) throws ErrnoException { Libcore.os.execv(… in execv() 164 …public static void execve(String filename, String[] argv, String[] envp) throws ErrnoException { L… in execve()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1286 ExecStrings argv(env, javaArgv); in Linux_execve() local 1299 ExecStrings argv(env, javaArgv); in Linux_execv() local
|