Home
last modified time | relevance | path

Searched refs:real_id (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dtype.cpp125 int real_id = id - Object::TypeInstance->GetFieldCount(); in GetField() local
126 if (real_id < 0) in GetField()
129 if (real_id == 0) in GetField()
131 else if (real_id == 1) in GetField()
133 else if (real_id == 2) in GetField()
185 int real_id = id - GetBaseType()->GetFieldCount(); in GetFieldInfo() local
186 if (real_id < 0) in GetFieldInfo()
189 if (real_id == 0) in GetFieldInfo()
191 else if (real_id == 1) in GetFieldInfo()
193 else if (real_id == 2) in GetFieldInfo()
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/
H A Dges-asset.c179 gchar *real_id; in _check_and_update_parameters() local
199 g_free (real_id); in _check_and_update_parameters()
206 return real_id; in _check_and_update_parameters()
983 gchar *real_id; in ges_asset_request() local
1062 if (real_id) in ges_asset_request()
1063 g_free (real_id); in ges_asset_request()
1127 gchar *real_id; in ges_asset_request_async() local
1209 if (real_id) in ges_asset_request_async()
1210 g_free (real_id); in ges_asset_request_async()
1234 gchar *real_id; in ges_asset_needs_reload() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/
H A DSampleApi.java114 String real_id = getId(id); in moduleById() local
116 .filter(m -> m.id.equals(real_id)) in moduleById()
117 … .findAny().orElseThrow(() -> new IllegalStateException("No module with id: " + real_id)); in moduleById()
121 String real_id = getId(id); in packageById() local
124 .filter(p -> p.id.equals(real_id)).findAny() in packageById()
125 .orElseThrow(() -> new IllegalStateException("No package with id: " + real_id)); in packageById()
129 String real_id = getId(id); in classById() local
134 .filter(e -> e.getKey().equals(real_id)) in classById()
/dports/devel/ccdoc/ccdocv08r41/src/
H A Dphase3.cc103 if( real_id == "-anonymous-" ) in create_namespace_comment()
116 short_desc += real_id; in create_namespace_comment()
135 if( real_id[0] != '-' ) in create_namespace_comment()
136 txt.push_back(real_id.c_str()); in create_namespace_comment()
164 if( real_id[0] != '-' ) in create_namespace_comment()
165 txt.push_back(real_id.c_str()); in create_namespace_comment()
303 string real_id; in combine_related_namespaces() local
305 real_id += *pid; in combine_related_namespaces()
318 key += real_id; in combine_related_namespaces()
400 begin_stmt->set_id( real_id ); in combine_related_namespaces()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/
H A Ddd_schema-t.cc190 Object_id real_id = 10; in TEST_F() local
198 schema->set_id(real_id); in TEST_F()
212 ON_CALL(*id, store(real_id, true)) in TEST_F()
250 EXPECT_TRUE(id->fake_val_uint() == real_id); in TEST_F()
291 Object_id real_id = 11; in TEST_F() local
299 schema->set_id(real_id); in TEST_F()
312 ON_CALL(*id, store(real_id, true)) in TEST_F()
350 EXPECT_TRUE(id->fake_val_uint() == real_id); in TEST_F()
399 Object_id real_id = 12; in TEST_F() local
454 id->fake_store(real_id, true); in TEST_F()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assLongMenuExport.php91 $real_id = $key + 1;
93 "ident" => "LongMenu_" . $real_id,
114 $real_id = $key + 1;
118 $xml->xmlElement("varequal", array('respident' => "LongMenu_" . $real_id), $value);
138 $real_id = $key + 1;
147 … $xml->xmlElement("varequal", array('respident' => "LongMenu_" . $real_id), $value);
170 $real_id = $key + 1;
179 … $xml->xmlElement("varequal", array('respident' => "LongMenu_" . $real_id), $value);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assLongMenuExport.php91 $real_id = $key + 1;
93 "ident" => "LongMenu_" . $real_id,
114 $real_id = $key + 1;
118 $xml->xmlElement("varequal", array('respident' => "LongMenu_" . $real_id), $value);
138 $real_id = $key + 1;
147 … $xml->xmlElement("varequal", array('respident' => "LongMenu_" . $real_id), $value);
170 $real_id = $key + 1;
179 … $xml->xmlElement("varequal", array('respident' => "LongMenu_" . $real_id), $value);
/dports/games/ags/ags_linux_v.3.4.4.1/Common/debug/
H A Ddebugmanager.cpp66 DebugGroupID real_id = DbgMgr.GetGroup(id).UID; in ResolveGroupID() local
67 if (real_id.IsValid()) in ResolveGroupID()
71 GroupNameToMTMap::const_iterator it = _unresolvedGroups.find(real_id.SID); in ResolveGroupID()
74 _groupFilter[real_id.ID] = it->second; in ResolveGroupID()
82 DebugGroupID real_id = DbgMgr.GetGroup(id).UID; in TestGroup() local
83 if (real_id.ID == kDbgGroup_None || real_id.ID >= _groupFilter.size()) in TestGroup()
85 return (_groupFilter[real_id.ID] & mt) != 0; in TestGroup()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/debugging/
H A Ddebug_manager.cpp80 DebugGroupID real_id = _GP(DbgMgr).GetGroup(id).UID; in ResolveGroupID() local
81 if (real_id.IsValid()) { in ResolveGroupID()
84 GroupNameToMTMap::const_iterator it = _unresolvedGroups.find(real_id.SID); in ResolveGroupID()
86 _groupFilter[real_id.ID] = it->_value; in ResolveGroupID()
93 DebugGroupID real_id = _GP(DbgMgr).GetGroup(id).UID; in TestGroup() local
94 if (real_id.ID == (uint32_t)kDbgGroup_None || real_id.ID >= _groupFilter.size()) in TestGroup()
96 return (_groupFilter[real_id.ID] >= mt) != 0; in TestGroup()
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/export/qti21/
H A Dclass.assLongMenuExportQti21.php36 $real_id = $key + 1;
37 …oiceString = '<inlineChoiceInteraction responseIdentifier="LONGMENU_' . $real_id . '" shuffle="fal…
39 "identifier" => "LONGMENU_" . $real_id,
69 $inlineChoice[$real_id] = $inlineChoiceString;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti21/
H A Dclass.assLongMenuExportQti21.php36 $real_id = $key + 1;
37 …oiceString = '<inlineChoiceInteraction responseIdentifier="LONGMENU_' . $real_id . '" shuffle="fal…
39 "identifier" => "LONGMENU_" . $real_id,
69 $inlineChoice[$real_id] = $inlineChoiceString;
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dwsrep_thd.cc164 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
186 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
195 thd->thread_id, thd->real_id); in wsrep_rollback_local()
222 thd->thread_id, thd->real_id); in wsrep_rollback_local()
244 (long long)thd->real_id, in wsrep_rollback_process()
330 (long long)bf_thd->real_id : 0, (long long)victim_thd->real_id); in wsrep_abort_thd()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dwsrep_thd.cc164 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
186 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
195 thd->thread_id, thd->real_id); in wsrep_rollback_local()
222 thd->thread_id, thd->real_id); in wsrep_rollback_local()
244 (long long)thd->real_id, in wsrep_rollback_process()
330 (long long)bf_thd->real_id : 0, (long long)victim_thd->real_id); in wsrep_abort_thd()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dwsrep_thd.cc164 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
186 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
195 thd->thread_id, thd->real_id); in wsrep_rollback_local()
222 thd->thread_id, thd->real_id); in wsrep_rollback_local()
244 (long long)thd->real_id, in wsrep_rollback_process()
330 (long long)bf_thd->real_id : 0, (long long)victim_thd->real_id); in wsrep_abort_thd()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dwsrep_thd.cc164 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
186 thd->thread_id, thd->real_id); in wsrep_rollback_high_priority()
195 thd->thread_id, thd->real_id); in wsrep_rollback_local()
222 thd->thread_id, thd->real_id); in wsrep_rollback_local()
244 (long long)thd->real_id, in wsrep_rollback_process()
330 (long long)bf_thd->real_id : 0, (long long)victim_thd->real_id); in wsrep_abort_thd()
/dports/www/seahub/seahub-8.0.7-server/tests/api/endpoints/admin/
H A Dtest_account.py206 real_id = sorted([user1_group.id, other_group.id])
208 self.assertEqual(real_id, test_id)
234 real_id = sorted([user1_group.id, other_group.id])
236 self.assertEqual(real_id, test_id)
251 real_id = sorted([user1_group.id, other_group.id])
253 self.assertEqual(real_id, test_id)
/dports/x11-toolkits/gtksourceview2/gtksourceview-2.10.5/gtksourceview/
H A Dgtksourcelanguage-parser-1.c87 gchar *real_id, *root_id, *fixed; in ctx_data_add_simple_pattern() local
93 real_id = g_strdup_printf ("%s:%s", language->priv->id, id); in ctx_data_add_simple_pattern()
97 result = _gtk_source_context_data_define_context (ctx_data, real_id, in ctx_data_add_simple_pattern()
112 g_free (real_id); in ctx_data_add_simple_pattern()
127 gchar *real_id, *root_id; in ctx_data_add_syntax_pattern() local
135 real_id = g_strdup_printf ("%s:%s", language->priv->id, id); in ctx_data_add_syntax_pattern()
143 result = _gtk_source_context_data_define_context (ctx_data, real_id, root_id, in ctx_data_add_syntax_pattern()
158 g_free (real_id); in ctx_data_add_syntax_pattern()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcelanguage-parser-1.c88 gchar *real_id, *root_id, *fixed; in ctx_data_add_simple_pattern() local
94 real_id = g_strdup_printf ("%s:%s", language->priv->id, id); in ctx_data_add_simple_pattern()
98 result = _gtk_source_context_data_define_context (ctx_data, real_id, in ctx_data_add_simple_pattern()
113 g_free (real_id); in ctx_data_add_simple_pattern()
128 gchar *real_id, *root_id; in ctx_data_add_syntax_pattern() local
136 real_id = g_strdup_printf ("%s:%s", language->priv->id, id); in ctx_data_add_syntax_pattern()
144 result = _gtk_source_context_data_define_context (ctx_data, real_id, root_id, in ctx_data_add_syntax_pattern()
159 g_free (real_id); in ctx_data_add_syntax_pattern()

12345678910>>...15