Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 152) sorted by relevance

1234567

/third_party/libcoap/include/coap3/
Dutlist.h404 #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/
DjsDeclarationsModuleReferenceHasEmit.js12 export let el = null; variable
41 export let el: any; variable
/third_party/skia/third_party/externals/icu/source/common/
Dservnotf.cpp55 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/
Dservnotf.cpp55 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/
Dservnotf.cpp55 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/
Dservnotf.cpp55 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/
Dlws-genec.c123 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/
Dvalhall.py63 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/
Dif_statement.cc37 for (auto* el : else_statements) { in IfStatement() local
52 auto el = ctx->Clone(else_statements); in Clone() local
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c56 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/
Dtransform.cc111 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/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/
Dindex.js12 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/jose/jwe/enc/
Daesgcm.c56 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
Daescbc.c34 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/libwebsockets/lib/tls/
Dlws-genec-common.c103 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/yargs/node_modules/p-locate/
Dindex.js12 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/
Doutline.c61 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/
Dcompiler.ts200 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/
Dgstwasapiutil.h56 #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/
DDocument.ts146 const el = new Element(tagName, options); constant
216 const el = new DocumentElement('document'); constant
/third_party/python/Lib/test/
Dtest_contains.py7 def __init__(self, el): argument
11 def __contains__(self, el): argument
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsModuleReferenceHasEmit.ts17 export let el = null; variable
/third_party/typescript/tests/cases/compiler/
DcopyrightWithoutNewLine1.ts6 var el = document.getElementById('content'); variable
DcopyrightWithNewLine1.ts7 var el = document.getElementById('content'); variable
/third_party/node/deps/npm/node_modules/brace-expansion/
Dindex.js89 function isPadded(el) { argument
188 N = concatMap(n, function(el) { return expand(el, false) }); argument

1234567