Home
last modified time | relevance | path

Searched refs:preferred_location (Results 1 – 20 of 20) sorted by relevance

/dports/devel/py-azure-cosmos/azure-cosmos-3.2.0/test/
H A Dlocation_cache_tests.py296 for preferred_location in self.preferred_locations:
298 if read_location['name'] == preferred_location:
299 most_preferred_read_location_name = preferred_location
308 for preferred_location in self.preferred_locations:
310 if write_location['name'] == preferred_location:
311 most_preferred_write_location_name = preferred_location
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_padding_optimizer.cc50 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
51 : preferred_location_(preferred_location), fields_(1, field) {} in FieldGroup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_padding_optimizer.cc50 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
51 : preferred_location_(preferred_location), fields_(1, field) {} in FieldGroup()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/cpp/
H A Dcpp_padding_optimizer.cc50 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
51 : preferred_location_(preferred_location), fields_(1, field) {} in FieldGroup()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_padding_optimizer.cc50 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
51 : preferred_location_(preferred_location), fields_(1, field) {} in FieldGroup()
/dports/ftp/wget/wget-1.21.2/src/
H A Dmetalink.c297 if (opt.preferred_location && opt.preferred_location[0]) in retrieve_from_metalink()
1257 if (opt.preferred_location) in metalink_res_cmp()
1261 !c_strcasecmp (opt.preferred_location, res1->location)) in metalink_res_cmp()
1264 !c_strcasecmp (opt.preferred_location, res2->location)) in metalink_res_cmp()
H A Doptions.h73 char *preferred_location; /* Preferred location for Metalink resources */ member
H A Dmain.c2221 if (opt.preferred_location && opt.preferred_location[0]) in main()
H A Dinit.c282 { "preferredlocation", &opt.preferred_location, cmd_string },
1979 xfree (opt.preferred_location); in cleanup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/generic_sensor/
H A Dplatform_sensor_provider_chromeos.cc427 const auto preferred_location = in DetermineMotionSensors() local
433 motion_sensor_location_info[preferred_location].sensor_info_pairs; in DetermineMotionSensors()
/dports/audio/kwave/kwave-21.12.3/libgui/
H A DSignalView.h80 Location preferred_location,
H A DSignalView.cpp55 Location preferred_location, in SignalView() argument
60 m_preferred_location(preferred_location), in SignalView()
/dports/devel/protobuf25/protobuf-2.5.0/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc193 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
194 : preferred_location_(preferred_location), in FieldGroup()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc186 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
187 : preferred_location_(preferred_location), in FieldGroup()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc186 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
187 : preferred_location_(preferred_location), in FieldGroup()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc186 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
187 : preferred_location_(preferred_location), in FieldGroup()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc186 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
187 : preferred_location_(preferred_location), in FieldGroup()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc186 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
187 : preferred_location_(preferred_location), in FieldGroup()
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc186 FieldGroup(float preferred_location, const FieldDescriptor* field) in FieldGroup() argument
187 : preferred_location_(preferred_location), in FieldGroup()
/dports/ftp/wget/wget-1.21.2/
H A DChangeLog5299 * src/options.h (options): Add preferred_location option.