/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaVisualizerTest.java | 259 int energy = computeEnergy(data, true); in test2_0PollingCapture() local 261 0, energy); in test2_0PollingCapture() 263 energy = computeEnergy(data, false); in test2_0PollingCapture() 265 0, energy); in test2_0PollingCapture() 271 energy = computeEnergy(data, true); in test2_0PollingCapture() 273 energy > 0); in test2_0PollingCapture() 275 energy = computeEnergy(data, false); in test2_0PollingCapture() 277 energy > 0); in test2_0PollingCapture() 358 int energy = computeEnergy(mWaveform, true); in test2_1ListenerCapture() local 360 0, energy); in test2_1ListenerCapture() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | EnergyProbe.java | 57 int energy = 0; in capture() local 70 energy += (int)mFft[0] * (int)mFft[0]; in capture() 83 energy += tmp/j; in capture() 97 return energy/count; in capture()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AnyMotionDetector.java | 448 float energy; field in AnyMotionDetector.RunningSignalStats 459 energy = 0; in reset() 478 energy += incrementalEnergy; in accumulate() 482 ", energy = " + energy); in accumulate() 494 return energy; in getEnergy() 511 msg += ", energy = " + energy; in toString()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | AutoFixFilter.java | 282 int energy = (data[index] & 0xFF) + ((data[index] >> 8) & 0xFF) + in createHistogramFrame() local 284 histArray[energy] ++; in createHistogramFrame()
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | mems.txt | 1158 was when he was at his wits' end that his energy and his versatility 1171 energy, and he seldom bestirred himself save when there was some 1971 my own youth and energy, and was convinced that in a very few years 2854 energy, the very opposite to me in most respects, but we had some 3363 sad and weary faces to see one which was full of energy and 3658 was only once in every year or two that he would muster energy to 3660 incoherent memoirs, the outbursts of passionate energy when he 3822 was first taken up by my father, but he was a man of great energy and 3830 lacked energy to make any change. The butler of Hurlstone is always a 4701 his old energy. [all …]
|
D | lstb.txt | 2553 Our client had suddenly burst into the room with an explosive energy 3003 position--nothing but his beauty and strength and energy--so my 3031 monstrous. He talked, or rather roared, with such energy that others 3162 sitting-room in a fever of suppressed energy, biting his nails, 3645 energy, which showed me that some novel and suggestive circumstance 4583 He spoke now with a feverish energy, the long hands twitching and 4651 panting after his one tremendous outflame of energy. 6669 Holmes sprang to his feet, all energy in an instant. 6702 One realized the red-hot energy which underlay Holmes's phlegmatic 6713 the lawn, sprang up and into the room once more, all with the energy
|
D | retn.txt | 1092 with his accustomed energy and sagacity." 1571 energy and nerve force for digestion," he would say in answer to my 3126 over her; "so ardent a bicyclist must be full of energy." 3587 stores of nervous energy upon which to draw. His springy step never 3608 shoulders rounded as he put every ounce of energy that he possessed 4524 figure, alive with nervous energy, that it was indeed a strenuous day 6813 worked with concentrated energy, laying down one tool, picking up 9498 morning. As to my friend, all his usual energy seemed to have 10426 "Dr. Leslie Armstrong is certainly a man of energy and character," 12536 out in a paroxysm of energy. He tore the drugget from the floor, and
|
D | advs.txt | 90 ambition, the drowsiness of the drug, and the fierce energy of his 1848 from extreme languor to devouring energy; and, as I knew well, he was 2742 reasoning and extraordinary energy in action that I felt that he must 4434 lost. Nothing but energy can save you. This is no time for despair." 6187 energy." 10480 "Yes, they have shown extraordinary energy. The whole garden has 11504 man's energy. All over the countryside, away to the rolling hills
|
D | case.txt | 516 said our visitor with fierce energy. There was an intensity of hatred 6172 energy and the pressing need for action. 6989 has actually more energy and vitality than I can ever remember, nor 7080 overflowing with energy and vitality. He moved along the face of the 8182 threw himself with fierce energy upon the pile of commonplace books
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 11551 long energy; field in BatteryStatsImpl.BluetoothActivityInfoCache 11560 energy = info.getControllerEnergyUsed(); in set() 11746 (long) ((info.getControllerEnergyUsed() - mLastBluetoothActivityInfo.energy) in updateBluetoothStateLocked()
|