Searched refs:wl (Results 1 – 8 of 8) sorted by relevance
/system/extras/ioshark/ |
D | collect-straces.sh | 54 compile_ioshark bar $pid.wl 89 rm -f *.wl 96 rm -f wl.tar 97 tar cf wl.tar ioshark_filenames *.wl
|
D | compile-only.sh | 103 compile_ioshark parsed_input_trace.$pid $pid.wl 111 rm -f *.wl 121 tar cf wl-test.tar ioshark_filenames *.wl
|
D | collect-straces-ftraces.sh | 105 compile_ioshark parsed_input_trace.$pid $pid.wl 188 rm -f *.wl 202 tar cf wl.tar ioshark_filenames *.wl
|
D | README | 7 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/ |
D | SystemSuspendUnitTest.cpp | 231 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
|
D | SystemSuspend.cpp | 155 IWakeLock* wl = new WakeLock{this, wlId, name}; in acquireWakeLock() local 176 return wl; in acquireWakeLock()
|
/system/bt/embdrv/g722/ |
D | g722_decode.cc | 202 static int16_t wl[8] = {-60, -30, 58, 172, 334, 538, 1198, 3042 }; variable 340 wd1 += wl[wd2]; in g722_decode()
|
D | g722_encode.cc | 235 static int16_t wl[8] = variable 365 s->band[0].nb = wd + wl[il4]; in g722_encode()
|