Home
last modified time | relevance | path

Searched refs:extensible (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm-project/flang/test/Semantics/
Dresolve70.f9049 type :: extensible type
55 class(extensible), allocatable :: y
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_mthd14_good_uknown_extensible_enum_value.data12 [u4]0xFFFFFFFF // param1: Unknown value is okay for extensible enum.
Dconformance_mthd21_empty_extensible_enum_accepts_any_value.data11 [u4]7 // param0. All values are valid for an extensible enum.
Dconformance_mthd14_uknown_non_extensible_enum_value.data12 // non-extensible enum.
Dconformance_mthd22_empty_nonextensible_enum_accepts_no_values.data12 // non-extensible enum.
Dconformance_mthd15_good_uknown_extensible_enum_array_value.data19 [u4]0x1234 // Unknown value is okay for extensible enum.
Dconformance_mthd15_uknown_non_extensible_enum_array_value.data19 [u4]0x5678 // Unknown value is not allowed for non-extensible
Dconformance_mthd16_uknown_non_extensible_enum_map_value.data31 [u4]0x5678 // Unknown value is not allowed for non-extensible
Dconformance_mthd16_uknown_non_extensible_enum_map_key.data24 [u4]0x5678 // Unknown value is not allowed for non-extensible
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
DREADME.chromium8 extensible mechanism for serializing structured data.
/external/openscreen/third_party/protobuf/
DREADME.chromium10 Protocol buffers are Google's language-neutral, platform-neutral, extensible
/external/python/jinja/docs/
Dindex.rst10 Jinja is a fast, expressive, extensible templating engine. Special
Dintro.rst4 Jinja is a fast, expressive, extensible templating engine. Special
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/
Denum_definition.tmpl27 var isExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/
Denum_definition.tmpl18 …private static final boolean IS_EXTENSIBLE = {% if enum.extensible %}true{% else %}false{% endif %…
/external/llvm/test/CodeGen/X86/
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
/external/pigweed/docs/
Dtargets.rst7 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/
DREADME.android14 yet extensible format. Google uses Protocol Buffers for almost all
/external/curl/docs/
DECH.md100 (`--enable-ech`), provides an extensible check for resources available to
113 - Check for available resources, although extensible, refers only to
/external/llvm-project/libclc/
DREADME.TXT21 libclc is designed to be portable and extensible. To this end, it provides
/external/llvm-project/llvm/test/CodeGen/X86/
Dzext-fold.ll16 ;; Multiple uses of %x but easily extensible.
/external/python/jinja/
DREADME.rst4 Jinja is a fast, expressive, extensible templating engine. Special
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom59 // A non-extensible enum with no values is valid, but about as useless as
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Denum_macros.tmpl58 static bool constexpr kIsExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
/external/llvm-project/mlir/docs/Rationale/
DRationaleGenericDAGRewriter.md141 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