/bionic/libc/tools/ |
D | ndk_missing_symbols.py | 36 device = (symbols.GetFromElf(os.path.join(tmp_dir, 'libc.so')) | 40 missing_symbols = current - device
|
/bionic/libc/kernel/uapi/linux/ |
D | edd.h | 93 __u8 device; member 100 __u8 device; member 135 __u8 device; member 150 __u8 device; member
|
D | x25.h | 54 char device[200 - sizeof(unsigned long)]; member 67 char device[200]; member
|
D | netrom.h | 34 char device[16]; member
|
D | rose.h | 71 char device[16]; member
|
D | ptp_clock.h | 65 struct ptp_clock_time device; member
|
D | blktrace_api.h | 100 __u32 device; member
|
D | soundcard.h | 265 short device; member 271 int device; member 300 int device; member 674 …_MIDIOUT(device,byte) { _SEQ_NEEDBUF(4); _seqbuf[_seqbufptr] = SEQ_MIDIPUTC; _seqbuf[_seqbufptr + … argument
|
D | fd.h | 51 unsigned int device, head, track; member
|
D | media.h | 89 __u32 device; member
|
/bionic/docs/ |
D | libc_assembler.md | 15 When benchmarking, it's best to verify on the latest Pixel device supported. 38 and pushed on to the device. The commands below show how to do this. 93 that if the device does not get up to the maximum cpu frequency, the results 98 Another potential issue is that the device can overheat when running the 99 benchmarks. To avoid this, you can run the device in a cool environment, 100 or choose a device that is less likely to overheat. To detect these kind 118 on device. If you are trying to run this using adb directly from a host
|
/bionic/tests/ |
D | utils.h | 91 dev_t device; member 127 record.device = makedev(dev_major, dev_minor); in parse_maps()
|
D | Android.bp | 428 // Tests for the device using bionic's .so. Run with: 669 // Tests for the device linked against bionic's static library. Run with:
|
/bionic/libc/kernel/uapi/sound/ |
D | asound.h | 77 unsigned int device; member 258 unsigned int device; member 496 unsigned int device; member 553 int device; member 708 unsigned int device; member
|
/bionic/benchmarks/ |
D | Android.bp | 63 // Build benchmarks for the device (with bionic's .so). Run with:
|
/bionic/ |
D | README.md | 190 Note that if you're actually just trying to expose device-specific headers to 191 build your device drivers, you shouldn't modify bionic. Instead use 208 required for the device. Tests, additional developer tools, and various other 289 ### Coverage from device tests 299 `acov` will pull all coverage information from the device, push it to the right
|
D | android-changes-for-ndk-developers.md | 283 it is not present in that exact location on the device. 287 cannot be found on the device. 301 device. There are broken third-party toolchains/build systems that use 306 libraries as the location may change from device to device.
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 17 run as root on the device. 52 might cause timeouts when trying to start a device.
|
D | README.md | 611 inner layer of quoting is sent to the device, to make 'backtrace guard' 647 If you do have a rooted device, you can enable malloc debug for a specific 711 using the path the .so file would have on the device. So if your .so file 712 is at `/data/app/.../lib/arm/libx.so` on the device, it will need to be at
|