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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_vtbl.c 651 FALLBACK(intel, I915_FALLBACK_DRAW_OFFSET,
668 FALLBACK(intel, I915_FALLBACK_DRAW_OFFSET,
751 * drawbuffers are too big, we have to fallback to software.
755 FALLBACK(intel, INTEL_FALLBACK_DRAW_BUFFER, true);
757 FALLBACK(intel, INTEL_FALLBACK_DRAW_BUFFER, true);
762 FALLBACK(intel, INTEL_FALLBACK_DRAW_BUFFER, false);
765 /* Check for depth fallback. */
767 FALLBACK(intel, INTEL_FALLBACK_DEPTH_BUFFER, false);
770 FALLBACK(intel, INTEL_FALLBACK_DEPTH_BUFFER, true);
773 /* No fallback is needed because there is no depth buffer. *
    [all...]
intel_render.c 99 0, /* fallback case */
106 0, /* fallback case */
107 0, /* fallback case */
214 fprintf(stderr, "cost render: %d fallback: %d\n",
i830_vtbl.c 677 FALLBACK(intel, I830_FALLBACK_DRAW_OFFSET,
751 * regions for hardware drawing. We'll fallback to software below. Not
752 * having regions set makes some of the software fallback paths faster.
789 FALLBACK(intel, INTEL_FALLBACK_DRAW_BUFFER, true);
792 FALLBACK(intel, INTEL_FALLBACK_DRAW_BUFFER, false);
795 /* Check for depth fallback. */
797 FALLBACK(intel, INTEL_FALLBACK_DEPTH_BUFFER, false);
800 FALLBACK(intel, INTEL_FALLBACK_DEPTH_BUFFER, true);
803 /* No fallback is needed because there is no depth buffer. */
804 FALLBACK(intel, INTEL_FALLBACK_DEPTH_BUFFER, false)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DoubleInetAddressNetwork.java 23 * fallbacks to guarantee that a fallback address is available.
  /external/opencv3/samples/python2/
color_histogram.py 34 cam = video.create_capture(fn, fallback='synth:bg=../data/baboon.jpg:class=chess:noise=0.05')
  /external/skia/include/ports/
SkFontMgr_android.h 38 /** Optional custom configuration file for fonts which provide fallback.
SkTypeface_mac.h 43 * with AAT fonts, clipboard handling and font fallback.
  /external/valgrind/memcheck/tests/
varinfo6.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/webrtc/webrtc/video/
video_decoder_unittest.cc 92 << "Decoder used even though fallback should be active.";
132 << "Decoder should not be released during fallback.";
148 << "Reset not forwarded during fallback.";
186 EXPECT_STREQ("libvpx (fallback from: fake-decoder)",
  /frameworks/opt/setupwizard/library/main/res/drawable/
suw_layout_background.xml 18 <!-- This is a fallback for the background of the Setup Wizard layout. Clients should replace this
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestTrustManager.java 91 out.print("(fallback to X509TrustManager) ");
113 out.print("(fallback to X509TrustManager) ");
156 out.print("(fallback to X509TrustManager) ");
178 out.print("(fallback to X509TrustManager) ");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarRequest.java 87 "resource, switching to fallback rendering", ex);
93 // Check to see if we already got the bitmap. If not get a fallback avatar
97 // If we are here, we just failed to load the local resource. Use the fallback Uri
101 // No fallback Uri was provided, use the default avatar.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipv6_route.h 20 fallback, no routers on link */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipv6_route.h 20 fallback, no routers on link */
  /external/strace/
git-version-gen 89 --fallback VERSION
90 fallback version to use if \"git --version\" fails
98 fallback=
105 --fallback) shift; fallback="$1";;
191 elif test "x$fallback" = x || git --version >/dev/null 2>&1; then
194 v=$fallback
  /external/icu/icu4c/source/common/
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/icu/icu4c/source/i18n/unicode/
dtitvinf.h 108 * We use fallback format for the default order for the locale.
109 * For example, if the fallback format is &quot;{0} - {1}&quot;, it means
111 * If the fallback format is &quot;{1} - {0}&quot;, it means the first date is the
115 * For example, if the fallback format is &quot;{0}-{1}&quot;,
282 * Get the fallback interval pattern.
291 * Re-set the fallback interval pattern.
293 * In construction, default fallback pattern is set as "{0} - {1}".
295 * fallback pattern as what defined in the locale resource file.
297 * This method provides a way for user to replace the fallback pattern.
492 // fallback interval pattern
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUService.java 40 * 'fallback' the id multiple times. Clients can optionally request
47 * If none responds with a service object, a fallback id is generated,
53 * the factory list, and so gets 'first crack' at any keys or fallback
59 * fallback. The Key defines the canonical form of the id, and
60 * implements the fallback strategy. Custom Keys can be defined that
89 * fallback strategy. ICULocaleService is a customized service that
91 * resource bundle fallback strategy.<p>
138 * determine the fallback strategy.</p>
199 * If the key has a fallback, modify the key and return true,
201 * is a fallback. No currentIDs should be repeated, and fallbac
205 public boolean fallback() { method in class:ICUService.Key
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUService.java 39 * 'fallback' the id multiple times. Clients can optionally request
46 * If none responds with a service object, a fallback id is generated,
52 * the factory list, and so gets 'first crack' at any keys or fallback
58 * fallback. The Key defines the canonical form of the id, and
59 * implements the fallback strategy. Custom Keys can be defined that
88 * fallback strategy. ICULocaleService is a customized service that
90 * resource bundle fallback strategy.<p>
136 * determine the fallback strategy.</p>
197 * If the key has a fallback, modify the key and return true,
199 * is a fallback. No currentIDs should be repeated, and fallbac
203 public boolean fallback() { method in class:ICUService.Key
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afmodule.c 116 if ( !ft_strcmp( property_name, "fallback-script" ) )
123 /* We translate the fallback script to a fallback style that uses */
124 /* `fallback-script' as its script and `AF_COVERAGE_NONE' as its */
253 else if ( !ft_strcmp( property_name, "fallback-script" ) )
  /packages/apps/Email/res/xml/
providers.xml 189 <incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
190 <outgoing-fallback uri="smtp+tls+://smtp-mail.outlook.com" username="$email" />
195 <incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
196 <outgoing-fallback uri="smtp+tls+://smtp-mail.outlook.com" username="$email" />
201 <incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
202 <outgoing-fallback uri="smtp+tls+://smtp-mail.outlook.com" username="$email" />
207 <incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
208 <outgoing-fallback uri="smtp+tls+://smtp-mail.outlook.com" username="$email" />
213 <incoming-fallback uri="imap+ssl+://imap-mail.outlook.com" username="$email" />
214 <outgoing-fallback uri="smtp+tls+://smtp-mail.outlook.com" username="$email" /
    [all...]
  /libcore/json/src/main/java/org/json/
JSONArray.java 345 * be coerced to a boolean. Returns {@code fallback} otherwise.
347 public boolean optBoolean(int index, boolean fallback) {
350 return result != null ? result : fallback;
379 * be coerced to a double. Returns {@code fallback} otherwise.
381 public double optDouble(int index, double fallback) {
384 return result != null ? result : fallback;
413 * can be coerced to an int. Returns {@code fallback} otherwise.
415 public int optInt(int index, int fallback) {
418 return result != null ? result : fallback;
447 * can be coerced to a long. Returns {@code fallback} otherwise
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
numeric 53 // Sequential fallback.
66 // Sequential fallback for input iterator case.
166 // Sequential fallback.
312 // Sequential fallback.
319 // Sequential fallback.
327 // Sequential fallback for input iterator case.
383 // Sequential fallback.
390 // Sequential fallback.
400 // Sequential fallback for input iterator case.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
numeric 53 // Sequential fallback.
66 // Sequential fallback for input iterator case.
166 // Sequential fallback.
312 // Sequential fallback.
319 // Sequential fallback.
327 // Sequential fallback for input iterator case.
383 // Sequential fallback.
390 // Sequential fallback.
400 // Sequential fallback for input iterator case.

Completed in 790 milliseconds

1 2 3 4 5 6 7 891011>>