Home
last modified time | relevance | path

Searched defs:invalid_type (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
D7-1.c33 int invalid_type = -1; in main() local
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl07.c28 static unsigned int invalid_type = XFS_GROUP_QUOTA << 1 | XFS_USER_QUOTA; variable
/external/clang/test/Sema/
Dfunction.c76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}} in invalid_type() function
/external/rust/crates/serde_cbor/src/
Derror.rs226 fn invalid_type(unexp: de::Unexpected<'_>, exp: &dyn de::Expected) -> Error { in invalid_type() method
/external/rust/crates/serde_json/src/
Derror.rs369 fn invalid_type(unexp: de::Unexpected, exp: &dyn de::Expected) -> Self { in invalid_type() method
Dde.rs124 fn invalid_type(self, exp: &dyn Expected) -> Error { in invalid_type() method
/external/openscreen/discovery/mdns/
Dmdns_trackers_unittest.cc339 MdnsRecord invalid_type(a_record_.name(), DnsType::kPTR, in TEST_F() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2784 glw::GLenum invalid_type = 0; in TestErrorsOfClearNamedBufferData() local
3068 glw::GLenum invalid_type = 0; in TestErrorsOfClearNamedBufferSubData() local
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc284 Node* InvalidRefType(Graph* g, DataType out_type, DataType invalid_type) { in InvalidRefType()
/external/rust/crates/serde_json/src/value/
Dde.rs1259 fn invalid_type<E>(&self, exp: &dyn Expected) -> E in invalid_type() method
/external/rust/crates/serde/src/private/
Dde.rs1006 fn invalid_type(self, exp: &Expected) -> E { in invalid_type() function
1749 fn invalid_type(self, exp: &Expected) -> E { in invalid_type() function