/third_party/elfutils/tests/ |
D | run-strip-strmerge.sh | 25 merged=merged.elf 26 stripped=${merged}.stripped 27 debugfile=${merged}.debug 30 tempfiles $merged $stripped $debugfile $remerged 35 testrun ${abs_top_builddir}/tests/elfstrmerge -o $merged $input 36 echo elflint $merged 37 testrun ${abs_top_builddir}/src/elflint --gnu $merged 39 testrun ${abs_top_builddir}/src/strip -o $stripped -f $debugfile $merged 49 testrun ${abs_top_builddir}/src/elfcmp $merged $remerged 53 merged=merged.elf [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | duplicateSymbolsExportMatching.errors.txt | 1 …ymbolsExportMatching.ts(24,15): error TS2395: Individual declarations in merged declaration 'I' mu… 2 …ymbolsExportMatching.ts(25,22): error TS2395: Individual declarations in merged declaration 'I' mu… 3 …ymbolsExportMatching.ts(26,22): error TS2395: Individual declarations in merged declaration 'E' mu… 4 …ymbolsExportMatching.ts(27,15): error TS2395: Individual declarations in merged declaration 'E' mu… 5 …ymbolsExportMatching.ts(32,12): error TS2395: Individual declarations in merged declaration 'inst'… 6 …ymbolsExportMatching.ts(35,19): error TS2395: Individual declarations in merged declaration 'inst'… 7 …SymbolsExportMatching.ts(42,9): error TS2395: Individual declarations in merged declaration 'v' mu… 8 …ymbolsExportMatching.ts(43,16): error TS2395: Individual declarations in merged declaration 'v' mu… 9 …SymbolsExportMatching.ts(44,9): error TS2395: Individual declarations in merged declaration 'w' mu… 10 …ymbolsExportMatching.ts(45,16): error TS2395: Individual declarations in merged declaration 'w' mu… [all …]
|
D | mergedDeclarationExports.errors.txt | 1 …edDeclarationExports.ts(13,11): error TS2395: Individual declarations in merged declaration 'c' mu… 2 …edDeclarationExports.ts(14,18): error TS2395: Individual declarations in merged declaration 'c' mu… 3 …edDeclarationExports.ts(17,11): error TS2395: Individual declarations in merged declaration 'd' mu… 4 …edDeclarationExports.ts(18,14): error TS2395: Individual declarations in merged declaration 'd' mu… 5 …edDeclarationExports.ts(21,11): error TS2395: Individual declarations in merged declaration 'N' mu… 6 …edDeclarationExports.ts(22,18): error TS2395: Individual declarations in merged declaration 'N' mu… 24 !!! error TS2395: Individual declarations in merged declaration 'c' must be all exported or all loc… 27 !!! error TS2395: Individual declarations in merged declaration 'c' must be all exported or all loc… 32 !!! error TS2395: Individual declarations in merged declaration 'd' must be all exported or all loc… 35 !!! error TS2395: Individual declarations in merged declaration 'd' must be all exported or all loc… [all …]
|
D | nonMergedOverloads.errors.txt | 1 tests/cases/compiler/nonMergedOverloads.ts(1,5): error TS2395: Individual declarations in merged de… 2 tests/cases/compiler/nonMergedOverloads.ts(3,17): error TS2395: Individual declarations in merged d… 3 tests/cases/compiler/nonMergedOverloads.ts(4,17): error TS2395: Individual declarations in merged d… 9 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc… 13 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc… 16 !!! error TS2395: Individual declarations in merged declaration 'f' must be all exported or all loc…
|
D | missingFunctionImplementation.types | 9 // merged with a namespace 19 // merged with a namespace, multiple overloads 55 // merged with namespace, static methods 65 // merged with namespace, static methods, multiple overloads 79 // merged with namespace, static methods, duplicate declarations 101 // merged with namespace, static methods, duplicate declarations 117 // merged namespaces 133 // merged namespaces, duplicate defintions
|
D | augmentedTypesModules2.errors.txt | 1 …34: A namespace declaration cannot be located prior to a class or function with which it is merged. 2 …34: A namespace declaration cannot be located prior to a class or function with which it is merged. 3 …34: A namespace declaration cannot be located prior to a class or function with which it is merged. 13 …34: A namespace declaration cannot be located prior to a class or function with which it is merged. 18 …34: A namespace declaration cannot be located prior to a class or function with which it is merged. 26 …34: A namespace declaration cannot be located prior to a class or function with which it is merged.
|
D | enumAssignmentCompat3.types | 164 var merged: Merged.E; 165 >merged : Merged.E 248 // merged enums compare all their members 249 abc = merged; // missing 'd' 250 >abc = merged : Merged.E 252 >merged : Merged.E 254 merged = abc; // ok 255 >merged = abc : First.E 256 >merged : Merged.E
|
D | typeAliasesDoNotMerge.errors.txt | 1 …typeAliasesDoNotMerge.ts(1,13): error TS2395: Individual declarations in merged declaration 'A' mu… 2 …/typeAliasesDoNotMerge.ts(2,6): error TS2395: Individual declarations in merged declaration 'A' mu… 8 !!! error TS2395: Individual declarations in merged declaration 'A' must be all exported or all loc… 11 !!! error TS2395: Individual declarations in merged declaration 'A' must be all exported or all loc…
|
D | enumAssignmentCompat3.js | 66 var merged: Merged.E; 87 abc = merged; // missing 'd' 88 merged = abc; // ok 178 var merged; variable 197 abc = merged; // missing 'd' 198 merged = abc; // ok
|
D | importedEnumMemberMergedWithExportedAliasIsError.errors.txt | 2 tests/cases/compiler/alias.ts(3,8): error TS2395: Individual declarations in merged declaration 'En… 3 tests/cases/compiler/alias.ts(5,13): error TS2395: Individual declarations in merged declaration 'E… 18 !!! error TS2395: Individual declarations in merged declaration 'EnumA' must be all exported or all… 22 !!! error TS2395: Individual declarations in merged declaration 'EnumA' must be all exported or all…
|
D | missingFunctionImplementation.errors.txt | 29 // merged with a namespace 38 // merged with a namespace, multiple overloads 62 // merged with namespace, static methods 71 // merged with namespace, static methods, multiple overloads 81 // merged with namespace, static methods, duplicate declarations 98 // merged with namespace, static methods, duplicate declarations 112 // merged namespaces 122 // merged namespaces, duplicate defintions
|
D | missingFunctionImplementation.symbols | 9 // merged with a namespace 20 // merged with a namespace, multiple overloads 57 // merged with namespace, static methods 68 // merged with namespace, static methods, multiple overloads 83 // merged with namespace, static methods, duplicate declarations 105 // merged with namespace, static methods, duplicate declarations 121 // merged namespaces 137 // merged namespaces, duplicate defintions
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span.go | 109 merged := append(SpanList{}, (*l)[:idxStart]...) 110 merged = append(merged, s) 111 merged = append(merged, (*l)[idxEnd:]...) 112 *l = merged 130 merged := append(SpanList{}, (*l)[:idxStart]...) 135 merged = append(merged, Span{first.Start, s.Start}) 138 merged = append(merged, Span{s.End, last.End}) 142 merged = append(merged, (*l)[idxEnd:]...) 143 *l = merged
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LazyMessageLiteTest.java | 213 LazyMessageLite merged = LazyMessageLite.newBuilder(outerBase).mergeFrom(outerMerging).build(); in testMergeValues() local 214 assertEquals(119, merged.getNum()); in testMergeValues() 215 assertEquals(122, merged.getNumWithDefault()); in testMergeValues() 216 assertEquals(115, merged.getInner().getNum()); in testMergeValues() 217 assertEquals(42, merged.getInner().getNumWithDefault()); in testMergeValues() 218 assertEquals(115, merged.getOneofInner().getNum()); in testMergeValues() 219 assertEquals(42, merged.getOneofInner().getNumWithDefault()); in testMergeValues() 234 LazyMessageLite merged = LazyMessageLite.newBuilder(outerBase).mergeFrom(outerMerging).build(); in testMergeDefaultValues() local 236 assertEquals(119, merged.getNum()); in testMergeDefaultValues() 237 assertEquals(122, merged.getNumWithDefault()); in testMergeDefaultValues() [all …]
|
/third_party/openssl/crypto/dso/ |
D | dso_dl.c | 156 char *merged; in dl_merger() local 167 merged = OPENSSL_strdup(filespec1); in dl_merger() 168 if (merged == NULL) { in dl_merger() 177 merged = OPENSSL_strdup(filespec2); in dl_merger() 178 if (merged == NULL) { in dl_merger() 200 merged = OPENSSL_malloc(len + 2); in dl_merger() 201 if (merged == NULL) { in dl_merger() 205 strcpy(merged, filespec2); in dl_merger() 206 merged[spec2len] = '/'; in dl_merger() 207 strcpy(&merged[spec2len + 1], filespec1); in dl_merger() [all …]
|
D | dso_dlfcn.c | 198 char *merged; in dlfcn_merger() local 209 merged = OPENSSL_strdup(filespec1); in dlfcn_merger() 210 if (merged == NULL) { in dlfcn_merger() 219 merged = OPENSSL_strdup(filespec2); in dlfcn_merger() 220 if (merged == NULL) { in dlfcn_merger() 241 merged = OPENSSL_malloc(len + 2); in dlfcn_merger() 242 if (merged == NULL) { in dlfcn_merger() 246 strcpy(merged, filespec2); in dlfcn_merger() 247 merged[spec2len] = '/'; in dlfcn_merger() 248 strcpy(&merged[spec2len + 1], filespec1); in dlfcn_merger() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader.c | 93 driOptionDescription *merged = malloc((driver_count + gallium_count) * in merge_driconf() local 94 sizeof(*merged)); in merge_driconf() 95 if (!merged) { in merge_driconf() 100 memcpy(merged, gallium_driconf, sizeof(*merged) * gallium_count); in merge_driconf() 101 memcpy(&merged[gallium_count], driver_driconf, sizeof(*merged) * driver_count); in merge_driconf() 104 return merged; in merge_driconf()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_subpass_merge_feedback/ |
D | renderpass.adoc | 93 specifying information about whether the subpass is merged with previous 94 subpass and the reason why it is not merged. 110 * ename:VK_SUBPASS_MERGE_STATUS_MERGED_EXT specifies the subpass is merged 119 subpass is not merged because it contains side effects. 121 the subpass is not merged because sample count is not compatible with 124 the subpass is not merged because view masks do not match with previous 127 subpass is not merged because of attachments aliasing between them. 129 subpass is not merged because subpass dependencies do not allow merging. 131 specifies the subpass is not merged because input attachment is not a 134 specifies the subpass is not merged because of too many attachments. [all …]
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | evm_overlay.sh | 27 merged="$TST_MNTPOINT/merged" 28 mkdir -p $lower $upper $work $merged 37 TST_MNTPOINT="$PWD/$merged" 52 EXPECT_PASS echo overlay \> $merged/$file 61 EXPECT_PASS echo overlay \>\> $merged/$file 69 EXPECT_PASS echo overlay \> $merged/$file
|
/third_party/skia/experimental/sktext/editor/ |
D | Texts.cpp | 53 SkTArray<DecoratedBlock> merged; in mergeSelectionIntoDecorations() local 54 merged.reserve_back(fDecorations.size() + fSelection->count()); in mergeSelectionIntoDecorations() 67 merged.emplace_back(decor); in mergeSelectionIntoDecorations() 74 … merged.emplace_back(selected.fStart - decorPos, decor.foregroundPaint, decor.backgroundPaint); in mergeSelectionIntoDecorations() 80 merged.emplace_back(selected.width(), fSelection->fForeground, fSelection->fBackground); in mergeSelectionIntoDecorations() 86 …merged.emplace_back(lastDecorPos + decor.charCount - selected.fEnd, decor.foregroundPaint, decor.b… in mergeSelectionIntoDecorations() 90 return merged; in mergeSelectionIntoDecorations()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttagsetter.c | 135 GstTagList *list1, *list2, *merged; in GST_START_TEST() local 161 merged = gst_tag_list_merge (list1, list2, mode); in GST_START_TEST() 164 (setter)), tag_list_length (merged)); in GST_START_TEST() 168 gst_tag_list_unref (merged); in GST_START_TEST() 185 GstTagList *list1, *list2, *merged; in GST_START_TEST() local 201 merged = gst_tag_list_merge (list1, list2, mode); in GST_START_TEST() 204 (setter)), tag_list_length (merged)); in GST_START_TEST() 208 gst_tag_list_unref (merged); in GST_START_TEST()
|
/third_party/flutter/skia/include/private/ |
D | SkHalf.h | 59 Sk4i merged = (sign << 16) | (norm & is_norm); in SkHalfToFloat_finite_ftz() local 60 return Sk4f::Load(&merged); in SkHalfToFloat_finite_ftz() 80 Sk4i merged = (sign >> 16) | (will_be_norm & norm); in SkFloatToHalf_finite_ftz() 81 return SkNx_cast<uint16_t>(merged); in SkFloatToHalf_finite_ftz()
|
/third_party/skia/include/private/ |
D | SkHalf.h | 59 Sk4i merged = (sign << 16) | (norm & is_norm); in SkHalfToFloat_finite_ftz() local 60 return Sk4f::Load(&merged); in SkHalfToFloat_finite_ftz() 80 Sk4i merged = (sign >> 16) | (will_be_norm & norm); in SkFloatToHalf_finite_ftz() 81 return SkNx_cast<uint16_t>(merged); in SkFloatToHalf_finite_ftz()
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | change_notifier_test.dart | 143 final Listenable merged = Listenable.merge(<Listenable>[source1, source2]); 147 merged.addListener(listener1); 154 merged.removeListener(listener1); 161 merged.addListener(listener1); 162 merged.addListener(listener2); 175 final Listenable merged = Listenable.merge(<Listenable>[null, source1, null, source2, null]); 178 merged.addListener(listener); 185 test('Can remove from merged notifier', () { 190 final Listenable merged = Listenable.merge(<Listenable>[source1, source2]); 193 merged.addListener(listener); [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-scache.c | 306 pa_proplist *merged; in pa_scache_play_item() local 316 merged = pa_proplist_new(); in pa_scache_play_item() 317 pa_proplist_sets(merged, PA_PROP_MEDIA_NAME, name); in pa_scache_play_item() 318 pa_proplist_sets(merged, PA_PROP_EVENT_ID, name); in pa_scache_play_item() 323 …und_file_load(c->mempool, e->filename, &e->sample_spec, &e->channel_map, &e->memchunk, merged) < 0) in pa_scache_play_item() 353 pa_proplist_update(merged, PA_UPDATE_REPLACE, e->proplist); in pa_scache_play_item() 356 pa_proplist_update(merged, PA_UPDATE_REPLACE, p); in pa_scache_play_item() 362 merged, in pa_scache_play_item() 366 pa_proplist_free(merged); in pa_scache_play_item() 374 pa_proplist_free(merged); in pa_scache_play_item()
|