Searched refs:GLOBAL (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/adb_commands/ |
D | common.py | 26 GLOBAL = 'global' variable 38 DeviceSetting(GLOBAL, 'airplane_mode_on'), 47 DeviceSetting(GLOBAL, 'mobile_data'), 52 cellular = DeviceSetting(GLOBAL, 'cell_on') 56 DeviceSetting(GLOBAL, 'wifi_on'), 101 auto_time = DeviceSetting(GLOBAL, 'auto_time') 103 auto_timezone = DeviceSetting(GLOBAL, 'auto_timezone') 119 battery_saver_mode = DeviceSetting(GLOBAL, 'low_power') 121 battery_saver_trigger = DeviceSetting(GLOBAL, 'low_power_trigger_level')
|
/tools/acloud/internal/lib/ |
D | gcompute_client_test.py | 102 if operation_scope == gcompute_client.OperationScope.GLOBAL: 118 {"status": "GOOD"}, gcompute_client.OperationScope.GLOBAL) 121 gcompute_client.OperationScope.GLOBAL) 153 gcompute_client.OperationScope.GLOBAL) 159 gcompute_client.OperationScope.GLOBAL) 230 operation_scope=gcompute_client.OperationScope.GLOBAL) 255 operation_scope=gcompute_client.OperationScope.GLOBAL) 281 operation_scope=gcompute_client.OperationScope.GLOBAL) 356 operation_scope=gcompute_client.OperationScope.GLOBAL)
|
D | gcompute_client.py | 68 GLOBAL = "global" variable in OperationScope 149 if operation_scope == OperationScope.GLOBAL: 401 operation=operation, operation_scope=OperationScope.GLOBAL) 484 operation=operation, operation_scope=OperationScope.GLOBAL) 509 OperationScope.GLOBAL)
|
/tools/repohooks/ |
D | README.md | 38 ## GLOBAL-PREUPLOAD.cfg 41 * `.repo/manifests/GLOBAL-PREUPLOAD.cfg`: The manifest git repo. 43 * `GLOBAL-PREUPLOAD.cfg`: The top level of the repo checkout.
|