| /third_party/libcoap/include/coap3/ |
| D | utlist.h | 404 #define LL_COUNT(head,el,counter) \ argument 407 #define LL_COUNT2(head,el,counter,next) \ argument 413 #define LL_FOREACH(head,el) \ argument 416 #define LL_FOREACH2(head,el,next) \ argument 419 #define LL_FOREACH_SAFE(head,el,tmp) \ argument 422 #define LL_FOREACH_SAFE2(head,el,tmp,next) \ argument 445 #define LL_REPLACE_ELEM2(head, el, add, next) \ argument 465 #define LL_REPLACE_ELEM(head, el, add) \ argument 468 #define LL_PREPEND_ELEM2(head, el, add, next) \ argument 491 #define LL_PREPEND_ELEM(head, el, add) \ argument [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsModuleReferenceHasEmit.js | 12 export let el = null; variable 41 export let el: any; variable
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | servnotf.cpp | 55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local 87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local 109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | servnotf.cpp | 55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local 87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local 109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
|
| /third_party/node/deps/icu-small/source/common/ |
| D | servnotf.cpp | 55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local 87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local 109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
|
| /third_party/icu/icu4c/source/common/ |
| D | servnotf.cpp | 55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local 87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local 109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| D | lws-genec.c | 123 const struct lws_gencrypto_keyelem *el) in lws_genec_eckey_import() 223 const struct lws_gencrypto_keyelem *el) in lws_genec_keypair_import() 301 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el, in lws_genecdh_set_key() 312 const struct lws_gencrypto_keyelem *el) in lws_genecdsa_set_key() 345 const char *curve_name, struct lws_gencrypto_keyelem *el) in lws_genec_new_keypair() 454 struct lws_gencrypto_keyelem *el) in lws_genecdh_new_keypair() 464 struct lws_gencrypto_keyelem *el) in lws_genecdsa_new_keypair()
|
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| D | valhall.py | 63 def build_enum(el): argument 225 def build_source(el, i, size): argument 244 def build_imm(el): argument 248 def build_staging(i, el): argument 256 def build_modifier(el): argument 265 def build_instr(el, overrides = {}): argument 315 def build_group(el): argument
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | if_statement.cc | 37 for (auto* el : else_statements) { in IfStatement() local 52 auto el = ctx->Clone(else_statements); in Clone() local
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | lws-genec.c | 56 const struct lws_gencrypto_keyelem *el) in lws_genec_keypair_import() 194 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el, in lws_genecdh_set_key() 205 const struct lws_gencrypto_keyelem *el) in lws_genecdsa_set_key() 239 struct lws_gencrypto_keyelem *el) in lws_genecdh_new_keypair() 322 struct lws_gencrypto_keyelem *el) in lws_genecdsa_new_keypair()
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | transform.cc | 111 auto* el = CreateASTTypeFor(ctx, m->type()); in CreateASTTypeFor() local 115 auto* el = CreateASTTypeFor(ctx, v->type()); in CreateASTTypeFor() local 119 auto* el = CreateASTTypeFor(ctx, a->ElemType()); in CreateASTTypeFor() local
|
| /third_party/libwebsockets/lib/jose/jwe/enc/ |
| D | aesgcm.c | 56 struct lws_gencrypto_keyelem el; in lws_jwe_encrypt_gcm() local 120 struct lws_gencrypto_keyelem el; in lws_jwe_auth_and_decrypt_gcm() local
|
| D | aescbc.c | 34 struct lws_gencrypto_keyelem el; in lws_jwe_encrypt_cbc_hs() local 167 struct lws_gencrypto_keyelem el; in lws_jwe_auth_and_decrypt_cbc_hs() local
|
| /third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/ |
| D | index.js | 12 const testElement = (el, tester) => Promise.resolve(el).then(tester); argument 15 const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val… argument
|
| /third_party/libwebsockets/lib/tls/ |
| D | lws-genec-common.c | 103 lws_genec_destroy_elements(struct lws_gencrypto_keyelem *el) in lws_genec_destroy_elements() 115 lws_genec_dump(struct lws_gencrypto_keyelem *el) in lws_genec_dump()
|
| /third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/ |
| D | index.js | 12 const testElement = (el, tester) => Promise.resolve(el).then(tester); argument 15 const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val… argument
|
| /third_party/skia/third_party/externals/expat/expat/examples/ |
| D | outline.c | 61 start(void *data, const XML_Char *el, const XML_Char **attr) { in start() 79 end(void *data, const XML_Char *el) { in end()
|
| /third_party/jsframework/runtime/main/model/ |
| D | compiler.ts | 200 const el = child as Element; constant 218 const el = child as Element; constant 235 const el = child as Element; constant 246 const el = child as Element; constant 258 const el = child.nextSibling as Element; constant 272 const el = child.nextSibling as Element; constant 584 const el = element.children[ii] as Element; constant
|
| /third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
| D | gstwasapiutil.h | 56 #define HR_FAILED_ELEMENT_ERROR_AND(hr,func,el,and) \ argument 72 #define HR_FAILED_ELEMENT_ERROR_RET(hr,func,el,ret) \ argument
|
| /third_party/jsframework/runtime/vdom/ |
| D | Document.ts | 146 const el = new Element(tagName, options); constant 216 const el = new DocumentElement('document'); constant
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsModuleReferenceHasEmit.ts | 17 export let el = null; variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | copyrightWithNewLine1.ts | 7 var el = document.getElementById('content'); variable
|
| D | copyrightWithoutNewLine1.ts | 6 var el = document.getElementById('content'); variable
|
| /third_party/python/Lib/test/ |
| D | test_contains.py | 7 def __init__(self, el): argument 11 def __contains__(self, el): argument
|
| /third_party/node/deps/npm/node_modules/brace-expansion/ |
| D | index.js | 89 function isPadded(el) { argument 188 N = concatMap(n, function(el) { return expand(el, false) }); argument
|