Searched refs:Restricted (Results 1 – 25 of 44) sorted by relevance
12
/third_party/rust/crates/syn/tests/ |
D | test_visibility.rs | 61 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/ |
D | restriction.rs | 19 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/ |
D | P9InstrResources.td | 86 // 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 …]
|
D | PPCScheduleP9.td | 155 // Tuple Restricted ('R') - certain iops preclude dispatching more than one
|
/third_party/openssl/test/ssl-tests/ |
D | 20-cert-select.cnf | 34 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 …]
|
D | 20-cert-select.cnf.in | 526 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/ |
D | connect.cnf | 14 # Restricted signature algorithms
|
D | accept.cnf | 14 # Restricted signature algorithms
|
D | cmod.cnf | 23 # Restricted signature algorithms
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 69 Restricted,
|
D | SkOTTable_OS_2_V0.h | 67 Restricted,
|
D | SkOTUtils.cpp | 234 if (SkToBool(fsType.field.Restricted) || SkToBool(fsType.field.Bitmap)) { in SetAdvancedTypefaceFlags()
|
D | SkOTTable_OS_2_V1.h | 65 Restricted,
|
D | SkOTTable_OS_2_V2.h | 65 Restricted,
|
D | SkOTTable_OS_2_V3.h | 65 Restricted,
|
D | SkOTTable_OS_2_V4.h | 65 Restricted,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 206 // 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/ |
D | SkTypeface.cpp | 506 if (fsType.Bitmap || (fsType.Restricted && !(fsType.PreviewPrint || fsType.Editable))) { in getAdvancedMetrics()
|
/third_party/ltp/ |
D | runltp | 715 echo "INFO: Restricted to $TAG_RESTRICT_STRING"
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | README.md | 1 # ANGLE Restricted Traces
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_gen.rs | 642 struct Restricted { in test_gen() struct
|
/third_party/mesa3d/docs/ci/ |
D | index.rst | 69 Restricted traces are those that have been made available to Mesa developers without a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_framebuffer_downsample.txt | 505 - Restricted layer downscaling to 2D array textures.
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_framebuffer_downsample.txt | 505 - Restricted layer downscaling to 2D array textures.
|
/third_party/rust/crates/syn/src/gen/ |
D | clone.rs | 2157 Visibility::Restricted(v0) => Visibility::Restricted(v0.clone()), in clone()
|
12