Home
last modified time | relevance | path

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

12345678910>>...19

/external/angle/src/common/serializer/
DJsonSerializer_unittest.cpp31 const std::string expect = in TEST_F() local
46 const std::string expect = in TEST_F() local
61 const std::string expect = in TEST_F() local
75 const std::string expect = in TEST_F() local
90 const std::string expect = in TEST_F() local
108 const std::string expect = in TEST_F() local
132 const std::string expect = in TEST_F() local
152 const std::string expect = in TEST_F() local
180 const std::string expect = in TEST_F() local
196 const std::string expect = in TEST_F() local
[all …]
/external/libxml2/python/tests/
Dreader.py320 expect="""1 (a) [None] 0 0 variable
335 expect="""1 (test) [None] 0 0 variable
347 expect="""1 (a) [None] 0 0 variable
363 expect="""1 (test) [None] 1 0 variable
373 expect="""1 (test) [None] 0 0 variable
387 expect="""1 (test) [None] 0 0 variable
399 expect="""1 (p) [None] 0 0 variable
420 expect="""10 (article) [None] 0 0 variable
Dreader2.py28 expect = { variable
91 expect = {os.path.join(dir_prefix, key + ".xml"): val for key, val in expect.items()} variable
143 expect="""10,test variable
193 expect="""10 test variable
245 expect="""10 test 0 variable
298 expect="""10 test 0 variable
Dwalker.py25 expect="""0 1 foo 0 variable
64 expect="""0 1 foo 0 variable
104 expect="""0 1 foo 0 variable
Dreader7.py25 expect="""0 1 foo 0 variable
61 expect="""0 1 foo 0 variable
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DFormatterTest.java151 String expect = "package test;\n\nclass T {}\n"; in blankInClassBody() local
159 String expect = "package test;\n\nclass T {}\n"; in blankInClassBodyNoTrailing() local
167 String expect = "class T {\n /** asd */\n int x;\n}\n"; in docCommentTrailingBlank() local
175 String expect = "class T {\n /*\n * asd\n * fgh\n */\n\n int x;\n}\n"; in blockCommentInteriorTrailingBlank() local
183 String expect = "class T {\n /* asd */\n\n int x;\n}\n"; in blockCommentTrailingBlank() local
191 String expect = "class T {\n // asd\n\n int x;\n}\n"; in lineCommentTrailingBlank() local
200 String expect = "class T {\n // asd\n}\n"; in lineCommentTrailingThinSpace() local
208 String expect = "class T {\n // asd\n\n // dsa\n int x;\n}\n"; in noBlankAfterLineCommentWithInteriorBlankLine() local
216 String expect = "class X {\n Y() {}\n}\n"; in badConstructor() local
224 String expect = "class X {\n void Y() {}\n}\n"; in voidMethod() local
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
DEmitter.java279 public void expect() throws IOException { in expect() method in Emitter.ExpectStreamStart
290 public void expect() throws IOException { in expect() method in Emitter.ExpectNothing
298 public void expect() throws IOException { in expect() method in Emitter.ExpectFirstDocumentStart
310 public void expect() throws IOException { in expect() method in Emitter.ExpectDocumentStart
359 public void expect() throws IOException { in expect() method in Emitter.ExpectDocumentEnd
375 public void expect() throws IOException { in expect() method in Emitter.ExpectDocumentRoot
442 public void expect() throws IOException { in expect() method in Emitter.ExpectFirstFlowSequenceItem
459 public void expect() throws IOException { in expect() method in Emitter.ExpectFlowSequenceItem
496 public void expect() throws IOException { in expect() method in Emitter.ExpectFirstFlowMappingKey
519 public void expect() throws IOException { in expect() method in Emitter.ExpectFlowMappingKey
[all …]
/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-skip.h9 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
28 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
36 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
44 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
52 int rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
60 int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-arm64.h156 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument
162 #define RSEQ_ASM_OP_CMPEQ32(var, expect, label) \ argument
168 #define RSEQ_ASM_OP_CMPNE(var, expect, label) \ argument
208 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
362 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
421 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
480 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
543 int rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
603 int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-x86.h114 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
340 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
406 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
414 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
484 int rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
593 int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev_release()
692 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
861 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
927 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
996 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
[all …]
Drseq-arm.h153 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
344 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
419 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
495 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
577 int rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
701 int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-ppc.h155 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument
207 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
386 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
454 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
524 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
597 int rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
671 int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-s390.h138 int rseq_cmpeqv_storev(intptr_t *v, intptr_t expect, intptr_t newv, int cpu) in rseq_cmpeqv_storev()
315 int rseq_cmpeqv_trystorev_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev()
383 int rseq_cmpeqv_trystorev_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev_release()
391 int rseq_cmpeqv_cmpeqv_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev()
463 int rseq_cmpeqv_trymemcpy_storev(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
574 int rseq_cmpeqv_trymemcpy_storev_release(intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev_release()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessagePatternUtilTest.java286 ExpectMessageNode expect = new ExpectMessageNode().expectTextThatContains("Hello"); in TestHello() local
294 ExpectMessageNode expect = new ExpectMessageNode().expectTextThatContains("Hel'lo"); in TestHelloWithApos() local
302 ExpectMessageNode expect = new ExpectMessageNode().expectTextThatContains("Hel{o"); in TestHelloWithQuote() local
317 ExpectMessageNode expect = new ExpectMessageNode(). in TestNoneArg() local
336 ExpectMessageNode expect = new ExpectMessageNode(). in TestSimpleArg() local
345 ExpectMessageNode expect = new ExpectMessageNode(). in TestSelectArg() local
361 ExpectMessageNode expect = new ExpectMessageNode(). in TestPluralArg() local
418 ExpectMessageNode expect = new ExpectMessageNode(). in TestSelectOrdinalArg() local
434 ExpectMessageNode expect = new ExpectMessageNode(). in TestChoiceArg() local
453 ExpectMessageNode expect = new ExpectMessageNode(). in TestComplexArgs() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessagePatternUtilTest.java283 ExpectMessageNode expect = new ExpectMessageNode().expectTextThatContains("Hello"); in TestHello() local
291 ExpectMessageNode expect = new ExpectMessageNode().expectTextThatContains("Hel'lo"); in TestHelloWithApos() local
299 ExpectMessageNode expect = new ExpectMessageNode().expectTextThatContains("Hel{o"); in TestHelloWithQuote() local
314 ExpectMessageNode expect = new ExpectMessageNode(). in TestNoneArg() local
333 ExpectMessageNode expect = new ExpectMessageNode(). in TestSimpleArg() local
342 ExpectMessageNode expect = new ExpectMessageNode(). in TestSelectArg() local
358 ExpectMessageNode expect = new ExpectMessageNode(). in TestPluralArg() local
415 ExpectMessageNode expect = new ExpectMessageNode(). in TestSelectOrdinalArg() local
431 ExpectMessageNode expect = new ExpectMessageNode(). in TestChoiceArg() local
450 ExpectMessageNode expect = new ExpectMessageNode(). in TestComplexArgs() local
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.itr/
Diterator.pass.cpp87 const path expect[] = {"//root_name", "/", "first_dir", "second_dir"}; in checkBeginEndBasic() local
89 const path expect[] = {"/", "root_name", "first_dir", "second_dir"}; in checkBeginEndBasic() local
96 const path expect[] = {"/", "foo", "bar", "baz", ""}; in checkBeginEndBasic() local
/external/auto/value/src/test/java/com/google/auto/value/processor/
DNullablesTest.java54 @Rule public Expect expect = Expect.create(); field in NullablesTest
122 private final Expect expect; field in NullablesTest.NullableProcessor
125 NullableProcessor(Expect expect) { in NullableProcessor()
/external/rust/crates/der/src/asn1/
Dreal.rs851 let expect = 10.0; in validation_cases() localVariable
862 let expect = 100.0; in validation_cases() localVariable
873 let expect = 101.0; in validation_cases() localVariable
884 let expect = 101.0; in validation_cases() localVariable
895 let expect = 0.0; in validation_cases() localVariable
906 let expect = 951.2357864; in validation_cases() localVariable
921 let expect = -10.0; in validation_cases() localVariable
932 let expect = -100.0; in validation_cases() localVariable
943 let expect = -101.0; in validation_cases() localVariable
956 let expect = -0.5; in validation_cases() localVariable
[all …]
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_array_merge.cpp530 vector<array_remapping> expect = { in TEST_F() local
556 vector<array_remapping> expect = { in TEST_F() local
583 vector<array_remapping> expect = { in TEST_F() local
608 vector<array_remapping> expect = { in TEST_F() local
636 vector<array_remapping> expect = { in TEST_F() local
663 vector<array_remapping> expect = { in TEST_F() local
693 vector<array_remapping> expect = { in TEST_F() local
735 vector<array_remapping> expect = { in TEST_F() local
919 const vector<FakeCodeline> expect = { in TEST_F() local
941 const vector<FakeCodeline>& expect, in run()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.h342 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect() function
357 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
362 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
367 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c39 static char *expect_str_fail(int expect) in expect_str_fail()
46 static char *expect_str_pass(int expect) in expect_str_pass()
54 int expect, void (*test_event)(char *)) in check_mark()
80 #define CHECK_MARK(file, flag, expect, func) check_mark(file, flag, #flag, expect, func) argument
/external/cronet/third_party/icu/source/test/intltest/
Dnumfmtst.h342 void expect(NumberFormat& fmt, const char *str, const Formattable& n) { in expect() function
357 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
362 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
367 void expect(NumberFormat* fmt, const Formattable& n, in expect() function
/external/libcxx/test/support/test.support/
Dtest_demangle.pass.cpp21 const char* expect; in main() member
30 const char* expect = TestCases[i].expect; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.gen/
Dlexically_normal.pass.cpp30 std::string expect; in main() member
135 fs::path expect(TC.expect); in main() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.itr/
Diterator.pass.cpp86 const path expect[] = {"/", "root_name", "first_dir", "second_dir"}; in checkBeginEndBasic() local
93 const path expect[] = {"/", "foo", "bar", "baz", ""}; in checkBeginEndBasic() local

12345678910>>...19