Searched refs:rebound (Results 1 – 21 of 21) sorted by relevance
/external/toybox/toys/pending/ |
D | sh.c | 208 sigjmp_buf rebound; in run_pipeline() local 214 if (!sigsetjmp(rebound, 1)) { in run_pipeline() 215 toys.rebound = &rebound; in run_pipeline()
|
/external/toybox/ |
D | toys.h | 112 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
|
D | main.c | 141 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
/external/toybox/lib/ |
D | lib.h | 384 toys.rebound = &_noexit; \ 387 toys.rebound = 0; \
|
D | xwrap.c | 40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
|
/external/python/cpython3/Doc/library/ |
D | imp.rst | 156 not rebound to refer to the new objects and must be updated in each namespace
|
D | importlib.rst | 172 not rebound to refer to the new objects and must be updated in each namespace
|
/external/python/cpython3/Doc/tutorial/ |
D | classes.rst | 155 variables live in the global scope and should be rebound there; the 157 an enclosing scope and should be rebound there.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.3rc1.rst | 1186 Fix a crash when __str__ is rebound as __repr__. Patch by Andreas Stührk.
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 156 The name is rebound if it was already bound. This may cause the reference
|
/external/python/cpython2/Doc/reference/ |
D | simple_stmts.rst | 139 The name is rebound if it was already bound. This may cause the reference count
|
/external/python/cpython2/Doc/library/ |
D | functions.rst | 1179 not rebound to refer to the new objects and must be updated in each namespace
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_overrides.txt | 2556 rebound → rˈibaʊnd
|
D | en-IPA.txt | 15582 $x{rebound → ribɑʊnd ; # riboənd rɛbɑʊnd
|
D | internal_raw_IPA.txt | 135396 rebound %36253 ribaˈʊnd, ribˈɑʊnd, rˈibaʊnd
|
D | internal_raw_IPA-old.txt | 161601 rebound %27547 ribaˈʊnd, ribˈǎnd, rɪ-, rˈibaʊnd
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 12472 㣀 < to\-rebound; 17094 籃板球 < rebound; 25358 籃板球 > rebound; 44540 㣀 > to\-rebound;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 2291 a new library book is produced: The printed images are rebound by a
|
D | plrabn12.txt | 8777 Shall with a fierce reflux on me rebound;
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9371 - Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by
|