Home
last modified time | relevance | path

Searched refs:invalid_msg (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp2001 auto invalid_msg = "invalid number"; in InvalidFloatTest() local
2005 TestError("table T { F:float; } root_type T; { F:- }", invalid_msg); in InvalidFloatTest()
2006 TestError("table T { F:float; } root_type T; { F:+ }", invalid_msg); in InvalidFloatTest()
2007 TestError("table T { F:float; } root_type T; { F:-. }", invalid_msg); in InvalidFloatTest()
2008 TestError("table T { F:float; } root_type T; { F:+. }", invalid_msg); in InvalidFloatTest()
2010 TestError("table T { F:float; } root_type T; { F:-e }", invalid_msg); in InvalidFloatTest()
2011 TestError("table T { F:float; } root_type T; { F:+e }", invalid_msg); in InvalidFloatTest()
2012 TestError("table T { F:float; } root_type T; { F:-.e }", invalid_msg); in InvalidFloatTest()
2013 TestError("table T { F:float; } root_type T; { F:+.e }", invalid_msg); in InvalidFloatTest()
2014 TestError("table T { F:float; } root_type T; { F:-e1 }", invalid_msg); in InvalidFloatTest()
[all …]
/external/ltp/testcases/kernel/syscalls/mq_timedreceive/
Dmq_timedreceive01.c65 .invalid_msg = 1,
152 if (tc->invalid_msg) in do_test()
/external/ltp/testcases/kernel/syscalls/utils/
Dmq_timed.h28 int invalid_msg; member