HomeSort by relevance Sort by last modified time
    Searched refs:fallback (Results 126 - 150 of 440) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dnsmasq/src/
rfc2131.c 85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
140 struct in_addr subnet_addr, fallback, override; local
343 fallback = context->local;
835 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
868 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
956 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(server_id(context, override, fallback).s_addr));
    [all...]
  /external/icu/icu4c/source/common/
serv.h 56 * determine the fallback strategy.</p>
133 * <p>If the key has a fallback, modify the key and return true,
135 * is a fallback. No currentIDs should be repeated, and fallback
139 * @return TRUE if the ICUServiceKey changed to a valid fallback value.
141 virtual UBool fallback();
145 * fallback to match, the canonical ID of this ICUServiceKey.</p>
148 * @return TRUE if this ICUServiceKey's canonical ID is a fallback of id.
451 * 'fallback' the ID multiple times. Clients can optionally request
459 * responds with a service object, a fallback ID is generated, and th
    [all...]
servloc.h 52 * A subclass of Key that implements a locale fallback mechanism.
54 * client, and the fallback locale to search for is the current
77 * Create a LocaleKey with canonical primary and fallback IDs.
84 * Create a LocaleKey with canonical primary and fallback IDs.
140 * If the key has a fallback, modify the key and return true,
144 * the fallbackID. The final fallback is the empty string,
146 * there is no fallback.
148 virtual UBool fallback();
152 * fallback to match, the canonical ID of this key.
524 * Return the name of the current fallback locale. If it has changed since this wa
    [all...]
serv.cpp 62 ICUServiceKey::fallback() function in class:ICUServiceKey
523 // fallback to the one that succeeded, we want to hit the
541 } while (key.fallback());
703 // fallback
706 while (fallbackKey->fallback()) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 656 debug_printf("%s: fallback format translation\n", __FUNCTION__);
695 * faster than using the fallback code in texcompress.c).
729 debug_printf("%s: fallback processing\n", __FUNCTION__);
982 goto fallback;
    [all...]
  /external/svox/pico/lib/
picosa.c 524 picoos_uint16 fallback; local
602 fallback = 0;
604 &prevout, &fallback)) {
605 if (fallback) {
606 prevout = fallback;
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dial.go 51 // spawning a fallback connection, when DualStack is enabled.
259 // Spawn the fallback racer.
292 // We're in the fallback goroutine; sleep before connecting.
dial_test.go 329 // Primary is slow; fallback should kick in.
334 // Skip a "connection refused" in the fallback thread.
336 // Primary refused, fallback without delay.
459 // Use a very brief delay, which should fallback immediately.
  /prebuilts/go/linux-x86/src/net/
dial.go 51 // spawning a fallback connection, when DualStack is enabled.
259 // Spawn the fallback racer.
292 // We're in the fallback goroutine; sleep before connecting.
dial_test.go 329 // Primary is slow; fallback should kick in.
334 // Skip a "connection refused" in the fallback thread.
336 // Primary refused, fallback without delay.
459 // Use a very brief delay, which should fallback immediately.
  /external/harfbuzz_ng/win32/
info-msvc.mak 3 INC_FEATURES = Uniscribe Fallback OT
80 @echo HarfBuzz DLL is built with OpenType, fallback and Uniscribe support
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 111 * We use fallback format for the default order for the locale.
112 * For example, if the fallback format is "{0} - {1}", it means
114 * If the fallback format is "{1} - {0}", it means the first date is the
118 * For example, if the fallback format is "{0}-{1}",
182 * Fallback format set the default ordering.
187 * if the fallback format is "{0} - {1}",
294 private static String FALLBACK_STRING = "fallback";
421 calendarTypeToUse = "gregorian"; // fallback
440 // look for fallback first, since it establishes the default order
441 String fallback = itvDtPtnResource.getStringWithFallback(FALLBACK_STRING) local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 110 * We use fallback format for the default order for the locale.
111 * For example, if the fallback format is "{0} - {1}", it means
113 * If the fallback format is "{1} - {0}", it means the first date is the
117 * For example, if the fallback format is "{0}-{1}",
184 * Fallback format set the default ordering.
189 * if the fallback format is "{0} - {1}",
302 private static String FALLBACK_STRING = "fallback";
430 calendarTypeToUse = "gregorian"; // fallback
449 // look for fallback first, since it establishes the default order
450 String fallback = itvDtPtnResource.getStringWithFallback(FALLBACK_STRING) local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 498 if (nctx->fallback == HWTNL)
503 if (nctx->fallback == SWTNL)
  /libcore/ojluni/src/main/java/java/text/
DecimalFormatSymbols.java 661 * {@code fallback} is returned.
663 private static char maybeStripMarkers(String symbol, char fallback) {
676 return fallback;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 242 private static Object getNonNull(Object candidate, Object fallback){
244 return fallback;
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go 175 if selectedProto, fallback := mutualProtocol(hs.clientHello.alpnProtocols, c.config.NextProtos); !fallback {
251 // The client is doing a fallback connection.
254 return false, errors.New("tls: client using inappropriate protocol fallback")
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server.go 175 if selectedProto, fallback := mutualProtocol(hs.clientHello.alpnProtocols, c.config.NextProtos); !fallback {
251 // The client is doing a fallback connection.
254 return false, errors.New("tls: client using inappropriate protocol fallback")
  /sdk/find_java/
find_java.bat 35 rem This fallback approach is simpler, but may misreport your architecture as
  /system/keymaster/
Android.mk 103 # This is used by keystore as a fallback for when the hardware keymaster does
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 155 * for software fallback rendering.
283 /* Fallback rasterization functions
403 GLuint Fallback;
473 void (*fallback)(struct gl_context *ctx, GLuint bit, GLboolean mode); member in struct:radeon_context::__anon21190
radeon_context.c 90 &_tnl_render_stage, /* FALLBACK: */
153 radeon->vtbl.fallback = radeonFallback;
403 FALLBACK(rmesa, RADEON_FALLBACK_DISABLE, 1);
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 1143 GLboolean fallback = GL_FALSE; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 36 #include "hb-ot-shape-fallback-private.hh"
644 /* If the font has no GPOS, AND, no fallback positioning will
650 * If fallback positinoing happens or GPOS is present, we don't
721 hb_bool_t fallback = !hb_ot_position_complex (c); local
723 if (fallback && c->plan->shaper->fallback_position)
729 /* Visual fallback goes here. */
731 if (fallback)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 108 return LocaleKey.createWithCanonicalFallback(id, null); // no fallback locale
722 lkey.fallback();
725 lkey.fallback();
824 logln("has fallback: " + key.fallback());
    [all...]

Completed in 1837 milliseconds

1 2 3 4 56 7 8 91011>>