/system/memory/libmeminfo/testdata1/ |
D | smaps | 21 VmFlags: rd wr mr mw me ac 42 VmFlags: mr mw me ac 63 VmFlags: rd wr mr mw me ac 84 VmFlags: mr mw me ac 105 VmFlags: rd wr mr mw me ac 126 VmFlags: mr mw me ac 147 VmFlags: rd wr mr mw me ac 168 VmFlags: mr mw me ac 189 VmFlags: rd wr mr mw me ac 210 VmFlags: mr mw me ac [all …]
|
D | smaps_short | 21 VmFlags: rd ex mr mw me ac 41 VmFlags: rd wr mr mw me ac 62 VmFlags: rd wr mr mw me ac 82 VmFlags: rd ex mr mw me 102 VmFlags: rd ex mr mw me
|
/system/core/libsparse/ |
D | simg_dump.py | 40 me = posixpath.basename(sys.argv[0]) 52 usage(me) 62 usage(me) 66 usage(me) 91 % (me, path, magic)) 95 % (me, path, major_version, minor_version)) 99 % (me, path, file_hdr_sz)) 103 % (me, path, chunk_hdr_sz))
|
/system/tools/hidl/c2hal/ |
D | main.cpp | 32 static void usage(const char *me) { in usage() argument 35 me); in usage() 113 const char *me = argv[0]; in main() local 148 usage(me); in main() 157 usage(me); in main() 169 usage(me); in main() 175 usage(me); in main()
|
/system/tools/hidl/lint/ |
D | main.cpp | 33 static void usage(const char* me) { in usage() argument 36 out << "Usage: " << me << " [-j] "; in usage() 67 const char* me = argv[0]; in main() local 69 usage(me); in main() 89 usage(me); in main() 100 usage(me); in main()
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 201 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc() argument 212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc() 213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc() 214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc() 217 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc() 222 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit() argument 223 _heap* pa = me->pheap; in _allocator_deinit() 234 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument 235 me->stack = stack; in _allocator_init() 236 me->stackEnd = stack + stackSize; in _allocator_init() [all …]
|
D | chre_slpi_stub.c | 201 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc() argument 212 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc() 213 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc() 214 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc() 217 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc() 222 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit() argument 223 _heap* pa = me->pheap; in _allocator_deinit() 234 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument 235 me->stack = stack; in _allocator_init() 236 me->stackEnd = stack + stackSize; in _allocator_init() [all …]
|
/system/incremental_delivery/libdataloader/include/ |
D | dataloader_inline.h | 32 auto me = static_cast<DataLoaderImpl*>(self); in DataLoaderImpl() local 33 me->mDataLoader->onDestroy(); in DataLoaderImpl() 34 delete me; in DataLoaderImpl() local 80 auto me = static_cast<DataLoaderFactoryImpl*>(self); in DataLoaderFactoryImpl() local 83 auto dataLoader = me->mFactory(vm, params); in DataLoaderFactoryImpl()
|
/system/tools/hidl/hidl2aidl/ |
D | main.cpp | 33 static void usage(const char* me) { in usage() argument 36 out << "Usage: " << me << " [-o <output path>] "; in usage() 139 const char* me = argv[0]; in main() local 141 usage(me); in main() 161 usage(me); in main() 177 usage(me); in main()
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 39 int usage(const std::string& me) { in usage() argument 40 std::cerr << "usage: " << me in usage() 133 const std::string& me = argc > 0 ? argv[0] : "(error)"; in adapterMain() local 137 return usage(me); in adapterMain()
|
/system/apex/shim/build/ |
D | additional_file | 1 I am just a file, don't mind me.
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 144 SocketListener *me = reinterpret_cast<SocketListener *>(obj); in threadStart() local 146 me->runListener(); in threadStart()
|
/system/sepolicy/public/ |
D | healthd.te | 28 # TODO: added to match above sysfs rule. Remove me?
|
/system/libvintf/ |
D | check_vintf.cpp | 309 int usage(const char* me) { in usage() argument 311 << me << ": check VINTF metadata." << std::endl in usage() 335 << " " << me << " --dump-file-list > /tmp/files.txt" << std::endl in usage() 343 << " " << me << " --check-compat --rootdir=$ROOTDIR \\" << std::endl in usage()
|
D | main.cpp | 140 void usage(char* me, const std::vector<Option>& options) { in usage() argument 141 std::cerr << me << ": dump VINTF metadata via libvintf." << std::endl; in usage()
|
/system/tools/hidl/ |
D | main.cpp | 1350 static void usage(const char* me) { in usage() argument 1353 out << "Usage: " << me << " -o <output path> -L <language> [-O <owner>] "; in usage() 1388 const char *me = argv[0]; in main() local 1390 usage(me); in main() 1441 usage(me); in main() 1459 usage(me); in main() 1469 usage(me); in main()
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | healthd.te | 28 # TODO: added to match above sysfs rule. Remove me?
|
D | logd.te | 55 # ... and nobody may ptrace me (except on userdebug or eng builds)
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | healthd.te | 28 # TODO: added to match above sysfs rule. Remove me?
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | healthd.te | 29 # TODO: added to match above sysfs rule. Remove me?
|
D | logd.te | 55 # ... and nobody may ptrace me (except on userdebug or eng builds)
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | healthd.te | 33 # TODO: added to match above sysfs rule. Remove me?
|
D | logd.te | 55 # ... and nobody may ptrace me (except on userdebug or eng builds)
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | healthd.te | 33 # TODO: added to match above sysfs rule. Remove me?
|
D | logd.te | 55 # ... and nobody may ptrace me (except on userdebug or eng builds)
|