HomeSort by relevance Sort by last modified time
    Searched full:exited (Results 1151 - 1175 of 2880) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 115 // exited during the test, its exit status matches a user-supplied
155 // by a signal, or exited normally with a nonzero exit code.
  /system/core/init/
ueventd.cpp 195 LOG(FATAL) << "subprocess exited with status " << WEXITSTATUS(status);
276 // Reap and pending children that exited between the last call to waitpid() and setting SIG_IGN
  /system/update_engine/common/
subprocess.cc 148 // Don't print any log if the subprocess exited with exit code 0.
152 LOG(INFO) << "Subprocess exited with si_status: " << info.si_status;
  /tools/loganalysis/src/com/android/loganalysis/parser/
DmesgParser.java 56 // Matches: Service 'ueventd' (pid 439) exited with status 0
58 + "\\((?<PID>.*)\\) exited with status 0.*", SERVICENAME);
  /art/runtime/
instrumentation.h 80 // Call-back for when a method is exited. The implementor should either handler-ize the return
395 // Inform listeners that a method has been exited.
407 // Inform listeners that a method has been exited due to an exception.
487 // Called when an instrumented method is exited. Removes the pushed instrumentation frame
    [all...]
  /art/test/130-hprof/src/
Main.java 73 throw new RuntimeException("Exited abnormally with " + ret);
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 99 if status.Exited() {
  /external/autotest/client/cros/
login.py 92 @return: True if Chrome exited; False otherwise.
xmlrpc_server.py 87 logging.info('XmlRpcServer exited.')
  /external/autotest/client/profilers/ftrace/
ftrace.py 111 'trace-cmd exited early.')
  /external/autotest/client/site_tests/login_LogoutProcessCleanup/
login_LogoutProcessCleanup.py 41 # Get pid of bash sub-process. Even though utils.BgJob() has exited,
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 117 raise error.TestFail('hostapd process exited.')
  /external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/
platform_DebugDaemonGetPerfData.py 108 if result.startswith('<process exited with status: '):
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 141 # for processes that have exited.
  /external/autotest/client/tests/crashme/
crashme_2.4-9.diff 413 - sprintf(notes,"pid %d 0x%X exited with status %d",pid,pid,status);
414 + sprintf(notes,"pid %ld 0x%lX exited with status %d",pid,pid,status);
427 - {sprintf(notes,"pid %d 0x%X exited with status %d",pid,pid,status);
428 + {sprintf(notes,"pid %ld 0x%lX exited with status %d",pid,pid,status);
  /external/autotest/site_utils/
metadata_reporter.py 159 logging.error('The metadata reporting thread has already exited.')
  /external/devlib/devlib/instrument/
acmecape.py 103 raise HostError('iio-capture exited with an error ({}), output:\n{}'
energy_probe.py 84 'Energy Probe: Caiman exited unexpectedly with exit code {}.\n'
monsoon.py 87 'Monsoon script exited unexpectedly with exit code {}.\n'
  /external/droiddriver/src/io/appium/droiddriver/util/
InstrumentationUtils.java 141 * am command line.The {@code callable} may never run, for example, if the main Looper has exited
  /external/e2fsprogs/misc/
logsave.c 213 sprintf(buffer, " exited with status code %d\n", rc);
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 122 // Case where the loop was exited at the end of the behaviorLists
  /external/google-breakpad/src/testing/gtest/test/
gtest_color_test.py 67 return not p.exited or p.exit_code
gtest_throw_on_failure_test.py 75 return p.exited and p.exit_code == 0
gtest_xml_outfiles_test.py 103 self.assert_(p.exited)

Completed in 997 milliseconds

<<41424344454647484950>>