Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 8 of 8) 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.cpp231 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
232 ASSERT_NE(wl, nullptr); in TEST_F()
241 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
242 ASSERT_NE(wl, nullptr); in TEST_F()
245 wl->release(); in TEST_F()
269 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
270 ASSERT_NE(wl, nullptr); in TEST_F()
283 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F()
284 ASSERT_NE(wl, nullptr); in TEST_F()
299 sp<IWakeLock> wl = acquireWakeLock(); in TEST_F() local
DSystemSuspend.cpp155 IWakeLock* wl = new WakeLock{this, wlId, name}; in acquireWakeLock() local
176 return wl; in acquireWakeLock()
/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()