Searched refs:REL (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Tools/msi/ |
H A D | purge.py | 28 REL = m.group(2) or '' variable 73 *["win32{}/{}".format(REL, f) for f in FILES], 74 *["amd64{}/{}".format(REL, f) for f in FILES], 75 *["arm64{}/{}".format(REL, f) for f in FILES],
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 227 my $REL = shift; 230 return "${MACHINE}-whatever-isc4" if $REL eq '4.0' || $REL eq '4.1'; 232 return "whatever-whatever-sco3" if $REL eq '3.2v4.2'; 233 return "whatever-whatever-sco5" if $REL =~ m@3\.2v5\.0.*@; 234 if ( $REL eq "4.2MP" ) { 239 return "whatever-whatever-unixware1" if $REL eq "4.2"; 240 if ( $REL =~ m@5.*@ ) { 257 my $REL = is_sco_uname(); 258 if ( defined $REL ) { [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 227 my $REL = shift; 230 return "${MACHINE}-whatever-isc4" if $REL eq '4.0' || $REL eq '4.1'; 232 return "whatever-whatever-sco3" if $REL eq '3.2v4.2'; 233 return "whatever-whatever-sco5" if $REL =~ m@3\.2v5\.0.*@; 234 if ( $REL eq "4.2MP" ) { 239 return "whatever-whatever-unixware1" if $REL eq "4.2"; 240 if ( $REL =~ m@5.*@ ) { 257 my $REL = is_sco_uname(); 258 if ( defined $REL ) { [all...] |
/third_party/elfutils/backends/ |
H A D | common-reloc.c | 72 #define REL (1 << (ET_REL - 1)) macro 81 #undef REL macro
|
/third_party/elfutils/libebl/ |
H A D | eblsectiontypename.c | 57 KNOWNSTYPE (REL), in ebl_section_type_name()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev-int.h | 293 max_mask(REL, rel); in type_to_mask_const() 316 max_mask(REL, rel); in type_to_mask()
|
/third_party/nghttp2/src/ |
H A D | http2_test.cc | 678 R"(REL=PRELOAD, <url3>; REL="foo PRELOAD bar")")); in test_http2_parse_link_header()
|
Completed in 4 milliseconds