Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 13657) sorted by relevance

12345678910>>...547

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dresolve_test.c113 struct open_how how; member
287 .how.mode = 0700, in test_openat2_opath_tests()
288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
292 .how.mode = 0700, in test_openat2_opath_tests()
293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
297 .how.mode = 0700, in test_openat2_opath_tests()
298 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
419 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
423 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
455 if (!(test->how.flags & O_CREAT)) in test_openat2_opath_tests()
[all …]
H A Dopenat2_test.c154 struct open_how how; member
192 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
194 .how.flags = O_PATH, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
196 .how.flags = O_CREAT, .how.mode = 0600 }, in test_openat2_flags()
198 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags()
201 .how.flags = O_CREAT, in test_openat2_flags()
204 .how.flags = O_CREAT, in test_openat2_flags()
215 .how.flags = O_RDONLY, in test_openat2_flags()
221 .how.flags = O_RDONLY, in test_openat2_flags()
224 .how.flags = O_CREAT, in test_openat2_flags()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dresolve_test.c113 struct open_how how; member
287 .how.mode = 0700, in test_openat2_opath_tests()
288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
292 .how.mode = 0700, in test_openat2_opath_tests()
293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
297 .how.mode = 0700, in test_openat2_opath_tests()
298 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
419 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
423 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
455 if (!(test->how.flags & O_CREAT)) in test_openat2_opath_tests()
[all …]
H A Dopenat2_test.c154 struct open_how how; member
192 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
194 .how.flags = O_PATH, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
196 .how.flags = O_CREAT, .how.mode = 0600 }, in test_openat2_flags()
198 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags()
201 .how.flags = O_CREAT, in test_openat2_flags()
204 .how.flags = O_CREAT, in test_openat2_flags()
215 .how.flags = O_RDONLY, in test_openat2_flags()
221 .how.flags = O_RDONLY, in test_openat2_flags()
224 .how.flags = O_CREAT, in test_openat2_flags()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dresolve_test.c113 struct open_how how; member
287 .how.mode = 0700, in test_openat2_opath_tests()
288 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
292 .how.mode = 0700, in test_openat2_opath_tests()
293 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
297 .how.mode = 0700, in test_openat2_opath_tests()
298 .how.resolve = RESOLVE_IN_ROOT, in test_openat2_opath_tests()
419 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
423 .how.resolve = RESOLVE_NO_SYMLINKS, in test_openat2_opath_tests()
455 if (!(test->how.flags & O_CREAT)) in test_openat2_opath_tests()
[all …]
H A Dopenat2_test.c154 struct open_how how; member
192 .how.flags = O_RDONLY, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
194 .how.flags = O_PATH, .how.mode = 0600, .err = -EINVAL }, in test_openat2_flags()
196 .how.flags = O_CREAT, .how.mode = 0600 }, in test_openat2_flags()
198 .how.flags = O_TMPFILE | O_RDWR, .how.mode = 0600 }, in test_openat2_flags()
201 .how.flags = O_CREAT, in test_openat2_flags()
204 .how.flags = O_CREAT, in test_openat2_flags()
215 .how.flags = O_RDONLY, in test_openat2_flags()
221 .how.flags = O_RDONLY, in test_openat2_flags()
224 .how.flags = O_CREAT, in test_openat2_flags()
[all …]
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/tests/
H A Dtest_merge_column_and_index.py81 def how(request): function
96 expected = df_left.merge(df_right, on=on, how=how)
112 expected = df_left.merge(df_right, on=on, how=how)
128 expected = df_left.merge(df_right, on=on, how=how)
143 expected = df_left.merge(df_right, on=on, how=how)
157 expected = df_left.merge(df_right, on=on, how=how)
173 how, argument
177 expected = df_left.merge(df_right, on=on, how=how)
181 ddf_right_unknown, on=on, how=how, shuffle=shuffle_method
194 expected = df_left.merge(df_right, on=on, how=how)
[all …]
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/fronthelpers/
H A Drangeinput_impl.cpp80 m_startRevInput->setEnabled(how); in startNumberToggled()
81 if (how) { in startNumberToggled()
88 if (how) { in startBaseToggled()
96 if (how) { in startHeadToggled()
122 if (how) { in stopHeadToggled()
130 if (how) { in stopBaseToggled()
138 m_endRevInput->setEnabled(how); in stopNumberToggled()
139 if (how) { in stopNumberToggled()
174 m_stopDateInput->setEnabled(how); in stopDateToggled()
175 if (how) { in stopDateToggled()
[all …]
/dports/science/octopus/octopus-10.5/src/grid/
H A Dio_function.F90113 how = 0_8
294 how = 0
295 if(index(where, "AxisX") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__AXIS_X)
296 if(index(where, "AxisY") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__AXIS_Y)
297 if(index(where, "AxisZ") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__AXIS_Z)
305 if(index(where, "DX") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__DX)
307 if(index(where, "Binary") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__BINARY)
309 if(index(where, "XYZ") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__XYZ)
311 if(index(where, "NETCDF") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__NETCDF)
313 if(index(where, "Cube") /= 0) how = ior(how, OPTION__OUTPUTFORMAT__CUBE)
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/locale/
H A Dencoding.hpp65 return from_utf(begin,end,std::use_facet<info>(loc).encoding(),how); in from_utf()
84 return from_utf(text.c_str(),text.c_str()+text.size(),charset,how); in from_utf()
96 return to_utf<CharType>(text,text_end,charset,how); in to_utf()
108 return from_utf(text,text_end,charset,how); in from_utf()
119 return to_utf<CharType>(text.c_str(),text.c_str()+text.size(),loc,how); in to_utf()
130 return from_utf(text.c_str(),text.c_str()+text.size(),loc,how); in from_utf()
144 return to_utf<CharType>(text,text_end,loc,how); in to_utf()
158 return from_utf(text,text_end,loc,how); in from_utf()
171 method_type how=default_method);
181 method_type how=default_method) in between() argument
[all …]
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tests/
H A Dtest_overlay.py75 result = overlay(df1, df2, how=how)
106 result = overlay(df2, df1, how=how)
253 result = overlay(df1, df2, how=how)
292 res1 = overlay(df1, df2, how=how)
293 res2 = overlay(df3, df2, how=how)
321 res1 = overlay(df1, df2, how=how)
322 res2 = overlay(df1, df4, how=how)
337 res = overlay(df1, df2r, how=how)
350 result = overlay(df1, df2, how=how)
355 result = overlay(df1, df2, how=how)
[all …]

12345678910>>...547