HomeSort by relevance Sort by last modified time
    Searched refs:fallback (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /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/chromium/chrome/common/
badge_util.h 23 // too large to fit within the bounds of the image, the |fallback| string is
24 // rendered instead (or nothing, if |fallback| is empty).
28 const string16& fallback);
badge_util.cc 32 // Skia doesn't do any font fallback---if the user is missing the font then
33 // typeface will be NULL. If we don't do manual fallback then we'll crash.
58 const string16& fallback) {
74 badge_text = UTF16ToUTF8(fallback);
  /external/webkit/Source/WebCore/platform/win/
LanguageWin.cpp 33 static String localeInfo(LCTYPE localeType, const String& fallback)
38 return fallback;
43 return fallback;
45 return fallback;
  /external/icu4c/test/cintltst/
ncnvfbts.h 24 const char *codepage, UBool fallback, const int32_t *expectOffsets);
26 const char *codepage, UBool fallback, const int32_t *expectOffsets);
  /external/harfbuzz_ng/src/
hb-shaper-list.hh 55 HB_SHAPER_IMPLEMENT (fallback) /* <--- This should be last. */
hb-fallback-shape.cc 27 #define HB_SHAPER fallback
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 84 SimpleFontData* fallback = 0; local
90 fallback = getCachedFontData(fontDescription, fallbackName);
91 ASSERT(fallback);
93 return fallback;
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h 62 void setFallBack(bool fallback) { m_needFallBack = fallback; }
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 10 fallback => 1
  /libcore/json/src/test/java/org/json/
SelfUseTest.java 90 @Override public boolean optBoolean(int index, boolean fallback) {
92 return super.optBoolean(index, fallback);
94 @Override public double optDouble(int index, double fallback) {
96 return super.optDouble(index, fallback);
98 @Override public long optLong(int index, long fallback) {
100 return super.optLong(index, fallback);
102 @Override public String optString(int index, String fallback) {
104 return super.optString(index, fallback);
106 @Override public int optInt(int index, int fallback) {
108 return super.optInt(index, fallback);
    [all...]
  /external/clang/utils/
CaptureCmd 38 fallback = os.getenv('CAPTURE_CMD_FALLBACK')
57 if fallback:
65 os.execv(fallback, sys.argv)
  /libcore/json/src/main/java/org/json/
JSONArray.java 304 * be coerced to a boolean. Returns {@code fallback} otherwise.
306 public boolean optBoolean(int index, boolean fallback) {
309 return result != null ? result : fallback;
338 * be coerced to a double. Returns {@code fallback} otherwise.
340 public double optDouble(int index, double fallback) {
343 return result != null ? result : fallback;
372 * can be coerced to an int. Returns {@code fallback} otherwise.
374 public int optInt(int index, int fallback) {
377 return result != null ? result : fallback;
406 * can be coerced to a long. Returns {@code fallback} otherwise
    [all...]
JSONObject.java 393 * can be coerced to a boolean. Returns {@code fallback} otherwise.
395 public boolean optBoolean(String name, boolean fallback) {
398 return result != null ? result : fallback;
427 * can be coerced to a double. Returns {@code fallback} otherwise.
429 public double optDouble(String name, double fallback) {
432 return result != null ? result : fallback;
461 * can be coerced to an int. Returns {@code fallback} otherwise.
463 public int optInt(String name, int fallback) {
466 return result != null ? result : fallback;
497 * can be coerced to a long. Returns {@code fallback} otherwise. Note that JSON represent
    [all...]
  /external/svox/pico/lib/
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/smack/src/org/xbill/DNS/
ZoneTransferIn.java 170 ZoneTransferIn(Name zone, int xfrtype, long serial, boolean fallback,
189 want_fallback = fallback;
244 * @param fallback If true, fall back to AXFR if IXFR is not supported.
251 newIXFR(Name zone, long serial, boolean fallback, SocketAddress address,
254 return new ZoneTransferIn(zone, Type.IXFR, serial, fallback, address,
263 * @param fallback If true, fall back to AXFR if IXFR is not supported.
271 newIXFR(Name zone, long serial, boolean fallback, String host, int port,
277 return newIXFR(zone, serial, fallback,
286 * @param fallback If true, fall back to AXFR if IXFR is not supported.
293 newIXFR(Name zone, long serial, boolean fallback, String host, TSIG key
395 fallback() throws ZoneTransferException { method in class:ZoneTransferIn
551 fallback(); method
564 fallback(); method
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
CursorPhotoSource.java 36 public CursorPhotoSource(Context context, SharedPreferences settings, PhotoSource fallback) {
37 super(context, settings, fallback);
  /external/smack/src/org/xbill/DNS/tests/
xfrin.java 25 boolean fallback = false;
48 fallback = true;
73 xfrin = ZoneTransferIn.newIXFR(zname, ixfr_serial, fallback,
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 114 if (QtFallbackWebPopup* fallback = qobject_cast<QtFallbackWebPopup*>(m_popup)) {
117 fallback->setGeometry(geometry);
118 fallback->setFont(m_popupClient->menuStyle().font().font());
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 52 """Get the port fallback information.
194 port_fallbacks: a list of fallback information as returned by
198 a tuple containing (test, platform, fallback, platforms)
214 fallback = dirname_to_platform(dirname)
215 if fallback not in platforms.keys():
220 fallback):
230 'fallback': dirname,
240 a dictionary containing test, path, platform and fallback.
  /external/harfbuzz_ng/
Android.mk 34 src/hb-fallback-shape.cc \
55 src/hb-ot-shape-fallback.cc \
  /external/grub/docs/
menu.lst 11 # Fallback to the second entry.
12 fallback 1
  /external/webkit/Source/JavaScriptCore/jit/
SpecializedThunkJIT.h 126 MacroAssemblerCodePtr finalize(MacroAssemblerCodePtr fallback)
129 patchBuffer.link(m_failures, CodeLocationLabel(fallback));
  /external/dhcpcd/
if-options.h 117 char *fallback; member in struct:if_options
  /external/chromium/chrome/browser/
spellcheck_host_impl.cc 152 // Check if the dictionary exists in the fallback location. If so, use it
154 FilePath fallback = GetFallbackFilePath(bdict_file_path_); local
156 file_util::PathExists(fallback)) {
157 bdict_file_path_ = fallback;

Completed in 602 milliseconds

1 2 3 4 5 6