Home
last modified time | relevance | path

Searched defs:dot_type (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/icu_casemap/src/provider/
Ddata.rs163 pub dot_type: DotType, field
215 pub(crate) fn dot_type(self) -> DotType { in dot_type() method
407 let dot_type = (sixteen & CaseMapDataULE::DOT_TYPE_BITS) >> CaseMapDataULE::DOT_SHIFT; in from_unaligned() localVariable
408 let dot_type = DotType::from_masked_bits(dot_type); in from_unaligned() localVariable
Dexception_helpers.rs41 pub dot_type: DotType, field
58 let dot_type = ule.dot_type(); in from_integer() localVariable
212 pub fn dot_type(self) -> DotType { in dot_type() method
/external/mesa3d/src/gallium/frontends/clover/util/
Dalgebra.hpp138 using dot_type = typename std::common_type< typedef
/external/rust/android-crates-io/crates/icu_casemap/src/
Dinternals.rs165 fn dot_type(&self, c: char) -> DotType { in dot_type() method
/external/f2fs-tools/fsck/
Dfsck.c1939 enum dot_type dot_type = NON_DOT; in __chk_dentries() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2728 PrimitiveType dot_type = in HandleDot() local
/external/f2fs-tools/include/
Df2fs_fs.h1447 enum dot_type { enum