HomeSort by relevance Sort by last modified time
    Searched full:fallback (Results 451 - 475 of 2514) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementInclude.py 57 XINCLUDE_FALLBACK = XINCLUDE + "fallback"
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementInclude.py 57 XINCLUDE_FALLBACK = XINCLUDE + "fallback"
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child.go 96 // Fallback to SCRIPT_NAME, PATH_INFO and QUERY_STRING.
124 // Fallback logic if we don't have a Host header or the URL
  /prebuilts/go/linux-x86/src/net/http/cgi/
child.go 96 // Fallback to SCRIPT_NAME, PATH_INFO and QUERY_STRING.
124 // Fallback logic if we don't have a Host header or the URL
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py 57 XINCLUDE_FALLBACK = XINCLUDE + "fallback"
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py 57 XINCLUDE_FALLBACK = XINCLUDE + "fallback"
139 "xi:fallback tag must be child of xi:include (%r)" % e.tag
  /system/security/keystore/
blob.cpp 82 void Blob::setFallback(bool fallback) {
83 if (fallback) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 884 /* no more free regs we can use. Need a fallback :-( */
1529 GLboolean fallback = !r200_validate_texgen( ctx, unit ); local
    [all...]
  /frameworks/native/cmds/installd/
utils.cpp 98 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); local
104 return fallback;
112 if (resolved != fallback) {
114 << " instead of " << fallback; local
121 LOG(WARNING) << "Failed to resolve inode " << ce_data_inode << "; using " << fallback; local
123 return fallback;
125 return fallback;
842 auto fallback = StringPrintf("%s/%s", parent.c_str(), name); local
855 return fallback;
863 if (resolved != fallback) {
865 << " instead of " << fallback; local
872 LOG(WARNING) << "Failed to resolve inode " << inode << "; using " << fallback; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 367 return GL_TRUE; /* fallback to software t&l */
513 fprintf(stderr, "Radeon end tcl fallback\n");
517 "Rasterization fallback",
550 fprintf(stderr, "Radeon begin tcl fallback %s\n",
559 fprintf(stderr, "Radeon end tcl fallback %s\n",
  /external/mesa3d/src/mesa/main/
queryobj.c 41 * Allocate a new query object. This is a fallback routine called via
63 * Begin a query. Software driver fallback.
74 * End a query. Software driver fallback.
85 * Wait for query to complete. Software driver fallback.
100 * Check if a query results are ready. Software driver fallback.
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 561 UBool fallback,
584 UBool fallback,
724 ucnv_setFallback(convto, fallback);
1108 UBool fallback = FALSE; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 625 * fallback Unicode->codepage
633 fromUMapping->f=1; /* normal fallback */
641 * (reverse) fallback codepage->Unicode, copy it to the fromU table
646 toUMapping->f=3; /* reverse fallback */
667 fromUMapping->f=1; /* normal fallback */
679 toUMapping->f=3; /* reverse fallback */
853 /* skip everything until the fallback indicator, even the start of a comment */
856 f=-1; /* no fallback indicator */
861 fprintf(stderr, "ucm error: fallback indicator must be |0..|4 - \"%s\"\n", line);
1058 * - MBCS: not a |1 fallback to 0x0
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-auto_hinter.html 111 <tr><td><a href="#fallback-script">fallback-script</a></td><td><a href="#no-stem-darkening(autofit)">no-stem-darkening</a></td></tr>
279 <h3 id="fallback-script">fallback-script</h3>
282 <p>If no auto-hinter script module can be assigned to a glyph, a fallback script gets assigned to it (see also the <a href="ft2-auto_hinter.html#glyph-to-script-map">glyph-to-script-map</a> property). By default, this is <a href="ft2-auto_hinter.html#FT_AUTOHINTER_SCRIPT_XXX">FT_AUTOHINTER_SCRIPT_CJK</a>. Using the &lsquo;fallback-script&rsquo; property, this fallback value can be changed.</p>
291 "fallback-script", &amp;fallback_script );
296 <p>It's important to use the right timing for changing this value: The creation of the glyph-to-script map that eventually uses the fallback script value gets triggered either by setting or reading a face-specific property like <a href="ft2-auto_hinter.html#glyph-to-script-map">glyph-to-script-map</a>, or by auto-hinting any glyph from that face. In particular, if you have already created an <a href="ft2-base_interface.html#FT_Face">FT_Face</a> structure but not loaded any glyph (using the auto-hinter), a change of the fallback script will affect this face.</p
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 76 * Used in {@link #getFallbackLocaleForDefaultIme(ArrayList, Context)} to find the fallback IMEs
151 // At first, find the fallback locale from the IMEs that are declared as "default" in the
163 // If no fallback locale is found in the above condition, find fallback locales regardless
174 Slog.w(TAG, "Found no fallback locale. imis=" + Arrays.toString(imis.toArray()));
360 // we will pick up IMEs that support software keyboard based on the fallback locale.
370 // relying on the fallback locale as a last resort.
    [all...]
  /external/libxml2/
xinclude.c 63 int emptyFb; /* flag to show fallback empty */
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py 89 The ``language`` default value is considered the fallback during i18n
99 "en-us", you don't want gettext to fallback to "zh-cn". You want it to
167 fallback = self.defaults.get('language', 'en-us')
168 if not fallback:
170 if fallback not in langs:
171 langs.append(fallback)
172 index = langs.index(fallback)
  /external/freetype/include/freetype/
ftautoh.h 259 * fallback-script
265 * fallback script gets assigned to it (see also the
267 * @FT_AUTOHINTER_SCRIPT_CJK. Using the `fallback-script' property,
268 * this fallback value can be changed.
278 * "fallback-script", &fallback_script );
286 * fallback script value gets triggered either by setting or reading a
290 * auto-hinter), a change of the fallback script will affect this face.
  /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/tlsdate/
configure.ac 233 dnl others use -lrt. Try the first and fallback to the latter.
328 dnl others use -lrt. Try the first and fallback to the latter.
353 dnl others use -lrt. Try the first and fallback to the latter.
375 dnl others use -lrt. Try the first and fallback to the latter.
392 dnl others use -lrt. Try the first and fallback to the latter.
409 dnl others use -lrt. Try the first and fallback to the latter.
465 dnl others use -lrt. Try the first and fallback to the latter.
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 287 ALOGE << "InitDecode() - fallback to SW decoder";
313 ALOGE << "Release failure: " << ret_val << " - fallback to SW codec";
348 ALOGE << "Codec initialization error - fallback to SW codec.";
381 ALOGE << "NewGlobalRef error - fallback to SW codec.";
435 // For now there is no SW H.264 which can be used as fallback codec.
461 ALOGE << "Decode() - fallback to SW codec";
485 ALOGE << "InitDecode failure: " << ret << " - fallback to SW codec";
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 379 * Gets the fallback action to perform if the application does not
383 * translate the key to an alternate fallback key (specified in the
384 * fallback action) and dispatch it to the application.
385 * The event containing the fallback key is flagged
391 * @return The fallback action, or null if none. Remember to recycle the fallback action.
737 * Specifies a substitute key code and meta state as a fallback action
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 740 bool fallback = false; local
751 fallback = true;
756 fallback = true;
763 fallback = true;
769 // fallback to video ration buffer in such case.
772 fallback = true;
775 if (fallback || mBobDeinterlace) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 827 bool fallback = false; local
838 fallback = true;
843 fallback = true;
850 fallback = true;
856 // fallback to video ration buffer in such case.
859 fallback = true;
862 if (fallback || mBobDeinterlace) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 455 * Gets the string value from qualitativeUnitMap with fallback based on style.
478 // Consider other styles from alias fallback.
595 // Consider other styles from alias fallback.
816 // Record the fallback chain for the values.
817 // At formatting time, limit to 2 levels of fallback.
820 throw new ICUException("Invalid style fallback from " + sourceStyle + " to itself");
828 "Inconsistent style fallback for style " + sourceStyle + " to " + targetStyle);
    [all...]

Completed in 3329 milliseconds

<<11121314151617181920>>