Home
last modified time | relevance | path

Searched refs:operation_names (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_network_request_factory_impl_unittest.cc61 EXPECT_TRUE(operation_names->empty()); in TEST_F()
69 operation_names = request_factory()->GetAllOperationNamesRequested(); in TEST_F()
70 EXPECT_EQ(1UL, operation_names->size()); in TEST_F()
71 EXPECT_THAT(*operation_names, Contains(operation_name)); in TEST_F()
161 EXPECT_THAT(*operation_names, Contains(operation_name1)); in TEST_F()
163 EXPECT_THAT(*operation_names, Not(Contains(operation_name2))); in TEST_F()
187 EXPECT_THAT(*operation_names, Contains(operation_name1)); in TEST_F()
188 EXPECT_THAT(*operation_names, Contains(operation_name2)); in TEST_F()
204 EXPECT_THAT(*operation_names, Contains(operation_name1)); in TEST_F()
205 EXPECT_THAT(*operation_names, Contains(operation_name2)); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dprefetch_network_request_factory_impl_unittest.cc62 EXPECT_TRUE(operation_names->empty()); in TEST_F()
70 operation_names = request_factory()->GetAllOperationNamesRequested(); in TEST_F()
71 EXPECT_EQ(1UL, operation_names->size()); in TEST_F()
72 EXPECT_THAT(*operation_names, Contains(operation_name)); in TEST_F()
162 EXPECT_THAT(*operation_names, Contains(operation_name1)); in TEST_F()
164 EXPECT_THAT(*operation_names, Not(Contains(operation_name2))); in TEST_F()
188 EXPECT_THAT(*operation_names, Contains(operation_name1)); in TEST_F()
189 EXPECT_THAT(*operation_names, Contains(operation_name2)); in TEST_F()
205 EXPECT_THAT(*operation_names, Contains(operation_name1)); in TEST_F()
206 EXPECT_THAT(*operation_names, Contains(operation_name2)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/tasks/
H A Dsent_get_operation_cleanup_task.cc34 std::unique_ptr<std::vector<std::string>> operation_names; in GetAllOperationsSync() local
36 if (!operation_names) in GetAllOperationsSync()
37 operation_names = std::make_unique<std::vector<std::string>>(); in GetAllOperationsSync()
38 operation_names->push_back(statement.ColumnString(0)); in GetAllOperationsSync()
40 return operation_names; in GetAllOperationsSync()
H A Dget_operation_task.cc100 OperationResultList operation_names) { in StartGetOperationRequests() argument
101 if (operation_names) { in StartGetOperationRequests()
102 for (std::string& operation : *operation_names) { in StartGetOperationRequests()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/tasks/
H A Dsent_get_operation_cleanup_task.cc35 std::unique_ptr<std::vector<std::string>> operation_names; in GetAllOperationsSync() local
37 if (!operation_names) in GetAllOperationsSync()
38 operation_names = std::make_unique<std::vector<std::string>>(); in GetAllOperationsSync()
39 operation_names->push_back(statement.ColumnString(0)); in GetAllOperationsSync()
41 return operation_names; in GetAllOperationsSync()
H A Dget_operation_task.cc100 OperationResultList operation_names) { in StartGetOperationRequests() argument
101 if (operation_names) { in StartGetOperationRequests()
102 for (std::string& operation : *operation_names) { in StartGetOperationRequests()
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/response_parsing/
H A Dtest_response_parsing.py153 operation_names = service_model.operation_names
154 for operation_name in operation_names:
186 operation_names = service_model.operation_names
188 for op_name in operation_names:
/dports/math/gap/gap-4.11.0/pkg/CAP-2019.06.07/gap/
H A DPrepareFunctions.gi55 local precondition_list, operation_names, used_symbol_list, current_precondition;
68 operation_names := Operations( CAP_INTERNAL_DERIVATION_GRAPH );
71 if not current_precondition in operation_names then
76 … CAP_INTERNAL_FIND_APPEARANCE_OF_SYMBOL_IN_FUNCTION( prepare_function, operation_names, 1, rec() );
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/graphql/
H A Dknown_operations.rb24 def initialize(operation_names) argument
25 @operation_hash = operation_names
/dports/graphics/gegl/gegl-0.4.34/tests/simple/
H A Dtest-svg-abyss.c242 const char *operation_names[] = { in main() local
270 for (i = 0; i < G_N_ELEMENTS(operation_names); ++i) in main()
272 if (test_operation (operation_names[i])) in main()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/docs/
H A Dutils.py138 def __init__(self, service_name, parameter_name, operation_names): argument
155 for name in operation_names:
/dports/devel/py-botocore/botocore-1.21.61/botocore/docs/
H A Dutils.py138 def __init__(self, service_name, parameter_name, operation_names): argument
155 for name in operation_names:
/dports/devel/py-botocore/botocore-1.21.61/tests/integration/
H A Dtest_utils.py28 for operation_name in service_model.operation_names:
/dports/devel/py-botocore/botocore-1.21.61/tests/functional/docs/
H A Dtest_streaming_body.py26 for operation in service_model.operation_names:
/dports/devel/py-botocore/botocore-1.21.61/tests/functional/
H A Dtest_response_shadowing.py36 for operation_name in service_model.operation_names:
H A Dtest_h2_required.py39 for operation in service_model.operation_names:
H A Dtest_waiter_config.py128 if operation_name not in service_model.operation_names:
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/point_groups/
H A Dgroups.py93 self.operation_names = [pair[0] for pair in self.operations]
142 self.operation_names = [pair[0] for pair in self.operations]
384 self.operation_names = [pair[0] for pair in self.operations]
729 self.operation_names = [pair[0] for pair in self.operations]
868 self.operation_names = [pair[0] for pair in self.operations]
1013 self.operation_names = [pair[0] for pair in self.operations]
1144 self.operation_names = [pair[0] for pair in self.operations]
1190 self.operation_names = [pair[0] for pair in self.operations]
1231 self.operation_names = [pair[0] for pair in self.operations]
1311 self.operation_names = [pair[0] for pair in self.operations]
[all …]
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dmodel.py323 def operation_names(self): member in ServiceModel
378 for operation in self.operation_names:
385 for operation in self.operation_names:
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h208 const char *operation_names[] = { variable
246 printf("%4d %s", current_time, operation_names[op]); in human_print_perf_iteration()
247 for (int i = strlen(operation_names[op]); i < 12; ++i) { in human_print_perf_iteration()
284 … printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], current, persecond); in human_print_perf_totals()
295 …printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], overall_totals[op], totalpersecon… in human_print_perf_totals()
307 … printf(",\"Thread %d %s\",\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in csv_print_perf_header()
312 printf(",\"Total %s\",\"Total %s/s\"", operation_names[op], operation_names[op]); in csv_print_perf_header()
374 … printf("\t\"Thread %d %s\"\t\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in tsv_print_perf_header()
379 printf("\t\"Total %s\"\t\"Total %s/s\"", operation_names[op], operation_names[op]); in tsv_print_perf_header()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h208 const char *operation_names[] = { variable
246 printf("%4d %s", current_time, operation_names[op]); in human_print_perf_iteration()
247 for (int i = strlen(operation_names[op]); i < 12; ++i) { in human_print_perf_iteration()
284 … printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], current, persecond); in human_print_perf_totals()
295 …printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], overall_totals[op], totalpersecon… in human_print_perf_totals()
307 … printf(",\"Thread %d %s\",\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in csv_print_perf_header()
312 printf(",\"Total %s\",\"Total %s/s\"", operation_names[op], operation_names[op]); in csv_print_perf_header()
374 … printf("\t\"Thread %d %s\"\t\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in tsv_print_perf_header()
379 printf("\t\"Total %s\"\t\"Total %s/s\"", operation_names[op], operation_names[op]); in tsv_print_perf_header()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h208 const char *operation_names[] = { variable
246 printf("%4d %s", current_time, operation_names[op]); in human_print_perf_iteration()
247 for (int i = strlen(operation_names[op]); i < 12; ++i) { in human_print_perf_iteration()
284 … printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], current, persecond); in human_print_perf_totals()
295 …printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], overall_totals[op], totalpersecon… in human_print_perf_totals()
307 … printf(",\"Thread %d %s\",\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in csv_print_perf_header()
312 printf(",\"Total %s\",\"Total %s/s\"", operation_names[op], operation_names[op]); in csv_print_perf_header()
374 … printf("\t\"Thread %d %s\"\t\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in tsv_print_perf_header()
379 printf("\t\"Total %s\"\t\"Total %s/s\"", operation_names[op], operation_names[op]); in tsv_print_perf_header()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h208 const char *operation_names[] = { variable
246 printf("%4d %s", current_time, operation_names[op]); in human_print_perf_iteration()
247 for (int i = strlen(operation_names[op]); i < 12; ++i) { in human_print_perf_iteration()
284 … printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], current, persecond); in human_print_perf_totals()
295 …printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], overall_totals[op], totalpersecon… in human_print_perf_totals()
307 … printf(",\"Thread %d %s\",\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in csv_print_perf_header()
312 printf(",\"Total %s\",\"Total %s/s\"", operation_names[op], operation_names[op]); in csv_print_perf_header()
374 … printf("\t\"Thread %d %s\"\t\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in tsv_print_perf_header()
379 printf("\t\"Total %s\"\t\"Total %s/s\"", operation_names[op], operation_names[op]); in tsv_print_perf_header()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h208 const char *operation_names[] = { variable
246 printf("%4d %s", current_time, operation_names[op]); in human_print_perf_iteration()
247 for (int i = strlen(operation_names[op]); i < 12; ++i) { in human_print_perf_iteration()
284 … printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], current, persecond); in human_print_perf_totals()
295 …printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], overall_totals[op], totalpersecon… in human_print_perf_totals()
307 … printf(",\"Thread %d %s\",\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in csv_print_perf_header()
312 printf(",\"Total %s\",\"Total %s/s\"", operation_names[op], operation_names[op]); in csv_print_perf_header()
374 … printf("\t\"Thread %d %s\"\t\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in tsv_print_perf_header()
379 printf("\t\"Total %s\"\t\"Total %s/s\"", operation_names[op], operation_names[op]); in tsv_print_perf_header()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h208 const char *operation_names[] = { variable
246 printf("%4d %s", current_time, operation_names[op]); in human_print_perf_iteration()
247 for (int i = strlen(operation_names[op]); i < 12; ++i) { in human_print_perf_iteration()
284 … printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], current, persecond); in human_print_perf_totals()
295 …printf("\t%s\t%'12" PRIu64 " (%'12.1lf/s)", operation_names[op], overall_totals[op], totalpersecon… in human_print_perf_totals()
307 … printf(",\"Thread %d %s\",\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in csv_print_perf_header()
312 printf(",\"Total %s\",\"Total %s/s\"", operation_names[op], operation_names[op]); in csv_print_perf_header()
374 … printf("\t\"Thread %d %s\"\t\"Thread %d %s/s\"", t, operation_names[op], t, operation_names[op]); in tsv_print_perf_header()
379 printf("\t\"Total %s\"\t\"Total %s/s\"", operation_names[op], operation_names[op]); in tsv_print_perf_header()

12