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

<<11121314151617181920>>

  /external/harfbuzz_ng/test/shaping/
Makefile.am 44 tests/arabic-fallback-shaping.tests \
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ClassLoaderUtil.java 86 * Returns a fallback class loader.
PluralRulesLoader.java 70 return ULocale.ROOT; // ultimate fallback
76 return ULocale.ROOT; // ultimate fallback
160 * Gets the rulesId from the locale,with locale fallback. If there is no
265 // TODO markdavis Fix the bad fallback, here and elsewhere in this file.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 414 * Gets the string value from qualitativeUnitMap with fallback based on style.
437 // Consider other styles from alias fallback.
548 // Consider other styles from alias fallback.
769 // Record the fallback chain for the values.
770 // At formatting time, limit to 2 levels of fallback.
773 throw new ICUException("Invalid style fallback from " + sourceStyle + " to itself");
781 "Inconsistent style fallback for style " + sourceStyle + " to " + targetStyle);
    [all...]
  /external/icu/icu4c/source/data/mappings/
windows-874-2000.ucm 16 # The 3rd column is the fallback indicator.
17 # The fallback indicator can have one of the following values:
19 # |1 for the best fallback codepage byte sequence.
21 # |3 for the best reverse fallback Unicode scaler value
  /external/icu/icu4c/source/test/cintltst/
cloctst.h 47 * Test functions to test get ISO3 countries and Languages Fallback
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 47 * f flag for roundtrip (0), fallback (1), sub mapping (2), reverse fallback (3)
63 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
64 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ClassLoaderUtil.java 84 * Returns a fallback class loader.
PluralRulesLoader.java 68 return ULocale.ROOT; // ultimate fallback
74 return ULocale.ROOT; // ultimate fallback
158 * Gets the rulesId from the locale,with locale fallback. If there is no
263 // TODO markdavis Fix the bad fallback, here and elsewhere in this file.
  /external/icu/icu4j/main/shared/data/
security.policy 32 // for creating a fallback class loader
  /external/jetty/src/config/etc/
jetty-xinetd.xml 42 <!-- Optional. Fallback in case System.inheritedChannel() does not give a ServerSocketChannel
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/custom/
HWMachine.java 37 public static native int sysctlbyname(@UncertainArgument("Options: java.string, c.const-byte-ptr Fallback: java.string") String name,
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
I18NBundle.java 32 * bundle, the parent bundle is searched for the resource. If the fallback mechanism reaches the base bundle and still can't find
37 * fallback in case none of its children was able to respond to a request.</li>
187 // Store the base bundle and keep on processing the remaining fallback locales
192 // Set next fallback locale
277 /** Returns a <code>Locale</code> to be used as a fallback locale for further bundle searches by the <code>createBundle</code>
280 * the previous fallback locale returned by this method.
288 * @return a <code>Locale</code> for the fallback search, or <code>null</code> if no further fallback search is needed.
407 * the resource bundle returned really corresponds to the requested locale or is a fallback.
  /external/llvm/lib/Target/X86/
X86CallingConv.h 41 // gracefully fallback to X86 C calling convention on Release builds.
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 143 * Fallback function for pipe->resource_copy_region().
225 * Fallback for pipe->clear_render_target() function.
271 * Fallback for pipe->clear_stencil() function.
272 * sw fallback doesn't look terribly useful here.
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 244 * rasterization fallback. As this function will be called again when we
245 * leave a rasterization fallback, we can just skip it for now.
247 if (rmesa->radeon.Fallback != 0)
575 if (!rmesa->radeon.TclFallback || rmesa->radeon.Fallback)
682 GLuint oldfallback = rmesa->radeon.Fallback;
685 rmesa->radeon.Fallback |= bit;
692 fprintf(stderr, "R200 begin rasterization fallback: 0x%x %s\n",
698 rmesa->radeon.Fallback &= ~bit;
724 fprintf(stderr, "R200 end rasterization fallback: 0x%x %s\n",
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 216 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
262 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
264 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_FALSE);
270 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_FALSE);
272 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_TRUE);
275 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_FALSE);
282 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_FALSE);
287 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_TRUE);
290 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_FALSE);
radeon_common_context.h 155 * for software fallback rendering.
283 /* Fallback rasterization functions
403 GLuint Fallback;
473 void (*fallback)(struct gl_context *ctx, GLuint bit, GLboolean mode); member in struct:radeon_context::__anon19748
radeon_swtcl.c 282 * rasterization fallback. As this function will be called again when we
283 * leave a rasterization fallback, we can just skip it for now.
285 if (rmesa->radeon.Fallback != 0)
698 if (!rmesa->radeon.TclFallback || rmesa->radeon.Fallback)
791 GLuint oldfallback = rmesa->radeon.Fallback;
794 rmesa->radeon.Fallback |= bit;
801 fprintf(stderr, "Radeon begin rasterization fallback: 0x%x %s\n",
807 rmesa->radeon.Fallback &= ~bit;
832 fprintf(stderr, "Radeon end rasterization fallback: 0x%x %s\n",
  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 53 { "fallback", DEBUG_FALLBACK, NULL },
  /external/opencv3/samples/python2/
facedetect.py 41 cam = create_capture(video_src, fallback='synth:bg=../data/lena.jpg:noise=0.05')
  /external/selinux/libselinux/include/selinux/
get_context_list.h 72 /* Allow the user to manually enter a context as a fallback
  /external/selinux/libselinux/man/man3/
get_ordered_context_list.3 83 allows the user to manually enter a context as a fallback if a list of
  /external/skia/platform_tools/android/bin/
adb_wait_for_device 51 echo "Battery level fallback..." 1>&2
  /external/skia/src/gpu/effects/
GrBicubicEffect.h 78 * returns false it may indicate that the best fallback is to use kMipMap, kBilerp, or

Completed in 1956 milliseconds

<<11121314151617181920>>