Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 25 of 59) sorted by relevance

123

/third_party/boost/libs/bimap/test/
Dtest_relation.hpp40 void test_relation_with_default_tags(Relation & rel, in test_relation_with_default_tags()
79 void test_relation_with_user_tags(Relation & rel, in test_relation_with_user_tags()
136 rel_type rel( lv, rv ); in test_relation() local
150 rel_type rel( lv, rv ); in test_relation() local
Dtest_mutant_relation.cpp55 typedef mutant_relation< left_data, right_data > rel; in BOOST_BIMAP_TEST_STATIC_FUNCTION() typedef
84 tagged<left_data,left_tag>, tagged<right_data,right_tag> > rel; in BOOST_BIMAP_TEST_STATIC_FUNCTION() typedef
/third_party/boost/boost/bimap/relation/
Dmutant_relation.hpp131 relation_info_hook( const Relation & rel ) : in relation_info_hook()
136 void change_to( const Relation & rel ) in change_to()
179 relation_info_hook( const Relation & rel ) : in relation_info_hook()
183 void change_to( const Relation & rel ) in change_to()
284 mutant_relation(const mutant_relation<TA,TB,Info,false> & rel) : in mutant_relation()
287 mutant_relation(const mutant_relation<TA,TB,Info,true> & rel) : in mutant_relation()
293 mutant_relation& operator=(const mutant_relation<TA,TB,Info,FM> & rel) in operator =()
429 copy_with_left_replaced(mutant_relation<TA,TB,Info,force_mutable> const& rel, in copy_with_left_replaced()
439 copy_with_left_replaced(mutant_relation<TA,TB,::boost::mpl::na,force_mutable> const& rel, in copy_with_left_replaced()
449 copy_with_right_replaced(mutant_relation<TA,TB,Info,force_mutable> const& rel, in copy_with_right_replaced()
[all …]
/third_party/ffmpeg/libavformat/
Durl.c81 static void trim_double_dot_url(char *buf, const char *rel, int size) in trim_double_dot_url()
123 const char *rel) in ff_make_absolute_url()
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dxpressive.cpp43 sregex rel = ( (s1= +_w) >> " <--> " >> (s2= +_d) ) in main() local
/third_party/node/tools/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/
Ddeprecation-warnings.js40 const rel = path.relative(process.cwd(), source); constant
/third_party/node/tools/node_modules/eslint/lib/shared/
Ddeprecation-warnings.js40 const rel = path.relative(process.cwd(), source); constant
/third_party/boost/boost/bimap/relation/support/
Dget.hpp116 get(::boost::bimaps::relation::member_at::info, SymmetricType & rel) in get()
/third_party/ffmpeg/libavformat/tests/
Durl.c24 static void test(const char *base, const char *rel) in test()
/third_party/node/test/es-module/
Dtest-esm-windows.js18 const rel = (file) => path.join(tmpdir.path, file); function
/third_party/boost/boost/mpl/aux_/test/
Dassert.hpp23 #define MPL_ASSERT_RELATION(x, rel, y) BOOST_MPL_ASSERT_RELATION(x, rel, y) argument
/third_party/libusb/
DMakefile.am22 reldir = .release/$(distdir) directory
/third_party/node/deps/npm/node_modules/rc/lib/
Dutils.js91 function find(start, rel) { argument
/third_party/Linux_Kernel/arch/arm/include/asm/
Dflat.h13 #define flat_get_relocate_addr(rel) (rel) argument
/third_party/boost/libs/multiprecision/performance/
Dmiller_rabin_performance.cpp61 double rel = i->second / min_time; in generate_quickbook() local
/third_party/glib/glib/deprecated/
Dgrel.c199 GRelation* rel = g_new0 (GRelation, 1); in g_relation_new() local
618 GRelation* rel = (GRelation*) user_data; in g_relation_print_one() local
641 GRelation* rel = (GRelation*) user_data; in g_relation_print_index() local
/third_party/node/deps/npm/node_modules/config-chain/
Dindex.js27 var rel = path.join.apply(null, [].slice.call(arguments)) variable
29 function find(start, rel) { argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DCollectionUtilities.java277 int rel = ao.compareTo(bo); in containsSome() local
294 int rel = aac.compare(ao, bo); in containsSome() local
330 int rel = ao.compareTo(bo); in containsAll() local
349 int rel = aac.compare(ao, bo); in containsAll() local
/third_party/musl/ldso/
Ddlstart.c24 size_t *rel, rel_size, base; in _dlstart_c() local
/third_party/boost/boost/mpl/
Dassert.hpp339 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \ argument
379 # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \ argument
/third_party/grpc/tools/mkowners/
Dmkowners.py106 rel = os.path.relpath(owners.dir, possible_parent.dir) variable
/third_party/boost/libs/geometry/test/cs_undefined/
Dtest_relops.hpp126 inline void rel(G1 const& g1, G2 const& g2, S const& s) in rel() function
/third_party/boost/libs/log/src/setup/
Ddefault_filter_factory.cpp268 …factory< CharT >::on_custom_relation(attribute_name const& name, string_type const& rel, string_ty… in on_custom_relation()
/third_party/python/Lib/test/
Dtest_statistics.py81 def approx_equal(x, y, tol=1e-12, rel=1e-7): argument
209 self, first, second, tol=None, rel=None, msg=None argument
252 def _check_approx_seq(self, first, second, tol, rel, msg): argument
263 def _check_approx_num(self, first, second, tol, rel, msg, idx=None): argument
273 def _make_std_err_msg(first, second, tol, rel, idx): argument
359 def do_symmetry_test(self, a, b, tol, rel): argument
372 def do_exactly_equal_test(self, x, tol, rel): argument
553 def do_check_both(self, a, b, tol, rel, tol_flag, rel_flag): argument
651 def generate_substrings(self, first, second, tol, rel, idx): argument
1901 rel = 1e-12 variable in VarianceStdevMixin
/third_party/boost/libs/xpressive/perf/
Dcommand_line.cpp159 double rel = time / best; in print_result() local

123