Searched refs:extensible (Results 1 – 25 of 99) sorted by relevance
1234
/external/llvm-project/flang/test/Semantics/ |
D | resolve70.f90 | 49 type :: extensible type 55 class(extensible), allocatable :: y
|
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/ |
D | conformance_mthd14_good_uknown_extensible_enum_value.data | 12 [u4]0xFFFFFFFF // param1: Unknown value is okay for extensible enum.
|
D | conformance_mthd21_empty_extensible_enum_accepts_any_value.data | 11 [u4]7 // param0. All values are valid for an extensible enum.
|
D | conformance_mthd14_uknown_non_extensible_enum_value.data | 12 // non-extensible enum.
|
D | conformance_mthd22_empty_nonextensible_enum_accepts_no_values.data | 12 // non-extensible enum.
|
D | conformance_mthd15_good_uknown_extensible_enum_array_value.data | 19 [u4]0x1234 // Unknown value is okay for extensible enum.
|
D | conformance_mthd15_uknown_non_extensible_enum_array_value.data | 19 [u4]0x5678 // Unknown value is not allowed for non-extensible
|
D | conformance_mthd16_uknown_non_extensible_enum_map_value.data | 31 [u4]0x5678 // Unknown value is not allowed for non-extensible
|
D | conformance_mthd16_uknown_non_extensible_enum_map_key.data | 24 [u4]0x5678 // Unknown value is not allowed for non-extensible
|
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/ |
D | README.chromium | 8 extensible mechanism for serializing structured data.
|
/external/openscreen/third_party/protobuf/ |
D | README.chromium | 10 Protocol buffers are Google's language-neutral, platform-neutral, extensible
|
/external/python/jinja/docs/ |
D | index.rst | 10 Jinja is a fast, expressive, extensible templating engine. Special
|
D | intro.rst | 4 Jinja is a fast, expressive, extensible templating engine. Special
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | enum_definition.tmpl | 27 var isExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
|
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/ |
D | enum_definition.tmpl | 18 …private static final boolean IS_EXTENSIBLE = {% if enum.extensible %}true{% else %}false{% endif %…
|
/external/llvm/test/CodeGen/X86/ |
D | zext-fold.ll | 13 ;; Multiple uses of %x but easily extensible.
|
/external/pigweed/docs/ |
D | targets.rst | 7 Pigweed's GN build comes with an extensible target system that allows it to be 20 The rationale for scope-based toolchains is to make Pigweed targets extensible.
|
/external/protobuf/ |
D | README.android | 14 yet extensible format. Google uses Protocol Buffers for almost all
|
/external/curl/docs/ |
D | ECH.md | 100 (`--enable-ech`), provides an extensible check for resources available to 113 - Check for available resources, although extensible, refers only to
|
/external/llvm-project/libclc/ |
D | README.TXT | 21 libclc is designed to be portable and extensible. To this end, it provides
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | zext-fold.ll | 16 ;; Multiple uses of %x but easily extensible.
|
/external/python/jinja/ |
D | README.rst | 4 Jinja is a fast, expressive, extensible templating engine. Special
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | validation_test_interfaces.mojom | 59 // A non-extensible enum with no values is valid, but about as useless as
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | enum_macros.tmpl | 58 static bool constexpr kIsExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
|
/external/llvm-project/mlir/docs/Rationale/ |
D | RationaleGenericDAGRewriter.md | 141 advantages (they are extensible for new sorts of sub-patterns, look compact at 157 * They are non-extensible without rebuilding the compiler. 195 * It is extensible to target-defined operations. 212 * This isn't extensible at compiler runtime, you have to rebuild the compiler
|
1234