Home
last modified time | relevance | path

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

/external/toybox/
Dtoys.h113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c137 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
/external/toybox/toys/other/
Dhelp.c46 if (toys.rebound && !*toys.optargs && !toys.optflags) { in help_main()
/external/toybox/lib/
Dlib.h416 toys.rebound = &_noexit; \
419 toys.rebound = 0; \
Dxwrap.c40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
/external/toybox/toys/pending/
Dsh.c932 sigjmp_buf rebound; in run_command() local
938 if (!sigsetjmp(rebound, 1)) { in run_command()
939 toys.rebound = &rebound; in run_command()
/external/python/cpython3/Doc/library/
Dimp.rst155 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-old.txt161601 rebound %27547 ribaˈʊnd, ribˈǎnd, rɪ-, rˈibaʊnd
Dinternal_raw_IPA.txt135396 rebound %36253 ribaˈʊnd, ribˈɑʊnd, rˈibaʊnd
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz1a 2A 3Aaron 4AARON 5abaissiez 6abandon 7abandoned 8abase 9Abase 10 ...
Dospd.txt.gz
/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.gz1Aarhus 2Aaron 3Ababa 4aback 5abaft 6abandon 7abandoned 8abandoning 9abandonment 10 ...
/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