Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstrtol.cpp77 int any = 0; in StrToI() local
87 if (any < 0) continue; in StrToI()
92 any = -1; in StrToI()
97 any = -1; in StrToI()
101 any = 1; in StrToI()
104 if (end_ptr != nullptr) *end_ptr = const_cast<CharT*>(any ? p - 1 : s); in StrToI()
107 if (any == -1) { in StrToI()
113 if (any > 0 && is_signed && !neg && acc == Min) { in StrToI()
/bionic/apex/
DNOTICE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
/bionic/build/
DNOTICE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
/bionic/docs/
DNOTICE31 "Object" form shall mean any form resulting from mechanical
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
50 the original version of the Work and any modifications or additions
55 means any form of electronic, verbal, or written communication sent
63 "Contributor" shall mean Licensor and any individual or Legal Entity
83 institute patent litigation against any entity (including a
86 or contributory patent infringement, then any patent licenses
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
[all …]
DEINTR.md12 But what if read(2) hasn't read any data yet? Or what if you've made some other
27 C program that doesn't use any libraries, you can't realistically make this
28 guarantee. If any code has installed a signal handler, you need to cope with
41 so it's worth filing bugs if you find any exceptions that aren't documented!)
Dlibc_assembler.md8 have any bugs. See the [Testing](#Testing) section for details about how to
150 * Verify that all labels are of the format .LXXX, where XXX is any valid string
151 for a label. If any other label is used, entries in the symbol table
155 sp in any way have corresponding cfi information. Along with this item,
Dnative_allocator.md39 to `malloc_disable`. This call will unpause any thread which is making
56 allocator will attempt to purge and release any unused memory back to the
78 any unused memory immediately. The argument for this call is ignored. If
160 any issue related to the code migrating from one core to another
170 Choosing to run on the little core can tend to highlight any performance
354 For any call that allocates a pointer, the time for the call and the time
393 of a process, any named maps must be added to the file:
410 When run without any arguments, the benchmark will run over all of the
D32-bit-abi.md19 Android has always silently inserted `O_LARGEFILE` into any open call, so if
116 This doesn't generally affect Android devices, because we don't have any
Dfdtrack.md15 called at any point in order to start capturing events, but be sure to properly
Dclang_fortify_anatomy.md276 any given pointer points to in order to fold `__builtin_object_size` to a
369 So FORTIFY is free in these cases _in isolation of any of the code around it_.
374 type should be zero cost with any level of optimization enabled, but edge-cases
452 assume that the programmer didn't make any egregious typos. Moreover, there's no
459 incompatible argument types, cannot go to any `open` implementation other than
619 resolves to the function without any `pass_object_size` attributes.
Delf-tls.md216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error]
218 Neither musl nor the Bionic TLS prototype currently allocate any surplus TLS memory.
228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi…
577 The dynamic loader currently can't use ELF TLS, so any part of libc linked into the loader (i.e.
784 LE, then the Bionic loader can place the executable's TLS segment at any offset from the TP, leaving
824 Most Android executables do not use any `thread_local` variables. In the current prototype, with the
Dstatus.md333 If a destroyed `pthread_mutex_t` is passed to any of the mutex functions, apps
/bionic/tests/
Dnetinet_in_test.cpp53 in6_addr any = IN6ADDR_ANY_INIT; in TEST() local
54 ASSERT_EQ(0, memcmp(&any, &in6addr_any, sizeof(in6addr_any))); in TEST()
DAndroid.bp63 // This warning does not provide any benefit to the tests.
/bionic/libc/kernel/
DREADME.md16 They can be also included before or after any Bionic C library header.
34 warn if any scsi header files have changed and require new versions
112 changes do not introduce any errors.
/bionic/libdl/
DAndroid.bp65 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
165 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
/bionic/
DREADME.md104 # The files in bionic must not be edited directly because any local changes
139 # can't use any of the BSD implementations. The C files are usually
204 underscores (so developers are free to use any of the unadorned names as
227 Explicitly call out any Android-specific changes/additions/limitations
360 Some tests cannot do any useful work unless run as root. In this case,
376 # This will sync any *test* changes, but not *code* changes:
410 because it will not reuse any already built artifacts, but subsequent runs will
Dandroid-changes-for-ndk-developers.md29 * Warnings about any behavior change that will affect a library if you
69 in that order. For API level 23 and later, for any given library, the dynamic
72 executable, LD_PRELOAD libraries, and any library with the DF_1_GLOBAL
77 intercept any symbol.
151 any zip file, not just an APK. Just give dlopen(3) a path of the form
264 entry/flag but without any actual text relocations. This doesn't happen
414 calls of dlerror(3) but to any time the dynamic linker writes to its
415 internal error buffer, so you'll see any errors the dynamic linker would
/bionic/libc/malloc_debug/
DREADME.md52 modified. If any part of the front guard is modified, an error will be reported
55 If the backtrace option is also enabled, then any error message will include
78 modified. If any part of the rear guard is modified, an error will be reported
105 Note that any backtrace frames that occur within the malloc backtrace library
199 As of Q, any time that a backtrace is gathered, a different algorithm is used
228 If a process is not doing any allocations, it can be forced to trigger when
350 signal handler directly. Instead, the next time any allocation call occurs,
360 reaches the TOTAL\_ENTRIES value, then any further allocations/frees are
717 contain any data.
759 And verify that any spaces are properly escaped.
/bionic/libc/malloc_hooks/
DREADME.md61 These hooks can be set at any time, but there is no thread safety, so
/bionic/libc/
DNOTICE98 Permission to use, copy, modify, and/or distribute this software for any
115 Permission to use, copy, modify, and/or distribute this software for any
955 Permission to use, copy, modify, and distribute this software for any
1276 Permission to use, copy, modify, and distribute this software for any
2500 of any kind. I shall in no event be liable for anything that happens
2564 Permission to use, copy, modify, and distribute this software for any
2583 Permission to use, copy, modify, and distribute this software for any
2602 Permission to use, copy, modify, and distribute this software for any
2619 Permission to use, copy, modify, and distribute this software for any
2721 Permission to use, copy, modify, and distribute this software for any
[all …]
DAndroid.bp46 // never see any good it does, so let's just ask it to do what we say...
1833 // The build system generally requires that any dependencies of a target
1838 // is correct because the headers can support any sdk_version.
/bionic/linker/
DAndroid.bp74 // Configuration for the linker binary and any of its static libraries.
481 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols ld-android.so pulls from
/bionic/benchmarks/
DREADME.md72 AT_<any power of two between 2 and 16384>_ALIGNED_<ONE|TWO>BUF
/bionic/libm/
DNOTICE511 Permission to use, copy, modify, and distribute this software for any