Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 11 of 11) sorted by relevance

/system/extras/ioshark/
Dcollect-straces.sh54 compile_ioshark bar $pid.wl
89 rm -f *.wl
96 rm -f wl.tar
97 tar cf wl.tar ioshark_filenames *.wl
Dcompile-only.sh103 compile_ioshark parsed_input_trace.$pid $pid.wl
111 rm -f *.wl
121 tar cf wl-test.tar ioshark_filenames *.wl
Dcollect-straces-ftraces.sh105 compile_ioshark parsed_input_trace.$pid $pid.wl
188 rm -f *.wl
202 tar cf wl.tar ioshark_filenames *.wl
DREADME7 into it and compiles this into bytecodes (stored in *.wl files). The
9 device) is the tester that takes as input the bytecode files (*.wl
17 files into a wl.tar file.
18 - Ship the wl.tar file and the iostark_bench binaries to the target
20 - Run the tester. "ioshark_bench *.wl" runs the test with default
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp213 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
214 ASSERT_NE(wl, nullptr); in TEST_F()
223 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
224 ASSERT_NE(wl, nullptr); in TEST_F()
227 wl->release(); in TEST_F()
251 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
252 ASSERT_NE(wl, nullptr); in TEST_F()
265 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F()
266 ASSERT_NE(wl, nullptr); in TEST_F()
DSystemSuspend.cpp145 IWakeLock* wl = new WakeLock{this, name, pid}; in acquireWakeLock() local
147 return wl; in acquireWakeLock()
/system/vold/
DIdleMaint.cpp148 android::wakelock::WakeLock wl{kWakeLock}; in Trim() local
372 android::wakelock::WakeLock wl{kWakeLock}; in RunIdleMaint() local
406 android::wakelock::WakeLock wl{kWakeLock}; in AbortIdleMaint() local
DBenchmark.cpp184 android::wakelock::WakeLock wl{kWakeLock}; in Benchmark() local
DMoveStorage.cpp261 android::wakelock::WakeLock wl{kWakeLock}; in MoveStorage() local
/system/bt/embdrv/g722/
Dg722_decode.cc202 static int16_t wl[8] = {-60, -30, 58, 172, 334, 538, 1198, 3042 }; variable
340 wd1 += wl[wd2]; in g722_decode()
Dg722_encode.cc235 static int16_t wl[8] = variable
365 s->band[0].nb = wd + wl[il4]; in g722_encode()