Searched refs:sched (Results 1 - 19 of 19) sorted by relevance

/system/extras/tests/workloads/
H A Dchromefling.sh101 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
114 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
H A Drecentfling.sh107 ${ADB}atrace --async_start -z -c -b 16000 freq gfx view idle sched
120 ${ADB}atrace --async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
/system/connectivity/shill/test-scripts/
H A Dstability21 import sched namespace
139 s = sched.scheduler(time.time, time.sleep)
/system/core/toolbox/
H A Dps.c57 int prio, nice, rtprio, sched, psr; local
141 sched = atoi(nexttok(&ptr)); // scheduling policy
177 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);
/system/extras/tests/sdcard/
H A Dplot_sdcard.py90 self.sched = ''
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
115 self.kernel, self.duration, self.command_line, self.sched)
/system/core/libmemunreachable/
H A DPtracerThread.cpp21 #include <sched.h>
/system/extras/crypto-perf/
H A Dcrypto.cpp6 #include <sched.h>
/system/keymaster/
H A Docb.c555 const __m128i* sched = ((__m128i*)(key->rd_key)); local
557 tmp = _mm_xor_si128(tmp, sched[0]);
559 tmp = _mm_aesenc_si128(tmp, sched[j]);
560 tmp = _mm_aesenclast_si128(tmp, sched[j]);
566 const __m128i* sched = ((__m128i*)(key->rd_key)); local
568 tmp = _mm_xor_si128(tmp, sched[0]);
570 tmp = _mm_aesdec_si128(tmp, sched[j]);
571 tmp = _mm_aesdeclast_si128(tmp, sched[j]);
577 const __m128i* sched = ((__m128i*)(key->rd_key)); local
579 blks[i] = _mm_xor_si128(blks[i], sched[
589 const __m128i* sched = ((__m128i*)(key->rd_key)); local
[all...]
/system/core/debuggerd/
H A Dcrasher.c4 #include <sched.h>
/system/extras/tests/memtest/
H A Dfptest.cpp23 #include <sched.h>
H A Dbandwidth.cpp21 #include <sched.h>
/system/core/libcutils/
H A Dsched_policy.c43 #include <sched.h>
276 // in the absence of cpusets, use the old sched policy
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c54 #include <sched.h>
/system/core/logd/
H A Dmain.cpp21 #include <sched.h>
/system/core/liblog/
H A Dlogger_read.c20 #include <sched.h>
/system/core/libutils/
H A DThreads.cpp30 # include <sched.h>
/system/core/init/
H A Dbuiltins.cpp25 #include <sched.h>
/system/core/logcat/
H A Dlogcat.cpp11 #include <sched.h>
/system/extras/micro_bench/
H A Dmicro_bench.cpp26 #include <sched.h>

Completed in 607 milliseconds