HomeSort by relevance Sort by last modified time
    Searched full:exitvalue (Results 1 - 25 of 37) sorted by null

1 2

  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 89 int exitValue;
91 exitValue = WEXITSTATUS(status.value);
93 exitValue = WTERMSIG(status.value);
95 exitValue = WSTOPSIG(status.value);
100 onExit(pid, exitValue);
118 * @param exitValue value the process returned upon exit
120 private void onExit(int pid, int exitValue) {
129 process.setExitValue(exitValue);
244 private Integer exitValue = null;
258 if (exitValue == null)
    [all...]
Process.java 75 public abstract int exitValue();
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 53 memset(&ExitValue.Untyped, 0, sizeof(ExitValue.Untyped));
100 return ExitValue;
Interpreter.h 84 GenericValue ExitValue; // The return value of the called function
Execution.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 112 assertEquals(0, process.exitValue());
118 assertTrue(process.exitValue() != 0);
122 process.exitValue();
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 210 int exitValue = process.exitValue();
211 Log.verbose("received exit value " + exitValue
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ExitTest.java 64 exitCode = debuggeeWrapper.process.exitValue();
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 304 int64_t ExitValue;
306 !ConvertToSInt(ExitValueVal->getValueAPF(), ExitValue))
334 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
345 if (InitValue >= ExitValue)
348 uint32_t Range = uint32_t(ExitValue-InitValue);
366 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
372 if (InitValue <= ExitValue)
375 uint32_t Range = uint32_t(InitValue-ExitValue);
393 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue
    [all...]
  /system/extras/verity/
VerityVerifier.java 73 if (p.exitValue() != 0) {
  /external/bzip2/
bzip2.c 187 Int32 exitValue;
653 if (v > exitValue) exitValue = v;
740 exit(exitValue);
893 exit(exitValue);
930 exit(exitValue);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 278 int exitCode = process.exitValue();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 81 int exitCode = proc.exitValue();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 418 if (proc.exitValue() != 0) {
421 "Command line returned OS error code '" + proc.exitValue() +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar 
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 

Completed in 1411 milliseconds

1 2