Home
last modified time | relevance | path

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

1234

/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/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/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
/external/llvm/test/CodeGen/X86/
Dzext-fold.ll13 ;; Multiple uses of %x but easily extensible.
/external/protobuf/
DREADME.android15 yet extensible format. Google uses Protocol Buffers for almost all
DREADME.md14 platform-neutral, extensible mechanism for serializing structured data. You
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dzext-fold.ll16 ;; Multiple uses of %x but easily extensible.
/external/perfetto/docs/
Dtrace-config.md10 The [`TraceConfig`](/protos/perfetto/config/trace_config.proto) is an extensible
/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/v8/src/ic/
Dkeyed-store-generic.cc813 Label extensible(this); in EmitGenericPropertyStore() local
815 GotoIf(IsPrivateSymbol(p->name), &extensible); in EmitGenericPropertyStore()
816 Branch(IsSetWord32<Map::IsExtensibleBit>(bitfield2), &extensible, slow); in EmitGenericPropertyStore()
818 BIND(&extensible); in EmitGenericPropertyStore()
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Denum_macros.tmpl58 static bool constexpr kIsExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
/external/libchrome/mojo/public/tools/bindings/
DREADME.md641 **By default, enums are non-extensible**, which means that generated message
643 value is seen for a non-extensible enum field or parameter, a validation error
646 If you want an enum to be extensible in the future, you can apply the
673 With extensible enums, bound interface implementations may receive unknown enum
/external/antlr/runtime/Ruby/
DREADME.txt17 While the tool itself is implemented in Java, it has an extensible design that
/external/catch2/docs/
Dmatchers.md4 Matchers are an alternative way to do assertions which are easily extensible and composable.
/external/python/cpython3/Doc/tutorial/
Dappetite.rst62 Python is *extensible*: if you know how to program in C it is easy to add a new
/external/python/cpython2/Doc/tutorial/
Dappetite.rst62 Python is *extensible*: if you know how to program in C it is easy to add a new
/external/nanopb-c/docs/
Dconcepts.rst328 The base message is declared as extensible by keyword *extensions* in
336 For each extensible message, *nanopb_generator.py* declares an additional

1234