/external/valgrind/memcheck/tests/ |
varinfo6.stdout.exp | 3 too repetitive; using fallback sorting algorithm
|
/external/chromium-trace/trace-viewer/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/guava/guava-tests/test/com/google/common/util/concurrent/ |
FuturesTest.java | 490 FutureFallback<Integer> fallback = mocksControl.createMock(FutureFallback.class); 494 ListenableFuture<Integer> faultToleranteFuture = Futures.withFallback(originalFuture, fallback); 501 FutureFallback<Integer> fallback = mocksControl.createMock(FutureFallback.class); 503 expect(fallback.create(raisedException)).andReturn(Futures.immediateFuture(20)); 507 ListenableFuture<Integer> faultToleranteFuture = Futures.withFallback(failingFuture, fallback); 525 FutureFallback<Integer> fallback = new FutureFallback<Integer>() { 532 Futures.withFallback(failingFuture, fallback).get(); 552 FutureFallback<Integer> fallback = mocksControl.createMock(FutureFallback.class); 555 // Exception is thrown in the body of the "fallback" method. 556 expect(fallback.create(raisedException)).andThrow(expectedException) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
MccTable.java | 224 * Maps a given locale to a fallback locale that approximates it. This is a hack. 244 Locale fallback = target; local 245 while ((fallback = FALLBACKS.get(fallback)) != null) { 246 if (candidates.contains(fallback)) { 247 return fallback;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ULocale.java | 60 * which case the locale fallback mechanism will be invoked until a 63 * further fallback may be required to reach a locale containing the [all...] |
/external/guava/guava/src/com/google/common/util/concurrent/ |
Futures.java | 305 * provided by the {@code fallback}. {@link FutureFallback#create} is not 308 * fallback}, an exception is thrown, this exception is used as the result of 311 * <p>Below is an example of a fallback that returns a default value if an 328 * <p>The fallback can also choose to propagate the original exception when 353 * fallback.create} may run on an unpredictable or undesirable thread: 357 * is called, {@code withFallback} will call {@code fallback.create} inline. 359 * schedule {@code fallback.create} to be run by the thread that completes 365 * sameThreadExecutor} {@code fallback.create}, all other registered but 370 * @param fallback the {@link FutureFallback} implementation to be called if 376 FutureFallback<? extends V> fallback) { [all...] |
/external/icu/icu4c/source/test/intltest/ |
icusvtst.cpp | 114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale 498 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv20_state_tnl.c | 156 unsigned source = nctx->fallback == HWTNL ? 339 if (nctx->fallback != HWTNL) 369 if (nctx->fallback == HWTNL)
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonToken.pm | 9 fallback => 1,
|
/external/esd/include/ |
esd.h | 309 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
|
/external/icu/icu4c/source/common/ |
servlk.cpp | 122 LocaleKey::fallback() { function in class:LocaleKey 126 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
|
/frameworks/support/design/src/android/support/design/widget/ |
CollapsingToolbarLayout.java | 301 Toolbar fallback = null, selected = null; local 313 if (fallback == null) { 314 // We'll record the first Toolbar as our fallback 315 fallback = (Toolbar) child; 326 // If we didn't find a primary Toolbar, use the fallback 327 selected = fallback; [all...] |
Snackbar.java | 235 ViewGroup fallback = null; local 246 // It's not the content view but we'll use it as our fallback 247 fallback = (ViewGroup) view; 258 // If we reach here then we didn't find a CoL or a suitable content view so we'll fallback 259 return fallback;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
esd.h | 311 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
esd.h | 311 int esd_play_file( const char *name_prefix, const char *filename, int fallback );
|
/external/aac/libSYS/src/ |
genericStds.cpp | 261 * DATA MEMORY L1/L2 (fallback) 274 goto fallback; 284 fallback:
|
/external/icu/icu4c/source/test/cintltst/ |
ncnvfbts.c | 12 * Madhu Katragadda 06/23/2000 Tests for Conveter FallBack API and Functionality 130 const char *codepage, UBool fallback, const int32_t *expectOffsets) 171 ucnv_setFallback (conv, fallback); 173 if(action != fallback){ 174 log_err("FAIL: Error is setting fallback. Errocode=%s\n", myErrorName(status)); 293 const char *codepage, UBool fallback, const int32_t *expectOffsets) 342 /*----setting the fallback routine----*/ 343 ucnv_setFallback (conv, fallback); 345 if(action != fallback){ 346 log_err("FAIL: Error is setting fallback. Errocode=%s\n", myErrorName(status)) [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnOverlayPlane.cpp | 818 bool fallback = false; local 829 fallback = true; 834 fallback = true; 841 fallback = true; 847 // fallback to video ration buffer in such case. 850 fallback = true; 853 if (fallback || mBobDeinterlace) {
|
/system/security/keystore/ |
keystore.cpp | 583 void setFallback(bool fallback) { 584 if (fallback) { 987 KeyStore(Entropy* entropy, keymaster1_device_t* device, keymaster1_device_t* fallback) 990 , mFallbackDevice(fallback) 2217 const keymaster1_device_t* fallback = mKeyStore->getFallbackDevice(); local 2252 const keymaster1_device_t* fallback = mKeyStore->getFallbackDevice(); local 2366 const keymaster1_device_t* fallback = mKeyStore->getFallbackDevice(); local 3153 keymaster1_device_t* fallback; local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | 114 GLboolean fallback = GL_FALSE; local 130 fallback = GL_TRUE; 136 FALLBACK( rmesa, RADEON_FALLBACK_BLEND_EQ, fallback ); 137 if ( !fallback ) { 156 GLboolean fallback = GL_FALSE; local 197 fallback = GL_TRUE; 241 fallback = GL_TRUE; 249 FALLBACK( rmesa, RADEON_FALLBACK_BLEND_FUNC, fallback ); 700 GLboolean fallback = GL_FALSE; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 260 Test find methods using the elementpath fallback. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xml_etree.py | 260 Test find methods using the elementpath fallback. [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape.cc | 36 #include "hb-ot-shape-fallback-private.hh" 542 /* If the font has no GPOS, AND, no fallback positioning will 548 * If fallback positinoing happens or GPOS is present, we don't 626 hb_bool_t fallback = !hb_ot_position_complex (c); local 630 if (fallback && c->plan->shaper->fallback_position) 636 /* Visual fallback goes here. */ 638 if (fallback)
|
/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/e2fsprogs/lib/ext2fs/ |
closefs.c | 192 fallback: 219 goto fallback;
|