Home
last modified time | relevance | path

Searched refs:distinguished (Results 1 – 25 of 90) sorted by relevance

1234

/external/cldr/tools/java/org/unicode/cldr/api/
DAttributeKey.java8 import static org.unicode.cldr.util.DtdData.AttributeStatus.distinguished;
62 (attr.attributeStatus == distinguished || attr.attributeStatus == value); in isKnownAttribute()
DCldrDataType.java6 import static org.unicode.cldr.util.DtdData.AttributeStatus.distinguished;
164 return attribute.attributeStatus == distinguished && !attribute.isDeprecated();
/external/bazelbuild-rules_android/rules/toolchains/emulator/
DBUILD10 # and distinguished by their package path.
/external/bazelbuild-rules_android/toolchains/emulator/
DBUILD10 # and distinguished by their package path.
/external/webrtc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md20 please keep them clearly distinguished. When possible, **use example code
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md20 please keep them clearly distinguished. When possible, **use example code
/external/openscreen/third_party/abseil/src/
DABSEIL_ISSUE_TEMPLATE.md20 please keep them clearly distinguished. When possible, **use example code
/external/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md20 please keep them clearly distinguished. When possible, **use example code
/external/libtextclassifier/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md20 please keep them clearly distinguished. When possible, **use example code
/external/mesa3d/docs/_extra/specs/
DEGL_MESA_device_software.txt67 device. This can be distinguished from other device classes in the usual
/external/llvm-project/llvm/test/CodeGen/Hexagon/autohvx/
Dvector-predicate-typecast.ll10 ; declared individually, and they are distinguished by unique suffixes.
/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java64 distinguished ("§d"), enumConstant
120 …public AttributeStatus attributeStatus = AttributeStatus.distinguished; // default unless reset by…
1141 return getAttributeStatus(elementName, attribute) == AttributeStatus.distinguished; in isDistinguishing()
1211 return AttributeStatus.distinguished; // special case in getAttributeStatus()
1216 return AttributeStatus.distinguished; in getAttributeStatus()
1223 return AttributeStatus.distinguished; in getAttributeStatus()
1597 case distinguished: in getRegularizedPaths()
DDtdPathIterator.java78 || attribute.getStatus() != AttributeStatus.distinguished) { in visit()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDtdDelta.java74 + AttributeStatus.distinguished.shortName + "=" + AttributeStatus.distinguished + ", " in getExplanation()
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp41 // * SintToSint: covers byte, short and int types (distinguished by Bs and Bd).
42 // * UintToUint: covers ubyte, ushort, uint and half float types (distinguished by Bs and Bd).
/external/apache-commons-bcel/src/examples/Mini/
DMini.jjt62 * distinguished function `main' that starts the program.
DMini.jj46 * distinguished function `main' that starts the program.
/external/python/pyasn1/docs/source/pyasn1/
Dcontents.rst34 semantics (e.g. number vs string) and can be distinguished from each other by
/external/yapf/
DCHANGELOG478 - Make sure that continuations from a compound statement are distinguished from
515 - Over indent a function's parameter list if it's not distinguished from the
524 - Indent the continuation of an if-then statement when it's not distinguished
/external/python/cpython2/Doc/distutils/
Dintroduction.rst172 filesystem and distinguished from other directories by the presence of a file
/external/python/cpython3/Doc/distutils/
Dintroduction.rst174 filesystem and distinguished from other directories by the presence of a file
/external/python/cpython3/Doc/library/
Demail.contentmanager.rst191 (distinguished from strings by having a ``name`` attribute), add the
Dwarnings.rst113 distinguished based on whether a feature was being removed entirely or
114 changing its behaviour. They are now distinguished based on their
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDtdData.java221 case distinguished: in checkEmpty()
/external/llvm-project/llvm/docs/GlobalISel/
DGMIR.rst195 Pointer types are distinguished by address space. This matches IR, as opposed

1234