/third_party/jerryscript/tests/unit-core/ |
D | test-newtarget.cpp | 152 jerry_value_t constructed = jerry_construct_object (demo_func, &test_arg, 1); variable 153 TEST_ASSERT (!jerry_value_is_error (constructed)); 154 TEST_ASSERT (jerry_value_is_object (constructed)); 156 jerry_release_value (constructed); 162 jerry_value_t constructed = jerry_call_function (demo_func, this_arg, &test_arg, 1); variable 163 TEST_ASSERT (jerry_value_is_undefined (constructed)); 164 jerry_release_value (constructed); 165 jerry_release_value (constructed); 171 jerry_value_t constructed = jerry_construct_object (demo_func, &test_arg, 1); variable 172 TEST_ASSERT (!jerry_value_is_error (constructed)); [all …]
|
/third_party/libcoap/src/ |
D | coap_asn1.c | 35 asn1_tag_c(const uint8_t **ptr, int *constructed, int *class) in asn1_tag_c() argument 41 *constructed = (byte & 0x20) ? 1 : 0; in asn1_tag_c() 66 int constructed; in get_asn1_tag() local 69 uint8_t tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag() 74 if (class == 2 && constructed == 1) { in get_asn1_tag() 76 tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag() 89 if (tag == 0x10 && constructed == 1) { in get_asn1_tag() 97 tag = asn1_tag_c(&acp, &constructed, &class); in get_asn1_tag()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecalphadecodebin.c | 37 gboolean constructed; member 66 } else if (!priv->constructed) { in gst_v4l2_codec_alpha_decode_bin_open() 71 return priv->constructed; in gst_v4l2_codec_alpha_decode_bin_open() 181 priv->constructed = TRUE; in gst_v4l2_codec_alpha_decode_bin_constructed() 192 G_OBJECT_CLASS (parent_class)->constructed (obj); in gst_v4l2_codec_alpha_decode_bin_constructed() 204 obj_class->constructed = gst_v4l2_codec_alpha_decode_bin_constructed; in gst_v4l2_codec_alpha_decode_bin_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/codecalpha/ |
D | gstalphadecodebin.c | 36 gboolean constructed; member 64 } else if (!priv->constructed) { in gst_alpha_decode_bin_open() 69 return priv->constructed; in gst_alpha_decode_bin_open() 178 priv->constructed = TRUE; in gst_alpha_decode_bin_constructed() 189 G_OBJECT_CLASS (parent_class)->constructed (obj); in gst_alpha_decode_bin_constructed() 200 obj_class->constructed = gst_alpha_decode_bin_constructed; in gst_alpha_decode_bin_class_init()
|
/third_party/glslang/Test/baseResults/ |
D | spv.variableArrayIndex.frag.out | 34 Name 69 "constructed" 94 69(constructed): 68(ptr) Variable Function 132 Store 69(constructed) 76 135 80: 79(ptr) AccessChain 69(constructed) 78 139 84: 79(ptr) AccessChain 69(constructed) 83
|
D | variableArrayIndex.frag.out | 82 0:45 'constructed' ( temp 3-element array of 2-component vector of float) 94 0:46 'constructed' ( temp 3-element array of 2-component vector of float) 100 0:46 'constructed' ( temp 3-element array of 2-component vector of float) 195 0:45 'constructed' ( temp 3-element array of 2-component vector of float) 207 0:46 'constructed' ( temp 3-element array of 2-component vector of float) 213 0:46 'constructed' ( temp 3-element array of 2-component vector of float)
|
/third_party/glslang/Test/ |
D | variableArrayIndex.frag | 45 vec2[3] constructed = vec2[3](coord, vec2(scale), vec2(1.0, 2.0)); 46 gl_FragColor += vec4(constructed[foo.i], constructed[foo.i]);
|
D | spv.variableArrayIndex.frag | 46 vec2[3] constructed = vec2[3](coord, vec2(scale), vec2(1.0, 2.0)); 47 gl_FragColor += vec4(constructed[foo.i], constructed[foo.i]);
|
D | 420.tese | 66 const S4 constructed = S4(uvec2(1, 2), 86 if (constructed == curlybad1) 88 if (constructed == curlyInit)
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_array_to_ssa.c | 51 bool constructed; member 90 if (state->constructed) in read_value_beginning() 94 state->constructed = true; in read_value_beginning() 101 state->constructed = true; in read_value_beginning() 117 state->constructed = true; in read_value_beginning()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | asn1.c | 136 if (hdr->constructed && in asn1_valid_der() 162 if (!hdr->constructed && in asn1_valid_der() 186 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next() 279 title, hdr->class, hdr->constructed, hdr->tag); in asn1_print_hdr() 286 title, hdr->class, hdr->constructed, hdr->tag); in asn1_unexpected() 580 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, in asn1_put_hdr() argument 583 wpabuf_put_u8(buf, class << 6 | (constructed ? 0x20 : 0x00) | tag); in asn1_put_hdr()
|
D | asn1.h | 51 u8 identifier, class, constructed; member 79 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, 150 if (hdr->class != ASN1_CLASS_UNIVERSAL || hdr->constructed) in asn1_is_string_type()
|
/third_party/openssl/crypto/asn1/ |
D | asn1_lib.c | 160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument 166 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object() 183 if (constructed == 2) in ASN1_put_object() 222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument 234 if (constructed == 2) { in ASN1_object_size()
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.texture.teximage.txt | 48 Reference texture object is constructed by applying reference versions of the 51 Finally both the constructed texture is rendered using a simple quad and the 54 verified. If mipmaps were constructed, texture is rendered multiple times
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/ |
D | gstwpebusmsgforwarder.c | 161 constructed (GObject * object) in constructed() function 180 object_class->constructed = constructed; in gst_wpe_bus_msg_forwarder_class_init()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | write_micromap_properties_common.adoc | 8 All micromaps in pname:pMicromaps must: have been constructed prior to 11 All micromaps in pname:pMicromaps must: have been constructed with
|
D | copy_acceleration_structure_common.txt | 12 The source acceleration structure pname:src must: have been constructed 16 pname:src must: have been constructed with
|
D | copy_acceleration_structure_common.adoc | 12 The source acceleration structure pname:src must: have been constructed 16 pname:src must: have been constructed with
|
/third_party/python/Doc/library/ |
D | zoneinfo.rst | 49 Datetimes constructed in this way are compatible with datetime arithmetic and 254 For zones constructed from file without specifying a ``key`` parameter, 280 For objects constructed from a file without specifying a ``key`` parameter, 291 serialized by key, and ``ZoneInfo`` objects constructed from files (even those 294 The behavior of a ``ZoneInfo`` file depends on how it was constructed: 296 1. ``ZoneInfo(key)``: When constructed with the primary constructor, a 301 constructed from ``ZoneInfo("Europe/Berlin")``, one would expect the 311 2. ``ZoneInfo.no_cache(key)``: When constructed from the cache-bypassing 315 constructed from ``ZoneInfo.no_cache("Europe/Berlin")``, one would expect 325 3. ``ZoneInfo.from_file(fobj, /, key=None)``: When constructed from a file, the [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/comp/ |
D | composite-construct-buffer-struct.asm.comp | 50 %constructed = OpCompositeConstruct %Block %loaded_array %loaded_array 51 OpStore %ptr %constructed
|
/third_party/python/Doc/c-api/ |
D | typehints.rst | 20 not a tuple, a 1-tuple is automatically constructed and ``__args__`` is set 24 The ``GenericAlias``\ 's ``__parameters__`` attribute is constructed lazily
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | icetransport.c | 154 G_OBJECT_CLASS (parent_class)->constructed (object); in gst_webrtc_ice_transport_constructed() 162 gobject_class->constructed = gst_webrtc_ice_transport_constructed; in gst_webrtc_ice_transport_class_init()
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_DER_w_begin_sequence.pod | 6 - internal DER writers for DER constructed elements 17 All functions described here are wrappers for constructed structures,
|
/third_party/openssl/doc/man3/ |
D | PKCS12_add1_attr_by_NID.pod | 22 type B<type> constructed using B<len> bytes from B<bytes>. 25 ASN1 type B<type> constructed using B<len> bytes from B<bytes>.
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | progress_indicator_test.dart | 13 // The "can be constructed" tests that follow are primarily to ensure that any 16 …testWidgets('LinearProgressIndicator(value: 0.0) can be constructed and has empty semantics by def… 34 …testWidgets('LinearProgressIndicator(value: null) can be constructed and has empty semantics by de… 177 …testWidgets('CircularProgressIndicator(value: 0.0) can be constructed and has value semantics by d… 195 …testWidgets('CircularProgressIndicator(value: null) can be constructed and has empty semantics by …
|