Home
last modified time | relevance | path

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

12345

/third_party/nghttp2/src/
Dhttp2_test.cc720 auto rel = StringRef::from_lit("/"); in test_http2_parse_link_header() local
725 auto rel = StringRef::from_lit("/alpha"); in test_http2_parse_link_header() local
732 auto rel = StringRef::from_lit("/alpha/"); in test_http2_parse_link_header() local
739 auto rel = StringRef::from_lit("/alpha/bravo"); in test_http2_parse_link_header() local
746 auto rel = StringRef::from_lit("alpha/bravo"); in test_http2_parse_link_header() local
754 auto rel = StringRef::from_lit("bravo/charlie"); in test_http2_parse_link_header() local
761 auto rel = StringRef::from_lit("/alpha/////bravo/////"); in test_http2_parse_link_header() local
768 auto rel = StringRef::from_lit("../charlie/delta"); in test_http2_parse_link_header() local
775 auto rel = StringRef::from_lit("../charlie"); in test_http2_parse_link_header() local
782 auto rel = StringRef::from_lit("../charlie/../delta"); in test_http2_parse_link_header() local
[all …]
/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
/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/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_relational_expression_test.cc31 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
51 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
71 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
91 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
Dparser_impl_multiplicative_expression_test.cc31 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
51 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
71 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
Dparser_impl_equality_expression_test.cc31 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
51 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
Dparser_impl_additive_expression_test.cc31 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
51 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
Dparser_impl_shift_expression_test.cc31 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
51 auto* rel = e->As<ast::BinaryExpression>(); in TEST_F() local
/third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthExceeded/amd/maxDepthExceeded/built/node_modules/m1/
Dindex.js2 var rel = require('./relative'); variable
/third_party/typescript/tests/cases/projects/NodeModulesSearch/maxDepthExceeded/node_modules/m1/
Dindex.js2 var rel = require('./relative'); variable
/third_party/typescript/tests/baselines/reference/project/nodeModulesMaxDepthExceeded/node/maxDepthExceeded/built/node_modules/m1/
Dindex.js2 var rel = require('./relative'); variable
/third_party/uboot/u-boot-2020.01/arch/arm/lib/
Dreloc_arm_efi.c20 Elf32_Rel *rel = 0; in _relocate() local
Dreloc_aarch64_efi.c44 Elf64_Rela *rel = 0; in _relocate() local
/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dreloc_x86_64_efi.c19 Elf64_Rel *rel = 0; in _relocate() local
Dreloc_ia32_efi.c17 Elf32_Rel *rel = 0; in _relocate() local
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dxpressive.cpp43 sregex rel = ( (s1= +_w) >> " <--> " >> (s2= +_d) ) in main() local
/third_party/boost/boost/bimap/relation/support/
Dget.hpp116 get(::boost::bimaps::relation::member_at::info, SymmetricType & rel) in get()
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/
Dreloc_riscv_efi.c56 Elf_Rela *rel = 0; in _relocate() local
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_image_loader.c105 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel, in efi_loader_relocate()
229 const IMAGE_BASE_RELOCATION *rel; in efi_load_pe() local
/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.am38 reldir = .release/$(distdir) directory
/third_party/uboot/u-boot-2020.01/drivers/rtc/
Dpcf8563.c25 int rel = 0; in rtc_get() local
/third_party/node/deps/npm/node_modules/rc/lib/
Dutils.js91 function find(start, rel) { argument
/third_party/ffmpeg/libavformat/tests/
Durl.c49 static void test(const char *base, const char *rel) in test()

12345