/third_party/openssl/test/ |
D | namemap_internal_test.c | 135 EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL); in test_cipher_is_a() local 138 if (!TEST_ptr(fetched)) in test_cipher_is_a() 140 if (!TEST_true(EVP_CIPHER_is_a(fetched, "id-aes256-CCM")) in test_cipher_is_a() 141 || !TEST_false(EVP_CIPHER_is_a(fetched, "AES-128-GCM"))) in test_cipher_is_a() 147 EVP_CIPHER_free(fetched); in test_cipher_is_a() 157 EVP_MD *fetched = EVP_MD_fetch(NULL, "SHA2-512", NULL); in test_digest_is_a() local 160 if (!TEST_ptr(fetched)) in test_digest_is_a() 162 if (!TEST_true(EVP_MD_is_a(fetched, "SHA512")) in test_digest_is_a() 163 || !TEST_false(EVP_MD_is_a(fetched, "SHA1"))) in test_digest_is_a() 169 EVP_MD_free(fetched); in test_digest_is_a()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | fragmentdensitymapops.txt | 55 density map layer that the texel is fetched from is: 63 The texel fetched from the density map at [eq]#(i,j,layer)# is next 71 fetched texel as defined in <<textures-component-swizzle,Image component 87 fetched is not a normalized floating-point value greater than `0.0`. 88 Otherwise, the fetched fragment area for that region is derived as: 101 A single fetched fragment area for the framebuffer region is chosen by the 103 the fetched set. 109 The implementation may: clamp the fetched fragment area to one that it 112 original fetched value. 120 For example, if the fetched fragment area is [eq]#(1,4)# but the
|
D | fragmentdensitymapops.adoc | 94 The texel fetched from the density map at [eq]#(i,j,layer)# is next 102 fetched texel as defined in <<textures-component-swizzle,Image component 118 fetched is not a normalized floating-point value greater than `0.0`. 119 Otherwise, the fetched fragment area for that region is derived as: 132 A single fetched fragment area for the framebuffer region is chosen by the 134 the fetched set. 140 The implementation may: clamp the fetched fragment area to one that it 143 original fetched value. 151 For example, if the fetched fragment area is [eq]#(1,4)# but the
|
/third_party/ffmpeg/libavdevice/ |
D | dshow_enummediatypes.c | 30 AM_MEDIA_TYPE **types, unsigned long *fetched) in DECLARE_ADDREF() 47 if (fetched) in DECLARE_ADDREF() 48 *fetched = count; in DECLARE_ADDREF()
|
D | dshow_enumpins.c | 30 unsigned long *fetched) in DECLARE_ADDREF() 42 if (fetched) in DECLARE_ADDREF() 43 *fetched = count; in DECLARE_ADDREF()
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | crawl.go | 433 e, links, fetched := w.work1(u, true) 434 if fetched { 439 if ee, _, fetched := w.work1(u, false); fetched { 447 if fetched && e.url != nil { 455 func (w worker) work1(u *url.URL, followHTML bool) (e entry, links []*url.URL, fetched bool) {
|
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/ |
D | gstdshowutil.cpp | 66 ULONG fetched; in gst_dshow_find_filter() local 126 while(enum_moniker->Next (1, &moniker, &fetched) == S_OK) in gst_dshow_find_filter()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.cpp | 200 ULONG fetched; in gst_dshow_find_filter() local 233 while (hres = enum_moniker->Next (1, &moniker, &fetched), hres == S_OK in gst_dshow_find_filter() 334 ULONG fetched; in gst_dshow_enumerate_devices() local 353 while (enum_moniker->Next (1, &moniker, &fetched) == S_OK) { in gst_dshow_enumerate_devices() 496 ULONG fetched; in gst_dshow_getdevice_from_devicename() local 516 while (hres = enum_moniker->Next (1, &moniker, &fetched), hres == S_OK in gst_dshow_getdevice_from_devicename()
|
/third_party/openssl/doc/man3/ |
D | RAND_set_DRBG_type.pod | 22 with properties I<propq> will be fetched. It will be instantiated with 29 with properties I<propq> will be fetched and used to seed the primary
|
D | EVP_DigestInit.pod | 158 Decrements the reference count for the fetched B<EVP_MD> structure. 185 If this function happens to be used with a fetched B<EVP_MD>, it will 239 I<name>, which is fetched using the optional I<libctx> and I<propq> parameters. 255 value explicitly fetched with EVP_MD_fetch(). 267 value explicitly fetched with EVP_MD_fetch(). 333 Return the name of the given message digest. For fetched message 340 I<data>. This is only useful with fetched B<EVP_MD>s. 432 fetched from the loaded providers. This fetch could fail if no suitable 509 When used with a fetched B<EVP_MD>, EVP_MD_CTX_get_params() gets called with 519 When used with a fetched B<EVP_MD>, EVP_MD_CTX_get_params() gets called with
|
D | EVP_EncryptInit.pod | 269 Decrements the reference count for the fetched B<EVP_CIPHER> structure. 294 If this function happens to be used with a fetched B<EVP_CIPHER>, it will 421 EVP_CipherInit_ex() except if the I<type> is not a fetched cipher they use the 463 fetched from the loaded providers. This fetch could fail if no suitable 483 fetched cipher has been assigned to the I<ctx>. It is recommended to use 546 Return the name of the passed cipher or context. For fetched ciphers with 552 I<data>. This is only useful with fetched B<EVP_CIPHER>s. 995 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() and 1001 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() gets called 1007 When used with a fetched B<EVP_CIPHER>, EVP_CIPHER_CTX_set_params() gets called [all …]
|
D | OCSP_response_status.pod | 55 stored as a SHA1 hash. To calculate the hash the SHA1 algorithm is fetched using 68 the SHA1 algorithm is fetched using the library ctx I<libctx> and the property
|
D | EVP_KDF.pod | 84 EVP_KDF_up_ref() increments the reference count of an already fetched 87 EVP_KDF_free() frees a fetched algorithm. 173 EVP_KDF_get0_name() return the name of the given KDF. For fetched KDFs 259 EVP_KDF_fetch() returns a pointer to a newly fetched B<EVP_KDF>, or
|
D | TS_RESP_CTX_new.pod | 23 supply the fetched algorithms.
|
D | EVP_MAC.pod | 104 EVP_MAC_up_ref() increments the reference count of an already fetched 107 EVP_MAC_free() frees a fetched algorithm. 131 The MAC algorithm is fetched using any given I<libctx> and property query 229 EVP_MAC_get0_name() return the name of the given MAC. For fetched MACs 350 EVP_MAC_fetch() returns a pointer to a newly fetched B<EVP_MAC>, or
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_AMD_shader_fragment_mask.txt | 28 From a shader, the fragment mask can be fetched with a call to 36 The color fragment for a particular color sample may then be fetched with
|
D | VK_AMD_shader_fragment_mask.adoc | 30 From a shader, the fragment mask can be fetched with a call to 38 The color fragment for a particular color sample may then be fetched with
|
/third_party/openGLES/extensions/NV/ |
D | NV_parameter_buffer_object2.txt | 209 - a component size, specifying that the components fetched by the 213 four components be fetched, and no count indicates a single component 217 be fetched, remaining components are filled with zeroes. When performing 316 A base operand vector is fetched from memory as described in Section 323 LDC instruction may be limited. If any component fetched by the LDC 326 constant MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV, the value fetched for that 386 of the components being fetched. 389 on the portion of a buffer object that may be fetched via BUFFER and 433 which defines an array of bytes to be fetched form. The type of fetch 543 component (always fetched in "x") into the other components:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_parameter_buffer_object2.txt | 209 - a component size, specifying that the components fetched by the 213 four components be fetched, and no count indicates a single component 217 be fetched, remaining components are filled with zeroes. When performing 316 A base operand vector is fetched from memory as described in Section 323 LDC instruction may be limited. If any component fetched by the LDC 326 constant MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV, the value fetched for that 386 of the components being fetched. 389 on the portion of a buffer object that may be fetched via BUFFER and 433 which defines an array of bytes to be fetched form. The type of fetch 543 component (always fetched in "x") into the other components:
|
/third_party/openssl/doc/internal/man3/ |
D | evp_md_get_number.pod | 45 useful with fetched B<EVP_CIPHER>s. 70 only useful with fetched B<EVP_MD>s.
|
/third_party/python/Doc/library/ |
D | urllib.robotparser.rst | 51 Returns the time the ``robots.txt`` file was last fetched. This is 57 Sets the time the ``robots.txt`` file was last fetched to the current
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 62 EVP_MD *fetched = NULL; in pkcs7_bio_add_digest() local 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 75 if (fetched != NULL) in pkcs7_bio_add_digest() 76 md = fetched; in pkcs7_bio_add_digest() 89 EVP_MD_free(fetched); in pkcs7_bio_add_digest() 92 EVP_MD_free(fetched); in pkcs7_bio_add_digest()
|
/third_party/lwip/src/netif/ppp/polarssl/ |
D | README | 4 This folder contains some files fetched from the latest BSD release of
|
/third_party/mesa3d/docs/gallium/cso/ |
D | sampler.rst | 54 * ``PIPE_TEX_FILTER_NEAREST``: One texel is fetched from the texture image 57 texture dimensions; 1D/2D/3D) are fetched from the texture image and
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | README.md | 88 // fetched `package.json` data from the registry 125 // fetched package versions metadata from the registry 256 If `true`, the full packument will be fetched when doing metadata requests. By
|