/system/core/logd/ |
D | LogTimes.cpp | 71 LogTimeEntry* me = reinterpret_cast<LogTimeEntry*>(obj); in threadStart() local 73 SocketClient* client = me->mClient; in threadStart() 75 LogBuffer& logbuf = me->mReader.logbuf(); in threadStart() 80 me->leadingDropped = true; in threadStart() 84 log_time start = me->mStart; in threadStart() 86 while (!me->mRelease) { in threadStart() 87 if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in threadStart() 88 if (pthread_cond_timedwait(&me->threadTriggeredCondition, in threadStart() 89 ×Lock, &me->mTimeout) == ETIMEDOUT) { in threadStart() 90 me->mTimeout.tv_sec = 0; in threadStart() [all …]
|
D | LogReader.cpp | 170 LogFindStart* me = reinterpret_cast<LogFindStart*>(obj); in onDataAvailable() local 171 if ((!me->mPid || (me->mPid == element->getPid())) && in onDataAvailable() 172 (me->mLogMask & (1 << element->getLogId()))) { in onDataAvailable() 174 if (me->mStart == real) { in onDataAvailable() 175 me->mSequence = real; in onDataAvailable() 176 me->mStartTimeSet = true; in onDataAvailable() 178 } else if (!me->mIsMonotonic || android::isMonotonic(real)) { in onDataAvailable() 179 if (me->mStart < real) { in onDataAvailable() 180 me->mSequence = me->mLast; in onDataAvailable() 181 me->mStartTimeSet = true; in onDataAvailable() [all …]
|
D | LogTimes.h | 43 static void* threadStart(void* me); 99 static int FilterFirstPass(const LogBufferElement* element, void* me); 100 static int FilterSecondPass(const LogBufferElement* element, void* me);
|
D | LogTags.cpp | 387 LogTags* me = logtags; in tagToName() local 389 if (!me) return nullptr; in tagToName() 390 me->WritePmsgEventLogTags(tag); in tagToName() 391 return me->tagToName(tag); in tagToName() 404 LogTags* me = logtags; in ReReadEventLogTags() local 406 if (me && __android_log_is_debuggable()) { in ReReadEventLogTags() 407 me->ReadFileEventLogTags(me->debug_event_log_tags); in ReReadEventLogTags()
|
D | LogBuffer.cpp | 643 void LogBuffer::kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows) { in kickMe() argument 648 me->mClient->getPid()); in kickMe() 649 me->release_Locked(); in kickMe() 650 } else if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in kickMe() 653 me->triggerReader_Locked(); in kickMe() 658 pruneRows, me->mClient->getPid()); in kickMe() 659 me->triggerSkip_Locked(id, pruneRows); in kickMe()
|
/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 | 203 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc() argument 214 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc() 215 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc() 216 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc() 219 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc() 224 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit() argument 225 _heap* pa = me->pheap; in _allocator_deinit() 236 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument 237 me->stack = stack; in _allocator_init() 238 me->stackEnd = stack + stackSize; in _allocator_init() [all …]
|
D | chre_slpi_stub.c | 203 static __inline int _allocator_alloc(_allocator* me, in _allocator_alloc() argument 214 if((_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size) < (uintptr_t)me->stack + me->nSize) { in _allocator_alloc() 215 *ppbuf = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al); in _allocator_alloc() 216 me->stackEnd = (uint8_t*)_ALIGN_SIZE((uintptr_t)me->stackEnd, al) + size; in _allocator_alloc() 219 return _heap_alloc(&me->pheap, loc, size, ppbuf); in _allocator_alloc() 224 static __inline void _allocator_deinit(_allocator* me) { in _allocator_deinit() argument 225 _heap* pa = me->pheap; in _allocator_deinit() 236 static __inline void _allocator_init(_allocator* me, uint8_t* stack, int stackSize) { in _allocator_init() argument 237 me->stack = stack; in _allocator_init() 238 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/libvintf/ |
D | check_vintf.cpp | 308 int usage(const char* me) { in usage() argument 310 << me << ": check VINTF metadata." << std::endl in usage() 334 << " " << me << " --dump-file-list > /tmp/files.txt" << std::endl in usage() 342 << " " << me << " --check-compat --rootdir=$ROOTDIR \\" << std::endl in usage()
|
/system/tools/hidl/ |
D | main.cpp | 1329 static void usage(const char* me) { in usage() argument 1332 out << "Usage: " << me << " -o <output path> -L <language> [-O <owner>] "; in usage() 1367 const char *me = argv[0]; in main() local 1369 usage(me); in main() 1420 usage(me); in main() 1438 usage(me); in main() 1448 usage(me); in main()
|
/system/sepolicy/public/ |
D | healthd.te | 28 # TODO: added to match above sysfs rule. Remove me?
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | healthd.te | 28 # TODO: added to match above sysfs rule. Remove me?
|
/system/sepolicy/prebuilts/api/30.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?
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | healthd.te | 33 # TODO: added to match above sysfs rule. Remove me?
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | healthd.te | 33 # TODO: added to match above sysfs rule. Remove me?
|