Searched refs:extensible (Results 1 – 25 of 77) sorted by relevance
1234
/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/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/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | zext-fold.ll | 13 ;; Multiple uses of %x but easily extensible.
|
/external/llvm/test/CodeGen/X86/ |
D | zext-fold.ll | 13 ;; Multiple uses of %x but easily extensible.
|
/external/protobuf/ |
D | README.android | 15 yet extensible format. Google uses Protocol Buffers for almost all
|
D | README.md | 14 platform-neutral, extensible mechanism for serializing structured data. You
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | zext-fold.ll | 16 ;; Multiple uses of %x but easily extensible.
|
/external/perfetto/docs/ |
D | trace-config.md | 10 The [`TraceConfig`](/protos/perfetto/config/trace_config.proto) is an extensible
|
/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/v8/src/ic/ |
D | keyed-store-generic.cc | 813 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/ |
D | enum_macros.tmpl | 58 static bool constexpr kIsExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
|
/external/libchrome/mojo/public/tools/bindings/ |
D | README.md | 641 **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/ |
D | README.txt | 17 While the tool itself is implemented in Java, it has an extensible design that
|
/external/catch2/docs/ |
D | matchers.md | 4 Matchers are an alternative way to do assertions which are easily extensible and composable.
|
/external/python/cpython3/Doc/tutorial/ |
D | appetite.rst | 62 Python is *extensible*: if you know how to program in C it is easy to add a new
|
/external/python/cpython2/Doc/tutorial/ |
D | appetite.rst | 62 Python is *extensible*: if you know how to program in C it is easy to add a new
|
/external/nanopb-c/docs/ |
D | concepts.rst | 328 The base message is declared as extensible by keyword *extensions* in 336 For each extensible message, *nanopb_generator.py* declares an additional
|
1234