Home
last modified time | relevance | path

Searched refs:Fallback (Results 1 – 25 of 67) sorted by relevance

123

/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs16 Fallback(fallback::TokenStream), enumerator
31 Fallback(fallback::LexError), enumerator
36 LexError::Fallback(fallback::LexError { in call_site()
78 TokenStream::Fallback(fallback::TokenStream::new()) in new()
85 TokenStream::Fallback(tts) => tts.is_empty(), in is_empty()
92 TokenStream::Fallback(_) => mismatch(), in unwrap_nightly()
99 TokenStream::Fallback(s) => s, in unwrap_stable()
113 Ok(TokenStream::Fallback(src.parse()?)) in from_str()
128 TokenStream::Fallback(tts) => Display::fmt(tts, f), in fmt()
143 TokenStream::Fallback(inner) => inner.to_string().parse().unwrap(), in from()
[all …]
Dextra.rs30 Fallback(fallback::Span), enumerator
44 imp::Group::Fallback(group) => DelimSpanEnum::Fallback(group.span()), in new()
48 let inner = DelimSpanEnum::Fallback(group.span()); in new()
61 DelimSpanEnum::Fallback(span) => Span::_new_fallback(*span), in join()
76 DelimSpanEnum::Fallback(span) => Span::_new_fallback(span.first_byte()), in open()
91 DelimSpanEnum::Fallback(span) => Span::_new_fallback(span.last_byte()), in close()
Dfallback.rs79 inner: crate::imp::Literal::Fallback(literal), in push_token_from_proc_macro()
89 inner: crate::imp::Literal::Fallback(literal), in push_token_from_proc_macro()
127 crate::imp::Group::Fallback(group) => group, in drop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp288 auto *Fallback = dyn_cast<GlobalValue>( in addSymbol() local
290 if (!Fallback) in addSymbol()
295 Msymtab.printSymbolName(OS, Fallback); in addSymbol()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp423 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred>
432 fallback = Fallback
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h495 struct Fallback { bool flow; };
496 struct Derived : T, Fallback { };
499 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
/third_party/openGLES/extensions/AMD/
DAMD_program_binary_Z400.txt123 // Fallback to source shaders or gracefully exit.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_program_binary_Z400.txt123 // Fallback to source shaders or gracefully exit.
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp599 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred>
608 fallback = Fallback
/third_party/mesa3d/docs/relnotes/
D10.0.4.rst116 - meta: Fallback to software for GetTexImage of compressed
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h377 struct Fallback { bool flow; };
378 struct Derived : T, Fallback { };
381 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
/third_party/flutter/skia/modules/canvaskit/
DCHANGELOG.md50 - Fallback to CPU now properly refreshes the canvas to get access to the
/third_party/flutter/flutter/packages/flutter_tools/lib/
Drunner.dart184 // Fallback to the system temporary directory.
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_get_program_binary.txt357 // Fallback to simpler source shaders? Take my toys and go home?
400 // were cached away. Fallback to source shader loading path,
/third_party/openGLES/extensions/OES/
DOES_get_program_binary.txt368 // Fallback to simpler source shaders? Take my toys and go home?
411 // were cached away. Fallback to source shader loading path,
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Dcode_signing.dart53 /// Fallback error message for signing issues.
/third_party/flutter/flutter/dev/manual_tests/lib/
Dtext.dart20 'fallback': (BuildContext context) => const Fallback(),
53 child: const Text('Test Font Fallback'),
620 class Fallback extends StatefulWidget {
621 const Fallback({ Key key }) : super(key: key);
627 class _FallbackState extends State<Fallback> {
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_get_program_binary.txt329 // Fallback to simpler source shaders? Take my toys and go home?
394 // were cached away. Fallback to source shader loading path,
/third_party/openGLES/extensions/ARB/
DARB_get_program_binary.txt340 // Fallback to simpler source shaders? Take my toys and go home?
405 // were cached away. Fallback to source shader loading path,
/third_party/python/Misc/NEWS.d/
D3.6.0b2.rst170 Fallback on reading /dev/urandom device when the getrandom() syscall fails
/third_party/PyYAML/
DCHANGES93 * https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if Compilation fails
/third_party/flutter/skia/third_party/externals/harfbuzz/
Dconfigure.ac266 dnl Fallback to icu-config if ICU pkg-config files could not be found
/third_party/node/doc/api_assets/
Dstyle.css329 word-break: break-all; /* Fallback if break-word isn't supported */
/third_party/node/doc/api/assets/
Dstyle.css329 word-break: break-all; /* Fallback if break-word isn't supported */
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m799 /* Fallback on session presets API for iOS < 7.0 */
847 /* Fallback on session presets API for iOS < 7.0 */

123