Home
last modified time | relevance | path

Searched refs:copied2 (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/network/
H A Dencoded_form_data_test.cc137 FormDataElement copied2; in TEST_F() local
139 blink::mojom::blink::FetchAPIDataElement>(&original2, &copied2)); in TEST_F()
140 EXPECT_EQ(original2.type_, copied2.type_); in TEST_F()
141 EXPECT_EQ(original2.file_start_, copied2.file_start_); in TEST_F()
142 EXPECT_EQ(original2.file_length_, copied2.file_length_); in TEST_F()
143 EXPECT_EQ(original2.filename_, copied2.filename_); in TEST_F()
145 copied2.expected_file_modification_time_); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/util/
H A Dweak_ptr_unittest.cc83 WeakPtr<SomeClass> copied2 = weak_ptr; in TEST() local
85 EXPECT_TRUE(copied2); in TEST()
86 EXPECT_EQ(&foo, copied2.get()); in TEST()
87 EXPECT_EQ(999, (*copied2).GetValue()); in TEST()
88 EXPECT_EQ(999, copied2->GetValue()); in TEST()
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/
H A Dxdelta3-second.h138 & sect->copied2, & sect->alloc2))) in xd3_decode_secondary()
149 out_used = sect->copied2; in xd3_decode_secondary()
164 if (out_used != sect->copied2 + dec_size) in xd3_decode_secondary()
170 sect->buf = sect->copied2; in xd3_decode_secondary()
171 sect->buf_max = sect->copied2 + dec_size; in xd3_decode_secondary()
H A Dxdelta3.h692 uint8_t *copied2; member
H A Dxdelta3.c1613 xd3_free (stream, stream->inst_sect.copied2); in xd3_free_stream()
1614 xd3_free (stream, stream->addr_sect.copied2); in xd3_free_stream()
1615 xd3_free (stream, stream->data_sect.copied2); in xd3_free_stream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/util/
H A Dweak_ptr_unittest.cc83 WeakPtr<SomeClass> copied2 = weak_ptr; in TEST() local
85 EXPECT_TRUE(copied2); in TEST()
86 EXPECT_EQ(&foo, copied2.get()); in TEST()
87 EXPECT_EQ(999, (*copied2).GetValue()); in TEST()
88 EXPECT_EQ(999, copied2->GetValue()); in TEST()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/
H A Dxdelta3-second.h135 & sect->copied2, & sect->alloc2)))
146 out_used = sect->copied2;
161 if (out_used != sect->copied2 + dec_size)
167 sect->buf = sect->copied2;
168 sect->buf_max = sect->copied2 + dec_size;
H A Dxdelta3.h695 uint8_t *copied2; member
H A Dxdelta3.c1610 xd3_free (stream, stream->inst_sect.copied2);
1611 xd3_free (stream, stream->addr_sect.copied2);
1612 xd3_free (stream, stream->data_sect.copied2);
/dports/security/yapet/yapet-2.3/tests/passwordrecord/
H A Dpasswordlistitem.cc71 auto copied2 = passwordListItem; in copyCtor() local
72 CPPUNIT_ASSERT(std::memcmp(passwordListItem.name(), copied2.name(), in copyCtor()
74 CPPUNIT_ASSERT(passwordListItem.name() != copied2.name()); in copyCtor()
77 copied2.encryptedRecord()); in copyCtor()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/libs/Signals/test/
H A Dsignal_impl_test.cpp200 type_2 copied2 = si_type2_2; in TEST_F() local
201 EXPECT_EQ(3, copied2.num_slots()); in TEST_F()
202 EXPECT_FALSE(copied2.empty()); in TEST_F()
203 ASSERT_TRUE(bool(copied2('f', 7))); in TEST_F()
204 EXPECT_DOUBLE_EQ(9.1, *(copied2('4', 6))); in TEST_F()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c1816 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_font_cid2() local
1819 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2()
1836 copied2->cidata.MetricsCount = 0; in copy_font_cid2()
1837 copied2->cidata.CIDMap_proc = copied_cid2_CIDMap_proc; in copy_font_cid2()
1843 if (copied2->subst_CID_on_WMode) { in copy_font_cid2()
1849 copied2->subst_CID_on_WMode = subst; in copy_font_cid2()
1861 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1872 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1881 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_glyph_cid2() local
1889 code = expand_CIDMap(copied2, cid + 1); in copy_glyph_cid2()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c1785 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_font_cid2() local
1788 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2()
1805 copied2->cidata.MetricsCount = 0; in copy_font_cid2()
1806 copied2->cidata.CIDMap_proc = copied_cid2_CIDMap_proc; in copy_font_cid2()
1812 if (copied2->subst_CID_on_WMode) { in copy_font_cid2()
1818 copied2->subst_CID_on_WMode = subst; in copy_font_cid2()
1830 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1841 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1850 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_glyph_cid2() local
1858 code = expand_CIDMap(copied2, cid + 1); in copy_glyph_cid2()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c1816 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_font_cid2() local
1819 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2()
1836 copied2->cidata.MetricsCount = 0; in copy_font_cid2()
1837 copied2->cidata.CIDMap_proc = copied_cid2_CIDMap_proc; in copy_font_cid2()
1843 if (copied2->subst_CID_on_WMode) { in copy_font_cid2()
1849 copied2->subst_CID_on_WMode = subst; in copy_font_cid2()
1861 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1872 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1881 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_glyph_cid2() local
1889 code = expand_CIDMap(copied2, cid + 1); in copy_glyph_cid2()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c1785 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_font_cid2() local
1788 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2()
1805 copied2->cidata.MetricsCount = 0; in copy_font_cid2()
1806 copied2->cidata.CIDMap_proc = copied_cid2_CIDMap_proc; in copy_font_cid2()
1812 if (copied2->subst_CID_on_WMode) { in copy_font_cid2()
1818 copied2->subst_CID_on_WMode = subst; in copy_font_cid2()
1830 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1841 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1850 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_glyph_cid2() local
1858 code = expand_CIDMap(copied2, cid + 1); in copy_glyph_cid2()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c1749 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_font_cid2() local
1752 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2()
1769 copied2->cidata.MetricsCount = 0; in copy_font_cid2()
1770 copied2->cidata.CIDMap_proc = copied_cid2_CIDMap_proc; in copy_font_cid2()
1779 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1784 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1792 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1795 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1804 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_glyph_cid2() local
1812 code = expand_CIDMap(copied2, cid + 1); in copy_glyph_cid2()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c1749 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_font_cid2() local
1752 int CIDCount = copied2->cidata.common.CIDCount; in copy_font_cid2()
1769 copied2->cidata.MetricsCount = 0; in copy_font_cid2()
1770 copied2->cidata.CIDMap_proc = copied_cid2_CIDMap_proc; in copy_font_cid2()
1779 static int expand_CIDMap(gs_font_cid2 *copied2, uint CIDCount) in expand_CIDMap() argument
1784 if (CIDCount <= copied2->cidata.common.CIDCount) in expand_CIDMap()
1792 memset(CIDMap + copied2->cidata.common.CIDCount, 0xFF, in expand_CIDMap()
1795 copied2->cidata.common.CIDCount = CIDCount; in expand_CIDMap()
1804 gs_font_cid2 *copied2 = (gs_font_cid2 *)copied; in copy_glyph_cid2() local
1812 code = expand_CIDMap(copied2, cid + 1); in copy_glyph_cid2()
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-convert-filemap.t282 > rename copied ./copied2
311 o 1 "1: add bar quux; copy foo to copied" files: copied2
323 d43feacba7a4f1f2080dde4a4b985bd8a0236d46 644 copied2
327 $ hg --cwd renames.repo debugrename copied2
328 copied2 renamed from foo2:2ed2a3912a0b24502043eae84ee4b279c18b90dd
335 copied2:
337 $ hg --cwd renames.repo cat copied2
H A Dtest-convert-git.t326 $ cp baz baz-copied2
329 $ git add bar-copied baz-copied baz-copied2 ba-copy
352 A baz-copied2
368 $ cp bar bar-copied2
369 $ git add bar-copied2
376 A bar-copied2
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DCodeAttr.java571 Type copied2 = null; in emitDup() local
581 copied2 = popType(); in emitDup()
582 if (copied2.size > 4) in emitDup()
616 if (copied2 != null) in emitDup()
617 pushType(copied2); in emitDup()
623 if (copied2 != null) in emitDup()
624 pushType(copied2); in emitDup()
/dports/devel/p5-Heap-Simple-XS/Heap-Simple-XS-0.10/
H A DXS.xs1647 int copied2, one_by_one;
1664 copied2 = 1;
1665 } else copied2 = 0;
1676 if (!copied2) sv_2mortal(SvREFCNT_inc(heap2));
1777 if (!copied2) heap2 = MORTALCOPY(heap2);
1858 int copied2;
1876 copied2 = 1;
1877 } else copied2 = 0;
1889 if (!copied2) sv_2mortal(SvREFCNT_inc(heap2));
2008 if (!copied2) heap2 = MORTALCOPY(heap2);
/dports/games/uhexen2/hexen2source-1.5.9/libs/xdelta3/
H A Dxdelta3.h515 uint8_t *copied2; member
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dmerge.py769 copied2 = set(branch_copies2.copy.values())
770 copied2.update(branch_copies2.movewithdir.values())
894 if f in copied2:
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/
H A Dfile_v1.bin599 uint8_t *copied2;
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/
H A Dfile_v1.bin599 uint8_t *copied2;

12