Searched refs:Line (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | RawBatteryStats.java | 102 @interface Line { annotation in RawBatteryStats 171 @Line(tag="bt", scope=Scope.SYSTEM, count=Count.SINGLE) 212 @Line(tag="gn", scope=Scope.SYSTEM, count=Count.SINGLE) 245 @Line(tag="gmcd", scope=Scope.SYSTEM, count=Count.SINGLE) 260 @Line(tag="m", scope=Scope.SYSTEM, count=Count.SINGLE) 326 @Line(tag="nt", scope=Scope.UID, count=Count.SINGLE) 396 @Line(tag="sgt", scope=Scope.SYSTEM, count=Count.SINGLE) 402 @Line(tag="sst", scope=Scope.SYSTEM, count=Count.SINGLE) 408 @Line(tag="uid", scope=Scope.UID, count=Count.MULTIPLE) 417 @Line(tag="vers", scope=Scope.SYSTEM, count=Count.SINGLE) [all …]
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/ |
D | device_for_product_strategy_enforced_audible.pfw | 46 AvailableOutputDevices Excludes Line 179 conf: Line 181 AvailableOutputDevices Includes Line
|
D | device_for_product_strategy_sonification.pfw | 42 AvailableOutputDevices Excludes Line 248 conf: Line 249 AvailableOutputDevices Includes Line 253 # but Line has a lower priority than WiredHeadset in this case.
|
D | device_for_product_strategy_sonification_respectful.pfw | 62 AvailableOutputDevices Excludes Line 273 conf: Line 277 # but Line has a lower priority than WiredHeadset in this case. 295 AvailableOutputDevices Includes Line
|
D | device_for_product_strategy_media.pfw | 141 conf: Line 142 AvailableOutputDevices Includes Line
|
D | device_for_product_strategy_accessibility.pfw | 290 conf: Line 294 # but Line has a lower priority than WiredHeadset in this case. 305 AvailableOutputDevices Includes Line
|
D | device_for_product_strategy_dtmf.pfw | 253 conf: Line 257 # but Line has a lower priority than WiredHeadset in this case. 271 AvailableOutputDevices Includes Line
|
D | device_for_product_strategy_phone.pfw | 233 conf: Line 234 AvailableOutputDevices Includes Line
|
/frameworks/base/core/tests/benchmarks/ |
D | README | 10 Quick Command Line Reference:
|
/frameworks/base/tests/UsbTests/res/raw/ |
D | readme.txt | 21 wTerminalType 0x0603 Line Connector
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 83 …ash (User|1|5),(PID|1|5),(Process Name|3),(Flags|1|5),(Exception|3),(Message|3),(File|3),(Line|1|5)
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 527 #pragma mark Line
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2649 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local 2655 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2910 unsigned Line = Record[0], Col = Record[1]; in ParseFunctionBody() local 2916 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
|