Home
last modified time | relevance | path

Searched defs:INVALID_ENUM (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTErrorResources.java388 public static final String INVALID_ENUM = "INVALID_ENUM"; field in XSLTErrorResources
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs627 #[allow(dead_code, non_upper_case_globals)] pub const INVALID_ENUM: types::GLenum = 0x0500; constant