Home
last modified time | relevance | path

Searched refs:Resolution (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/cxx/macro/src/
H A Dgenerics.rs2 use crate::syntax::resolve::Resolution;
10 resolve: Resolution<'a>,
16 resolve: Resolution<'a>,
22 resolve: Resolution<'a>, in split_for_impl()
/third_party/mesa3d/bin/pick/
H A Dcore.py77 class Resolution(enum.Enum): class
120 resolution: Resolution = attr.ib(Resolution.UNRESOLVED)
138 c.resolution = Resolution(data['resolution'])
163 self.resolution = Resolution.MERGED
183 self.resolution = Resolution.DENOMINATED
191 self.resolution = Resolution.BACKPORTED
199 self.resolution = Resolution.MERGED
334 oldc.resolution = Resolution.DENOMINATED
336 commit.resolution = Resolution
[all...]
H A Dcore_test.py42 core.NominationType.CC, core.Resolution.UNRESOLVED)
50 'nomination_type': None, 'resolution': core.Resolution.UNRESOLVED.value,
60 'resolution': core.Resolution.UNRESOLVED.value,
H A Dui.py173 if commit.nominated and commit.resolution is core.Resolution.UNRESOLVED:
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dresolve.rs6 pub struct Resolution<'a> { structure names
12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
H A Dtypes.rs5 use crate::syntax::resolve::Resolution;
25 pub resolutions: UnorderedMap<&'a Ident, Resolution<'a>>,
58 resolutions.insert(&name.rust, Resolution { name, generics });
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dresolve.rs6 pub struct Resolution<'a> { structure names
12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
H A Dtypes.rs5 use crate::syntax::resolve::Resolution;
25 pub resolutions: UnorderedMap<&'a Ident, Resolution<'a>>,
58 resolutions.insert(&name.rust, Resolution { name, generics });
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dresolve.rs6 pub struct Resolution<'a> { structure names
12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
H A Dtypes.rs5 use crate::syntax::resolve::Resolution;
25 pub resolutions: UnorderedMap<&'a Ident, Resolution<'a>>,
58 resolutions.insert(&name.rust, Resolution { name, generics });
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dresolve.rs6 pub struct Resolution<'a> { structure names
12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
H A Dtypes.rs5 use crate::syntax::resolve::Resolution;
25 pub resolutions: UnorderedMap<&'a Ident, Resolution<'a>>,
58 resolutions.insert(&name.rust, Resolution { name, generics });
/third_party/rust/crates/cxx/syntax/
H A Dresolve.rs6 pub struct Resolution<'a> { structure names
12 pub fn resolve(&self, ident: &impl UnresolvedName) -> Resolution<'a> { in resolve()
20 pub fn try_resolve(&self, ident: &impl UnresolvedName) -> Option<Resolution<'a>> { in try_resolve()
H A Dtypes.rs5 use crate::syntax::resolve::Resolution;
25 pub resolutions: UnorderedMap<&'a Ident, Resolution<'a>>,
58 resolutions.insert(&name.rust, Resolution { name, generics });
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2267 ConflictResolution Resolution = CR_Keep; member
2426 return Vals[Num].Resolution; in getResolution()
2770 switch ((V.Resolution = analyzeValue(ValNo, Other))) { in computeAssignment()
2816 if (Vals[i].Resolution == CR_Impossible) { in mapValues()
2884 assert(V.Resolution != CR_Impossible && "Unresolvable conflict"); in resolveConflicts()
2885 if (V.Resolution != CR_Unresolved) in resolveConflicts()
2940 V.Resolution = CR_Replace; in resolveConflicts()
2951 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge) in isPrunedValue()
2966 switch (Vals[i].Resolution) { in pruneValues()
[all...]
/third_party/backends/backend/
H A Dhpsj5s.c70 static SANE_Word wResolution = 300; /*Resolution in DPI */
119 { /*Resolution for scan */
121 "Resolution",
136 LengthForRes (SANE_Word Resolution, SANE_Word Length) in LengthForRes() argument
138 switch (Resolution) in LengthForRes()
207 sod[2].constraint.word_list = &ImageResolutionsList[0]; /*Resolution option */ in sane_init()
395 case 2: /*Resolution */ in sane_control_option()
801 /*Resolution: */ in TransferScanParameters()
898 /*Resolution to 300 DPI */ in GetCalibration()
H A Dhp3900_rts8822.c334 static SANE_Int Constrains_Check (struct st_device *dev, SANE_Int Resolution,
13900 Constrains_Check (struct st_device *dev, SANE_Int Resolution, in Constrains_Check() argument
13934 coords.left = MM_TO_PIXEL (mc->left, Resolution); in Constrains_Check()
13935 coords.width = MM_TO_PIXEL (mc->width, Resolution); in Constrains_Check()
13936 coords.top = MM_TO_PIXEL (mc->top, Resolution); in Constrains_Check()
13937 coords.height = MM_TO_PIXEL (mc->height, Resolution); in Constrains_Check()
13962 dbg_scantype (scantype), Resolution, mycoords->left, mycoords->width, in Constrains_Check()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 51 milliseconds