Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 49) sorted by relevance

12

/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp89 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 Dwritembr.cpp97 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 DPackageView.cpp324 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 DPackageInstall.cpp214 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 DSettingsWindow.cpp146 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 DBluetoothMain.cpp38 int32 choice = alert->Go(); in ReadyToRun() local
40 switch (choice) { in ReadyToRun()
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp255 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 DAutoCompleterDefaultImpl.h71 ListItem(const BAutoCompleter::Choice* choice);
/haiku/src/tests/add-ons/print/ppd/doc/
H A DTODO.txt7 Provide UI for single and multiple choice
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1033 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 DGNU GPL v2 classpath exception7 … and to copy and distribute the resulting executable under terms of your choice, provided that you…
H A DGNU LGPL v367 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 DMPL v2.0135 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 DAutoMounter.cpp651 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 DSignature.cpp199 int32 choice = alert->Go(); in MessageReceived() local
201 if (choice == 0) in MessageReceived()
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp386 int32 choice = alert->Go(); in QuitRequested() local
387 if (choice == 1) { in QuitRequested()
/haiku/src/libs/libsolv/solv/
H A Dtransaction.c1173 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 DInput.dox17 // Not sure if we should follow that choice.
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp1070 int32 choice = alert->Go(); in QuitRequested() local
1071 switch (choice) { in QuitRequested()
/haiku/docs/develop/kernel/arch/arm/
H A Doverview.rst48 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 DMainWindow.cpp1426 int32 choice = alert->Go(); in _RatePackage() local
1427 if (choice == 1) in _RatePackage()
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1408 int32 choice = alert->Go(); in _CheckSaveIcon() local
1409 switch (choice) { in _CheckSaveIcon()
/haiku/docs/develop/build/
H A Djam.rst39 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 DTracker.cpp861 int32 choice = alert->Go(); in OpenRef() local
863 if (choice == 0) { in OpenRef()
/haiku/docs/apps/mail/Programming Notes/
H A DWriting Add-ons.md202 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

12