Home
last modified time | relevance | path

Searched refs:rebound (Results 1 – 21 of 21) sorted by relevance

/external/toybox/toys/pending/
Dsh.c208 sigjmp_buf rebound; in run_pipeline() local
214 if (!sigsetjmp(rebound, 1)) { in run_pipeline()
215 toys.rebound = &rebound; in run_pipeline()
/external/toybox/
Dtoys.h112 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c141 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
/external/toybox/lib/
Dlib.h384 toys.rebound = &_noexit; \
387 toys.rebound = 0; \
Dxwrap.c40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
/external/python/cpython3/Doc/library/
Dimp.rst156 not rebound to refer to the new objects and must be updated in each namespace
Dimportlib.rst172 not rebound to refer to the new objects and must be updated in each namespace
/external/python/cpython3/Doc/tutorial/
Dclasses.rst155 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/
D2.7.3rc1.rst1186 Fix a crash when __str__ is rebound as __repr__. Patch by Andreas Stührk.
/external/python/cpython3/Doc/reference/
Dsimple_stmts.rst156 The name is rebound if it was already bound. This may cause the reference
/external/python/cpython2/Doc/reference/
Dsimple_stmts.rst139 The name is rebound if it was already bound. This may cause the reference count
/external/python/cpython2/Doc/library/
Dfunctions.rst1179 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/
Dinternal_overrides.txt2556 rebound → rˈibaʊnd
Den-IPA.txt15582 $x{rebound → ribɑʊnd ; # riboənd rɛbɑʊnd
Dinternal_raw_IPA.txt135396 rebound %36253 ribaˈʊnd, ribˈɑʊnd, rˈibaʊnd
Dinternal_raw_IPA-old.txt161601 rebound %27547 ribaˈʊnd, ribˈǎnd, rɪ-, rˈibaʊnd
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt12472 㣀 < to\-rebound;
17094 籃板球 < rebound;
25358 籃板球 > rebound;
44540 㣀 > to\-rebound;
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dlcet10.txt2291 a new library book is produced: The printed images are rebound by a
Dplrabn12.txt8777 Shall with a fierce reflux on me rebound;
/external/python/cpython3/Misc/
DHISTORY9371 - Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by