/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 | 389 LogTags* me = logtags; in tagToName() local 391 if (!me) return nullptr; in tagToName() 392 me->WritePmsgEventLogTags(tag); in tagToName() 393 return me->tagToName(tag); in tagToName() 406 LogTags* me = logtags; in ReReadEventLogTags() local 408 if (me && __android_log_is_debuggable()) { in ReReadEventLogTags() 409 me->ReadFileEventLogTags(me->debug_event_log_tags); in ReReadEventLogTags()
|
D | LogBuffer.cpp | 637 void LogBuffer::kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows) { in kickMe() argument 641 me->release_Locked(); in kickMe() 642 } else if (me->mTimeout.tv_sec || me->mTimeout.tv_nsec) { in kickMe() 645 me->triggerReader_Locked(); in kickMe() 648 me->triggerSkip_Locked(id, pruneRows); in kickMe()
|
D | LogBuffer.h | 188 void kickMe(LogTimeEntry* me, log_id_t id, unsigned long pruneRows);
|
/system/core/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() 108 const char *me = argv[0]; in main() local 143 usage(me); in main() 152 usage(me); in main() 164 usage(me); in main() 170 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/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/libvintf/ |
D | check_vintf.cpp | 190 int usage(const char* me) { in usage() argument 192 << me << ": check VINTF metadata." << std::endl in usage() 204 << " " << me << " --dump-file-list > /tmp/files.txt" << std::endl in usage() 212 << " " << me << " --check-compat --rootdir=$ROOTDIR \\" << std::endl in usage()
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 144 SocketListener *me = reinterpret_cast<SocketListener *>(obj); in threadStart() local 146 me->runListener(); in threadStart()
|
/system/tools/hidl/ |
D | main.cpp | 1220 static void usage(const char *me) { in usage() argument 1224 me); in usage() 1249 const char *me = argv[0]; in main() local 1251 usage(me); in main() 1351 usage(me); in main() 1376 usage(me); in main() 1386 usage(me); in main()
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | healthd.te | 28 # TODO: added to match above sysfs rule. Remove me?
|
/system/sepolicy/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/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)
|
/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)
|