Home
last modified time | relevance | path

Searched refs:Restricted (Results 1 – 25 of 44) sorted by relevance

12

/third_party/rust/crates/syn/tests/
Dtest_visibility.rs61 assert_vis_parse!("pub(in foo::bar)", Ok(Visibility::Restricted(_))); in test_in()
66 assert_vis_parse!("pub(crate)", Ok(Visibility::Restricted(_))); in test_pub_crate()
71 assert_vis_parse!("pub(self)", Ok(Visibility::Restricted(_))); in test_pub_self()
76 assert_vis_parse!("pub(super)", Ok(Visibility::Restricted(_))); in test_pub_super()
/third_party/rust/crates/syn/src/
Drestriction.rs19 Restricted(VisRestricted),
108 return Ok(Visibility::Restricted(VisRestricted { in parse_pub()
120 return Ok(Visibility::Restricted(VisRestricted { in parse_pub()
153 Visibility::Restricted(vis_restricted) => vis_restricted.to_tokens(tokens), in to_tokens()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td86 // Restricted Dispatch ALU operation for 3 cycles. The operation runs on a
87 // single slice. However, since it is Restricted, it requires all 3 dispatches
174 // Restricted Dispatch ALU operation for 2 cycles. The operation runs on a
175 // single slice. However, since it is Restricted, it requires all 3 dispatches
397 // 5 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three
405 // 7 cycle Restricted DP operation. One DP unit, one EXEC pipeline and all three
448 // 7 cycle Restricted DP operation and one 3 cycle ALU operation.
457 // 5 Cycle Restricted DP operation and one 2 cycle ALU operation.
464 // 7 cycle Restricted DP operation and one 3 cycle ALU operation.
757 // 4 Cycle Restricted load uses a single slice but the dispatch for the whole
[all …]
DPPCScheduleP9.td155 // Tuple Restricted ('R') - certain iops preclude dispatching more than one
/third_party/openssl/test/ssl-tests/
D20-cert-select.cnf34 test-29 = 29-Only RSA-PSS Restricted Certificate
35 test-30 = 30-RSA-PSS Restricted Certificate Valid Signature Algorithms
36 test-31 = 31-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm
37 test-32 = 32-RSA-PSS Restricted Certificate Invalid Signature Algorithms
985 [29-Only RSA-PSS Restricted Certificate]
986 ssl_conf = 29-Only RSA-PSS Restricted Certificate-ssl
988 [29-Only RSA-PSS Restricted Certificate-ssl]
989 server = 29-Only RSA-PSS Restricted Certificate-server
990 client = 29-Only RSA-PSS Restricted Certificate-client
992 [29-Only RSA-PSS Restricted Certificate-server]
[all …]
D20-cert-select.cnf.in526 name => "Only RSA-PSS Restricted Certificate",
537 name => "RSA-PSS Restricted Certificate Valid Signature Algorithms",
550 name => "RSA-PSS Restricted Cert client prefers invalid Signature Algorithm",
563 name => "RSA-PSS Restricted Certificate Invalid Signature Algorithms",
/third_party/openssl/demos/bio/
Dconnect.cnf14 # Restricted signature algorithms
Daccept.cnf14 # Restricted signature algorithms
Dcmod.cnf23 # Restricted signature algorithms
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_VA.h69 Restricted,
DSkOTTable_OS_2_V0.h67 Restricted,
DSkOTUtils.cpp234 if (SkToBool(fsType.field.Restricted) || SkToBool(fsType.field.Bitmap)) { in SetAdvancedTypefaceFlags()
DSkOTTable_OS_2_V1.h65 Restricted,
DSkOTTable_OS_2_V2.h65 Restricted,
DSkOTTable_OS_2_V3.h65 Restricted,
DSkOTTable_OS_2_V4.h65 Restricted,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td206 // Restricted set of tail call registers, for use when branch target
824 def PPR_3b : PPRClass<7>; // Restricted 3 bit SVE predicate register class.
872 def ZPR_4b : ZPRClass<15>; // Restricted 4 bit SVE vector register class.
873 def ZPR_3b : ZPRClass<7>; // Restricted 3 bit SVE vector register class.
/third_party/skia/src/core/
DSkTypeface.cpp506 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) { in getAdvancedMetrics()
/third_party/ltp/
Drunltp715 echo "INFO: Restricted to $TAG_RESTRICT_STRING"
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
DREADME.md1 # ANGLE Restricted Traces
/third_party/rust/crates/serde/test_suite/tests/
Dtest_gen.rs642 struct Restricted { in test_gen() struct
/third_party/mesa3d/docs/ci/
Dindex.rst69 Restricted traces are those that have been made available to Mesa developers without a
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_framebuffer_downsample.txt505 - Restricted layer downscaling to 2D array textures.
/third_party/openGLES/extensions/IMG/
DIMG_framebuffer_downsample.txt505 - Restricted layer downscaling to 2D array textures.
/third_party/rust/crates/syn/src/gen/
Dclone.rs2157 Visibility::Restricted(v0) => Visibility::Restricted(v0.clone()), in clone()

12