/third_party/libinput/src/ |
H A D | evdev-debounce.c | 26 #include "evdev-fallback.h" 106 log_debounce_bug(struct fallback_dispatch *fallback, enum debounce_event event) in log_debounce_bug() argument 108 evdev_log_bug_libinput(fallback->device, in log_debounce_bug() 111 debounce_state_to_str(fallback->debounce.state)); in log_debounce_bug() 116 debounce_set_state(struct fallback_dispatch *fallback, in debounce_set_state() argument 122 fallback->debounce.state = new_state; in debounce_set_state() 126 debounce_set_timer(struct fallback_dispatch *fallback, in debounce_set_timer() argument 131 libinput_timer_set(&fallback->debounce.timer, in debounce_set_timer() 136 debounce_set_timer_short(struct fallback_dispatch *fallback, in debounce_set_timer_short() argument 141 libinput_timer_set(&fallback in debounce_set_timer_short() 146 debounce_cancel_timer(struct fallback_dispatch *fallback) debounce_cancel_timer() argument 152 debounce_cancel_timer_short(struct fallback_dispatch *fallback) debounce_cancel_timer_short() argument 158 debounce_enable_spurious(struct fallback_dispatch *fallback) debounce_enable_spurious() argument 172 debounce_notify_button(struct fallback_dispatch *fallback, enum libinput_button_state state) debounce_notify_button() argument 185 debounce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_handle_event() argument 206 debounce_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_handle_event() argument 234 debounce_is_down_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_waiting_handle_event() argument 260 debounce_is_up_delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_delaying_handle_event() argument 281 debounce_is_up_delaying_spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_delaying_spurious_handle_event() argument 307 debounce_is_up_detecting_spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_detecting_spurious_handle_event() argument 334 debounce_is_down_detecting_spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_detecting_spurious_handle_event() argument 362 debounce_is_up_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_waiting_handle_event() argument 384 debounce_is_down_delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_delaying_handle_event() argument 407 debounce_disabled_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_disabled_handle_event() argument 432 debounce_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_handle_event() argument [all...] |
H A D | filter-custom.c | 202 struct custom_accel_function *fallback; member 214 return f->funcs.fallback; in custom_accelerator_get_custom_function() 216 return f->funcs.motion ? f->funcs.motion : f->funcs.fallback; in custom_accelerator_get_custom_function() 218 return f->funcs.scroll ? f->funcs.scroll : f->funcs.fallback; in custom_accelerator_get_custom_function() 221 return f->funcs.fallback; in custom_accelerator_get_custom_function() 266 custom_accel_function_destroy(f->funcs.fallback); in custom_accelerator_destroy() 290 struct custom_accel_function *fallback = NULL, in custom_accelerator_set_accel_config() local 294 if (config->custom.fallback) { in custom_accelerator_set_accel_config() 295 fallback = create_custom_accel_function(config->custom.fallback in custom_accelerator_set_accel_config() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 69 private BigDecimal fallback; field in DecimalQuantity_SimpleStorage 114 fallback = null; in DecimalQuantity_SimpleStorage() 193 fallback = new BigDecimal(temp); in DecimalQuantity_SimpleStorage() 257 fallback = BigDecimal.ZERO; in setToBigDecimal() 259 fallback = decimal; in setToBigDecimal() 285 fallback = _other.fallback; in copyFrom() 324 fallback = new BigDecimal(primary).scaleByPowerOfTen(primaryScale); in convertToBigDecimal() 364 d = fallback; in applyMaxInteger() 370 fallback in applyMaxInteger() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/ |
H A D | DecimalQuantity_SimpleStorage.java | 72 private BigDecimal fallback; field in DecimalQuantity_SimpleStorage 117 fallback = null; in DecimalQuantity_SimpleStorage() 196 fallback = new BigDecimal(temp); in DecimalQuantity_SimpleStorage() 260 fallback = BigDecimal.ZERO; in setToBigDecimal() 262 fallback = decimal; in setToBigDecimal() 288 fallback = _other.fallback; in copyFrom() 327 fallback = new BigDecimal(primary).scaleByPowerOfTen(primaryScale); in convertToBigDecimal() 357 d = fallback; in applyMaxInteger() 363 fallback in applyMaxInteger() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | MacroProps.java | 43 * Copies values from fallback into this instance if they are null in this instance. 45 * @param fallback 48 public void fallback(MacroProps fallback) { in fallback() argument 50 notation = fallback.notation; in fallback() 52 unit = fallback.unit; in fallback() 54 perUnit = fallback.perUnit; in fallback() 56 precision = fallback.precision; in fallback() 58 roundingMode = fallback.roundingMode; in fallback() 60 grouping = fallback in fallback() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MacroProps.java | 42 * Copies values from fallback into this instance if they are null in this instance. 44 * @param fallback 47 public void fallback(MacroProps fallback) { in fallback() argument 49 notation = fallback.notation; in fallback() 51 unit = fallback.unit; in fallback() 53 perUnit = fallback.perUnit; in fallback() 55 precision = fallback.precision; in fallback() 57 roundingMode = fallback.roundingMode; in fallback() 59 grouping = fallback in fallback() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | BasicDurationFormatterFactory.java | 29 private DateFormatter fallback; field in BasicDurationFormatterFactory 77 * Set a fallback formatter for durations over a given limit. 79 * @param fallback the fallback formatter to use, or null 83 public DurationFormatterFactory setFallback(DateFormatter fallback) { in setFallback() argument 84 boolean doReset = fallback == null in setFallback() 85 ? this.fallback != null in setFallback() 86 : !fallback.equals(this.fallback); in setFallback() 88 this.fallback in setFallback() [all...] |
H A D | BasicDurationFormatter.java | 21 private DateFormatter fallback; field in BasicDurationFormatter 28 * builder, and fallback. It's up to the caller to ensure that 33 DateFormatter fallback, in BasicDurationFormatter() 37 this.fallback = fallback; in BasicDurationFormatter() 43 DateFormatter fallback, in BasicDurationFormatter() 49 this.fallback = fallback; in BasicDurationFormatter() 82 DateFormatter newFallback = fallback == null in withLocale() 84 : fallback in withLocale() 31 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit) BasicDurationFormatter() argument 41 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone) BasicDurationFormatter() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | BasicDurationFormatterFactory.java | 30 private DateFormatter fallback; field in BasicDurationFormatterFactory 78 * Set a fallback formatter for durations over a given limit. 80 * @param fallback the fallback formatter to use, or null 84 public DurationFormatterFactory setFallback(DateFormatter fallback) { in setFallback() argument 85 boolean doReset = fallback == null in setFallback() 86 ? this.fallback != null in setFallback() 87 : !fallback.equals(this.fallback); in setFallback() 89 this.fallback in setFallback() [all...] |
H A D | BasicDurationFormatter.java | 22 private DateFormatter fallback; field in BasicDurationFormatter 29 * builder, and fallback. It's up to the caller to ensure that 34 DateFormatter fallback, in BasicDurationFormatter() 38 this.fallback = fallback; in BasicDurationFormatter() 44 DateFormatter fallback, in BasicDurationFormatter() 50 this.fallback = fallback; in BasicDurationFormatter() 83 DateFormatter newFallback = fallback == null in withLocale() 85 : fallback in withLocale() 32 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit) BasicDurationFormatter() argument 42 BasicDurationFormatter(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone) BasicDurationFormatter() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CurrencyData.java | 127 private final boolean fallback; field in CurrencyData.DefaultInfo 129 private DefaultInfo(boolean fallback) { in DefaultInfo() argument 130 this.fallback = fallback; in DefaultInfo() 133 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { in getWithFallback() argument 134 return fallback ? FALLBACK_INSTANCE : NO_FALLBACK_INSTANCE; in getWithFallback() 139 return fallback ? isoCode : null; in getName() 144 return fallback ? isoCode : null; in getPluralName() 149 return fallback ? isoCode : null; in getSymbol() 154 return fallback in getNarrowSymbol() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CurrencyData.java | 152 private final boolean fallback; field in CurrencyData.DefaultInfo 154 private DefaultInfo(boolean fallback) { in DefaultInfo() argument 155 this.fallback = fallback; in DefaultInfo() 158 public static final CurrencyDisplayInfo getWithFallback(boolean fallback) { in getWithFallback() argument 159 return fallback ? FALLBACK_INSTANCE : NO_FALLBACK_INSTANCE; in getWithFallback() 164 return fallback ? isoCode : null; in getName() 169 return fallback ? isoCode : null; in getPluralName() 174 return fallback ? isoCode : null; in getSymbol() 179 return fallback in getNarrowSymbol() [all...] |
H A D | ICUCurrencyDisplayInfoProvider.java | 43 if (instance == null || !instance.locale.equals(locale) || instance.fallback != withFallback) { in getInstance() 72 final boolean fallback; field in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo 143 public ICUCurrencyDisplayInfo(ULocale locale, ICUResourceBundle rb, boolean fallback) { in ICUCurrencyDisplayInfo() argument 145 this.fallback = fallback; in ICUCurrencyDisplayInfo() 159 if (formattingData.displayName == null && fallback) { in getName() 170 if (formattingData.symbol == null && fallback) { in getSymbol() 181 if (variantSymbol.symbol == null && fallback) { in getNarrowSymbol() 192 if (variantSymbol.symbol == null && fallback) { in getFormalSymbol() 203 if (variantSymbol.symbol == null && fallback) { in getVariantSymbol() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-server.h | 33 pa_socket_server* pa_socket_server_new_ipv4(pa_mainloop_api *m, uint32_t address, uint16_t port, bool fallback, const char *tcpwrap_service); 34 pa_socket_server* pa_socket_server_new_ipv4_loopback(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service); 35 pa_socket_server* pa_socket_server_new_ipv4_any(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service); 36 pa_socket_server* pa_socket_server_new_ipv4_string(pa_mainloop_api *m, const char *name, uint16_t port, bool fallback, const char *tcpwrap_service); 38 pa_socket_server* pa_socket_server_new_ipv6(pa_mainloop_api *m, const uint8_t address[16], uint16_t port, bool fallback, const char *tcpwrap_service); 39 pa_socket_server* pa_socket_server_new_ipv6_loopback(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service); 40 pa_socket_server* pa_socket_server_new_ipv6_any(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service); 41 pa_socket_server* pa_socket_server_new_ipv6_string(pa_mainloop_api *m, const char *name, uint16_t port, bool fallback, const char *tcpwrap_service);
|
H A D | ohos_socket-server.c | 303 pa_socket_server* pa_socket_server_new_ipv4(pa_mainloop_api *m, uint32_t address, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv4() argument 349 if (errno == EADDRINUSE && fallback) { in pa_socket_server_new_ipv4() 384 pa_socket_server* pa_socket_server_new_ipv6(pa_mainloop_api *m, const uint8_t address[16], uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv6() argument 437 if (errno == EADDRINUSE && fallback) { in pa_socket_server_new_ipv6() 472 pa_socket_server* pa_socket_server_new_ipv4_loopback(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv4_loopback() argument 476 return pa_socket_server_new_ipv4(m, INADDR_LOOPBACK, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_loopback() 480 pa_socket_server* pa_socket_server_new_ipv6_loopback(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv6_loopback() argument 484 return pa_socket_server_new_ipv6(m, in6addr_loopback.s6_addr, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv6_loopback() 488 pa_socket_server* pa_socket_server_new_ipv4_any(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv4_any() argument 492 return pa_socket_server_new_ipv4(m, INADDR_ANY, port, fallback, tcpwrap_servic in pa_socket_server_new_ipv4_any() 496 pa_socket_server_new_ipv6_any(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) pa_socket_server_new_ipv6_any() argument 504 pa_socket_server_new_ipv4_string(pa_mainloop_api *m, const char *name, uint16_t port, bool fallback, const char *tcpwrap_service) pa_socket_server_new_ipv4_string() argument 518 pa_socket_server_new_ipv6_string(pa_mainloop_api *m, const char *name, uint16_t port, bool fallback, const char *tcpwrap_service) pa_socket_server_new_ipv6_string() argument [all...] |
H A D | socket-server.c | 283 pa_socket_server* pa_socket_server_new_ipv4(pa_mainloop_api *m, uint32_t address, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv4() argument 329 if (errno == EADDRINUSE && fallback) { in pa_socket_server_new_ipv4() 364 pa_socket_server* pa_socket_server_new_ipv6(pa_mainloop_api *m, const uint8_t address[16], uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv6() argument 417 if (errno == EADDRINUSE && fallback) { in pa_socket_server_new_ipv6() 452 pa_socket_server* pa_socket_server_new_ipv4_loopback(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv4_loopback() argument 456 return pa_socket_server_new_ipv4(m, INADDR_LOOPBACK, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_loopback() 460 pa_socket_server* pa_socket_server_new_ipv6_loopback(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv6_loopback() argument 464 return pa_socket_server_new_ipv6(m, in6addr_loopback.s6_addr, port, fallback, tcpwrap_service); in pa_socket_server_new_ipv6_loopback() 468 pa_socket_server* pa_socket_server_new_ipv4_any(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) { in pa_socket_server_new_ipv4_any() argument 472 return pa_socket_server_new_ipv4(m, INADDR_ANY, port, fallback, tcpwrap_servic in pa_socket_server_new_ipv4_any() 476 pa_socket_server_new_ipv6_any(pa_mainloop_api *m, uint16_t port, bool fallback, const char *tcpwrap_service) pa_socket_server_new_ipv6_any() argument 484 pa_socket_server_new_ipv4_string(pa_mainloop_api *m, const char *name, uint16_t port, bool fallback, const char *tcpwrap_service) pa_socket_server_new_ipv4_string() argument 498 pa_socket_server_new_ipv6_string(pa_mainloop_api *m, const char *name, uint16_t port, bool fallback, const char *tcpwrap_service) pa_socket_server_new_ipv6_string() argument [all...] |
/third_party/rust/crates/proc-macro2/src/ |
H A D | wrapper.rs | 4 use crate::{fallback, Delimiter, Punct, Spacing, TokenTree}; 15 Fallback(fallback::TokenStream), 30 Fallback(fallback::LexError), 42 panic!("compiler/fallback mismatch #{}\n\n{}", line, backtrace) in mismatch() 46 panic!("compiler/fallback mismatch #{}", line) in mismatch() 82 TokenStream::Fallback(fallback::TokenStream::new()) in new() 100 fn unwrap_stable(self) -> fallback::TokenStream { in unwrap_stable() 152 impl From<fallback::TokenStream> for TokenStream { 153 fn from(inner: fallback::TokenStream) -> Self { in from() 275 impl From<fallback [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-display-names.cc | 91 JSDisplayNames::Style style, bool fallback, in LocaleDisplayNamesCommon() 95 fallback ? UDISPCTX_SUBSTITUTE : UDISPCTX_NO_SUBSTITUTE; in LocaleDisplayNamesCommon() 120 bool fallback, bool dialect) in LanguageNames() 121 : LocaleDisplayNamesCommon(locale, style, fallback, dialect) {} in LanguageNames() 157 bool fallback, bool dialect) in RegionNames() 158 : LocaleDisplayNamesCommon(locale, style, fallback, dialect) {} in RegionNames() 182 bool fallback, bool dialect) in ScriptNames() 183 : LocaleDisplayNamesCommon(locale, style, fallback, dialect) {} in ScriptNames() 207 bool fallback, bool dialect, const char* key, in KeyValueDisplayNames() 209 : LocaleDisplayNamesCommon(locale, style, fallback, dialec in KeyValueDisplayNames() 90 LocaleDisplayNamesCommon(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) LocaleDisplayNamesCommon() argument 119 LanguageNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) LanguageNames() argument 156 RegionNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) RegionNames() argument 181 ScriptNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) ScriptNames() argument 206 KeyValueDisplayNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect, const char* key, bool prevent_fallback) KeyValueDisplayNames() argument 241 CurrencyNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) CurrencyNames() argument 262 CalendarNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect) CalendarNames() argument 337 DateTimeFieldNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback) DateTimeFieldNames() argument 369 CreateInternal(const icu::Locale& locale, JSDisplayNames::Style style, Type type, bool fallback, bool dialect) CreateInternal() argument 561 Handle<String> fallback = display_names->FallbackAsString(); ResolvedOptions() local [all...] |
H A D | js-display-names-inl.h | 36 inline void JSDisplayNames::set_fallback(Fallback fallback) { in set_fallback() argument 37 DCHECK_GE(FallbackBit::kMax, fallback); in set_fallback() 38 set_flags(FallbackBit::update(flags(), fallback)); in set_fallback() 41 inline JSDisplayNames::Fallback JSDisplayNames::fallback() const { in fallback() function in v8::internal::JSDisplayNames
|
/third_party/rust/crates/memchr/src/tests/memchr/ |
H A D | memchr.rs | 5 memchr::{fallback, naive}, 20 test.one(false, fallback::memchr); in memchr1_fallback_find() 34 test.two(false, fallback::memchr2); in memchr2_fallback_find() 48 test.three(false, fallback::memchr3); in memchr3_fallback_find() 62 test.one(true, fallback::memrchr); in memrchr1_fallback_find() 76 test.two(true, fallback::memrchr2); in memrchr2_fallback_find() 90 test.three(true, fallback::memrchr3); in memrchr3_fallback_find()
|
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
H A D | ICUCurrencyDisplayInfoProvider.java | 39 if (instance == null || !instance.locale.equals(locale) || instance.fallback != withFallback) { in getInstance() 68 final boolean fallback; field in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo 139 public ICUCurrencyDisplayInfo(ULocale locale, ICUResourceBundle rb, boolean fallback) { in ICUCurrencyDisplayInfo() argument 141 this.fallback = fallback; in ICUCurrencyDisplayInfo() 155 if (formattingData.displayName == null && fallback) { in getName() 166 if (formattingData.symbol == null && fallback) { in getSymbol() 177 if (variantSymbol.symbol == null && fallback) { in getNarrowSymbol() 188 if (variantSymbol.symbol == null && fallback) { in getFormalSymbol() 199 if (variantSymbol.symbol == null && fallback) { in getVariantSymbol() [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_prim_vbuf.c | 71 unsigned fallback; member 297 i915_render->fallback = 0; in i915_vbuf_render_set_primitive() 301 i915_render->fallback = 0; in i915_vbuf_render_set_primitive() 305 i915_render->fallback = PIPE_PRIM_LINE_LOOP; in i915_vbuf_render_set_primitive() 309 i915_render->fallback = 0; in i915_vbuf_render_set_primitive() 313 i915_render->fallback = 0; in i915_vbuf_render_set_primitive() 317 i915_render->fallback = 0; in i915_vbuf_render_set_primitive() 321 i915_render->fallback = 0; in i915_vbuf_render_set_primitive() 325 i915_render->fallback = PIPE_PRIM_QUADS; in i915_vbuf_render_set_primitive() 329 i915_render->fallback in i915_vbuf_render_set_primitive() [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 10 OpenSSL::fallback - push directories to the end of @INC at compile time 14 package OpenSSL::fallback; 24 use OpenSSL::fallback LIST; 28 This small simple module simplifies the addition of fallback directories 46 use fallback 'my/stuff'; 53 use fallback 'file.txt'; 73 carp "Empty compile time value given to use fallback"; 81 croak "Parameter to use fallback must be a directory, not a file";
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | fallback.pm | 10 OpenSSL::fallback - push directories to the end of @INC at compile time 14 package OpenSSL::fallback; 24 use OpenSSL::fallback LIST; 28 This small simple module simplifies the addition of fallback directories 46 use fallback 'my/stuff'; 53 use fallback 'file.txt'; 73 carp "Empty compile time value given to use fallback"; 81 croak "Parameter to use fallback must be a directory, not a file";
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | gen_texture_format_table.py | 219 fallback = None 235 fallback = v 240 if fallback != None: 241 unsupported_case, _, _ = parse_json_angle_format_case(fallback, json_data[fallback], 243 unsupported_case["formatName"] = fallback
|