Home
last modified time | relevance | path

Searched refs:status_map (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine_unittest.cc83 std::unique_ptr<RemoteOriginStatusMap> status_map; in FindOriginStatus() local
84 sync_engine()->GetOriginStatusMap(CreateResultReceiver(&status_map)); in FindOriginStatus()
87 RemoteOriginStatusMap::const_iterator itr = status_map->find(origin); in FindOriginStatus()
88 if (itr == status_map->end()) in FindOriginStatus()
188 std::unique_ptr<RemoteOriginStatusMap> status_map; in TEST_F() local
189 sync_engine()->GetOriginStatusMap(CreateResultReceiver(&status_map)); in TEST_F()
191 ASSERT_EQ(2u, status_map->size()); in TEST_F()
192 EXPECT_EQ("Registered", (*status_map)[GURL("chrome-extension://app_0")]); in TEST_F()
200 sync_engine()->GetOriginStatusMap(CreateResultReceiver(&status_map)); in TEST_F()
202 ASSERT_EQ(2u, status_map->size()); in TEST_F()
[all …]
H A Dfake_sync_worker.cc88 std::unique_ptr<RemoteFileSyncService::OriginStatusMap> status_map( in GetOriginStatusMap() local
94 (*status_map)[itr->first] = "Registered"; in GetOriginStatusMap()
97 (*status_map)[itr->first] = "Enabled"; in GetOriginStatusMap()
100 (*status_map)[itr->first] = "Disabled"; in GetOriginStatusMap()
103 (*status_map)[itr->first] = "Uninstalled"; in GetOriginStatusMap()
106 (*status_map)[itr->first] = "Unknown"; in GetOriginStatusMap()
110 callback.Run(std::move(status_map)); in GetOriginStatusMap()
H A Dsync_worker_unittest.cc262 std::unique_ptr<RemoteFileSyncService::OriginStatusMap> status_map; in TEST_F() local
263 sync_worker()->GetOriginStatusMap(CreateResultReceiver(&status_map)); in TEST_F()
265 ASSERT_EQ(2u, status_map->size()); in TEST_F()
266 EXPECT_EQ("Enabled", (*status_map)[GURL("chrome-extension://app_0")]); in TEST_F()
267 EXPECT_EQ("Enabled", (*status_map)[GURL("chrome-extension://app_1")]); in TEST_F()
274 sync_worker()->GetOriginStatusMap(CreateResultReceiver(&status_map)); in TEST_F()
276 ASSERT_EQ(2u, status_map->size()); in TEST_F()
277 EXPECT_EQ("Enabled", (*status_map)[GURL("chrome-extension://app_0")]); in TEST_F()
278 EXPECT_EQ("Disabled", (*status_map)[GURL("chrome-extension://app_1")]); in TEST_F()
/dports/comms/p5-Nexmo-SMS/Nexmo-SMS-0.06/lib/Nexmo/SMS/Response/
H A DMessage.pm28 my %status_map = (
57 if ( exists $status_map{$status} ) {
58 my $info = $status_map{$status};
/dports/www/py-webargs/webargs-8.0.1/src/webargs/
H A Dfalconparser.py13 status_map = {422: HTTP_422} variable
21 status_map[status_code] = status
173 status = status_map.get(error_status_code or self.DEFAULT_VALIDATION_STATUS)
179 status = status_map[400]
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_asset_installer.cpp207 status_map[E->get()] = ti; in open()
229 ProgressDialog::get_singleton()->add_task("uncompress", "Uncompressing Assets", status_map.size()); in ok_pressed()
241 if (status_map.has(name) && status_map[name]->is_checked(0)) { in ok_pressed()
243 String path = status_map[name]->get_metadata(0); in ok_pressed()
247 TreeItem *t = status_map[name]; in ok_pressed()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_asset_installer.cpp207 status_map[E->get()] = ti; in open()
229 ProgressDialog::get_singleton()->add_task("uncompress", "Uncompressing Assets", status_map.size()); in ok_pressed()
241 if (status_map.has(name) && status_map[name]->is_checked(0)) { in ok_pressed()
243 String path = status_map[name]->get_metadata(0); in ok_pressed()
247 TreeItem *t = status_map[name]; in ok_pressed()
/dports/www/p5-Dancer-Plugin-RPC/Dancer-Plugin-RPC-1.10/lib/Dancer/RPCPlugin/
H A DErrorResponse.pm21 my ($plugin, $status_map, $handler_name, $error_handler) = validate_pos(
30 for my $error_code (keys %$status_map) {
31 $_error_code_to_status_map->{$plugin}{$error_code} = $status_map->{$error_code};
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_asset_installer.cpp230 status_map[E->get()] = ti; in open()
252 …ProgressDialog::get_singleton()->add_task("uncompress", TTR("Uncompressing Assets"), status_map.si… in ok_pressed()
264 if (status_map.has(name) && status_map[name]->is_checked(0)) { in ok_pressed()
266 String path = status_map[name]->get_metadata(0); in ok_pressed()
270 TreeItem *t = status_map[name]; in ok_pressed()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_asset_installer.cpp230 status_map[E->get()] = ti; in open()
252 …ProgressDialog::get_singleton()->add_task("uncompress", TTR("Uncompressing Assets"), status_map.si… in ok_pressed()
264 if (status_map.has(name) && status_map[name]->is_checked(0)) { in ok_pressed()
266 String path = status_map[name]->get_metadata(0); in ok_pressed()
270 TreeItem *t = status_map[name]; in ok_pressed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
99 status = status_map.get(issue, 'unknown')
167 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
97 status = status_map.get(issue, 'unknown')
165 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
98 status = status_map.get(issue, 'unknown')
166 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/security/libressl-static/libressl-3.3.5/crypto/ts/
H A Dts_rsp_print.c100 static const char *status_map[] = { in TS_STATUS_INFO_print_bio() local
151 status < (long)(sizeof(status_map) / sizeof(status_map[0]))) in TS_STATUS_INFO_print_bio()
152 BIO_printf(bio, "%s\n", status_map[status]); in TS_STATUS_INFO_print_bio()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
99 status = status_map.get(issue, 'unknown')
167 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
99 status = status_map.get(issue, 'unknown')
167 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/security/libressl/libressl-3.4.3/crypto/ts/
H A Dts_rsp_print.c100 static const char *status_map[] = { in TS_STATUS_INFO_print_bio() local
151 status < (long)(sizeof(status_map) / sizeof(status_map[0]))) in TS_STATUS_INFO_print_bio()
152 BIO_printf(bio, "%s\n", status_map[status]); in TS_STATUS_INFO_print_bio()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
97 status = status_map.get(issue, 'unknown')
165 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
98 status = status_map.get(issue, 'unknown')
166 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
97 status = status_map.get(issue, 'unknown')
165 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
98 status = status_map.get(issue, 'unknown')
166 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
98 status = status_map.get(issue, 'unknown')
170 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/ts/
H A Dts_rsp_print.c100 static const char *status_map[] = { in TS_STATUS_INFO_print_bio() local
151 status < (long)(sizeof(status_map) / sizeof(status_map[0]))) in TS_STATUS_INFO_print_bio()
152 BIO_printf(bio, "%s\n", status_map[status]); in TS_STATUS_INFO_print_bio()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/www/
H A Dmake_cxx_dr_status35 status_map = {}
42 status_map[int(match.group(1))] = match.group(2)
98 status = status_map.get(issue, 'unknown')
166 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/ts/
H A Dts_rsp_print.c100 static const char *status_map[] = { in TS_STATUS_INFO_print_bio() local
151 status < (long)(sizeof(status_map) / sizeof(status_map[0]))) in TS_STATUS_INFO_print_bio()
152 BIO_printf(bio, "%s\n", status_map[status]); in TS_STATUS_INFO_print_bio()

1234567