/external/rust/crates/regex-syntax/src/ |
D | unicode.rs | 608 assert_eq!(AGES.len(), age::BY_NAME.len(), "ages are out of sync"); in ages() 634 use unicode_tables::general_category::BY_NAME; in gencat() 643 name => property_set(BY_NAME, name) in gencat() 669 use unicode_tables::script::BY_NAME; in script() 670 property_set(BY_NAME, name) in script() 694 use unicode_tables::script_extension::BY_NAME; in script_extension() 695 property_set(BY_NAME, name) in script_extension() 718 use unicode_tables::property_bool::BY_NAME; in bool_property() 719 property_set(BY_NAME, name) in bool_property() 746 use unicode_tables::grapheme_cluster_break::BY_NAME; in gcb() [all …]
|
/external/rust/crates/regex-syntax/src/unicode_tables/ |
D | perl_decimal.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = constant
|
D | perl_space.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = constant
|
D | grapheme_cluster_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | sentence_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | word_break.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | age.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | general_category.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | property_bool.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | script_extension.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
D | script.rs | 9 pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] = &[ constant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
D | BaseAnnotationElement.java | 63 … public static final Comparator<AnnotationElement> BY_NAME = new Comparator<AnnotationElement>() { field in BaseAnnotationElement
|
/external/tensorflow/tensorflow/core/util/ |
D | stats_calculator.h | 129 BY_NAME, enumerator
|
D | stats_calculator.cc | 117 case BY_NAME: in OrderNodesByMetric()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | EncodedValueWriter.java | 84 …llection<? extends AnnotationElement> sortedElements = Ordering.from(BaseAnnotationElement.BY_NAME) in writeAnnotation()
|
D | DexWriter.java | 701 … Collection<? extends AnnotationElement> elements = Ordering.from(BaseAnnotationElement.BY_NAME)
|