Home
last modified time | relevance | path

Searched defs:other_id (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/libgit2/libgit2-1.3.0/tests/refs/
H A Draces.c46 git_oid id, other_id; in test_refs_races__create_matching() local
65 git_oid id, other_id; in test_refs_races__symbolic_create_matching() local
84 git_oid id, other_id; in test_refs_races__delete() local
117 git_oid id, other_id; in test_refs_races__switch_oid_to_symbolic() local
146 git_oid id, other_id; in test_refs_races__switch_symbolic_to_oid() local
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/examples/join_conditions/
H A Dthreeway.py66 other_id = Column(Integer, primary_key=True) variable in Second
72 other_id = Column(Integer, primary_key=True) variable in Partitioned
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/examples/join_conditions/
H A Dthreeway.py55 other_id = Column(Integer, primary_key=True) variable in Second
60 other_id = Column(Integer, primary_key=True) variable in Partitioned
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/examples/join_conditions/
H A Dthreeway.py55 other_id = Column(Integer, primary_key=True) variable in Second
60 other_id = Column(Integer, primary_key=True) variable in Partitioned
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/examples/join_conditions/
H A Dthreeway.py66 other_id = Column(Integer, primary_key=True) variable in Second
72 other_id = Column(Integer, primary_key=True) variable in Partitioned
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/examples/join_conditions/
H A Dthreeway.py66 other_id = Column(Integer, primary_key=True) variable in Second
72 other_id = Column(Integer, primary_key=True) variable in Partitioned
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/metrics/public/cpp/
H A Dukm_source_id.cc44 SourceIdObj SourceIdObj::FromOtherId(int64_t other_id, SourceIdObj::Type type) { in FromOtherId()
70 SourceId ConvertToSourceId(int64_t other_id, SourceIdType id_type) { in ConvertToSourceId()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dgrouping.c59 int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_remove_from_group() local
115 const int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_change_representative() local
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dgrouping.c59 int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_remove_from_group() local
115 const int other_id = sqlite3_column_int(stmt, 0); in dt_grouping_change_representative() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/metrics/public/cpp/
H A Dukm_source_id.cc17 SourceId ConvertToSourceId(int64_t other_id, SourceIdType id_type) { in ConvertToSourceId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dukm_source_id.cc37 UkmSourceId UkmSourceId::FromOtherId(int64_t other_id, UkmSourceId::Type type) { in FromOtherId()
/dports/www/py-h2/h2-4.0.0/test/
H A Dtest_stream_reset.py70 other_id, argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_stream_reset.py70 other_id, argument
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_stream_reset.py70 other_id, argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_stream_reset.py70 other_id, argument
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_stream_reset.py70 other_id, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Dshared_module_info.cc88 const std::string& other_id) { in IsExportAllowedByAllowlist()
104 const std::string& other_id) { in ImportsExtensionById()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Dshared_module_info.cc88 const std::string& other_id) { in IsExportAllowedByAllowlist()
104 const std::string& other_id) { in ImportsExtensionById()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/netcoords/
H A DDHTNetworkPosition.java55 byte[] other_id, in update()
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Dca.h14 int other_id; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Dmessaging_util_unittest.cc84 std::string other_id(32, 'a'); in TEST_F() local
124 std::string other_id(32, 'a'); in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Dmessaging_util_unittest.cc97 std::string other_id(32, 'a'); in TEST_F() local
137 std::string other_id(32, 'a'); in TEST_F() local
/dports/devel/cquery/cquery-20180718/src/
H A Dsemantic_highlight_symbol_cache.cc28 optional<int> other_id = entry->TryGetStableId(kind, detailed_name); in GetStableId() local
/dports/net/R-cran-twitteR/twitteR/R/
H A Daccount.R34 can_access_other_account = function(other_id) { argument
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dlock_helpers.py34 def __init__(self, sequence, other, other_id): argument

12345678910