Home
last modified time | relevance | path

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

12

/bionic/libfdtrack/
Dfdtrack_test.cpp87 ASSERT_NE(nullptr, strstr(result.begin()->second.at(0).function_name, "open")); in TEST()
109 ASSERT_NE(nullptr, strstr(result[fd1].at(0).function_name, "open")); in TEST()
110 ASSERT_NE(nullptr, strstr(result[fd3].at(0).function_name, "open")); in TEST()
/bionic/libc/dns/resolv/
Dres_stats.c44 sample->at = now; in _res_stats_set_sample()
111 last = stats->samples[stats->sample_next - 1].at; in android_net_res_stats_aggregate()
113 last = stats->samples[stats->sample_count - 1].at; in android_net_res_stats_aggregate()
/bionic/tests/
Dlibgen_basename_test.cpp24 #error basename should not be defined at this point
34 #error basename should be defined at this point
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md10 is not guaranteed to work at all.
41 set of different malloc debug checks at once.
48 ### Backtrace at Allocation Creation
89 entire allocation is filled with the value 0xef, and the backtrace at
DREADME.md197 entire allocation is filled with the value 0xef, and the backtrace at
223 04-15 12:00:31.305 7412 7412 E malloc_debug: Backtrace at time of free:
258 …04-15 12:35:33.304 7412 7412 E malloc_debug: +++ APP leaked block of size 100 at 0x2be3b0b0 (lea…
259 04-15 12:35:33.304 7412 7412 E malloc_debug: Backtrace at time of allocation:
264 …04-15 12:35:33.305 7412 7412 E malloc_debug: +++ APP leaked block of size 24 at 0x7be32380 (leak…
265 04-15 12:35:33.305 7412 7412 E malloc_debug: Backtrace at time of allocation:
385 04-15 12:00:31.305 7412 7412 E malloc_debug: Backtrace at time of failure:
430 04-15 12:00:31.305 7412 7412 E malloc_debug: Backtrace at time of failure:
449 04-15 12:00:31.305 7412 7412 E malloc_debug: Backtrace at time of failure:
570 map named /system/libc.so which starts at 0xa000. The relative pc is 0x2a0,
[all …]
/bionic/libc/malloc_hooks/
DREADME.md61 These hooks can be set at any time, but there is no thread safety, so
63 occurring at the same time.
118 at all.
/bionic/libc/private/
Dbionic_fdsan.h60 FdEntry* at(size_t idx);
/bionic/benchmarks/
DAndroid.bp6 // You may obtain a copy of the License at
93 // release, it's (so far at least) always because you want to measure the
DREADME.md141 specific cores, or to lock cores at specific frequencies. Some phones have a big.LITTLE core setup,
142 or at least allow some cores to run at higher frequencies than others.
178 To lock the CPU frequency, use the sysfs interface at `/sys/devices/system/cpu/cpu*/cpufreq/`.
/bionic/libc/kernel/uapi/linux/tc_act/
Dtc_pedit.h60 __u32 at; member
/bionic/libc/kernel/uapi/linux/caif/
Dcaif_socket.h61 } at; member
/bionic/docs/
Delf-tls.md23 TLS Block". TLS variables within the Static TLS Block exist at fixed offsets from an
30 Ulrich Drepper's ELF TLS document specifies two ways of organizing memory pointed at by the
47 expected to point immediately at the DTV pointer, whereas in variant 2, the DTV pointer's offset
87   long module; // starts counting at 1
146   // These R_TLS_DTPOFF() relocations are resolved at link-time.
159 object), then its offset from the TP is known at load-time. The variable can be accessed with a few
174 // allocated in the .got, resolved at load-time with a dynamic reloc.
192   // R_TLS_TPOFF() is resolved at (static) link-time
326 * GCC can select the design at run-time using `-mtls-dialect=<dialect>` (`trad`-vs-`desc` on arm64,
365 can't link code using TLSDESC at all, except on arm64, where it's used by default.
[all …]
Dnative_allocator.md5 at least the
189 useful to look at these kinds of benchmarks to make sure that there are
197 allocations of the same size at the same time.
200 in one loop, and then frees all of the allocations at the end of the loop.
208 related to having multiple allocations alive at the same time.
228 allocator, jemalloc, showed a problem at forty allocations.
320 this is a worst case scenario for allocations happening at the same time
322 one after another. This will cause a lot of threads allocating at the same
403 every does an allocation at the same time as another thread.
D32-bit-abi.md14 Instead, whatever subset of those functions was available at your target API
25 `lseek` in the source becoming `lseek64` at runtime) was added late. Even when
39 and `mmap` (but no other functions that are unavailable at your target
Dstatus.md82 * [fdsan](fdsan.md) detects and logs common file descriptor errors at runtime.
106 * Using a `pthread_mutex_t` after it's been destroyed will be detected at
108 * Passing a null `FILE*` or `DIR*` to libc is now detected at runtime and
135 * Passing an invalid `pthread_t` to libc is now detected at runtime and
312 use `pthread_gettid_np` at some point that you know the thread to be
352 check can't be guaranteed at compile-time, a call to a run-time `_chk`
/bionic/tests/libs/
Dsegment_gap_outer.lds21 # Place custom_bss at the end of the gap.
/bionic/libc/dns/include/
Dresolv_stats.h35 time_t at; // time in s at which the sample was recorded member
/bionic/libdl/
Dlibdl_android.map.txt6 # You may obtain a copy of the License at
Dlibdl.map.txt6 # You may obtain a copy of the License at
/bionic/libc/arch-arm/bionic/
D__bionic_clone.S64 # Setting lr to 0 will make the unwinder stop at __start_thread.
/bionic/tests/headers/posix/
DAndroid.bp6 // You may obtain a copy of the License at
/bionic/
DREADME.md29 that the dynamic linker replaces with pointers to its own implementation at
149 The answer is probably "yes" if the system call has a wrapper in at
171 5. Add at least basic tests. Even a test that deliberately supplies
226 options documented at
239 Currently, the list of bionic CTS tests is generated at build time by
305 The coverage report is now available at `covreport/index.html`.
/bionic/libc/bionic/
Dfdsan.cpp57 FdEntry* FdTableImpl<inline_fds>::at(size_t idx) { in at() function in FdTableImpl
129 return GetFdTable().at(fd); in GetFdEntry()
/bionic/libc/kernel/android/
DREADME.md5 None of these files are updated automatically, and are frozen at their
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c89 #define at sat macro
101 #define at lat macro
148 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
161 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
1129 at( in at() function
1186 #undef at

12