HomeSort by relevance Sort by last modified time
    Searched defs:fallback (Results 1 - 19 of 19) sorted by null

  /development/apps/Fallback/src/com/android/fallback/
Fallback.java 17 package com.android.fallback;
26 public class Fallback extends Activity {
30 setContentView(R.layout.fallback);
  /external/icu4c/common/
servlk.cpp 123 LocaleKey::fallback() { function in class:LocaleKey
127 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
serv.cpp 62 ICUServiceKey::fallback() function in class:ICUServiceKey
522 // fallback to the one that succeeded, we want to hit the
540 } while (key.fallback());
704 // fallback
707 while (fallbackKey->fallback()) {
  /external/icu4c/tools/toolutil/
ucmstate.c 587 /* find a fallback for this offset; return the index or -1 if not found */
598 /* do a linear search for the fallback mapping (the table is not yet sorted) */
621 int32_t i, j, leadState, trailState, newState, fallback; local
774 * Note that fallback mappings need to get their offset values adjusted.
792 /* copy assigned-character code units and adjust fallback offsets */
799 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
800 toUFallbacks[fallback].offset=0x80000000|offset;
820 /* remove temporary flags from fallback offsets that protected them from being modified twice */
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 55 Texture fallback = mFallbackBackground; local
56 if (fallback == null || !fallback.isLoaded())
60 background = new CrossFadingTexture(fallback);
  /external/openssl/crypto/err/
err_def.c 616 static ERR_STATE fallback; local
630 if (ret == NULL) return(&fallback);
644 return(&fallback);
  /external/icu4c/i18n/
dtitvfmt.cpp 609 // use fallback
914 fallback{"{0} - {1}"}
1244 UnicodeString fallback; local
    [all...]
ucurr.cpp 202 // don't use ICUService since we don't need fallback
431 // There is nothing to fallback to. Report the failure/warning if possible.
454 * @return TRUE if the fallback happened; FALSE if locale is already
457 static UBool fallback(char *loc) { function
504 // fallback. That is, if a currency is not found in the en_US
509 // We want multi-level fallback for this resource, so we implement
532 // Fetch resource with multi-level resource inheritance fallback
538 // If we've succeeded we're done. Otherwise, try to fallback.
612 // Fetch resource with multi-level resource inheritance fallback
629 // If we've succeeded we're done. Otherwise, try to fallback
    [all...]
zstrfmt.cpp 690 // In this case, we still use GMT format as fallback.
1373 const ZoneStringInfo *fallback = NULL; local
    [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...]
picokdt.c 1718 picoos_uint16 fallback; \/* fallback value for failed graph encodings *\/ local
1910 picoos_uint16 fallback = 0; local
2048 picoos_uint16 fallback = 0; local
2287 picoos_uint16 fallback = 0; local
2381 picoos_uint16 fallback = 0; local
2523 picoos_uint16 fallback = 0; local
    [all...]
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c 119 static String *fallback = NULL; variable
326 fallback = f;
535 if (fallback)
536 XtAppSetFallbackResources(app_context, fallback);
  /external/icu4c/extra/uconv/
uconv.cpp 588 UBool fallback,
611 UBool fallback,
749 ucnv_setFallback(convto, fallback);
1133 UBool fallback = FALSE; local
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 125 static RenderTheme* fallback = RenderThemeQt::create(0).releaseRef(); local
126 return fallback;
150 // for some widget painting, we need to fallback to Windows style
625 // for drawing the combo box arrow, rely only on the fallback style
  /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...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 619 xf86AccessPtr fallback; member in struct:_EntityAccessRec
    [all...]
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 407 milliseconds