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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-arm64.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.darwin-mips.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.darwin-x86.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.darwin-x86_64.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.linux-arm.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.linux-arm64.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.linux-mips.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.linux-x86.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
harfbuzz-ng.target.linux-x86_64.mk 33 third_party/harfbuzz-ng/src/hb-fallback-shape.cc \
49 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc \
  /external/chromium_org/third_party/icu/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.
448 * 'fallback' the ID multiple times. Clients can optionally request
456 * 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.
525 * Return the name of the current fallback locale. If it has changed since this wa
    [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...]
  /external/chromium_org/third_party/mesa/src/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/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...]
  /external/chromium_org/content/browser/resources/media/
ssrc_info_manager.js 27 // TODO(jiayl): remove the fallback to id once the Libjingle change is rolled
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 675 bool fallback) {
676 return widget_->CreateOutputSurface(fallback);
  /external/chromium_org/third_party/icu/source/data/coll/
collocal.mk 41 # Empty locales, used for validSubLocale fallback.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 498 if (nctx->fallback == HWTNL)
503 if (nctx->fallback == SWTNL)
  /external/deqp/modules/glshared/
glsFboUtil.cpp 85 FormatFlags FormatDB::getFormatInfo (ImageFormat format, FormatFlags fallback) const
87 return lookupDefault(m_map, format, fallback);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 498 if (nctx->fallback == HWTNL)
503 if (nctx->fallback == SWTNL)
  /external/pixman/pixman/
pixman-mips-dspr2.c 448 _pixman_implementation_create_mips_dspr2 (pixman_implementation_t *fallback)
451 _pixman_implementation_create (fallback, mips_dspr2_fast_paths);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 240 private static Object getNonNull(Object candidate, Object fallback){
242 return fallback;
  /external/chromium_org/content/renderer/
render_widget.h 182 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback);

Completed in 441 milliseconds

1 2 3 4 56 7 8 91011>>