/haiku/src/apps/haikudepot/textview/ |
H A D | TextEditor.cpp | 159 bool select = (event.modifiers & B_SHIFT_KEY) != 0; in KeyDown() local 163 LineUp(select); in KeyDown() 167 LineDown(select); in KeyDown() 171 if (HasSelection() && !select) { in KeyDown() 176 _SetCaretOffset(fSelection.Caret() - 1, true, select, true); in KeyDown() 180 if (HasSelection() && !select) { in KeyDown() 185 _SetCaretOffset(fSelection.Caret() + 1, true, select, true); in KeyDown() 189 LineStart(select); in KeyDown() 193 LineEnd(select); in KeyDown() 302 TextEditor::LineUp(bool select) in LineUp() argument [all …]
|
H A D | TextEditor.h | 67 void LineUp(bool select); 68 void LineDown(bool select); 69 void LineStart(bool select); 70 void LineEnd(bool select); 80 void _MoveToLine(int32 lineIndex, bool select);
|
/haiku/src/libs/stdc++/legacy/ |
H A D | indstream.cc | 78 int select = mode == 0 ? (ios::in|ios::out) : mode; in seekoff() local 79 streambuf *gbuf = (select & ios::in) ? get_stream() : (streambuf*)NULL; in seekoff() 80 streambuf *pbuf = (select & ios::out) ? put_stream() : (streambuf*)NULL; in seekoff() 95 int select = mode == 0 ? (ios::in|ios::out) : mode; in seekpos() local 96 streambuf *gbuf = (select & ios::in) ? get_stream() : (streambuf*)NULL; in seekpos() 97 streambuf *pbuf = (select & ios::out) ? put_stream() : (streambuf*)NULL; in seekpos()
|
/haiku/src/system/boot/platform/riscv/ |
H A D | FwCfg.cpp | 79 file.select = B_BENDIAN_TO_HOST_INT16(file.select); in ListDir() 83 dprintf("select: %" B_PRIu32 "\n", file.select); in ListDir() 98 file.select = B_BENDIAN_TO_HOST_INT16(file.select); in ThisFile() 115 dprintf("file.select: %" B_PRIu16 "\n", file.select); in InitFramebuffer() 131 Select(file.select); in InitFramebuffer()
|
/haiku/src/libs/libsolv/solv/ |
H A D | selection.c | 47 Id select = selection->elements[i] & SOLVER_SELECTMASK; in selection_prune() local 49 if (select == SOLVER_SOLVABLE_ALL) in selection_prune() 51 else if (select == SOLVER_SOLVABLE_REPO) in selection_prune() 61 FOR_JOB_SELECT(p, pp, select, selection->elements[i + 1]) in selection_prune() 88 Id select = selection->elements[i] & SOLVER_SELECTMASK; in selection_solvables() local 89 if (select == SOLVER_SOLVABLE_ALL) in selection_solvables() 94 if (select == SOLVER_SOLVABLE_REPO) in selection_solvables() 104 FOR_JOB_SELECT(p, pp, select, selection->elements[i + 1]) in selection_solvables() 161 Id select = selection->elements[i] & SOLVER_SELECTMASK; in selection_filter_rel() local 163 if (select == SOLVER_SOLVABLE || select == SOLVER_SOLVABLE_ONE_OF) in selection_filter_rel() [all …]
|
H A D | solver.h | 323 #define FOR_JOB_SELECT(p, pp, select, what) \ argument 324 if (select == SOLVER_SOLVABLE_REPO || select == SOLVER_SOLVABLE_ALL) \ 326 else for (pp = (select == SOLVER_SOLVABLE ? 0 : \ 327 select == SOLVER_SOLVABLE_ONE_OF ? what : \ 329 p = (select == SOLVER_SOLVABLE ? what : pool->whatprovidesdata[pp++]); \ 331 if (select == SOLVER_SOLVABLE_NAME && \
|
H A D | solverdebug.c | 653 Id p, rp, element, how, what, select; in solver_printsolution() local 666 select = how & SOLVER_SELECTMASK; in solver_printsolution() 670 … if (select == SOLVER_SOLVABLE && solv->installed && pool->solvables[what].repo == solv->installed) in solver_printsolution() 672 else if (select == SOLVER_SOLVABLE_PROVIDES) in solver_printsolution() 673 …UG(SOLV_DEBUG_RESULT, " - do not install a solvable %s\n", solver_select2str(pool, select, what)); in solver_printsolution() 675 POOL_DEBUG(SOLV_DEBUG_RESULT, " - do not install %s\n", solver_select2str(pool, select, what)); in solver_printsolution() 678 …if (select == SOLVER_SOLVABLE && !(solv->installed && pool->solvables[what].repo == solv->installe… in solver_printsolution() 680 else if (select == SOLVER_SOLVABLE_PROVIDES) in solver_printsolution() 681 …LV_DEBUG_RESULT, " - do not deinstall all solvables %s\n", solver_select2str(pool, select, what)); in solver_printsolution() 683 POOL_DEBUG(SOLV_DEBUG_RESULT, " - do not deinstall %s\n", solver_select2str(pool, select, what)); in solver_printsolution() [all …]
|
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/ |
H A D | neomagic.settings | 25 #log level select: 26 #logmask 0x0000000x # lowest digit: bitmask to select logging level. 28 #log modules select: 29 #logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log.
|
/haiku/src/preferences/filetypes/ |
H A D | TypeListWindow.cpp | 90 BMessage select(fWhat); in MessageReceived() local 91 select.AddString("type", item->Type()); in MessageReceived() 92 fTarget.SendMessage(&select); in MessageReceived()
|
H A D | PreferredAppMenu.cpp | 154 BMenuItem* select = NULL; in update_preferred_app_menu() local 168 select = item; in update_preferred_app_menu() 191 if (select != NULL) { in update_preferred_app_menu() 194 select->SetMarked(true); in update_preferred_app_menu()
|
/haiku/build/scripts/ |
H A D | bootstrap_client.py | 9 import select 50 (readable, writable, exceptions) = select.select(connections, [],
|
/haiku/src/add-ons/kernel/drivers/graphics/matrox/ |
H A D | matrox.settings | 25 #log level select: 26 #logmask 0x0000000x # lowest digit: bitmask to select logging level. 28 #log modules select: 29 #logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log.
|
/haiku/src/system/kernel/events/ |
H A D | select_ops.h | 10 status_t (*select)(int32 object, struct select_info* info, bool kernel); member 46 return kSelectOps[type].select(object, sync, kernel); in select_object()
|
/haiku/src/add-ons/kernel/drivers/graphics/via/ |
H A D | via.settings | 28 #log level select: 29 #logmask 0x0000000x # lowest digit: bitmask to select logging level. 31 #log modules select: 32 #logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log.
|
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/ |
H A D | skel.settings | 28 #log level select: 29 #logmask 0x0000000x # lowest digit: bitmask to select logging level. 31 #log modules select: 32 #logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log.
|
/haiku/src/libs/glut/ |
H A D | glutMenu.h | 35 select = n_select; in GlutMenu() 44 GLUTselectCB select; // callback function variable
|
/haiku/src/tests/system/network/ |
H A D | select_test.c | 40 rv = select(s + 1, &fdr, NULL, &fde, &tv); in main() 55 rv = select(s +1, &fdr, &fdw, &fde, NULL); in main()
|
H A D | select_test2.c | 51 rv = select(s + 1, &fdr, NULL, &fde, &tv); in main() 65 rv = select(f +1, &fdr, NULL, NULL, NULL); in main()
|
H A D | select_test_big.c | 67 rv = select(max + 1, &fdr, NULL, &fde, &tv); in main() 85 rv = select(max +1, &fdr, &fdw, &fde, NULL); in main()
|
/haiku/src/system/kernel/device_manager/ |
H A D | AbstractModuleDevice.cpp | 31 return Module()->select != NULL; in HasSelect() 136 if (Module()->select == NULL) in Select() 138 return Module()->select(cookie, event, sync); in Select()
|
/haiku/src/apps/webpositive/support/ |
H A D | FontSelectionView.h | 68 void _SelectCurrentFont(bool select); 69 void _SelectCurrentSize(bool select);
|
/haiku/data/catalogs/apps/text_search/ |
H A D | be.catkeys | 2 Please select the files you wish to have selected for you in Tracker. GrepWindow Калі ласка, выбер… 17 Please select the files you wish to keep searching. GrepWindow Калі ласка, выберыце файлы, якія жа…
|
H A D | th.catkeys | 2 Please select the files you wish to have selected for you in Tracker. GrepWindow โปรดเลือกไฟล์ที่ค… 19 Please select the files you wish to keep searching. GrepWindow โปรดเลือกไฟล์ที่คุณต้องการค้นหาต่อไป
|
H A D | ja.catkeys | 2 Please select the files you wish to have selected for you in Tracker. GrepWindow Tracker で選択するファイル… 20 Please select the files you wish to keep searching. GrepWindow 検索したいファイルを選択してください。
|
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/ |
H A D | nvidia.settings | 39 #log level select: 40 #logmask 0x0000000x # lowest digit: bitmask to select logging level. 42 #log modules select: 43 #logmask 0xxxxxxxx0 # highest 7 digits: bitmask to select individual modules to log.
|