Home
last modified time | relevance | path

Searched refs:entry1 (Results 1 – 25 of 2052) sorted by relevance

12345678910>>...83

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dtest_matchfile.c22 MatchObj entry1; in test_read_matchfile() local
30 entry1.star[0] = 4; in test_read_matchfile()
31 entry1.star[1] = 42; in test_read_matchfile()
32 entry1.star[2] = 420; in test_read_matchfile()
33 entry1.star[3] = 4200; in test_read_matchfile()
35 entry1.field[0] = 5; in test_read_matchfile()
36 entry1.field[1] = 53; in test_read_matchfile()
71 entry1.dimquads = 5; in test_read_matchfile()
75 entry1.nfield = 20; in test_read_matchfile()
78 entry1.nagree = 1; in test_read_matchfile()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-523.cs40 return entry1.Equals (entry2); in operator ==()
43 public static bool operator == (T entry1, TestClass4<T> entry2) in operator ==()
45 return entry2.Equals (entry1); in operator ==()
50 return entry1.Equals (entry2); in operator ==()
55 return entry2.Equals (entry1); in operator ==()
60 return entry1.Equals (entry2); in operator ==()
65 return !(entry1 == entry2); in operator !=()
70 return !(entry1 == entry2); in operator !=()
75 return !(entry1 == entry2); in operator !=()
80 return !(entry1 == entry2); in operator !=()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/blockfile/
H A Dstorage_block_unittest.cc23 entry1.Data()->hash = 0xaa5555aa; in TEST_F()
26 EXPECT_TRUE(entry1.Store()); in TEST_F()
27 entry1.Data()->hash = 0x88118811; in TEST_F()
30 EXPECT_TRUE(entry1.Load()); in TEST_F()
42 entry1.Data()->hash = 0xaa5555aa; in TEST_F()
50 entry2.SetData(entry1.Data()); in TEST_F()
61 CacheEntryBlock* entry1 = in TEST_F() local
63 EXPECT_TRUE(entry1->Load()); in TEST_F()
65 entry1->Data()->hash = 0x45687912; in TEST_F()
66 entry1->set_modified(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/blockfile/
H A Dstorage_block_unittest.cc23 entry1.Data()->hash = 0xaa5555aa; in TEST_F()
26 EXPECT_TRUE(entry1.Store()); in TEST_F()
27 entry1.Data()->hash = 0x88118811; in TEST_F()
30 EXPECT_TRUE(entry1.Load()); in TEST_F()
42 entry1.Data()->hash = 0xaa5555aa; in TEST_F()
50 entry2.SetData(entry1.Data()); in TEST_F()
61 CacheEntryBlock* entry1 = in TEST_F() local
63 EXPECT_TRUE(entry1->Load()); in TEST_F()
65 entry1->Data()->hash = 0x45687912; in TEST_F()
66 entry1->set_modified(); in TEST_F()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/cache/
H A Dtests.rs70 entry1.get_data::<_, i32>(1, |_| panic!()).unwrap(); in test_write_read_cache()
73 entry1.get_data::<_, i32>(1, |_| panic!()).unwrap(); in test_write_read_cache()
74 entry1.get_data::<_, i32>(2, |_| panic!()).unwrap(); in test_write_read_cache()
77 entry1.get_data::<_, i32>(1, |_| panic!()).unwrap(); in test_write_read_cache()
78 entry1.get_data::<_, i32>(2, |_| panic!()).unwrap(); in test_write_read_cache()
79 entry1.get_data::<_, i32>(3, |_| panic!()).unwrap(); in test_write_read_cache()
82 entry1.get_data::<_, i32>(1, |_| panic!()).unwrap(); in test_write_read_cache()
83 entry1.get_data::<_, i32>(2, |_| panic!()).unwrap(); in test_write_read_cache()
84 entry1.get_data::<_, i32>(3, |_| panic!()).unwrap(); in test_write_read_cache()
85 entry1.get_data::<_, i32>(4, |_| panic!()).unwrap(); in test_write_read_cache()
[all …]
/dports/devel/p5-Cache/Cache-2.11/t/
H A Dmemory_fifo.t20 my $entry1 = $cache->entry('testkey');
25 $entry1->set('012345678'); # 9 bytes
26 ok($entry1->exists(), 'Entry added');
34 $entry1->set('012345678'); # 9 bytes
35 ok($entry1->exists(), 'First entry added');
40 $entry1->remove();
43 $entry1->set('0123'); # 4 bytes
54 # Test that entry1 is removed even after entry1 is used (FIFO)
55 $entry1->remove();
59 $entry1->set('0123'); # 4 bytes
[all …]
H A Dmemory_lru.t17 my $entry1 = $cache->entry('testkey');
22 $entry1->set('012345678'); # 9 bytes
23 ok($entry1->exists(), 'Entry added');
31 $entry1->set('012345678'); # 9 bytes
32 ok($entry1->exists(), 'First entry added');
37 $entry1->remove();
40 $entry1->set('0123'); # 4 bytes
41 ok($entry1->exists(), 'First entry added');
52 $entry1->remove();
56 $entry1->set('0123'); # 4 bytes
[all …]
H A Dfile_lru.t29 my $entry1 = $cache->entry('testkey');
34 $entry1->set('012345678'); # 9 bytes
35 ok($entry1->exists(), 'Entry added');
43 $entry1->set('012345678'); # 9 bytes
44 ok($entry1->exists(), 'First entry added');
49 $entry1->remove();
52 $entry1->set('0123'); # 4 bytes
53 ok($entry1->exists(), 'First entry added');
64 $entry1->remove();
68 $entry1->set('0123'); # 4 bytes
[all …]
H A Dfile_fifo.t30 my $entry1 = $cache->entry('testkey');
35 $entry1->set('012345678'); # 9 bytes
36 ok($entry1->exists(), 'Entry added');
45 $entry1->set('012345678'); # 9 bytes
46 ok($entry1->exists(), 'First entry added');
51 $entry1->remove();
54 $entry1->set('0123'); # 4 bytes
65 # Test that entry1 is removed even after entry1 is used (FIFO)
66 $entry1->remove();
70 $entry1->set('0123'); # 4 bytes
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/background_service/
H A Dmodel_impl_unittest.cc75 EXPECT_TRUE(test::CompareEntry(&entry1, model_->Get(entry1.guid))); in TEST_F()
175 model_->Add(entry1); in TEST_F()
176 EXPECT_TRUE(test::CompareEntry(&entry1, model_->Get(entry1.guid))); in TEST_F()
191 Entry entry2(entry1); in TEST_F()
194 Entry entry3(entry1); in TEST_F()
201 EXPECT_CALL(client_, OnItemUpdated(true, entry1.client, entry1.guid)) in TEST_F()
203 EXPECT_CALL(client_, OnItemUpdated(false, entry1.client, entry1.guid)) in TEST_F()
239 EXPECT_CALL(client_, OnItemRemoved(true, entry1.client, entry1.guid)) in TEST_F()
313 Entry entry2(entry1); in TEST_F()
321 EXPECT_CALL(client_, OnItemRemoved(true, entry1.client, entry1.guid)) in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/background_service/
H A Dmodel_impl_unittest.cc75 EXPECT_TRUE(test::CompareEntry(&entry1, model_->Get(entry1.guid))); in TEST_F()
175 model_->Add(entry1); in TEST_F()
176 EXPECT_TRUE(test::CompareEntry(&entry1, model_->Get(entry1.guid))); in TEST_F()
191 Entry entry2(entry1); in TEST_F()
194 Entry entry3(entry1); in TEST_F()
201 EXPECT_CALL(client_, OnItemUpdated(true, entry1.client, entry1.guid)) in TEST_F()
203 EXPECT_CALL(client_, OnItemUpdated(false, entry1.client, entry1.guid)) in TEST_F()
239 EXPECT_CALL(client_, OnItemRemoved(true, entry1.client, entry1.guid)) in TEST_F()
313 Entry entry2(entry1); in TEST_F()
321 EXPECT_CALL(client_, OnItemRemoved(true, entry1.client, entry1.guid)) in TEST_F()
[all …]
/dports/devel/ccls/ccls-0.20210330/src/messages/
H A Dccls_member.cc60 Out_cclsMember entry1; in doField() local
64 entry1.fieldName += ' '; in doField()
67 entry1.fieldName += '.'; in doField()
70 entry1.fieldName += ' '; in doField()
75 entry1.fieldName += in doField()
82 entry1.location = *loc; in doField()
86 entry1.usr = def1->type; in doField()
90 entry1.id = "0"; in doField()
91 entry1.usr = 0; in doField()
130 Out_cclsMember entry1; in expand() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/toc/
H A DEnabledTopicTest.java224 EIndexEntry entry1 = new EIndexEntry("abc"); in testEmptyIndexEntry() local
231 entry1.addTopic(new ETopic("T1", true)); in testEnabledIndexEntry()
238 entry1.addTopic(new ETopic("T1", false)); in testDisabledIndexEntry()
245 entry1.addTopic(new ETopic("T1", true)); in testMixedIndexEntry()
246 entry1.addTopic(new ETopic("T2", false)); in testMixedIndexEntry()
255 entry1.addSubEntry(entry2); in testIndexEntryEnabledChild()
264 entry1.addSubEntry(entry2); in testIndexEntryEnabledGrandChild()
275 entry1.addSubEntry(entry2); in testIndexEntryDisabledChild()
286 entry1.addSubEntry(entry2); in testIndexEntryMixedChildren()
287 entry1.addSubEntry(entry3); in testIndexEntryMixedChildren()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/other/
H A DIndexEntryTest.java106 IndexEntry entry1; in testCopySimpleIndexEntry() local
107 entry1 = createEntry(ENTRY_ECLIPSE); in testCopySimpleIndexEntry()
115 IndexEntry entry1; in testCopyIndexEntryWithChild() local
116 entry1 = createEntry(ENTRY_WITH_CHILD); in testCopyIndexEntryWithChild()
131 IndexEntry entry1; in testCopyIndexEntryWithTopic() local
150 IndexEntry entry1; in testCopyIndexEntryWithSee() local
151 entry1 = createEntry(ENTRY_WITH_SEE); in testCopyIndexEntryWithSee()
181 IndexEntry entry1; in testCopyDisabledIndexEntry() local
230 IndexEntry entry1; in testCopyOldStyleDisabled() local
271 IndexEntry entry1; in testCopyFilterOut() local
[all …]
/dports/net/nsscache/nsscache-version-0.44/nss_cache/
H A Dnss_test.py66 entry1.name = 'foo'
67 entry1.uid = 10
68 entry1.gid = 10
69 entry1.gecos = 'foo bar'
70 entry1.dir = '/home/foo'
71 entry1.shell = '/bin/shell'
100 entry1.name = 'foo'
101 entry1.passwd = '*'
102 entry1.gid = 10
103 entry1.members = ['']
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/consensus/
H A Dconsensus_score.h282 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
292 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
391 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
394entry1)])) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (( (int)value(entry1).count[ValueSize<typename Val…
404entry1)])) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (( (int) value(entry1).count[ValueSize<typename Va…
433entry1)]) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (((int)value(entry1).count[value(entry2).count[0]] …
494 …return (scoreGapExtendHorizontal(me.sc1, entry1, entry2) + scoreGapExtendHorizontal(me.sc2, entry1
504 …return (scoreGapOpenHorizontal(me.sc1, entry1, entry2) + scoreGapOpenHorizontal(me.sc2, entry1, en…
515 …return (scoreGapExtendVertical(me.sc1, entry1, entry2) + scoreGapExtendVertical(me.sc2, entry1, en…
525 …return (scoreGapOpenVertical(me.sc1, entry1, entry2) + scoreGapOpenVertical(me.sc2, entry1, entry2…
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/consensus/
H A Dconsensus_score.h282 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
292 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
391 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
394entry1)])) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (( (int)value(entry1).count[ValueSize<typename Val…
404entry1)])) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (( (int) value(entry1).count[ValueSize<typename Va…
433entry1)]) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (((int)value(entry1).count[value(entry2).count[0]] …
494 …return (scoreGapExtendHorizontal(me.sc1, entry1, entry2) + scoreGapExtendHorizontal(me.sc2, entry1
504 …return (scoreGapOpenHorizontal(me.sc1, entry1, entry2) + scoreGapOpenHorizontal(me.sc2, entry1, en…
515 …return (scoreGapExtendVertical(me.sc1, entry1, entry2) + scoreGapExtendVertical(me.sc2, entry1, en…
525 …return (scoreGapOpenVertical(me.sc1, entry1, entry2) + scoreGapOpenVertical(me.sc2, entry1, entry2…
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/consensus/
H A Dconsensus_score.h282 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
292 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
391 ConsensusScoreSequenceEntry<TSeq1> const & entry1,
394entry1)])) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (( (int)value(entry1).count[ValueSize<typename Val…
404entry1)])) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (( (int) value(entry1).count[ValueSize<typename Va…
433entry1)]) ? -SEQAN_CONSENSUS_UNITY : ((TValue) (((int)value(entry1).count[value(entry2).count[0]] …
494 …return (scoreGapExtendHorizontal(me.sc1, entry1, entry2) + scoreGapExtendHorizontal(me.sc2, entry1
504 …return (scoreGapOpenHorizontal(me.sc1, entry1, entry2) + scoreGapOpenHorizontal(me.sc2, entry1, en…
515 …return (scoreGapExtendVertical(me.sc1, entry1, entry2) + scoreGapExtendVertical(me.sc2, entry1, en…
525 …return (scoreGapOpenVertical(me.sc1, entry1, entry2) + scoreGapOpenVertical(me.sc2, entry1, entry2…
[all …]
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/ui/
H A Delement_text.cc108 m_columnWidth = std::max(entry1.m_element->max_length(), m_columnWidth); in push_column()
114 list->push_back(entry1.m_element); in push_column()
121 ElementText::push_column(text_element_wrapper entry1, text_element_wrapper entry2, in push_column() argument
123 m_columnWidth = std::max(entry1.m_element->max_length(), m_columnWidth); in push_column()
129 list->push_back(entry1.m_element); in push_column()
139 m_columnWidth = std::max(entry1.m_element->max_length(), m_columnWidth); in push_column()
145 list->push_back(entry1.m_element); in push_column()
157 m_columnWidth = std::max(entry1.m_element->max_length(), m_columnWidth); in push_column()
163 list->push_back(entry1.m_element); in push_column()
176 m_columnWidth = std::max(entry1.m_element->max_length(), m_columnWidth); in push_column()
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gui/merge/
H A Dmergeplace.py85 entry1 = self.get_widget("title1")
87 entry1.set_text(title1)
99 entry1 = self.get_widget("name1")
107 entry1 = self.get_widget("type1")
115 entry1 = self.get_widget("code1")
117 entry1.set_text(self.pl1.get_code())
123 entry1 = self.get_widget("lat1")
125 entry1.set_text(self.pl1.get_latitude())
131 entry1 = self.get_widget("long1")
141 entry1 = self.get_widget("gramps1")
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/tests/
H A Dtdict.cc51 DcmDictEntry *entry1; in OFTEST() local
74 entry1 = new DcmDictEntry(2, 2, DcmVR(EVR_PN), name, 0, 1, in OFTEST()
78 localDict.addEntry(entry1); in OFTEST()
81 checkDictionary(2, entry1, entry1, entry2, NULL, NULL); in OFTEST()
98 entry1 = new DcmDictEntry(2, 2, DcmVR(EVR_PN), name, 0, 1, in OFTEST()
102 localDict.addEntry(entry1); in OFTEST()
105 checkDictionary(2, entry1, NULL, NULL, entry1, entry2); in OFTEST()
108 entry1 = new DcmDictEntry(2, 2, DcmVR(EVR_PN), "overwritten", 0, 1, in OFTEST()
112 localDict.addEntry(entry1); in OFTEST()
115 checkDictionary(2, NULL, NULL, NULL, entry1, entry2); in OFTEST()
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestEntry.cpp239 auto* entry1 = new Entry(); in testResolveRecursivePlaceholders() local
240 entry1->setGroup(root); in testResolveRecursivePlaceholders()
333 auto* entry1 = new Entry(); in testResolveReferencePlaceholders() local
334 entry1->setGroup(root); in testResolveReferencePlaceholders()
336 entry1->setTitle("Title1"); in testResolveReferencePlaceholders()
339 entry1->setUrl("Url1"); in testResolveReferencePlaceholders()
381 entry1->title()); in testResolveReferencePlaceholders()
610 entry1->setGroup(group1); in testIsRecycled()
626 QVERIFY(entry1); in testMove()
627 entry1->setGroup(root); in testMove()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/java/
H A DDbUtilities.java52 Node entry1 = row.getFirstChild(); in cline() local
55 if( (entry1 == null) || (entry2 == null) ){ break; } in cline()
59 Integer.parseInt( ((Element) entry1).getAttribute("nameend") ) in cline()
61 Integer.parseInt( ((Element) entry1).getAttribute("namest") ) in cline()
81 entry1 = entry1.getNextSibling(); in cline()
86 entry1 = row.getFirstChild(); in cline()
89 if( (entry1 == null) || (entry2 == null) ){ break; } in cline()
93 Integer.parseInt( ((Element) entry1).getAttribute("nameend") ) in cline()
95 Integer.parseInt( ((Element) entry1).getAttribute("namest") ) in cline()
99 ((Element) entry1).setAttribute( in cline()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/power/ml/
H A Duser_activity_ukm_logger_unittest.cc235 const ukm::mojom::UkmEntry* entry1 = activity_entries[1]; in TEST_F() local
237 recorder_.ExpectEntryMetric(entry1, UserActivity::kEventReasonName, in TEST_F()
239 recorder_.ExpectEntryMetric(entry1, UserActivity::kEventTypeName, in TEST_F()
242 recorder_.ExpectEntryMetric(entry1, UserActivity::kDeviceManagementName, in TEST_F()
244 recorder_.ExpectEntryMetric(entry1, UserActivity::kDeviceModeName, in TEST_F()
246 recorder_.ExpectEntryMetric(entry1, UserActivity::kDeviceTypeName, in TEST_F()
248 recorder_.ExpectEntryMetric(entry1, UserActivity::kLastActivityDayName, in TEST_F()
258 recorder_.ExpectEntryMetric(entry1, UserActivity::kSequenceIdName, 2); in TEST_F()
264 recorder_.ExpectEntryMetric(entry1, UserActivity::kModelAppliedName, 0); in TEST_F()
266 entry1, UserActivity::kModelDecisionThresholdName)); in TEST_F()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/test/
H A Dtest_objmgr.cpp113 TEntry entry1(&CDataGenerator::CreateTestEntry1(idx)); in Run() local
114 Scope1.AddTopLevelSeqEntry(*entry1); in Run()
120 TEntry entry1(&CDataGenerator::CreateTestEntry1(idx)); in Run() local
121 Scope.AddTopLevelSeqEntry(*entry1); in Run()
134 TEntry entry1(&CDataGenerator::CreateTestEntry1(idx)); in Run() local
135 Scope1.AddTopLevelSeqEntry(*entry1); in Run()
149 pScope->AddTopLevelSeqEntry(*entry1); in Run()
162 pScope->AddTopLevelSeqEntry(*entry1); in Run()
168 pScope->AttachAnnot(*entry1, *annot); in Run()
173 pScope->RemoveAnnot(*entry1, *annot); in Run()
[all …]

12345678910>>...83