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

1 2 3 4

  /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_org/third_party/icu/source/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/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
523 // fallback to the one that succeeded, we want to hit the
541 } while (key.fallback());
703 // fallback
706 while (fallbackKey->fallback()) {
  /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;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 78 // Check if the dictionary exists in the fallback location. If so, use it
82 base::FilePath fallback = user_dir.Append(file->path.BaseName()); local
83 if (!base::PathExists(file->path) && base::PathExists(fallback))
84 file->path = fallback;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 36 #include "hb-ot-shape-fallback-private.hh"
522 hb_bool_t fallback = !hb_ot_position_complex (c); local
524 if (fallback && c->plan->shaper->fallback_position)
530 /* Visual fallback goes here. */
532 if (fallback)
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 588 /* find a fallback for this offset; return the index or -1 if not found */
599 /* do a linear search for the fallback mapping (the table is not yet sorted) */
622 int32_t i, j, leadState, trailState, newState, fallback; local
775 * Note that fallback mappings need to get their offset values adjusted.
793 /* copy assigned-character code units and adjust fallback offsets */
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
801 toUFallbacks[fallback].offset=0x80000000|offset;
821 /* remove temporary flags from fallback offsets that protected them from being modified twice */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_vbuf.c 75 unsigned fallback; member in struct:i915_vbuf_render
335 i915_render->fallback = 0;
339 i915_render->fallback = 0;
343 i915_render->fallback = PIPE_PRIM_LINE_LOOP;
347 i915_render->fallback = 0;
351 i915_render->fallback = 0;
355 i915_render->fallback = 0;
359 i915_render->fallback = 0;
363 i915_render->fallback = PIPE_PRIM_QUADS;
367 i915_render->fallback = PIPE_PRIM_QUAD_STRIP
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.h 73 enum nouveau_fallback fallback; member in struct:nouveau_context
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c 1120 GLboolean fallback; local
    [all...]
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 267 std::string fallback; local
280 fallback = kFallbackFontFamilyName;
284 fallback.empty() ? font_name : fallback,
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 36 #include "hb-ot-shape-fallback-private.hh"
500 hb_bool_t fallback = !hb_ot_position_complex (c); local
502 if (fallback && c->plan->shaper->fallback_position)
508 /* Visual fallback goes here. */
510 if (fallback)
  /external/icu4c/tools/toolutil/
ucmstate.c 588 /* find a fallback for this offset; return the index or -1 if not found */
599 /* do a linear search for the fallback mapping (the table is not yet sorted) */
622 int32_t i, j, leadState, trailState, newState, fallback; local
775 * Note that fallback mappings need to get their offset values adjusted.
793 /* copy assigned-character code units and adjust fallback offsets */
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
801 toUFallbacks[fallback].offset=0x80000000|offset;
821 /* remove temporary flags from fallback offsets that protected them from being modified twice */
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c 75 unsigned fallback; member in struct:i915_vbuf_render
335 i915_render->fallback = 0;
339 i915_render->fallback = 0;
343 i915_render->fallback = PIPE_PRIM_LINE_LOOP;
347 i915_render->fallback = 0;
351 i915_render->fallback = 0;
355 i915_render->fallback = 0;
359 i915_render->fallback = 0;
363 i915_render->fallback = PIPE_PRIM_QUADS;
367 i915_render->fallback = PIPE_PRIM_QUAD_STRIP
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 73 enum nouveau_fallback fallback; member in struct:nouveau_context
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 1120 GLboolean fallback; local
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer9.cpp 320 // VertexTypeMapping maps GL type & normalized flag to preferred and fallback D3D vertex types (as D3DVertexType enums).
323 template <D3DVertexType Preferred, D3DVertexType Fallback = Preferred>
327 enum { fallback = Fallback }; enumerator in enum:rx::VertexTypeMappingBase::__anon12998
367 // Policy rules for use with Converter, to choose whether to use the preferred or fallback conversion.
368 // The fallback conversion produces an output that all D3D9 devices must support.
370 template <class T> struct UseFallback { enum { type = T::fallback }; };
372 // Converter ties it all together. Given an OpenGL type/norm/size and choice of preferred/fallback conversion,
  /external/dhcpcd/
if-options.h 117 char *fallback; member in struct:if_options
  /external/linux-tools-perf/
builtin-help.c 359 const char *fallback = getenv("PERF_MAN_VIEWER"); local
365 if (fallback)
366 exec_viewer(fallback, page);
  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 1248 int fallback = FALLBACK_NONE; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 859 /* Returns GL_FALSE if fallback required.
879 /* Disabled, no fallback:
898 /* Mixed modes, fallback:
901 fprintf(stderr, "fallback mixed texgen\n");
909 fprintf(stderr, "fallback mixed texgen/nontexgen\n");
956 /* Unsupported mode, fallback:
959 fprintf(stderr, "fallback GL_SPHERE_MAP\n");
1084 GLboolean fallback = !radeon_validate_texgen( ctx, unit ); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 1143 GLboolean fallback = GL_FALSE; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/err/
err.c 1006 static ERR_STATE fallback; local
1020 if (ret == NULL) return(&fallback);
1034 return(&fallback);

Completed in 1119 milliseconds

1 2 3 4