HomeSort by: relevance | last modified time | path
    Searched defs:_die (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.sh 116 (( _plan_set != 0 )) && _die "You tried to plan twice!"
130 (( _plan_set != 0 )) && _die "You tried to plan twice!"
131 (( tests == 0 )) && _die "You said to run 0 tests! You've got to run something."
168 (( _plan_set == 0 )) && _die "You tried to run a test without a plan! Gotta have a plan."
364 _die(){ function
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 440 def _die(*args, **kwargs): function
450 _die('Looks like %s isn\'t an LLVM directory; please see --help' %
453 _die('Need a clang checkout at tools/clang')
455 _die('Need a compiler-rt checkout at projects/compiler-rt')

Completed in 15 milliseconds