Lines Matching defs:setValuesBad

248     void setValuesBad(Sample samp, int index, int[] valArray,
427 setValuesBad(full, -1, new int[] {30, 31, 32, 33, 34, 35}, 0, 0);
428 setValuesBad(full, -1, new int[] {30, 31, 32, 33, 34, 35}, 0, -1);
429 setValuesBad(full, -2, new int[] {30, 31, 32, 33, 34, 35}, 0, -1);
430 setValuesBad(empty, -1, new int[] {}, 0, 0);
431 setValuesBad(empty, -2, new int[] {}, 0, 0);
434 setValuesBad(full, 6, new int[] {30, 31, 32, 33, 34, 35}, 0, 1);
435 setValuesBad(full, 6, new int[] {30, 31, 32, 33, 34, 35}, 0, -1);
436 setValuesBad(empty, 1, new int[] {4}, 0, 0);
437 setValuesBad(empty, 1, new int[] {}, 0, 0);
438 setValuesBad(empty, 1, new int[] {}, 0, -1);
441 setValuesBad(full, 0, new int[] {90, 91, 92, 93, 94, 95}, -1, 3);
442 setValuesBad(full, 0, new int[] {90, 91, 92, 93, 94, 95}, -1, 0);
443 setValuesBad(full, 0, new int[] {90, 91, 92, 93, 94, 95}, -1, -1);
444 setValuesBad(full, 0, new int[] {90, 91, 92, 93, 94, 95}, -2, -1);
445 setValuesBad(full, 1, new int[] {}, -1, -1);
446 setValuesBad(full, 2, new int[] {}, -1, 0);
447 setValuesBad(empty, 0, new int[] {}, -1, 0);
450 setValuesBad(full, 0, new int[] {81}, 2, 0);
451 setValuesBad(full, 0, new int[] {81}, 2, 1);
452 setValuesBad(full, 0, new int[] {81}, 2, -1);
453 setValuesBad(full, 4, new int[] {}, 1, 0);
454 setValuesBad(full, 1, new int[] {}, 1, -1);
455 setValuesBad(full, 2, new int[] {}, 1, 0);
456 setValuesBad(empty, 0, new int[] {}, 1, 0);
457 setValuesBad(empty, 0, new int[] {5}, 2, 0);
460 setValuesBad(full, 3, new int[] {60, 61, 62, 63}, 0, -2);
461 setValuesBad(full, 3, new int[] {}, 0, -2);
464 setValuesBad(full, 0, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 6);
465 setValuesBad(full, 1, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 5);
466 setValuesBad(full, 2, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 4);
467 setValuesBad(full, 3, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 3);
468 setValuesBad(full, 4, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 2);
469 setValuesBad(full, 5, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 1);
470 setValuesBad(full, 6, new int[] {20, 21, 22, 23, 24, 25, 26}, 0, 0);
471 setValuesBad(full, 2, new int[] {20, 21, 22, 23, 24, 25, 26}, 1, 4);
472 setValuesBad(full, 3, new int[] {20, 21, 22, 23, 24, 25, 26}, 1, 3);
473 setValuesBad(full, 4, new int[] {20, 21, 22, 23, 24, 25, 26}, 2, 2);
474 setValuesBad(full, 5, new int[] {20, 21, 22, 23, 24, 25, 26}, 3, 1);
475 setValuesBad(full, 6, new int[] {20, 21, 22, 23, 24, 25, 26}, 4, 0);
476 setValuesBad(empty, 0, new int[] {6}, 0, 1);
479 setValuesBad(full, 0, new int[] {82}, 0, 2);
480 setValuesBad(full, 0, new int[] {82}, 1, 1);
481 setValuesBad(full, 0, new int[] {82}, 2, 0);
482 setValuesBad(full, 0, new int[] {20, 21, 22}, 0, 4);
483 setValuesBad(full, 0, new int[] {20, 21, 22}, 1, 3);
484 setValuesBad(full, 0, new int[] {20, 21, 22}, 2, 2);
485 setValuesBad(full, 0, new int[] {20, 21, 22}, 3, 1);
486 setValuesBad(full, 0, new int[] {20, 21, 22}, 4, 0);