Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dtime64.c286 Year exceptions; in cycle_offset() local
291 exceptions = year_diff / 100; in cycle_offset()
292 exceptions -= year_diff / 400; in cycle_offset()
295 year, exceptions, year_diff); in cycle_offset()
297 return exceptions * 16; in cycle_offset()
/bionic/docs/
DEINTR.md41 so it's worth filing bugs if you find any exceptions that aren't documented!)
D32-bit-abi.md17 There are a couple of exceptions to note. Firstly, `off64_t` and the single
Dstatus.md328 the app's `targetSdkVersion`. There are a handful of exceptions. (If in
Dclang_fortify_anatomy.md110 **In general, when reading the below, be prepared for exceptions, subtlety, and
/bionic/linker/
DAndroid.bp371 // Use a version of libc++ built without exceptions, because accessing EH globals uses
/bionic/tests/
DAndroid.bp1047 "-fnon-call-exceptions",