/external/chromium_org/tools/gyp/test/defines-escaping/ |
D | gyptest-defines-escaping.py | 28 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/ |
D | gyptest-cflags.py | 28 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/ |
D | gyptest-defines-env.py | 25 expect = """\ variable 43 expect = """\ variable 61 expect = """\ variable 79 expect = """\ variable
|
D | gyptest-defines-env-regyp.py | 31 expect = """\ variable 46 expect = """\ variable
|
/external/chromium_org/tools/gyp/test/variables/filelist/ |
D | gyptest-filelist-golden.py | 18 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/ |
D | gyptest-default.py | 23 expect = """\ variable 41 expect = """\ variable 59 expect = """\ variable 80 expect = """\ variable
|
D | gyptest-all.py | 23 expect = """\ variable 41 expect = """\ variable 59 expect = """\ variable
|
/external/chromium_org/tools/gyp/test/library/ |
D | gyptest-shared.py | 32 expect = """\ variable 54 expect = """\ variable 81 expect = """\ variable
|
D | gyptest-static.py | 32 expect = """\ variable 54 expect = """\ variable 81 expect = """\ variable
|
/external/chromium_org/tools/gyp/test/rules/ |
D | gyptest-all.py | 24 expect = """\ variable 36 expect = """\ variable 62 expect = """\ variable
|
D | gyptest-default.py | 21 expect = """\ variable 33 expect = """\ variable
|
/external/chromium_org/tools/gyp/test/variables/commands/ |
D | gyptest-commands-ignore-env.py | 23 expect = test.read('commands.gyp.ignore-env.stdout').replace('\r\n', '\n') variable 40 expect = test.read('commands.gypd.golden').replace('\r', '') variable
|
D | gyptest-commands.py | 17 expect = test.read('commands.gyp.stdout').replace('\r', '') variable 33 expect = test.read('commands.gypd.golden').replace('\r', '') variable
|
D | gyptest-commands-repeated.py | 16 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/ |
D | gyptest-generated-header.py | 28 expect = 'foobar output\n' variable 41 expect = 'barbaz output\n' variable
|
D | gyptest-default.py | 44 expect = """\ variable 60 expect = "Hello from generate_main.py\n" variable
|
D | gyptest-all.py | 46 expect = """\ variable 62 expect = "Hello from generate_main.py\n" variable
|
/external/chromium_org/tools/gyp/test/cxxflags/ |
D | gyptest-cxxflags.py | 28 expect = """\ variable 40 expect = """\ variable
|
/external/chromium_org/tools/gyp/test/include_dirs/ |
D | gyptest-default.py | 21 expect = """\ variable 35 expect = """\ variable
|
D | gyptest-all.py | 21 expect = """\ variable 35 expect = """\ variable
|
/external/chromium_org/tools/gyp/test/linux/ |
D | gyptest-implicit-rpath.py | 33 expect = '$ORIGIN/lib/' variable 35 expect = '$ORIGIN/lib.target/' variable
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 214 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
|
D | incaltst.cpp | 449 …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/ |
D | test-branch-combine.cc | 40 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/ |
D | incaltst.cpp | 452 …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()
|