Searched refs:extensible (Results 1 – 25 of 82) 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_key.data | 24 [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
|
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/ |
D | README.chromium | 8 extensible mechanism for serializing structured data.
|
/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/protobuf/ |
D | README.android | 14 yet extensible format. Google uses Protocol Buffers for almost all
|
/external/curl/docs/ |
D | ESNI.md | 104 option (`--enable-esni`), provides an extensible check for 117 - Check for available resources, although extensible, refers only to
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | zext-fold.ll | 16 ;; Multiple uses of %x but easily 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/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/v8/src/ic/ |
D | keyed-store-generic.cc | 874 Label extensible(this), is_private_symbol(this); in EmitGenericPropertyStore() local 877 Branch(IsSetWord32<Map::Bits3::IsExtensibleBit>(bitfield3), &extensible, in EmitGenericPropertyStore() 885 Branch(IsPrivateName(CAST(name)), slow, &extensible); in EmitGenericPropertyStore() 888 BIND(&extensible); in EmitGenericPropertyStore()
|
/external/perfetto/docs/ |
D | README.md | 21 through an extensible protobuf-based capability advertisement and data source 122 pre-baked and extensible queries that can output strongly-typed summaries
|
/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/catch2/docs/ |
D | matchers.md | 4 Matchers are an alternative way to do assertions which are easily extensible and composable.
|
/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/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/antlr/runtime/Ruby/ |
D | README.txt | 17 While the tool itself is implemented in Java, it has an extensible design that
|
/external/v8/src/objects/ |
D | js-objects.h | 180 Isolate* isolate, bool extensible, PropertyDescriptor* desc, 187 Isolate* isolate, LookupIterator* it, bool extensible,
|
1234