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

<<31323334353637383940>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Template.h 244 /// \brief Whether we have already exited this scope.
245 bool Exited;
272 Exited(false), CombineWithOuterScope(CombineWithOuterScope),
286 if (Exited)
293 Exited = true;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Template.h 244 /// \brief Whether we have already exited this scope.
245 bool Exited;
272 Exited(false), CombineWithOuterScope(CombineWithOuterScope),
286 if (Exited)
293 Exited = true;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Template.h 244 /// \brief Whether we have already exited this scope.
245 bool Exited;
272 Exited(false), CombineWithOuterScope(CombineWithOuterScope),
286 if (Exited)
293 Exited = true;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Template.h 244 /// \brief Whether we have already exited this scope.
245 bool Exited;
272 Exited(false), CombineWithOuterScope(CombineWithOuterScope),
286 if (Exited)
293 Exited = true;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Template.h 244 /// \brief Whether we have already exited this scope.
245 bool Exited;
272 Exited(false), CombineWithOuterScope(CombineWithOuterScope),
286 if (Exited)
293 Exited = true;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Template.h 244 /// \brief Whether we have already exited this scope.
245 bool Exited;
272 Exited(false), CombineWithOuterScope(CombineWithOuterScope),
286 if (Exited)
293 Exited = true;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 209 self.assert_(p.exited)
234 self.assert_(p.exited)
236 "'%s' exited with code %s, which doesn't match "
257 self.assert_(p.exited)
259 "'%s' exited with code %s, which doesn't match "
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_xml_output_unittest.py 219 self.assert_(p.exited)
244 self.assert_(p.exited)
246 "'%s' exited with code %s, which doesn't match "
278 self.assert_(p.exited)
280 "'%s' exited with code %s, which doesn't match "
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 166 // Child process should have exited with a zero status.
298 // Child process should have exited with a zero status.
361 // Child process should have exited with a zero status.
460 // Child process should have exited with a zero status.
559 // Child process should have exited with a zero status.
633 // Child process should have exited with a zero status.
694 // Child process should have exited with a zero status.
  /hardware/libhardware/include/hardware/
fused_location.h 512 * There are 3 transitions: ENTERED, EXITED, UNCERTAIN.
521 * UNCERTAIN| |ENTERED EXITED| |UNCERTAIN
523 * ________ EXITED _________
554 * The geofence callback needs to be triggered for the ENTERED and EXITED
556 * (Inside state) or exited (Outside state) the Geofence. An implementation
567 * appropriate (ENTERED or EXITED) transition for every Geofence it knows about.
596 * ENTERED transition, then the callback should NOT be called with the EXITED
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 274 s.out.LastIndex([]byte("exited with status = 0 (0x00000000) \n")) > startTestsLen ||
275 s.out.LastIndex([]byte("exited with status = 0 (0x00000000) \r")) > startTestsLen
293 exited chan error
304 exited: make(chan error),
358 s.exited <- s.cmd.Wait()
393 case err := <-s.exited:
394 return fmt.Errorf("exited (%s: %v)", reason, err)
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 274 s.out.LastIndex([]byte("exited with status = 0 (0x00000000) \n")) > startTestsLen ||
275 s.out.LastIndex([]byte("exited with status = 0 (0x00000000) \r")) > startTestsLen
293 exited chan error
304 exited: make(chan error),
358 s.exited <- s.cmd.Wait()
393 case err := <-s.exited:
394 return fmt.Errorf("exited (%s: %v)", reason, err)
  /external/libmojo/third_party/catapult/devil/devil/android/
forwarder.py 115 '%s exited with %d:\n%s' % (instance._host_forwarder_path,
237 '%s exited with %d:\n%s',
321 '%s exited with %d:\n%s' % (self._host_forwarder_path, exit_code,
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/
cpuset_syscall_testset.sh 92 tst_resm TFAIL "Test task exited abnormally.(expect return value is 0)"
97 tst_resm TFAIL "Test task exited abnormally.(expect return value is !0)"
358 tst_resm TCONF "Test exited with TCONF"
  /external/python/cpython2/Lib/test/
test_pty.py 157 # already exited, so catch and discard those exceptions. It's not
176 debug("Child (%d) exited with status %d (%d)." % (pid, res, status))
186 ##debug("Reading from master_fd now that the child has exited")
  /external/python/cpython3/Lib/test/
test_pty.py 158 # already exited, so catch and discard those exceptions. It's not
178 debug("Child (%d) exited with status %d (%d)." % (pid, res, status))
188 ##debug("Reading from master_fd now that the child has exited")
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java 261 // service that script exited on its own. We should distinguish between these two cases.
278 // service that script exited on its own. We should distinguish between these two cases.
320 updateNotification(process.getName() + " exited.");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 157 # already exited, so catch and discard those exceptions. It's not
176 debug("Child (%d) exited with status %d (%d)." % (pid, res, status))
186 ##debug("Reading from master_fd now that the child has exited")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py 157 # already exited, so catch and discard those exceptions. It's not
176 debug("Child (%d) exited with status %d (%d)." % (pid, res, status))
186 ##debug("Reading from master_fd now that the child has exited")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 157 # already exited, so catch and discard those exceptions. It's not
176 debug("Child (%d) exited with status %d (%d)." % (pid, res, status))
186 ##debug("Reading from master_fd now that the child has exited")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 157 # already exited, so catch and discard those exceptions. It's not
176 debug("Child (%d) exited with status %d (%d)." % (pid, res, status))
186 ##debug("Reading from master_fd now that the child has exited")
  /bionic/tests/
leak_test.cpp 39 // Wait until all children have exited.
  /build/blueprint/gotestrunner/
gotestrunner.go 93 if status, ok := e.Sys().(syscall.WaitStatus); ok && status.Exited() {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetAddrInfo/
GetAddrInfo.c 35 @retval 0 The application exited normally.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/
GetHostByAddr.c 34 @retval 0 The application exited normally.

Completed in 819 milliseconds

<<31323334353637383940>>