Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 25 of 201) sorted by relevance

123456789

/external/chromium_org/tools/gyp/test/defines-escaping/
Dgyptest-defines-escaping.py28 expect = """ variable
46 expect = """ variable
69 expect = """ variable
92 expect = """ variable
114 expect = r""" variable
135 expect = """ variable
155 expect = "%PATH%" variable
175 expect = r""" variable
/external/chromium_org/tools/gyp/test/cflags/
Dgyptest-cflags.py28 expect = """FOO not defined\n""" variable
39 expect = """FOO defined\n""" variable
43 expect = """FOO not defined\n""" variable
52 expect = """FOO not defined\n""" variable
61 expect = """FOO defined\n""" variable
/external/chromium_org/tools/gyp/test/defines/
Dgyptest-defines-env.py25 expect = """\ variable
43 expect = """\ variable
61 expect = """\ variable
79 expect = """\ variable
Dgyptest-defines-env-regyp.py31 expect = """\ variable
46 expect = """\ variable
/external/chromium_org/tools/gyp/test/variables/filelist/
Dgyptest-filelist-golden.py18 expect = test.read('filelist.gyp.stdout') variable
20 expect = expect.replace('/', r'\\').replace('\r\n', '\n') variable
37 expect = test.read('filelist.gypd.golden').replace('\r', '') variable
44 expect = 'John\nJacob\nJingleheimer\nSchmidt\n' variable
/external/chromium_org/tools/gyp/test/rules-rebuild/
Dgyptest-default.py23 expect = """\ variable
41 expect = """\ variable
59 expect = """\ variable
80 expect = """\ variable
Dgyptest-all.py23 expect = """\ variable
41 expect = """\ variable
59 expect = """\ variable
/external/chromium_org/tools/gyp/test/library/
Dgyptest-shared.py32 expect = """\ variable
54 expect = """\ variable
81 expect = """\ variable
Dgyptest-static.py32 expect = """\ variable
54 expect = """\ variable
81 expect = """\ variable
/external/chromium_org/tools/gyp/test/rules/
Dgyptest-all.py24 expect = """\ variable
36 expect = """\ variable
62 expect = """\ variable
Dgyptest-default.py21 expect = """\ variable
33 expect = """\ variable
/external/chromium_org/tools/gyp/test/variables/commands/
Dgyptest-commands-ignore-env.py23 expect = test.read('commands.gyp.ignore-env.stdout').replace('\r\n', '\n') variable
40 expect = test.read('commands.gypd.golden').replace('\r', '') variable
Dgyptest-commands.py17 expect = test.read('commands.gyp.stdout').replace('\r', '') variable
33 expect = test.read('commands.gypd.golden').replace('\r', '') variable
Dgyptest-commands-repeated.py16 expect = test.read('commands-repeated.gyp.stdout').replace('\r\n', '\n') variable
32 expect = test.read('commands-repeated.gypd.golden').replace('\r\n', '\n') variable
/external/chromium_org/tools/gyp/test/actions/
Dgyptest-generated-header.py28 expect = 'foobar output\n' variable
41 expect = 'barbaz output\n' variable
Dgyptest-default.py44 expect = """\ variable
60 expect = "Hello from generate_main.py\n" variable
Dgyptest-all.py46 expect = """\ variable
62 expect = "Hello from generate_main.py\n" variable
/external/chromium_org/tools/gyp/test/cxxflags/
Dgyptest-cxxflags.py28 expect = """\ variable
40 expect = """\ variable
/external/chromium_org/tools/gyp/test/include_dirs/
Dgyptest-default.py21 expect = """\ variable
35 expect = """\ variable
Dgyptest-all.py21 expect = """\ variable
35 expect = """\ variable
/external/chromium_org/tools/gyp/test/linux/
Dgyptest-implicit-rpath.py33 expect = '$ORIGIN/lib/' variable
35 expect = '$ORIGIN/lib.target/' variable
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h214 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect() function
229 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
234 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
239 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
Dincaltst.cpp449 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
458 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
467 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
476 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
568 …UnicodeString expect = CharsToUnicodeString("\\u5e73\\u621013\\u5e749\\u67088\\u65e5\\u571f\\u66dc… in TestJapaneseFormat() local
576 …UnicodeString expect = CharsToUnicodeString("\\u5e73\\u621013\\u5e749\\u67088\\u65e5\\u571f\\u66dc… in TestJapaneseFormat() local
584 …UnicodeString expect = CharsToUnicodeString("\\u5b89\\u6c385\\u5e747\\u67084\\u65e5\\u6728\\u66dc\… in TestJapaneseFormat() local
593 …UnicodeString expect = CharsToUnicodeString("\\u662d\\u548c64\\u5e741\\u67086\\u65e5\\u91d1\\u66dc… in TestJapaneseFormat() local
602 …UnicodeString expect = CharsToUnicodeString("\\u5EB7\\u6B632\\u5e742\\u670829\\u65e5\\u65e5\\u66dc… in TestJapaneseFormat() local
880 void IntlCalendarTest::simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate,… in simpleTest()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-branch-combine.cc40 int32_t expect = a == 0 ? eq_constant : ne_constant; in TEST() local
67 int32_t expect = (k & 1) == 1 ? (a == 0 ? eq_constant : ne_constant) in TEST() local
91 int32_t expect = a < 0 ? eq_constant : ne_constant; in TEST() local
113 int32_t expect = a < 100 ? eq_constant : ne_constant; in TEST() local
135 int32_t expect = a <= 100 ? eq_constant : ne_constant; in TEST() local
157 int32_t expect = 0 < a ? eq_constant : ne_constant; in TEST() local
179 int32_t expect = a > 0 ? eq_constant : ne_constant; in TEST() local
204 int32_t expect = a == b ? eq_constant : ne_constant; in TEST() local
233 int32_t expect = a == b ? eq_constant : ne_constant; in TEST() local
262 int32_t expect = 0; in TEST() local
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dincaltst.cpp452 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
461 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
470 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
479 …UnicodeString expect = CharsToUnicodeString("\\u0E27\\u0E31\\u0E19\\u0E40\\u0E2A\\u0E32\\u0E23\\u0… in TestBuddhistFormat() local
571 …UnicodeString expect = CharsToUnicodeString("\\u5e73\\u621013\\u5e749\\u67088\\u65e5\\u571f\\u66dc… in TestJapaneseFormat() local
579 …UnicodeString expect = CharsToUnicodeString("\\u5e73\\u621013\\u5e749\\u67088\\u65e5\\u571f\\u66dc… in TestJapaneseFormat() local
587 …UnicodeString expect = CharsToUnicodeString("\\u5b89\\u6c385\\u5e747\\u67084\\u65e5\\u6728\\u66dc\… in TestJapaneseFormat() local
596 …UnicodeString expect = CharsToUnicodeString("\\u662d\\u548c64\\u5e741\\u67086\\u65e5\\u91d1\\u66dc… in TestJapaneseFormat() local
605 …UnicodeString expect = CharsToUnicodeString("\\u5EB7\\u6B632\\u5e742\\u670829\\u65e5\\u65e5\\u66dc… in TestJapaneseFormat() local
883 void IntlCalendarTest::simpleTest(const Locale& loc, const UnicodeString& expect, UDate expectDate,… in simpleTest()

123456789