Home
last modified time | relevance | path

Searched refs:from_kind (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Delements-kind.h236 inline ElementsKind FastSmiToObjectElementsKind(ElementsKind from_kind) { in FastSmiToObjectElementsKind() argument
237 DCHECK(IsSmiElementsKind(from_kind)); in FastSmiToObjectElementsKind()
242 inline bool IsSimpleMapChangeTransition(ElementsKind from_kind, in IsSimpleMapChangeTransition() argument
244 return (GetHoleyElementsKind(from_kind) == to_kind) || in IsSimpleMapChangeTransition()
249 bool IsMoreGeneralElementsKindTransition(ElementsKind from_kind,
253 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() argument
255 if (IsMoreGeneralElementsKindTransition(from_kind, to_kind)) { in GetMoreGeneralElementsKind()
258 return from_kind; in GetMoreGeneralElementsKind()
262 inline bool IsTransitionableFastElementsKind(ElementsKind from_kind) { in IsTransitionableFastElementsKind() argument
263 return IsFastElementsKind(from_kind) && in IsTransitionableFastElementsKind()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Delements-kind.h316 inline ElementsKind FastSmiToObjectElementsKind(ElementsKind from_kind) { in FastSmiToObjectElementsKind() argument
317 DCHECK(IsSmiElementsKind(from_kind)); in FastSmiToObjectElementsKind()
321 inline bool IsSimpleMapChangeTransition(ElementsKind from_kind, in IsSimpleMapChangeTransition() argument
323 return (GetHoleyElementsKind(from_kind) == to_kind) || in IsSimpleMapChangeTransition()
327 bool IsMoreGeneralElementsKindTransition(ElementsKind from_kind,
330 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() argument
332 if (IsMoreGeneralElementsKindTransition(from_kind, to_kind)) { in GetMoreGeneralElementsKind()
335 return from_kind; in GetMoreGeneralElementsKind()
338 inline bool IsTransitionableFastElementsKind(ElementsKind from_kind) { in IsTransitionableFastElementsKind() argument
339 return IsFastElementsKind(from_kind) && in IsTransitionableFastElementsKind()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Delements-kind.h324 inline ElementsKind FastSmiToObjectElementsKind(ElementsKind from_kind) { in FastSmiToObjectElementsKind() argument
325 DCHECK(IsSmiElementsKind(from_kind)); in FastSmiToObjectElementsKind()
329 inline bool IsSimpleMapChangeTransition(ElementsKind from_kind, in IsSimpleMapChangeTransition() argument
331 return (GetHoleyElementsKind(from_kind) == to_kind) || in IsSimpleMapChangeTransition()
335 bool IsMoreGeneralElementsKindTransition(ElementsKind from_kind,
338 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() argument
340 if (IsMoreGeneralElementsKindTransition(from_kind, to_kind)) { in GetMoreGeneralElementsKind()
343 return from_kind; in GetMoreGeneralElementsKind()
346 inline bool IsTransitionableFastElementsKind(ElementsKind from_kind) { in IsTransitionableFastElementsKind() argument
347 return IsFastElementsKind(from_kind) && in IsTransitionableFastElementsKind()
[all …]
/dports/devel/py-tables/tables-3.6.1/tables/tests/
H A Dtest_types.py20 var2 = Col.from_kind('int') # integer
21 var3 = Col.from_kind('int', itemsize=2) # short integer
22 var4 = Col.from_kind('float') # double (double-precision)
24 var6 = Col.from_kind('complex') # double-precision
25 var7 = Col.from_kind('complex', itemsize=8) # single-precision
27 var8 = Col.from_kind('float', itemsize=2) # half-precision
29 var9 = Col.from_kind('float', itemsize=12) # extended-precision
283 atom1 = Atom.from_kind('int', itemsize=2, shape=(2, 2))
289 atom1 = Atom.from_kind('int', shape=(2, 2))
295 atom1 = Atom.from_kind('int', shape=1)
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/src/
H A Dstacking.rs12 use crate::error::{from_kind, ErrorKind, ShapeError};
78 return Err(from_kind(ErrorKind::Unsupported)); in concatenate()
82 return Err(from_kind(ErrorKind::OutOfBounds)); in concatenate()
89 return Err(from_kind(ErrorKind::IncompatibleShape)); in concatenate()
146 return Err(from_kind(ErrorKind::Unsupported)); in stack_new_axis()
151 return Err(from_kind(ErrorKind::OutOfBounds)); in stack_new_axis()
156 return Err(from_kind(ErrorKind::IncompatibleShape)); in stack_new_axis()
H A Derror.rs28 pub fn from_kind(error: ErrorKind) -> Self { in from_kind() method
29 from_kind(error) in from_kind()
55 pub fn from_kind(k: ErrorKind) -> ShapeError { in from_kind() function
101 from_kind(ErrorKind::IncompatibleShape) in incompatible_shapes()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Delements-kind.h415 inline ElementsKind FastSmiToObjectElementsKind(ElementsKind from_kind) { in FastSmiToObjectElementsKind() argument
416 DCHECK(IsSmiElementsKind(from_kind)); in FastSmiToObjectElementsKind()
420 inline bool IsSimpleMapChangeTransition(ElementsKind from_kind, in IsSimpleMapChangeTransition() argument
422 return (GetHoleyElementsKind(from_kind) == to_kind) || in IsSimpleMapChangeTransition()
426 bool IsMoreGeneralElementsKindTransition(ElementsKind from_kind,
429 inline ElementsKind GetMoreGeneralElementsKind(ElementsKind from_kind, in GetMoreGeneralElementsKind() argument
431 if (IsMoreGeneralElementsKindTransition(from_kind, to_kind)) { in GetMoreGeneralElementsKind()
434 return from_kind; in GetMoreGeneralElementsKind()
437 inline bool IsTransitionableFastElementsKind(ElementsKind from_kind) { in IsTransitionableFastElementsKind() argument
438 return IsFastElementsKind(from_kind) && in IsTransitionableFastElementsKind()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/error-chain-0.11.0/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/error-chain/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/error-chain-0.11.0/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/www/firefox/firefox-99.0/third_party/rust/error-chain/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/error-chain/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/net/krill/krill-0.9.4/cargo-crates/error-chain-0.11.0/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/error-chain/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/error-chain/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/error-chain-0.11.0/src/
H A Derror_chain.rs84 fn from_kind(kind: Self::ErrorKind) -> Self {
85 Self::from_kind(kind)
122 pub fn from_kind(kind: $error_kind_name) -> $error_name {
167 $error_name::with_chain(self, Self::from_kind(error().into()))
217 $error_name::from_kind(
226 $error_name::from_kind(e)
232 $error_name::from_kind(s.into())
238 $error_name::from_kind(s.into())
341 $crate::ChainedError::from_kind(callback().into())
/dports/sysutils/vector/vector-0.10.0/cargo-crates/error-chain-0.12.1/src/
H A Derror_chain.rs153 fn from_kind(kind: Self::ErrorKind) -> Self {
154 Self::from_kind(kind)
191 pub fn from_kind(kind: $error_kind_name) -> $error_name {
236 $error_name::with_chain(self, Self::from_kind(error().into()))
284 $error_name::from_kind(
293 $error_name::from_kind(e)
299 $error_name::from_kind(s.into())
305 $error_name::from_kind(s.into())
400 $crate::ChainedError::from_kind(callback().into())
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/error-chain-0.12.1/src/
H A Derror_chain.rs153 fn from_kind(kind: Self::ErrorKind) -> Self {
154 Self::from_kind(kind)
191 pub fn from_kind(kind: $error_kind_name) -> $error_name {
236 $error_name::with_chain(self, Self::from_kind(error().into()))
284 $error_name::from_kind(
293 $error_name::from_kind(e)
299 $error_name::from_kind(s.into())
305 $error_name::from_kind(s.into())
400 $crate::ChainedError::from_kind(callback().into())
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/error-chain-0.12.1/src/
H A Derror_chain.rs153 fn from_kind(kind: Self::ErrorKind) -> Self {
154 Self::from_kind(kind)
191 pub fn from_kind(kind: $error_kind_name) -> $error_name {
236 $error_name::with_chain(self, Self::from_kind(error().into()))
284 $error_name::from_kind(
293 $error_name::from_kind(e)
299 $error_name::from_kind(s.into())
305 $error_name::from_kind(s.into())
400 $crate::ChainedError::from_kind(callback().into())
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/error-chain-0.12.2/src/
H A Derror_chain.rs167 Self::from_kind(s.into())
173 Self::from_kind(s.into())
228 fn from_kind(kind: Self::ErrorKind) -> Self {
229 Self::from_kind(kind)
266 pub fn from_kind(kind: $error_kind_name) -> $error_name {
312 $error_name::with_chain(self, Self::from_kind(error().into()))
361 $error_name::from_kind(
370 $error_name::from_kind(e)
445 $crate::ChainedError::from_kind(callback().into())
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/error-chain-0.12.4/src/
H A Derror_chain.rs167 Self::from_kind(s.into())
173 Self::from_kind(s.into())
228 fn from_kind(kind: Self::ErrorKind) -> Self {
229 Self::from_kind(kind)
266 pub fn from_kind(kind: $error_kind_name) -> $error_name {
312 $error_name::with_chain(self, Self::from_kind(error().into()))
361 $error_name::from_kind(
370 $error_name::from_kind(e)
445 $crate::ChainedError::from_kind(callback().into())
/dports/devel/sccache/sccache-0.2.15/cargo-crates/error-chain-0.12.4/src/
H A Derror_chain.rs167 Self::from_kind(s.into())
173 Self::from_kind(s.into())
228 fn from_kind(kind: Self::ErrorKind) -> Self {
229 Self::from_kind(kind)
266 pub fn from_kind(kind: $error_kind_name) -> $error_name {
312 $error_name::with_chain(self, Self::from_kind(error().into()))
361 $error_name::from_kind(
370 $error_name::from_kind(e)
445 $crate::ChainedError::from_kind(callback().into())
/dports/net/routinator/routinator-0.10.2/cargo-crates/error-chain-0.12.4/src/
H A Derror_chain.rs167 Self::from_kind(s.into())
173 Self::from_kind(s.into())
228 fn from_kind(kind: Self::ErrorKind) -> Self {
229 Self::from_kind(kind)
266 pub fn from_kind(kind: $error_kind_name) -> $error_name {
312 $error_name::with_chain(self, Self::from_kind(error().into()))
361 $error_name::from_kind(
370 $error_name::from_kind(e)
445 $crate::ChainedError::from_kind(callback().into())
/dports/devel/git-delta/delta-0.9.2/cargo-crates/error-chain-0.12.4/src/
H A Derror_chain.rs167 Self::from_kind(s.into())
173 Self::from_kind(s.into())
228 fn from_kind(kind: Self::ErrorKind) -> Self {
229 Self::from_kind(kind)
266 pub fn from_kind(kind: $error_kind_name) -> $error_name {
312 $error_name::with_chain(self, Self::from_kind(error().into()))
361 $error_name::from_kind(
370 $error_name::from_kind(e)
445 $crate::ChainedError::from_kind(callback().into())
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/error-chain-0.12.4/src/
H A Derror_chain.rs167 Self::from_kind(s.into())
173 Self::from_kind(s.into())
228 fn from_kind(kind: Self::ErrorKind) -> Self {
229 Self::from_kind(kind)
266 pub fn from_kind(kind: $error_kind_name) -> $error_name {
312 $error_name::with_chain(self, Self::from_kind(error().into()))
361 $error_name::from_kind(
370 $error_name::from_kind(e)
445 $crate::ChainedError::from_kind(callback().into())

12345678910>>...19