/haiku/src/add-ons/kernel/busses/scsi/53c8xx/ |
H A D | scripts.ss | 24 ABSOLUTE status_ignore_residue = 0x20 ; ignore wide residue bytes 103 JUMP ignore, IF 0x23 ; /* wide ignore residue */ 105 JUMP switch, IF 0x02 ; ignore save data pointers 106 JUMP switch, IF 0x07 ; ignore message reject :) 107 JUMP switch, IF 0x03 ; ignore restore data pointers 108 JUMP switch, IF 0x80 ; ignore ident after reselect 109 JUMP switch, IF 0x81 ; ignore ident after reselect 110 JUMP switch, IF 0x82 ; ignore ident after reselect 111 JUMP switch, IF 0x83 ; ignore ident after reselect 112 JUMP switch, IF 0x84 ; ignore ident after reselect [all …]
|
/haiku/src/tests/kits/net/netservices2/ |
H A D | ExclusiveBorrowTest.cpp | 115 std::ignore = *ownedObject == 1; in OwnershipTest() 122 std::ignore = *borrow == 1; in OwnershipTest() 137 std::ignore = *borrow == 1; in OwnershipTest() 144 std::ignore = *ownedObject == 1; in OwnershipTest()
|
/haiku/src/bin/ |
H A D | top.cpp | 135 int ignore; in compare() local 154 ignore = 0; in compare() 163 ignore = 1; in compare() 175 if (!ignore) { in compare() 198 ignore = 0; in compare() 204 ignore++; in compare() 223 if (ignore) { in compare() 230 if (!ignore && (!refresh || (linecount < (rows - 1)))) { in compare()
|
/haiku/data/catalogs/servers/package/ |
H A D | fur.catkeys | 4 ignore problem for now PackageProblem ignore il probleme pal moment
|
H A D | ja.catkeys | 4 ignore problem for now PackageProblem 現在のところ問題を無視する
|
H A D | el.catkeys | 4 ignore problem for now PackageProblem αγνόησε το πρόβλημα προς το παρόν
|
H A D | ko.catkeys | 4 ignore problem for now PackageProblem 이번만 문제 무시
|
H A D | zh_Hans.catkeys | 4 ignore problem for now PackageProblem 本次忽略问题
|
H A D | th.catkeys | 4 ignore problem for now PackageProblem ไม่สนใจปัญหาในตอนนี้
|
H A D | ru.catkeys | 4 ignore problem for now PackageProblem пока игнорировать
|
H A D | uk.catkeys | 4 ignore problem for now PackageProblem ігнорувати проблему
|
H A D | hr.catkeys | 4 ignore problem for now PackageProblem Ignoriraj problem za sada
|
H A D | fi.catkeys | 4 ignore problem for now PackageProblem ohita pulma toistaiseksi
|
H A D | nl.catkeys | 4 ignore problem for now PackageProblem probleem voor nu negeren
|
H A D | lt.catkeys | 4 ignore problem for now PackageProblem kol kas problemos nepaisyti
|
H A D | id.catkeys | 4 ignore problem for now PackageProblem abaikan masalah untuk saat ini
|
H A D | de.catkeys | 4 ignore problem for now PackageProblem Problem vorerst ignorieren
|
H A D | da.catkeys | 4 ignore problem for now PackageProblem ignorér problemet for nu
|
/haiku/src/libs/libsolv/solv/ |
H A D | policy.h | 32 extern int policy_is_illegal(Solver *solv, Solvable *s1, Solvable *s2, int ignore);
|
/haiku/src/kits/tracker/ |
H A D | SelectionWindow.cpp | 248 bool ignore = fIgnoreCaseCheckBox->Value() != 0; in IgnoreCase() local 252 return ignore; in IgnoreCase()
|
/haiku/src/add-ons/kernel/drivers/network/ether/wb840/ |
H A D | Jamfile | 20 actions ignore Installwb840
|
/haiku/src/kits/locale/ |
H A D | Collator.cpp | 108 BCollator::SetIgnorePunctuation(bool ignore) in SetIgnorePunctuation() argument 110 fIgnorePunctuation = ignore; in SetIgnorePunctuation()
|
/haiku/headers/os/locale/ |
H A D | Collator.h | 52 void SetIgnorePunctuation(bool ignore);
|
/haiku/src/apps/mail/ |
H A D | QueryMenu.cpp | 298 BLooper *ignore; // don't care what value this gets in SetTargetForItems() local 299 fTargetHandler = messenger.Target(&ignore); in SetTargetForItems()
|
/haiku/src/apps/sudoku/ |
H A D | SudokuView.cpp | 150 bool ignore = false; in SetTo() local 155 status = _FilterString(line, sizeof(line), buffer, out, ignore); in SetTo() 178 bool ignore = false; in SetTo() local 181 status_t status = _FilterString(data, 65536, buffer, out, ignore); in SetTo() 949 uint32& out, bool& ignore) in _FilterString() argument 955 ignore = true; in _FilterString() 957 ignore = false; in _FilterString() 959 if (ignore || isspace(data[i])) in _FilterString()
|