Home
last modified time | relevance | path

Searched refs:group_ (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dcontext_group_unittest.cc70 scoped_refptr<ContextGroup> group_; member in gpu::gles2::ContextGroupTest
75 EXPECT_EQ(0u, group_->max_vertex_attribs()); in TEST_F()
76 EXPECT_EQ(0u, group_->max_texture_units()); in TEST_F()
80 EXPECT_EQ(0u, group_->max_varying_vectors()); in TEST_F()
97 group_->max_vertex_attribs()); in TEST_F()
99 group_->max_texture_units()); in TEST_F()
101 group_->max_texture_image_units()); in TEST_F()
107 group_->max_varying_vectors()); in TEST_F()
116 group_->Destroy(decoder_.get(), false); in TEST_F()
155 group_->Destroy(decoder_.get(), false); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dcontext_group_unittest.cc70 scoped_refptr<ContextGroup> group_; member in gpu::gles2::ContextGroupTest
75 EXPECT_EQ(0u, group_->max_vertex_attribs()); in TEST_F()
76 EXPECT_EQ(0u, group_->max_texture_units()); in TEST_F()
80 EXPECT_EQ(0u, group_->max_varying_vectors()); in TEST_F()
97 group_->max_vertex_attribs()); in TEST_F()
99 group_->max_texture_units()); in TEST_F()
101 group_->max_texture_image_units()); in TEST_F()
107 group_->max_varying_vectors()); in TEST_F()
116 group_->Destroy(decoder_.get(), false); in TEST_F()
155 group_->Destroy(decoder_.get(), false); in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DReceiverGuard.h39 ObjectGroup* group_; variable
44 MOZ_ASSERT_IF(group_ || shape_, !!group_ != !!shape_); in assertInvariants()
48 ReceiverGuard() : group_(nullptr), shape_(nullptr) {} in ReceiverGuard()
56 return group_ == other.group_ && shape_ == other.shape_;
64 return (uintptr_t(group_) >> 3) ^ (uintptr_t(shape_) >> 3); in hash()
73 group_ = group; in setGroup()
78 ObjectGroup* getGroup() const { return group_; } in getGroup()
89 const GCPtrObjectGroup group_; variable
94 : group_(guard.getGroup()), shape_(guard.getShape()) {} in HeapReceiverGuard()
100 : group_(guard.group_), shape_(guard.shape_) { in ReceiverGuard()
H A DReceiverGuard-inl.h18 ReceiverGuard::ReceiverGuard(JSObject* obj) : group_(nullptr), shape_(nullptr) { in ReceiverGuard()
24 group_ = obj->group(); in ReceiverGuard()
29 : group_(group), shape_(shape) { in ReceiverGuard()
30 if (group_) { in ReceiverGuard()
31 const JSClass* clasp = group_->clasp(); in ReceiverGuard()
35 this->group_ = nullptr; in ReceiverGuard()
39 MOZ_ASSERT_IF(group_ || shape_, !!group_ != !!shape_); in ReceiverGuard()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/cpp/bindings/
H A Dconnection_group.cc28 group_ = other.group_; in operator =()
29 group_->AddGroupRef(); in operator =()
36 group_.swap(other.group_); in operator =()
41 if (type_ == Type::kStrong && group_) in reset()
42 group_->ReleaseGroupRef(); in reset()
44 group_.reset(); in reset()
49 return Ref(group_); in WeakCopy()
54 return group_->num_refs_ == 0; in HasZeroRefs()
58 group_->notification_task_runner_->PostTask( in SetParentGroup()
59 FROM_HERE, base::BindOnce(&ConnectionGroup::SetParentGroup, group_, in SetParentGroup()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/
H A Dconnection_group.cc28 group_ = other.group_; in operator =()
29 group_->AddGroupRef(); in operator =()
36 group_.swap(other.group_); in operator =()
41 if (type_ == Type::kStrong && group_) in reset()
42 group_->ReleaseGroupRef(); in reset()
44 group_.reset(); in reset()
49 return Ref(group_); in WeakCopy()
54 return group_->num_refs_ == 0; in HasZeroRefs()
58 group_->notification_task_runner_->PostTask( in SetParentGroup()
59 FROM_HERE, base::BindOnce(&ConnectionGroup::SetParentGroup, group_, in SetParentGroup()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dradiobuttongroup.cc32 : group_(0) in RadioButtonGroup()
36 : group_(group) in RadioButtonGroup()
41 : group_(src.group_) in RadioButtonGroup()
47 group_ = src.group_; in operator =()
56 group_ = gtk_radio_button_get_group(item.gobj()); in add()
64 group_ = gtk_radio_menu_item_get_group(item.gobj()); in add()
72 group_ = gtk_radio_action_get_group(item->gobj()); in add()
80 group_ = gtk_radio_tool_button_get_group(item.gobj()); in add()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dradiobuttongroup.cc33 : group_(nullptr) in RadioButtonGroup()
37 : group_(group) in RadioButtonGroup()
42 : group_(src.group_) in RadioButtonGroup()
48 group_ = src.group_; in operator =()
57 group_ = gtk_radio_button_get_group(item.gobj()); in add()
65 group_ = gtk_radio_menu_item_get_group(item.gobj()); in add()
74 group_ = gtk_radio_action_get_group(item->gobj()); in add()
83 group_ = gtk_radio_tool_button_get_group(item.gobj()); in add()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/private-join-and-compute/src/crypto/
H A Dec_point.cc29 : bn_ctx_(bn_ctx), group_(group) { in ECPoint()
30 point_ = ECPointPtr(CHECK_NOTNULL(EC_POINT_new(group_))); in ECPoint()
37 group_, point_.get(), x.GetConstBignumPtr(), in ECPoint()
62 if (0 == EC_POINT_point2oct(group_, point_.get(), in ToBytesUnCompressed()
72 ECPoint r = ECPoint(group_, bn_ctx_); in Mul()
73 if (1 != EC_POINT_mul(group_, r.point_.get(), nullptr, point_.get(), in Mul()
82 ECPoint r = ECPoint(group_, bn_ctx_); in Add()
83 if (1 != EC_POINT_add(group_, r.point_.get(), point_.get(), in Add()
92 ECPoint r = ECPoint(group_, bn_ctx_); in Clone()
104 if (1 != EC_POINT_invert(group_, inv.point_.get(), bn_ctx_)) { in Inverse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/private-join-and-compute/src/crypto/
H A Dec_point.cc29 : bn_ctx_(bn_ctx), group_(group) { in ECPoint()
30 point_ = ECPointPtr(CHECK_NOTNULL(EC_POINT_new(group_))); in ECPoint()
37 group_, point_.get(), x.GetConstBignumPtr(), in ECPoint()
62 if (0 == EC_POINT_point2oct(group_, point_.get(), in ToBytesUnCompressed()
72 ECPoint r = ECPoint(group_, bn_ctx_); in Mul()
73 if (1 != EC_POINT_mul(group_, r.point_.get(), nullptr, point_.get(), in Mul()
82 ECPoint r = ECPoint(group_, bn_ctx_); in Add()
83 if (1 != EC_POINT_add(group_, r.point_.get(), point_.get(), in Add()
92 ECPoint r = ECPoint(group_, bn_ctx_); in Clone()
104 if (1 != EC_POINT_invert(group_, inv.point_.get(), bn_ctx_)) { in Inverse()
[all …]
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/
H A Dfolderconfig.cpp64 group_ = CStrPtr{g_strdup("File Manager")}; in open()
74 group_ = path.toString(); in open()
103 group_.reset(); in close()
117 return !g_key_file_has_group(keyFile_, group_.get()); in isEmpty()
189 g_key_file_set_integer(keyFile_, group_.get(), key, val); in setInteger()
195 g_key_file_set_uint64(keyFile_, group_.get(), key, val); in setUint64()
198 g_key_file_set_value(keyFile_, group_.get(), key, result); in setUint64()
205 g_key_file_set_double(keyFile_, group_.get(), key, val); in setDouble()
210 g_key_file_set_boolean(keyFile_, group_.get(), key, val); in setBoolean()
215 g_key_file_set_string(keyFile_, group_.get(), key, string); in setString()
[all …]
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DTreeTable.cpp39 WTreeTableNode *group_ = group.get(); variable
42 addNode(group_, "Chief Anything Officer", "-2.8", "20", "Scepter");
43 addNode(group_, "Vice President of Parties", "13.57", "365", "Flag");
44 addNode(group_, "Vice President of Staplery", "3.42", "27", "Perforator");
47 group_ = group.get();
50 addNode(group_, "Boss of the house", "9.78", "35", "Happy Animals");
51 addNode(group_, "Xena caretaker", "8.66", "10", "Yellow bag");
54 group_ = group.get();
57 addNode(group_, "The Dork", "9.78", "22", "Mojito");
58 addNode(group_, "The Stud", "8.66", "46", "Toothbrush");
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/sequence_manager/
H A Datomic_flag_set.cc38 : outer_(other.outer_), group_(other.group_), flag_bit_(other.flag_bit_) { in AtomicFlag()
40 other.group_ = nullptr; in AtomicFlag()
44 DCHECK(group_); in SetActive()
59 if (!group_) in ReleaseAtomicFlag()
66 if (group_->IsFull()) in ReleaseAtomicFlag()
67 outer_->AddToPartiallyFreeList(group_); in ReleaseAtomicFlag()
72 group_->allocated_flags &= ~flag_bit_; in ReleaseAtomicFlag()
75 if (group_->IsEmpty()) { in ReleaseAtomicFlag()
76 outer_->RemoveFromPartiallyFreeList(group_); in ReleaseAtomicFlag()
77 outer_->RemoveFromAllocList(group_); in ReleaseAtomicFlag()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/sequence_manager/
H A Datomic_flag_set.cc38 : outer_(other.outer_), group_(other.group_), flag_bit_(other.flag_bit_) { in AtomicFlag()
40 other.group_ = nullptr; in AtomicFlag()
44 DCHECK(group_); in SetActive()
59 if (!group_) in ReleaseAtomicFlag()
66 if (group_->IsFull()) in ReleaseAtomicFlag()
67 outer_->AddToPartiallyFreeList(group_); in ReleaseAtomicFlag()
72 group_->allocated_flags &= ~flag_bit_; in ReleaseAtomicFlag()
75 if (group_->IsEmpty()) { in ReleaseAtomicFlag()
76 outer_->RemoveFromPartiallyFreeList(group_); in ReleaseAtomicFlag()
77 outer_->RemoveFromAllocList(group_); in ReleaseAtomicFlag()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/appcache/
H A Dappcache_update_job_unittest.cc788 group_->update_job_ = update; in StartCacheAttemptTest()
899 group_->update_job_ = update; in CacheAttemptFetchManifestFailTest()
922 group_->update_job_ = update; in UpgradeFetchManifestFailTest()
963 group_->update_job_ = update; in ManifestRedirectTest()
987 group_->update_job_ = update; in ManifestMissingMimeTypeTest()
1024 group_->update_job_ = update; in ManifestNotFoundTest()
1060 group_->update_job_ = update; in ManifestGoneTest()
3308 group_->manifest_url(), in IfModifiedTestLastModified()
3895 group_->manifest_url(), in MultipleHeadersRefetchTest()
4085 group_ = nullptr; in TestComplete()
[all …]
H A Dappcache_update_job.cc273 group_(group), in AppCacheUpdateJob()
301 if (group_) in ~AppCacheUpdateJob()
314 DCHECK_EQ(group_->update_job(), this); in StartUpdate()
315 DCHECK(!group_->is_obsolete()); in StartUpdate()
362 if (group_->HasCache()) { in StartUpdate()
437 group_ = nullptr; in HandleCacheFailure()
1117 group_->set_token_expires( in StoreGroupAndCache()
1234 if (group_->newest_complete_cache()) in CheckIfManifestChanged()
1797 if (group_ && group_->newest_complete_cache()) { in DiscardInprogressCache()
1826 if (group_) { in DeleteSoon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/appcache/
H A Dappcache_update_job_unittest.cc819 group_->update_job_ = update; in StartCacheAttemptTest()
950 group_->update_job_ = update; in CacheAttemptFetchManifestFailTest()
973 group_->update_job_ = update; in UpgradeFetchManifestFailTest()
1014 group_->update_job_ = update; in ManifestRedirectTest()
1038 group_->update_job_ = update; in ManifestMissingMimeTypeTest()
1075 group_->update_job_ = update; in ManifestNotFoundTest()
1111 group_->update_job_ = update; in ManifestGoneFetchTest()
3472 group_->manifest_url(), in IfModifiedTestLastModified()
4222 group_->manifest_url(), in MultipleHeadersRefetchTest()
4438 group_ = nullptr; in TestComplete()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater_test.cpp52 group_->set_name("group"); in SetUp()
53 group_->set_size(4_GiB); in SetUp()
54 group_->add_partition_names("system"); in SetUp()
55 group_->add_partition_names("vendor"); in SetUp()
170 group_->add_partition_names("product"); in TEST_P()
183 group_->add_partition_names("product"); in TEST_P()
214 group_->add_partition_names("product"); in TEST_P()
261 group_->set_size(4_GiB + 512_KiB); in TEST_P()
272 group_->set_size(1_GiB); in TEST_P()
284 group_->set_size(2_GiB); in TEST_P()
[all …]
/dports/misc/tellico/tellico-3.4.2/src/models/
H A Dentrygroupmodel.cpp234 Q_ASSERT(group_); in addGroup()
241 Q_ASSERT(group_); in modifyGroup()
242 const int idx = m_groups.indexOf(group_); in modifyGroup()
244 myWarning() << "no group named" << group_->groupName(); in modifyGroup()
256 beginInsertRows(groupIndex, 0, group_->count() - 1); in modifyGroup()
257 for(int i = 0; i < group_->count(); ++i) { in modifyGroup()
271 Q_ASSERT(group_); in removeGroup()
272 int idx = m_groups.indexOf(group_); in removeGroup()
274 myWarning() << "no group named" << group_->groupName(); in removeGroup()
309 if(!group_) { in indexFromGroup()
[all …]
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dinputcontext.cpp37 if (d->group_) { in destroy()
38 d->group_->removeInputContext(this); in destroy()
57 return d->group_ ? d->group_->display() : ""; in display()
168 if (d->group_) { in setFocusGroup()
169 d->group_->removeInputContext(this); in setFocusGroup()
171 d->group_ = group; in setFocusGroup()
172 if (d->group_) { in setFocusGroup()
173 d->group_->addInputContext(this); in setFocusGroup()
179 return d->group_; in focusGroup()
184 if (d->group_) { in focusIn()
[all …]
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomFormat/
H A DDicomTag.cpp58 group_(group), in DicomTag()
65 return group_; in GetGroup()
75 return group_ % 2 == 1; in IsPrivate()
81 if (group_ < other.group_) in operator <()
84 if (group_ > other.group_) in operator <()
93 if (group_ < other.group_) in operator <=()
96 if (group_ > other.group_) in operator <=()
114 return group_ == other.group_ && element_ == other.element_; in operator ==()
138 sprintf(b, "%04x,%04x", group_, element_); in Format()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomTag.cpp58 group_(group), in DicomTag()
65 return group_; in GetGroup()
75 return group_ % 2 == 1; in IsPrivate()
81 if (group_ < other.group_) in operator <()
84 if (group_ > other.group_) in operator <()
93 if (group_ < other.group_) in operator <=()
96 if (group_ > other.group_) in operator <=()
114 return group_ == other.group_ && element_ == other.element_; in operator ==()
138 sprintf(b, "%04x,%04x", group_, element_); in Format()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomTag.cpp58 group_(group), in DicomTag()
65 return group_; in GetGroup()
75 return group_ % 2 == 1; in IsPrivate()
81 if (group_ < other.group_) in operator <()
84 if (group_ > other.group_) in operator <()
93 if (group_ < other.group_) in operator <=()
96 if (group_ > other.group_) in operator <=()
114 return group_ == other.group_ && element_ == other.element_; in operator ==()
138 sprintf(b, "%04x,%04x", group_, element_); in Format()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomFormat/
H A DDicomTag.cpp58 group_(group), in DicomTag()
65 return group_; in GetGroup()
75 return group_ % 2 == 1; in IsPrivate()
81 if (group_ < other.group_) in operator <()
84 if (group_ > other.group_) in operator <()
93 if (group_ < other.group_) in operator <=()
96 if (group_ > other.group_) in operator <=()
114 return group_ == other.group_ && element_ == other.element_; in operator ==()
138 sprintf(b, "%04x,%04x", group_, element_); in Format()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomFormat/
H A DDicomTag.cpp58 group_(group), in DicomTag()
65 return group_; in GetGroup()
75 return group_ % 2 == 1; in IsPrivate()
81 if (group_ < other.group_) in operator <()
84 if (group_ > other.group_) in operator <()
93 if (group_ < other.group_) in operator <=()
96 if (group_ > other.group_) in operator <=()
114 return group_ == other.group_ && element_ == other.element_; in operator ==()
138 sprintf(b, "%04x,%04x", group_, element_); in Format()

12345678910>>...33