Home
last modified time | relevance | path

Searched refs:mytest (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lwsac/
Dmain.c12 struct mytest { struct
20 #define list_to_mytest(p) lws_list_ptr_container(p, struct mytest, list_next)
27 struct mytest *m; in main()
/third_party/zlib/
Dconfigure645 int mytest(const char *fmt, ...)
656 return (mytest("Hello%d\n", 1));
666 int mytest(const char *fmt, ...)
678 return (mytest("Hello%d\n", 1));
704 int mytest(const char *fmt, ...)
716 return (mytest("Hello%d\n", 1));
737 int mytest()
745 return (mytest());
755 int mytest()
762 return (mytest());
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_aliases/
Dtype_aliases_3.ts35 var mytest: MyType = { variable
40 Assert.isString(mytest.h_y);
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1805 void mytest()
1831 addTest(root, &mytest, "/apple/bravo" );
1832 addTest(root, &mytest, "/a/b/c/d/mytest");
1834 addTest(root, &mytest, "/a/b/c/d/another");
1835 addTest(root, &mytest, "/a/b/c/etest");
1837 addTest(root, &mytest, "/bertrand/andre/damiba");
1839 addTest(root, &mytest, "/bertrand/andre/juice/oj");
1840 addTest(root, &mytest, "/bertrand/andre/juice/prune");