/third_party/musl/tools/ |
D | mkalltypes.sed | 11 /^UNION/s/UNION * \([^ ]*\) \(.*\);$/#if defined(__NEED_union_\1) \&\& !defined(__DEFINED_union_\1)\
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-set-fuzzer.cc | 19 UNION = 1, enumerator 73 case UNION: in LLVMFuzzerTestOneInput()
|
/third_party/harfbuzz/test/fuzzing/ |
D | hb-set-fuzzer.cc | 19 UNION = 1, enumerator 73 case UNION: in LLVMFuzzerTestOneInput()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | analyze.py | 69 if decl.kind is KIND.STRUCT or decl.kind is KIND.UNION: 110 elif decl.kind is KIND.STRUCT or decl.kind is KIND.UNION: 263 if decl.kind is KIND.STRUCT or decl.kind is KIND.UNION:
|
D | __main__.py | 36 KIND.UNION, 76 KIND.UNION: 'unions',
|
D | info.py | 96 elif item.kind is KIND.STRUCT or item.kind is KIND.UNION:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTF.def | 22 HANDLE_BTF_KIND(5, UNION)
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | _analyzer.py | 139 if decl.kind in (KIND.STRUCT, KIND.UNION): 160 if decl.kind in (KIND.STRUCT, KIND.UNION):
|
D | __main__.py | 166 if decl.kind in (KIND.STRUCT, KIND.UNION):
|
/third_party/mindspore/third_party/patch/sqlite/ |
D | sqlite.patch001 | 319 SELECT * FROM (SELECT a FROM t1 UNION SELECT b FROM t2) WHERE a=a; 362 + UNION 375 + UNION 390 + UNION
|
/third_party/flutter/skia/modules/pathkit/perf/ |
D | pathops.bench.js | 91 let path = PathKit.MakeFromOp(ctx.path1, ctx.path2, PathKit.PathOp.UNION);
|
/third_party/skia/modules/pathkit/perf/ |
D | pathops.bench.js | 91 let path = PathKit.MakeFromOp(ctx.path1, ctx.path2, PathKit.PathOp.UNION);
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1453 case UNION: in tre_add_tags() 1757 case UNION: in tre_copy_ast() 1873 case UNION: in tre_expand_ast() 2193 case UNION: in tre_match_empty() 2314 case UNION: in tre_compute_nfl() 2637 case UNION: in tre_ast_to_tnfa()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1454 case UNION: in tre_add_tags() 1758 case UNION: in tre_copy_ast() 1874 case UNION: in tre_expand_ast() 2194 case UNION: in tre_match_empty() 2315 case UNION: in tre_compute_nfl() 2638 case UNION: in tre_ast_to_tnfa()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1453 case UNION: in tre_add_tags() 1757 case UNION: in tre_copy_ast() 1873 case UNION: in tre_expand_ast() 2193 case UNION: in tre_match_empty() 2314 case UNION: in tre_compute_nfl() 2637 case UNION: in tre_ast_to_tnfa()
|
/third_party/musl/src/regex/ |
D | regcomp.c | 68 UNION enumerator 196 node = tre_ast_new_node(mem, UNION, un); in tre_ast_new_union() 1453 case UNION: in tre_add_tags() 1757 case UNION: in tre_copy_ast() 1873 case UNION: in tre_expand_ast() 2193 case UNION: in tre_match_empty() 2314 case UNION: in tre_compute_nfl() 2637 case UNION: in tre_ast_to_tnfa()
|
/third_party/flutter/skia/modules/pathkit/tests/ |
D | pathops.spec.js | 83 'kUnion_SkPathOp': PathKit.PathOp.UNION,
|
/third_party/skia/modules/pathkit/tests/ |
D | pathops.spec.js | 83 'kUnion_SkPathOp': PathKit.PathOp.UNION,
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | __main__.py | 93 elif kind is KIND.STRUCT or kind is KIND.UNION:
|
D | info.py | 28 UNION = 'union' variable in KIND 121 KIND.UNION, 738 if parsed.kind in (KIND.STRUCT, KIND.UNION): 1241 kind = KIND.UNION
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-set.c | 943 UNION = 0, enumerator 995 case UNION: in check_set_operations() 1052 for (set_operation op = UNION; op < LAST; op++) { in test_set_inverted_operations()
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 340 let mountains = PathKit.MakeFromOp(pathOne, pathTwo, PathKit.PathOp.UNION); 342 // Users can also do pathOne.op(pathTwo, PathKit.PathOp.UNION); 614 let mountains = pathOne.copy().op(pathOne, pathTwo, PathKit.PathOp.UNION); 826 - `PathKit.PathOp.UNION`
|
/third_party/flutter/skia/site/user/modules/ |
D | pathkit.md | 324 let mountains = PathKit.MakeFromOp(pathOne, pathTwo, PathKit.PathOp.UNION); 326 // Users can also do pathOne.op(pathTwo, PathKit.PathOp.UNION); 571 let mountains = pathOne.copy().op(pathOne, pathTwo, PathKit.PathOp.UNION); 764 - `PathKit.PathOp.UNION`
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 318 TOKEN_DATA(UNION, "union"),
|
/third_party/flatbuffers/include/flatbuffers/ |
D | idl.h | 67 TD(UNION, "", Offset<void>, int, int, int, int, unused, Int, Offset<UOffset>)
|