HomeSort by relevance Sort by last modified time
    Searched refs:ok2 (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationCurrencyTest.java 120 boolean ok2 = (keyResult == expectedResult);
123 if (ok1 && ok2 && ok3 && !isVerbose()) {
141 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
145 if (ok2) {
CollationFinnishTest.java 101 boolean ok2 = (keyResult == expectedResult);
104 if (ok1 && ok2 && ok3 && !isVerbose()) {
122 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
126 if (ok2) {
LotusCollationKoreanTest.java 79 boolean ok2 = (keyResult == expectedResult);
82 if (ok1 && ok2 && ok3 && !isVerbose()) {
100 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
104 if (ok2) {
CollationGermanTest.java 147 boolean ok2 = (keyResult == expectedResult);
150 if (ok1 && ok2 && ok3 && !isVerbose()){
168 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
172 if (ok2) {
CollationKanaTest.java 215 boolean ok2 = (keyResult == expectedResult);
218 if (ok1 && ok2 && ok3 && !isVerbose()){
236 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
240 if (ok2) {
CollationSpanishTest.java 113 boolean ok2 = (keyResult == expectedResult);
116 if (ok1 && ok2 && ok3 && !isVerbose()) {
134 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
138 if (ok2) {
CollationTurkishTest.java 120 boolean ok2 = (keyResult == expectedResult);
123 if (ok1 && ok2 && ok3 && !isVerbose()) {
141 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
145 if (ok2) {
G7CollationTest.java 225 boolean ok2 = (keyResult == expectedResult);
228 if (ok1 && ok2 && ok3 && !isVerbose()){
248 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
252 if (ok2) {
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationCurrencyTest.java 116 boolean ok2 = (keyResult == expectedResult);
119 if (ok1 && ok2 && ok3 && !isVerbose()) {
137 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
141 if (ok2) {
CollationFinnishTest.java 97 boolean ok2 = (keyResult == expectedResult);
100 if (ok1 && ok2 && ok3 && !isVerbose()) {
118 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
122 if (ok2) {
LotusCollationKoreanTest.java 75 boolean ok2 = (keyResult == expectedResult);
78 if (ok1 && ok2 && ok3 && !isVerbose()) {
96 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
100 if (ok2) {
CollationGermanTest.java 143 boolean ok2 = (keyResult == expectedResult);
146 if (ok1 && ok2 && ok3 && !isVerbose()){
164 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
168 if (ok2) {
CollationKanaTest.java 211 boolean ok2 = (keyResult == expectedResult);
214 if (ok1 && ok2 && ok3 && !isVerbose()){
232 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
236 if (ok2) {
CollationSpanishTest.java 109 boolean ok2 = (keyResult == expectedResult);
112 if (ok1 && ok2 && ok3 && !isVerbose()) {
130 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
134 if (ok2) {
CollationTurkishTest.java 116 boolean ok2 = (keyResult == expectedResult);
119 if (ok1 && ok2 && ok3 && !isVerbose()) {
137 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
141 if (ok2) {
G7CollationTest.java 221 boolean ok2 = (keyResult == expectedResult);
224 if (ok1 && ok2 && ok3 && !isVerbose()){
244 msg1 = ok2 ? "Ok: key(\"" : "FAIL: key(\"";
248 if (ok2) {
  /prebuilts/go/darwin-x86/src/syscall/
asm_darwin_386.s 131 JAE ok2
136 ok2: label
asm_dragonfly_amd64.s 125 JCC ok2
130 ok2: label
asm_freebsd_386.s 134 JAE ok2
139 ok2: label
asm_freebsd_amd64.s 128 JCC ok2
133 ok2: label
asm_linux_amd64.s 102 JLS ok2
108 ok2: label
asm_linux_ppc64x.s 94 BVC ok2
100 ok2: label
asm_netbsd_386.s 134 JAE ok2
139 ok2: label
asm_netbsd_amd64.s 127 JCC ok2
132 ok2: label
asm_openbsd_386.s 134 JAE ok2
139 ok2: label

Completed in 183 milliseconds

1 2 3