Home
last modified time | relevance | path

Searched refs:extensible (Results 1 – 25 of 82) 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_key.data24 [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
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
DREADME.chromium8 extensible mechanism for serializing structured data.
/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/protobuf/
DREADME.android14 yet extensible format. Google uses Protocol Buffers for almost all
/external/curl/docs/
DESNI.md104 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/
Dzext-fold.ll16 ;; Multiple uses of %x but easily 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/libchrome/mojo/public/tools/bindings/generators/cpp_templates/
Denum_macros.tmpl58 static bool constexpr kIsExtensible = {% if enum.extensible %}true{% else %}false{% endif %};
/external/v8/src/ic/
Dkeyed-store-generic.cc874 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/
DREADME.md21 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/
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/catch2/docs/
Dmatchers.md4 Matchers are an alternative way to do assertions which are easily extensible and composable.
/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/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/antlr/runtime/Ruby/
DREADME.txt17 While the tool itself is implemented in Java, it has an extensible design that
/external/v8/src/objects/
Djs-objects.h180 Isolate* isolate, bool extensible, PropertyDescriptor* desc,
187 Isolate* isolate, LookupIterator* it, bool extensible,

1234