Searched defs:expect (Results 51 - 75 of 161) sorted by last modified time

1234567

/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp449 UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0E4C\\u0E17\\u0E35\\u0E48" local
454 simpleTest(loc, expect, expectDate, status);
458 UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0E4C\\u0E17\\u0E35\\u0E48" local
463 simpleTest(loc, expect, expectDate, status);
467 UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0E4C\\u0E17\\u0E35\\u0E48" local
472 simpleTest(loc, expect, expectDate, status);
476 UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0E4C\\u0E17\\u0E35\\u0E48" local
481 simpleTest(loc, expect, expectDate, status);
568 UnicodeString expect = CharsToUnicodeString("\\u5e73\\u621013\\u5e749\\u67088\\u65e5\\u571f\\u66dc\\u65e5"); local
573 simpleTest(loc, expect, expectDat
576 UnicodeString expect = CharsToUnicodeString("\\\\u5e73\\\\u621013\\\\u5e749\\\\u67088\\\\u65e5\\\\u571f\\\\u66dc\\\\u65e5"); local
584 UnicodeString expect = CharsToUnicodeString("\\\\u5b89\\\\u6c385\\\\u5e747\\\\u67084\\\\u65e5\\\\u6728\\\\u66dc\\\\u65e5"); local
593 UnicodeString expect = CharsToUnicodeString("\\\\u662d\\\\u548c64\\\\u5e741\\\\u67086\\\\u65e5\\\\u91d1\\\\u66dc\\\\u65e5"); local
602 UnicodeString expect = CharsToUnicodeString("\\\\u5EB7\\\\u6B632\\\\u5e742\\\\u670829\\\\u65e5\\\\u65e5\\\\u66dc\\\\u65e5"); local
880 simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate, UErrorCode& status) argument
[all...]
H A Dnumfmtst.cpp470 expect(*fmt, num, "$12.34");
472 expect(*fmt, num, "$1.23E1");
474 expect(*fmt, num, "$12.34");
485 expect(fmt, .01234, "12.3E-3");
486 expect(fmt, .1234, "123E-3");
487 expect(fmt, 1.234, "1.23E0");
488 expect(fmt, 12.34, "12.3E0");
489 expect(fmt, 123.4, "123E0");
490 expect(fmt, 1234., "1.23E3");
521 expect(fm
2441 void NumberFormatTest::expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n) { function in class:NumberFormatTest
2515 void NumberFormatTest::expect(NumberFormat& fmt, const Formattable& n, function in class:NumberFormatTest
2553 void NumberFormatTest::expect(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
6723 UnicodeString expect = "0001"; local
6742 UnicodeString expect = "-9223372036854775808"; local
6761 UnicodeString expect = "9223372036854775807"; local
6780 UnicodeString expect = "0000000000000000000"; local
6794 UnicodeString expect = "-9223372036854775807"; local
[all...]
H A Dnumfmtst.h212 void expect(NumberFormat& fmt, const UnicodeString& str, const Formattable& n);
214 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { function in class:NumberFormatTest
215 expect(fmt, UnicodeString(str, ""), n);
218 void expect(NumberFormat& fmt, const Formattable& n,
221 void expect(NumberFormat& fmt, const Formattable& n, function in class:NumberFormatTest
223 expect(fmt, n, UnicodeString(exp, ""), rt);
226 void expect(NumberFormat* fmt, const Formattable& n,
229 void expect(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
231 expect(fmt, n, UnicodeString(exp, ""), rt, errorCode);
234 void expect(NumberForma function in class:NumberFormatTest
239 void expect(NumberFormat* fmt, const Formattable& n, function in class:NumberFormatTest
[all...]
H A Drestsnew.cpp1018 const char* expect ="tab:\t cr:\r ff:\f newline:\n backslash:\\\\ quote=\\\' doubleQuote=\\\" singlequoutes=''"; local
1137 u_charsToUChars(expect,uExpect,(int32_t)uprv_strlen(expect)+1);
1147 expect ="test message ....";
1149 u_charsToUChars(expect,uExpect,(int32_t)uprv_strlen(expect)+1);
H A Dthcoll.cpp259 Collator::EComparisonResult expect; local
261 expect = Collator::LESS;
263 expect = Collator::GREATER;
265 expect = Collator::EQUAL;
267 // expect = Integer.decode(tests[i+1]).intValue();
276 doTest(&c, s1, s2, expect);
280 if (sign(result) != sign(expect))
286 + ") got " + result + "; expected " + expect);
310 if (sign(result) != sign(expect)) {
315 + ")) got " + result + "; expected " + expect);
[all...]
H A Dtranstst.cpp58 2. Make liberal use of the expect() method; it is your friend.
310 expect(UnicodeString("ab>x|y;", "") +
326 expect(UnicodeString("ab>x|yzacw;") +
353 expect(*t, "abcdefgABCDEFGU", "&bcd&fg!^**!^*&");
361 expect("{ [:Ll:] } x > y; [:Ll:] > z;", "aAbxq", "zAyzz");
362 expect("a[0-9]b > qrs", "1a7b9", "1qrs9");
364 expect(UnicodeString(
379 * of the transliterators and expect the identity function. F x
425 expect(*fwd, DATA[i], DATA[i+1]);
426 expect(*re
4698 void TransliteratorTest::expect(const UnicodeString& rules, function in class:TransliteratorTest
4705 void TransliteratorTest::expect(const UnicodeString& id, function in class:TransliteratorTest
4721 void TransliteratorTest::expect(const Transliterator& t, function in class:TransliteratorTest
4729 void TransliteratorTest::expect(const Transliterator& t, function in class:TransliteratorTest
[all...]
H A Dtstnorm.cpp370 ", expect " + hex(exp));
382 ", expect " + hex(exp));
536 UnicodeString& expect = tests[i][outCol]; local
543 if (output != expect) {
545 + " expected " + hex(expect) + "\n"
558 UnicodeString& expect = tests[i][outCol]; local
563 assertEqual(input, expect, iter, UnicodeString("ERROR: case ") + i + " ");
625 const UChar32 *expect, int32_t expectLength,
639 UChar32Iterator iter32(expect, expectLength, expectMiddle);
690 // src and expect string
624 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) argument
697 static const UChar32 expect[]={ local
801 UnicodeString left, right, expect, result, r; local
[all...]
H A Dtztest.cpp1395 const char *expect; member in struct:__anon22158
1420 for (i=0; kData[i].expect[0] != '\0'; i++)
1426 if (name.compare(kData[i].expect) != 0)
1427 dataerrln("Fail: Expected " + UnicodeString(kData[i].expect) + "; got " + name);
1430 for (i=0; kData[i].expect[0] != '\0'; i++)
1435 if (name.compare(kData[i].expect) != 0)
1436 dataerrln("Fail: Expected " + UnicodeString(kData[i].expect) + "; got " + name);
1479 // If not, we expect the en fallback behavior.
H A Dusettest.cpp590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
605 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
614 errln((UnicodeString)"FAIL: c.set(a).exclusiveOr(b) = " + c + ", expect " + exp);
622 errln((UnicodeString)"FAIL: bitsToSet(setToBits(c)) = " + c + ", expect " + exp);
1392 // this fails -- which is what we expect.
2925 // if we expect an even number of spans.
3227 int32_t i, j, expect; local
3229 expect=expectLimits[i];
3230 if(expect
[all...]
H A Dustrtest.cpp583 static const char expect[]={ local
622 uprv_memcmp(buffer, expect, 13)!=0 ||
631 uprv_memcmp(buffer, expect, 13)!=0 ||
640 UnicodeString t(expect, sizeof(expect), cnv, errorCode);
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp285 NumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) argument
287 fExpect(expect),
337 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) argument
338 : NumTest(pat,num,expect,FILE,LINE),
365 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */) argument
366 : NumTest(pat,num,expect,FILE,LINE) /* ,
413 NumFmtTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) argument
415 fExpect(expect),
536 NumFmtInt64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) argument
539 fExpect(expect),
628 NumFmtStringPieceTest(const char *pat, const char *num, const StringPiece& expect, const char *FILE, int LINE) argument
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java128 * @param expect the expected value
133 public final boolean compareAndSet(double expect, double update) { argument
135 doubleToRawLongBits(expect),
150 * @param expect the expected value
154 public final boolean weakCompareAndSet(double expect, double update) { argument
156 doubleToRawLongBits(expect),
H A DAtomicDoubleArray.java140 * @param expect the expected value
145 public final boolean compareAndSet(int i, double expect, double update) { argument
147 doubleToRawLongBits(expect),
164 * @param expect the expected value
168 public final boolean weakCompareAndSet(int i, double expect, double update) { argument
170 doubleToRawLongBits(expect),
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
H A DAtomicInteger.java54 public final boolean compareAndSet(int expect, int update) { argument
55 if (value == expect) {
H A DAtomicLong.java54 public final boolean compareAndSet(long expect, long update) { argument
55 if (value == expect) {
/external/guava/guava-tests/test/com/google/common/io/
H A DByteStreamsTest.java162 private void equalHelper(boolean expect, int size1, int size2) argument
164 equalHelper(expect, newPreFilledByteArray(size1),
168 private void equalHelper(boolean expect, byte[] a, byte[] b) argument
170 assertEquals(expect, ByteStreams.equal(
468 private void skipHelper(long n, int expect, InputStream in) argument
471 assertEquals(expect, in.read());
790 * @param expectRead the number of bytes we expect to read
H A DLineBufferTest.java61 private static void bufferHelper(String input, String... expect) argument
64 List<String> expectProcess = Arrays.asList(expect);
/external/flac/libFLAC/
H A Dstream_encoder.c4214 FLAC__int32 expect = 0, got = 0; local
4219 expect = (FLAC__int32)encoder->private_->verify.input_fifo.data[channel][i];
4230 encoder->private_->verify.error_stats.expected = expect;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/e2fsck/
H A Dsuper.c322 blk_t expect; /* for resize inode, which is 32-bit only */ local
423 expect = pblk + (j * fs->super->s_blocks_per_group);
424 if (ind_buf[ind_off] != expect)
/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c178 blk_t expect = gdt_blk + grp * sb->s_blocks_per_group; local
183 expect, grp, gdt_blk, last);
185 gdt_buf[last] = expect;
188 } else if (gdt_buf[last] != expect) {
191 gdt_buf[last], expect, gdt_blk, last);
/external/easymock/src/org/easymock/
H A DEasyMock.java178 * <code>expect(mock.getName()).andReturn("John Doe")<code>.
182 public static <T> IExpectationSetters<T> expect(T value) { method in class:EasyMock
/external/deqp/modules/gles2/functional/
H A Des2fFboApiTest.cpp63 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) argument
66 testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expect) << TestLog::EndMessage;
68 if (result != expect)
/external/deqp/modules/gles3/functional/
H A Des3fFboApiTests.cpp59 static void checkError (tcu::TestContext& testCtx, sglr::Context& ctx, GLenum expect) argument
62 testCtx.getLog() << TestLog::Message << "// " << (result == expect ? "Pass" : "Fail") << ", expected " << glu::getErrorStr(expect) << TestLog::EndMessage;
64 if (result != expect)
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc77 ExpectRace expect; member in struct:__tsan::DynamicAnnContext
146 InitList(&dyn_ann_ctx->expect);
152 if (CheckContains(&dyn_ann_ctx->expect, addr, size))
306 while (dyn_ann_ctx->expect.next != &dyn_ann_ctx->expect) {
307 ExpectRace *race = dyn_ann_ctx->expect.next;
353 AddExpectRace(&dyn_ann_ctx->expect,

Completed in 324 milliseconds

1234567