/reactos/modules/rostests/winetests/shell32/ |
H A D | msg.h | 110 const struct message *expected, const char *context, BOOL todo, in ok_sequence_() argument 131 if (expected->wParam != actual->wParam && todo) in ok_sequence_() 151 if (expected->lParam != actual->lParam && todo) in ok_sequence_() 176 if (expected->id != actual->id && todo) in ok_sequence_() 194 if ((expected->flags & defwinproc) != (actual->flags & defwinproc) && todo) in ok_sequence_() 231 else if (todo) in ok_sequence_() 256 if (todo) in ok_sequence_() 274 if(todo && !failcount) /* succeeded yet marked todo */ in ok_sequence_() 285 #define ok_sequence(seq, index, exp, contx, todo) \ argument 286 ok_sequence_(seq, index, (exp), (contx), (todo), __FILE__, __LINE__)
|
H A D | shlexec.c | 1035 int todo; member 1154 int todo; member 1340 todo_wine_if(test->todo & 0x1) in test_one_cmdline() 1415 int todo; member 1596 todo_wine_if(test->todo) in test_argify() 1639 if ((test->todo & 0x40)==0) in test_filename() 1677 todo_wine_if(test->todo & 0x1) in test_filename() 1743 int todo; member 1833 if ((test->todo & 0x10) == 0) in test_fileurls() 2188 todo_wine_if(test->todo & 0x1) in test_lnks() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | msg.h | 170 const struct message *expected_list, const char *context, BOOL todo, in ok_sequence_() argument 190 if (expected->wParam != actual->wParam && todo) in ok_sequence_() 212 if (expected->lParam != actual->lParam && todo) in ok_sequence_() 234 if (expected->stage != actual->stage && todo) in ok_sequence_() 261 if (expected->id != actual->id && todo) in ok_sequence_() 281 if ((expected->flags & defwinproc) != (actual->flags & defwinproc) && todo) in ok_sequence_() 330 else if (todo) in ok_sequence_() 355 if (todo) in ok_sequence_() 375 if(todo && !failcount) /* succeeded yet marked todo */ in ok_sequence_() 389 #define ok_sequence(seq, index, exp, contx, todo) \ argument [all …]
|
/reactos/modules/rostests/winetests/reg/ |
H A D | reg_test.h | 42 #define verify_reg(k,v,t,d,s,todo) verify_reg_(__FILE__,__LINE__,k,v,t,d,s,todo) argument 44 DWORD exp_type, const void *exp_data, DWORD exp_size, DWORD todo); 78 #define compare_export(f,e,todo) compare_export_(__FILE__,__LINE__,f,e,todo) argument 80 const char *expected, DWORD todo);
|
H A D | query.c | 87 #define compare_query(b,e,c,todo) compare_query_(__FILE__,__LINE__,b,e,c,todo) argument 89 const char *expected, BOOL cmp_len, DWORD todo) in compare_query_() argument 96 todo_wine_if (todo & TODO_REG_COMPARE) in compare_query_() 101 todo_wine_if (todo & TODO_REG_COMPARE) in compare_query_()
|
/reactos/dll/cpl/access/lang/ |
H A D | es-ES.rc | 117 GROUPBOX "Método abreviado de teclado ", -1, 6, 11, 234, 62 118 LTEXT "El método abreviado para StickyKeys es:\nPresionar la tecla MAYÚS cinco veces.", 120 AUTOCHECKBOX "&Utilizar método abreviado", IDC_STICKY_ACTIVATE_CHECK, 12, 49, 222, 14 140 GROUPBOX "Método abreviado de teclado ", -1, 6, 11, 234, 62 143 AUTOCHECKBOX "&Utilizar método abreviado", IDC_FILTER_ACTIVATE_CHECK, 12, 49, 126, 14 167 GROUPBOX "Método abreviado de teclado ", -1, 6, 11, 234, 62 170 AUTOCHECKBOX "&Utilizar método abreviado", IDC_TOGGLE_ACTIVATE_CHECK, 12, 49, 222, 14 180 GROUPBOX "Método abreviado de teclado ", -1, 6, 11, 234, 62 183 AUTOCHECKBOX "&Utilizar método abreviado", IDC_CONTRAST_ACTIVATE_CHECK, 12, 49, 222, 14 197 GROUPBOX "Método abreviado de teclado ", -1, 6, 11, 234, 62 [all …]
|
/reactos/dll/win32/msgsm32.acm/ |
H A D | msgsm32.c | 532 int todo = adsh->cbSrcLength - nsrc; in GSM_StreamConvert() local 534 if (todo > 320) in GSM_StreamConvert() 538 todo -= 320; in GSM_StreamConvert() 541 memcpy(emptiness, src+nsrc, todo); in GSM_StreamConvert() 542 memset(emptiness + todo, 0, 320 - todo); in GSM_StreamConvert() 548 memcpy(emptiness, src+nsrc, todo); in GSM_StreamConvert() 549 memset(emptiness + todo, 0, 320 - todo); in GSM_StreamConvert() 553 memset(emptiness, 0, todo); in GSM_StreamConvert()
|
/reactos/base/applications/msconfig/lang/ |
H A D | es-ES.rc | 25 PUSHBUTTON "&Activar todo", IDC_BTN_STARTUP_ACTIVATE, 223, 155, 66, 14 26 PUSHBUTTON "&Desactivar todo", IDC_BTN_STARTUP_DEACTIVATE, 295, 155, 66, 14 43 PUSHBUTTON "Permi&tir todo", IDC_BTN_SYSTEM_ACTIVATE, 123, 155, 66, 14 44 PUSHBUTTON "Blo&quear todo", IDC_BTN_SYSTEM_DEACTIVATE, 195, 155, 66, 14 63 PUSHBUTTON "&Activar todo", IDC_BTN_SERVICES_ACTIVATE, 223, 155, 66, 14 64 PUSHBUTTON "&Desactivar todo", IDC_BTN_SERVICES_DEACTIVATE, 295, 155, 66, 14
|
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | info.c | 75 unsigned int todo; in test_decoder_info() member 174 todo_wine_if(test->todo) in test_decoder_info() 183 todo_wine_if(test->todo) in test_decoder_info() 189 todo_wine_if(test->todo) { in test_decoder_info() 195 todo_wine_if(test->todo) in test_decoder_info() 200 todo_wine_if(test->todo) { in test_decoder_info() 247 todo_wine_if(test->todo && !IsEqualCLSID(test->clsid, &CLSID_WICTiffDecoder)) in test_decoder_info() 255 todo_wine_if(test->todo && !IsEqualCLSID(test->clsid, &CLSID_WICTiffDecoder)) in test_decoder_info() 261 todo_wine_if(test->todo) in test_decoder_info() 263 todo_wine_if(test->todo && !IsEqualCLSID(test->clsid, &CLSID_WICTiffDecoder)) in test_decoder_info() [all …]
|
H A D | icoformat.c | 136 static void test_ico_data_(void *data, DWORD data_size, HRESULT init_hr, int todo, unsigned int lin… in test_ico_data_() argument 167 todo_wine_if(todo) in test_ico_data_()
|
/reactos/modules/rostests/winetests/crypt32/ |
H A D | chain.c | 2999 else todo_wine_if (todo & TODO_INFO) in checkElementStatus() 3013 todo_wine_if (todo & TODO_ELEMENTS) in checkSimpleChainStatus() 3043 todo_wine_if (todo & TODO_ERROR && in checkChainStatus() 3055 todo_wine_if (todo & TODO_INFO && in checkChainStatus() 3094 DWORD todo; member 4023 chainCheck[i].todo, i); in testGetCertChain() 4032 opensslChainCheck.todo, 0); in testGetCertChain() 4056 chainCheckNoStore[i].todo, i); in testGetCertChain() 4065 chainCheckEmbeddedNull.todo, 0); in testGetCertChain() 4517 sysTime, check->todo, testIndex); in checkChainPolicyStatus() [all …]
|
H A D | str.c | 34 BOOL todo; member 42 BOOL todo; member 257 todo_wine_if (attrs[i].todo) in test_CertRDNValueToStrA() 371 LPCSTR expected, BOOL todo) in test_NameToStrConversionA() argument 377 todo_wine_if (todo) in test_NameToStrConversionA() 382 todo_wine_if (todo) in test_NameToStrConversionA() 385 todo_wine_if (todo) in test_NameToStrConversionA() 542 LPCWSTR expected, BOOL todo) in test_NameToStrConversionW() argument 548 todo_wine_if (todo) in test_NameToStrConversionW() 552 todo_wine_if (todo) in test_NameToStrConversionW() [all …]
|
/reactos/sdk/tools/hhpcomp/chmc/ |
H A D | chmc.c | 122 UInt32 todo; member 1038 int todo; in _lzx_get_bytes() local 1043 todo = n; in _lzx_get_bytes() 1050 while (todo) { in _lzx_get_bytes() 1084 if (toread > todo) in _lzx_get_bytes() 1085 toread = todo; in _lzx_get_bytes() 1106 todo -= rx; in _lzx_get_bytes() 1667 off_t todo, toread; in chmc_appendfile() local 1677 while (todo) { in chmc_appendfile() 1680 toread = todo; in chmc_appendfile() [all …]
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SystemMenu.c | 275 #define ok_sequence(exp, contx, todo) \ argument 276 ok_sequence_((exp), (contx), (todo), __FILE__, __LINE__) 279 static void ok_sequence_(const struct message *expected_list, const char *context, BOOL todo, in ok_sequence_() argument 299 if (((expected->wParam ^ actual->wParam) & ~expected->wp_mask) && todo) in ok_sequence_() 323 if (((expected->lParam ^ actual->lParam) & ~expected->lp_mask) && todo) in ok_sequence_() 352 if ((expected->flags & defwinproc) != (actual->flags & defwinproc) && todo) in ok_sequence_() 418 else if (todo) in ok_sequence_() 447 if (todo) in ok_sequence_() 470 if (todo && !failcount) /* succeeded yet marked todo */ in ok_sequence_()
|
/reactos/base/applications/msconfig_new/lang/ |
H A D | es-ES.rc | 55 PUSHBUTTON "Permi&tir todo", IDC_BTN_SYSTEM_ENABLE_ALL, 153, 156, 66, 14 56 PUSHBUTTON "Blo&quear todo", IDC_BTN_SYSTEM_DISABLE_ALL, 224, 156, 66, 14 97 PUSHBUTTON "&Activar todo", IDC_BTN_SERVICES_ACTIVATE, 224, 156, 66, 14 98 PUSHBUTTON "&Desactivar todo", IDC_BTN_SERVICES_DEACTIVATE, 295, 156, 66, 14 110 PUSHBUTTON "&Activar todo", IDC_BTN_STARTUP_ACTIVATE, 223, 155, 66, 14 111 PUSHBUTTON "&Desactivar todo", IDC_BTN_STARTUP_DEACTIVATE, 295, 155, 66, 14
|
/reactos/base/system/winlogon/lang/ |
H A D | es-ES.rc | 31 …iniciado el apagado del sistema. Por favor, guarda todo tu trabajo y cierra la sesión. Se perderá …
|
H A D | eu-ES.rc | 36 …iniciado el apagado del sistema. Por favor, guarda todo tu trabajo y cierra la sesión. Se perderá …
|
/reactos/base/applications/wordpad/lang/ |
H A D | es-ES.rc | 45 MENUITEM "&Borrar todo\tDel", ID_EDIT_CLEAR 46 MENUITEM "S&eleccionar todo\tCtrl+A", ID_EDIT_SELECTALL 182 …s elegido guardar en formato de texto plano, lo que causará que se pierda todo el formato. ¿Seguro… 244 PUSHBUTTON "Borrar todo", ID_TAB_EMPTY, 135, 51, 58, 15
|
/reactos/modules/rostests/winetests/dinput/ |
H A D | keyboard.c | 319 BYTE key, dik, todo; in test_dik_codes() member 404 todo_wine_if(map[i].todo & 1) in test_dik_codes() 408 todo_wine_if(map[i].todo & 1) in test_dik_codes() 416 todo_wine_if(map[i].todo & 1) in test_dik_codes() 456 todo_wine_if(map[i].todo) in test_dik_codes()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | uri.c | 117 BOOL todo; member 126 BOOL todo; member 5068 BOOL todo; member 5140 BOOL todo; member 5311 BOOL todo; member 5319 BOOL todo; member 5325 BOOL todo; member 5331 BOOL todo; member 6423 BOOL todo; member 6435 BOOL todo; member [all …]
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | url.c | 109 BOOL todo; member 373 BOOL todo; member 872 todo_wine_if (todo) in test_url_canonicalize() 1141 TEST_CANONICALIZE[i].todo); in test_UrlCanonicalizeA() 1247 ok(todo || dwSize == dwExpectLen+1, "Got length %d, expected %d\n", dwSize, dwExpectLen+1); in test_url_combine() 1252 ok(todo || dwSize == dwExpectLen+1, "Got length %d, expected %d\n", dwSize, dwExpectLen+1); in test_url_combine() 1257 if (todo) in test_url_combine() 1273 ok(todo || dwSize == dwExpectLen+1, "Got length %d, expected %d\n", dwSize, dwExpectLen+1); in test_url_combine() 1278 ok(todo || dwSize == dwExpectLen+1, "Got length %d, expected %d\n", dwSize, dwExpectLen+1); in test_url_combine() 1282 ok(todo || dwSize == dwExpectLen, "Got length %d, expected %d\n", dwSize, dwExpectLen); in test_url_combine() [all …]
|
/reactos/modules/rostests/winetests/wbemprox/ |
H A D | services.c | 120 BOOL todo; in test_IWbemLocator() member 171 todo_wine_if (test[i].todo) in test_IWbemLocator()
|
/reactos/media/inf/ |
H A D | battery.inf | 109 ACPI\PNP0C0A.DeviceDesc = "Método de control de batería compatible con ACPI" 172 ACPI\PNP0C0A.DeviceDesc = "Método de control de bateria compativel com ACPI"
|
/reactos/dll/directx/wine/dsound/ |
H A D | mixer.c | 532 DWORD todo = dsb->device->buflen - writepos; in DSOUND_MixInBuffer() local 533 dsb->device->mixfunction(ibuf, dsb->device->mix_buffer + mixbufpos, todo); in DSOUND_MixInBuffer() 534 dsb->device->mixfunction(ibuf + todo, dsb->device->mix_buffer, len - todo); in DSOUND_MixInBuffer() 889 DWORD todo = device->buflen - writepos; in DSOUND_PerformMix() local 890 …n(device->mix_buffer + DSOUND_bufpos_to_mixpos(device, writepos), device->buffer + writepos, todo); in DSOUND_PerformMix() 891 device->normfunction(device->mix_buffer, device->buffer, frag - todo); in DSOUND_PerformMix()
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | saxreader.c | 114 if (str && todo) in test_saxstr() 123 if (len && todo) in test_saxstr() 135 if (lenexp != len && todo) in test_saxstr() 150 if (cmp && todo) in test_saxstr() 333 if (actual->attr_count != lenexp && todo) in compare_attributes() 459 if (expected->ret != actual->ret && todo) in ok_sequence_() 479 else if (todo) in ok_sequence_() 500 if (todo) in ok_sequence_() 529 #define ok_sequence(seq, index, exp, contx, todo) \ argument 2894 BOOL todo; member [all …]
|