/haiku/src/kits/debugger/debug_info/loading_state_handlers/ |
H A D | DwarfLoadingStateHandler.cpp | 89 int32 choice; in HandleState() local 96 choice = interface->SynchronouslyAskUser("Debug info missing", in HandleState() 98 if (choice == 0) in HandleState() 99 choice = USER_CHOICE_LOCATE_FILE; in HandleState() 100 else if (choice == 1) in HandleState() 101 choice = USER_CHOICE_SKIP; in HandleState() 108 choice = interface->SynchronouslyAskUser("Debug info missing", in HandleState() 112 if (choice == USER_CHOICE_INSTALL_PACKAGE) { in HandleState() 135 } else if (choice == USER_CHOICE_LOCATE_FILE) { in HandleState()
|
/haiku/src/bin/writembr/ |
H A D | writembr.cpp | 97 string choice; in main() local 98 getline(cin, choice, '\n'); in main() 99 if (choice == "no" || choice == "" || choice != "yes") { in main()
|
/haiku/src/apps/packageinstaller/ |
H A D | PackageView.cpp | 324 int32 choice = P_EXISTS_NONE; in ItemExists() local 328 choice = P_EXISTS_OVERWRITE; in ItemExists() 332 choice = P_EXISTS_SKIP; in ItemExists() 377 choice = alert->Go(); in ItemExists() 378 switch (choice) { in ItemExists() 380 choice = P_EXISTS_OVERWRITE; in ItemExists() 383 choice = P_EXISTS_SKIP; in ItemExists() 395 if (choice == P_EXISTS_OVERWRITE) { in ItemExists() 409 policy = choice; in ItemExists() 417 return choice; in ItemExists()
|
H A D | PackageInstall.cpp | 214 int32 choice = fParent->ItemExists(*item, state.destination, in _Install() local 216 if (choice != P_EXISTS_ABORT) { in _Install() 217 state.policy = choice; in _Install()
|
/haiku/src/preferences/virtualmemory/ |
H A D | SettingsWindow.cpp | 146 int32 choice = (new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"), in SettingsWindow() local 150 if (choice == 1) { in SettingsWindow() 156 int32 choice = (new BAlert(B_TRANSLATE_SYSTEM_NAME("VirtualMemory"), in SettingsWindow() local 160 if (choice == 1) { in SettingsWindow() 249 int32 choice = alert->Go(); in SettingsWindow() local 250 if (choice == 1) { in SettingsWindow() 326 int32 choice = alert->Go(); in MessageReceived() local 327 if (choice == 1) { in MessageReceived()
|
/haiku/src/preferences/bluetooth/ |
H A D | BluetoothMain.cpp | 38 int32 choice = alert->Go(); in ReadyToRun() local 40 switch (choice) { in ReadyToRun()
|
/haiku/src/apps/webpositive/autocompletion/ |
H A D | AutoCompleterDefaultImpl.cpp | 255 BDefaultChoiceView::ListItem::ListItem(const BAutoCompleter::Choice* choice) in ListItem() argument 259 fPreText = choice->DisplayText(); in ListItem() 260 if (choice->MatchLen() > 0) { in ListItem() 261 fPreText.MoveInto(fMatchText, choice->MatchPos(), choice->MatchLen()); in ListItem() 262 fPreText.MoveInto(fPostText, choice->MatchPos(), fPreText.Length()); in ListItem()
|
H A D | AutoCompleterDefaultImpl.h | 71 ListItem(const BAutoCompleter::Choice* choice);
|
/haiku/src/tests/add-ons/print/ppd/doc/ |
H A D | TODO.txt | 7 Provide UI for single and multiple choice
|
/haiku/src/apps/drivesetup/ |
H A D | MainWindow.cpp | 1033 int32 choice = alert->Go(); in _Initialize() local 1035 if (choice == 1) in _Initialize() 1115 choice = alert->Go(); in _Initialize() 1117 if (choice == 1) in _Initialize() 1239 int32 choice = alert->Go(); in _Create() local 1241 if (choice == 1) in _Create() 1320 int32 choice = alert->Go(); in _Delete() local 1322 if (choice == 1) in _Delete() 1403 int32 choice = alert->Go(); in _ChangeParameters() local 1405 if (choice == 1) in _ChangeParameters()
|
/haiku/data/system/data/licenses/ |
H A D | GNU GPL v2 classpath exception | 7 … and to copy and distribute the resulting executable under terms of your choice, provided that you…
|
H A D | GNU LGPL v3 | 67 code under terms of your choice, provided that, if the incorporated 81 You may convey a Combined Work under terms of your choice that, 134 choice, if you do both of the following:
|
H A D | MPL v2.0 | 135 No Contributor makes additional grants as a result of Your choice to 187 You may create and distribute a Larger Work under terms of Your choice,
|
/haiku/src/servers/mount/ |
H A D | AutoMounter.cpp | 651 int32 choice = alert->Go(); in _SuggestForceUnmount() local 653 return choice == 1; in _SuggestForceUnmount() 1022 int32 choice = alert->Go(); in _SuggestMountFlags() local 1023 switch (choice) { in _SuggestMountFlags()
|
/haiku/src/apps/mail/ |
H A D | Signature.cpp | 199 int32 choice = alert->Go(); in MessageReceived() local 201 if (choice == 0) in MessageReceived()
|
/haiku/src/apps/webpositive/ |
H A D | BrowserApp.cpp | 386 int32 choice = alert->Go(); in QuitRequested() local 387 if (choice == 1) { in QuitRequested()
|
/haiku/src/libs/libsolv/solv/ |
H A D | transaction.c | 1173 int choice = 0; in addsolvableedges() local 1178 choice = reqq.count - 1; in addsolvableedges() 1182 …printf("add inst->inst edge choice %d (%s -> %s -> %s)\n", choice, pool_solvid2str(pool, p), pool_… in addsolvableedges() 1189 …printf("add uninst->inst edge choice %d (%s -> %s -> %s)\n", choice, pool_solvid2str(pool, p), poo… in addsolvableedges() 1207 choice = 0; in addsolvableedges() 1213 choice++; in addsolvableedges() 1217 …printf("add uninst->uninst edge choice %d (%s -> %s -> %s)\n", choice, pool_solvid2str(pool, p), p… in addsolvableedges()
|
/haiku/docs/user/interface/ |
H A D | Input.dox | 17 // Not sure if we should follow that choice.
|
/haiku/src/preferences/filetypes/ |
H A D | ApplicationTypeWindow.cpp | 1070 int32 choice = alert->Go(); in QuitRequested() local 1071 switch (choice) { in QuitRequested()
|
/haiku/docs/develop/kernel/arch/arm/ |
H A D | overview.rst | 48 The ARM instruction set has evolved a lot over time, and we have to make a choice: use the oldest
|
/haiku/src/apps/haikudepot/ui/ |
H A D | MainWindow.cpp | 1426 int32 choice = alert->Go(); in _RatePackage() local 1427 if (choice == 1) in _RatePackage()
|
/haiku/src/apps/icon-o-matic/ |
H A D | MainWindow.cpp | 1408 int32 choice = alert->Go(); in _CheckSaveIcon() local 1409 switch (choice) { in _CheckSaveIcon()
|
/haiku/docs/develop/build/ |
H A D | jam.rst | 39 This resulted in the choice of a less known, but more appropriate tool in the form of Jam. This
|
/haiku/src/kits/tracker/ |
H A D | Tracker.cpp | 861 int32 choice = alert->Go(); in OpenRef() local 863 if (choice == 0) { in OpenRef()
|
/haiku/docs/apps/mail/Programming Notes/ |
H A D | Writing Add-ons.md | 202 user a choice of flavors in ProtocolConfigView, you can ignore this with impunity. 215 didn't give the user a choice of methods in ProtocolConfigView, you can ignore this with
|