/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/ |
D | extract-tests.py | 32 for elt in html.findall(".//*[@class='expected'][@ft:id]", namespaces): 34 name = elt.get(ns('ft:id')) 35 text = elt.get(ns('ft:render')) 36 font = elt.get(ns('ft:font')) 37 variations = elt.get(ns('ft:var'), '').replace(':', '=').replace(';', ',') 39 for use in elt.findall(".//use"): 51 for elt in html.findall(".//*[@class='expected-no-crash'][@ft:id]", namespaces): 53 name = elt.get(ns('ft:id')) 54 text = elt.get(ns('ft:render')) 55 font = elt.get(ns('ft:font')) [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-bit-page.hh | 49 void add (hb_codepoint_t g) { elt (g) |= mask (g); } in add() 50 void del (hb_codepoint_t g) { elt (g) &= ~mask (g); } in del() 52 bool get (hb_codepoint_t g) const { return elt (g) & mask (g); } in get() 56 elt_t *la = &elt (a); in add_range() 57 elt_t *lb = &elt (b); in add_range() 72 elt_t *la = &elt (a); in del_range() 73 elt_t *lb = &elt (b); in del_range() 183 static unsigned int elt_get_min (const elt_t &elt) { return hb_ctz (elt); } in elt_get_min() 184 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max() 194 elt_t &elt (hb_codepoint_t g) { return v[(g & MASK) / ELT_BITS]; } in elt() function [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_ll.ll | 1 define <4 x float> @insertelement_v4f32(<4 x float> %vec, float %elt, i32 %idx) { 9 %res0 = insertelement <4 x float> %vec, float %elt, i32 0 12 %res1 = insertelement <4 x float> %vec, float %elt, i32 1 15 %res2 = insertelement <4 x float> %vec, float %elt, i32 2 18 %res3 = insertelement <4 x float> %vec, float %elt, i32 3 26 %elt = trunc i64 %elt_arg to i1 34 %res0_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 0 38 %res1_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 1 42 %res2_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 2 46 %res3_i1 = insertelement <4 x i1> %vec, i1 %elt, i32 3 [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/ |
D | update.py | 33 for elt in html.findall (".//*[@class='expected'][@ft:id]", namespaces): 35 name = elt.get (ns ('ft:id')) 36 text = elt.get (ns ('ft:render')) 37 font = elt.get (ns ('ft:font')) 38 variations = elt.get (ns ('ft:var'), '').replace (':', '=').replace (';', ',') 40 for use in elt.findall (".//use"): 52 for elt in html.findall (".//*[@class='expected-no-crash'][@ft:id]", namespaces): 54 name = elt.get (ns ('ft:id')) 55 text = elt.get (ns ('ft:render')) 56 font = elt.get (ns ('ft:font')) [all …]
|
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/ |
D | update.py | 33 for elt in html.findall (".//*[@class='expected'][@ft:id]", namespaces): 35 name = elt.get (ns ('ft:id')) 36 text = elt.get (ns ('ft:render')) 37 font = elt.get (ns ('ft:font')) 38 variations = elt.get (ns ('ft:var'), '').replace (':', '=').replace (';', ',') 40 for use in elt.findall (".//use"): 52 for elt in html.findall (".//*[@class='expected-no-crash'][@ft:id]", namespaces): 54 name = elt.get (ns ('ft:id')) 55 text = elt.get (ns ('ft:render')) 56 font = elt.get (ns ('ft:font')) [all …]
|
/third_party/libcoap/include/coap3/ |
D | utlist.h | 86 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument 87 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument 88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument 90 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument 95 #define UTLIST_SV(elt,list) argument 96 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument 97 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument 99 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument 369 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument 370 LL_LOWER_BOUND2(head,elt,like,cmp,next) [all …]
|
/third_party/boost/boost/hana/detail/ |
D | type_at.hpp | 29 struct elt { using type = T; }; struct 36 : elt<I, T>... 40 elt<I, T> get_elt(elt<I, T> const&);
|
/third_party/libxml2/os400/ |
D | rpgsupport.c | 247 __htmlDefaultSubelement(const htmlElemDesc * elt) in __htmlDefaultSubelement() argument 250 return htmlDefaultSubelement(elt); in __htmlDefaultSubelement() 256 const htmlElemDesc * elt) in __htmlElementAllowedHereDesc() argument 259 return htmlElementAllowedHereDesc(parent, elt); in __htmlElementAllowedHereDesc() 264 __htmlRequiredAttrs(const htmlElemDesc * elt) in __htmlRequiredAttrs() argument 267 return htmlRequiredAttrs(elt); in __htmlRequiredAttrs()
|
D | rpgsupport.h | 150 XMLPUBFUN const char * __htmlDefaultSubelement(const htmlElemDesc * elt); 152 const htmlElemDesc * elt); 154 __htmlRequiredAttrs(const htmlElemDesc * elt);
|
/third_party/libcoap/examples/ |
D | coap_list.c | 58 coap_list_t *elt, *tmp; in coap_delete_list() local 63 LL_FOREACH_SAFE(queue, elt, tmp) { in coap_delete_list() 64 coap_delete(elt); in coap_delete_list()
|
/third_party/libffi/src/powerpc/ |
D | ffi_linux64.c | 137 unsigned elt, elnum, rtype; in ffi_prep_cif_linux64_core() local 208 elt = discover_homogeneous_aggregate (cif->abi, cif->rtype, &elnum); in ffi_prep_cif_linux64_core() 209 if (elt) in ffi_prep_cif_linux64_core() 212 rtype = elt; in ffi_prep_cif_linux64_core() 276 elt = discover_homogeneous_aggregate (cif->abi, *ptr, &elnum); in ffi_prep_cif_linux64_core() 278 if (elt == FFI_TYPE_LONGDOUBLE && in ffi_prep_cif_linux64_core() 288 if (elt) in ffi_prep_cif_linux64_core() 538 unsigned int elt, elnum; in ffi_prep_args64() local 663 elt = discover_homogeneous_aggregate (ecif->cif->abi, *ptr, &elnum); in ffi_prep_args64() 664 if (elt) in ffi_prep_args64() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 19 OpName %elt "elt" 59 %elt = OpVariable %_ptr_Function_myType Function 72 OpStore %elt %47 73 %48 = OpAccessChain %_ptr_Function_float %elt %int_0
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 19 OpName %elt "elt" 59 %elt = OpVariable %_ptr_Function_myType Function 72 OpStore %elt %47 73 %48 = OpAccessChain %_ptr_Function_float %elt %int_0
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 19 OpName %elt "elt" 59 %elt = OpVariable %_ptr_Function_myType Function 72 OpStore %elt %47 73 %48 = OpAccessChain %_ptr_Function_float %elt %int_0
|
/third_party/libxml2/include/libxml/ |
D | HTMLparser.h | 279 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument 290 #define htmlElementAllowedHereDesc(parent,elt) \ argument 291 htmlElementAllowedHere((parent), (elt)->name) 298 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | HTMLparser.in.h | 308 #define htmlDefaultSubelement(elt) elt->defaultsubelt argument 319 #define htmlElementAllowedHereDesc(parent,elt) \ argument 320 htmlElementAllowedHere((parent), (elt)->name) 327 #define htmlRequiredAttrs(elt) (elt)->attrs_req argument
|
/third_party/boost/boost/hana/ |
D | unfold_right.hpp | 62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local 65 static_cast<decltype(elt)&&>(elt) in apply()
|
D | unfold_left.hpp | 62 decltype(auto) elt = f(static_cast<Init&&>(init)); in apply() local 65 static_cast<decltype(elt)&&>(elt) in apply()
|
/third_party/python/Lib/ |
D | difflib.py | 312 for i, elt in enumerate(b): 313 indices = b2j.setdefault(elt, []) 320 for elt in b2j.keys(): 321 if isjunk(elt): 322 junk.add(elt) 323 for elt in junk: # separate loop avoids separate list of keys 324 del b2j[elt] 331 for elt, idxs in b2j.items(): 333 popular.add(elt) 334 for elt in popular: # ditto; as fast for 1% deletion [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 16 myType elt = _21[index]; 17 if (elt.data > 0.0)
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.hh | 71 void add (hb_codepoint_t g) { elt (g) |= mask (g); } in add() 72 void del (hb_codepoint_t g) { elt (g) &= ~mask (g); } in del() 73 bool get (hb_codepoint_t g) const { return elt (g) & mask (g); } in get() 77 elt_t *la = &elt (a); in add_range() 78 elt_t *lb = &elt (b); in add_range() 168 static unsigned int elt_get_min (const elt_t &elt) { return hb_ctz (elt); } in elt_get_min() 169 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max() 179 elt_t &elt (hb_codepoint_t g) { return v[(g & MASK) / ELT_BITS]; } in elt() function 180 elt_t const &elt (hb_codepoint_t g) const { return v[(g & MASK) / ELT_BITS]; } in elt() function
|
/third_party/harfbuzz/src/ |
D | hb-set.hh | 71 void add (hb_codepoint_t g) { elt (g) |= mask (g); } in add() 72 void del (hb_codepoint_t g) { elt (g) &= ~mask (g); } in del() 73 bool get (hb_codepoint_t g) const { return elt (g) & mask (g); } in get() 77 elt_t *la = &elt (a); in add_range() 78 elt_t *lb = &elt (b); in add_range() 94 elt_t *la = &elt (a); in del_range() 95 elt_t *lb = &elt (b); in del_range() 194 static unsigned int elt_get_min (const elt_t &elt) { return hb_ctz (elt); } in elt_get_min() 195 static unsigned int elt_get_max (const elt_t &elt) { return hb_bit_storage (elt) - 1; } in elt_get_max() 205 elt_t &elt (hb_codepoint_t g) { return v[(g & MASK) / ELT_BITS]; } in elt() function [all …]
|
/third_party/node/test/parallel/ |
D | test-http-same-map.js | 43 for (const elt of list) eval('%DebugPrint(elt)'); 45 for (const elt of list) assert(eval('%HaveSameMap(list[0], elt)'));
|
/third_party/python/Lib/test/libregrtest/ |
D | utils.py | 59 print(textwrap.fill(' '.join(str(elt) for elt in sorted(x)), width,
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 47 myType elt = _21[index]; 48 if (elt.data > 0.0f)
|