Searched refs:console (Results 1 – 15 of 15) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | Console.java | 941 return System.console() != null; in isConsoleFunctional() 1136 Console console = new Console(); in main() local 1137 startConsole(console, mainArgs); in main() 1146 public static void startConsole(Console console, String[] args) throws InterruptedException, in startConsole() argument 1154 console.setArgs(nonGlobalArgs); in startConsole() 1155 console.setCommandScheduler(GlobalConfiguration.getInstance().getCommandScheduler()); in startConsole() 1156 console.setKeyStoreFactory(GlobalConfiguration.getInstance().getKeyStoreFactory()); in startConsole() 1157 console.setDaemon(true); in startConsole() 1161 console.start(); in startConsole() 1165 console.awaitScheduler(); in startConsole() [all …]
|
D | CommandRunner.java | 147 CommandRunner console = new CommandRunner(); in main() local 148 console.run(mainArgs); in main() 149 System.exit(console.getErrorCode().getCodeValue()); in main()
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | SM_PTS_INSTRUCTIONS | 48 [Enter Pin from console to PTS] 59 [Enter Pin from console to PTS] 66 [Enter Pin from console to PTS] 73 [Enter Pin from console to PTS] 91 [Enter Pin from console to PTS] 98 [Enter Pin from console to PTS] 105 [Enter Pin from console to PTS] 112 [Enter Pin from console to PTS]
|
D | GATT_PTS_INSTRUCTIONS | 230 [PTS Interaction] Enter Pin from console into PTS 240 [PTS Interaction] Enter Pin from console into PTS
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | PasswordRetriever.java | 145 Console console = System.console(); in getPasswords() local 146 if (console != null) { in getPasswords() 148 char[] pwd = console.readPassword(description + ": "); in getPasswords()
|
D | help_lineage.txt | 67 By default, the tool will prompt for password via console 103 produced by encoding the password using the console's 107 and older, the form encoded using the console's charset. 108 On Java 9, apksigner cannot detect the console's charset
|
D | help_rotate.txt | 70 By default, the tool will prompt for password via console 106 produced by encoding the password using the console's 110 and older, the form encoded using the console's charset. 111 On Java 9, apksigner cannot detect the console's charset
|
D | help_sign.txt | 118 By default, the tool will prompt for password via console 154 produced by encoding the password using the console's 158 and older, the form encoded using the console's charset. 159 On Java 9, apksigner cannot detect the console's charset
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | TradefedSandboxRunner.java | 157 TradefedSandboxRunner console = new TradefedSandboxRunner(); in main() local 158 console.run(mainArgs); in main() 159 System.exit(console.getErrorCode().getCodeValue()); in main()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 799 EmulatorConsole console = EmulatorConsole.getConsole(device.getIDevice()); in killEmulator() local 800 if (console != null) { in killEmulator() 801 console.kill(); in killEmulator()
|
/tools/tradefederation/core/tests/ |
D | run_tradefed_tests.sh | 41 --console-result-reporter:suppress-passed-tests \
|
D | run_tradefed_func_tests.sh | 43 --console-result-reporter:suppress-passed-tests \
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 17 3.In another console, restart `system_server`:
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 19 3.In another console, switch to user 11:
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 51 // * They are created in the cloud project console -> API manager.
|