Home
last modified time | relevance | path

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

12

/external/toybox/
Dtoys.h111 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound member
Dmain.c140 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.h424 toys.rebound = &_noexit; \
427 toys.rebound = 0; \
Dxwrap.c40 if (toys.rebound) siglongjmp(*toys.rebound, 1); in _xexit()
/external/angle/src/libANGLE/renderer/vulkan/doc/
DQueries.md132 - Queries getting deleted / rebound when the other is active, for example:
/external/toybox/toys/pending/
Dsh.c2403 sigjmp_buf rebound; in run_command() local
2404 char temp[jj = offsetof(struct toy_context, rebound)]; in run_command()
2414 if (!sigsetjmp(rebound, 1)) { in run_command()
2415 toys.rebound = &rebound; in run_command()
2420 toys.rebound = 0; 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
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt27756 rebound
/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.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/rust/crates/libz-sys/src/zlib-ng/test/data/
Dlcet10.txt2291 a new library book is produced: The printed images are rebound by a
/external/python/cpython3/Misc/
DHISTORY9371 - Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by

12