Home
last modified time | relevance | path

Searched refs:restricted (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
H A Dindex.js84 const restricted = (packument.policyRestrictions &&
104 return decorateAvoid(versions[ver] || staged[ver] || restricted[ver], avoid)
113 const mani = versions[ver] || staged[ver] || restricted[ver]
136 .concat(Object.entries(restricted))
158 const notrestra = !restricted[a]
159 const notrestrb = !restricted[b]
168 // - not restricted
190 const restricted = (policyRestrictions && policyRestrictions.versions) || {}
192 if (picked && !restricted[picked.version]) {
202 const isForbidden = picked && !!restricted[picke
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dtype-narrowing-reducer.cc72 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce() local
73 if (!original_type.Is(restricted)) { in Reduce()
74 NodeProperties::SetType(node, restricted); in Reduce()
/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh644 # arg2: optional flag indicating input is restricted to %
714 validate_option_set "${CPU_SET_MAX_FREQ}" restricted
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs637 mod restricted { modules
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6303 bool restricted = (PC == PredicateConstraint::Upl); in getRegForInlineAsmConstraint() local
6304 return restricted ? std::make_pair(0U, &AArch64::PPR_3bRegClass) in getRegForInlineAsmConstraint()
/third_party/eudev/
H A Dconfigure13098 // Iterate through items via the restricted pointer.

Completed in 43 milliseconds