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

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 563 UBool fallback,
586 UBool fallback,
726 ucnv_setFallback(convto, fallback);
1110 UBool fallback = FALSE; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tex.c 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) {
74 if (nctx->fallback == HWTNL &&
nv20_state_tex.c 46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) {
72 if (nctx->fallback == HWTNL &&
nv20_state_tnl.c 156 unsigned source = nctx->fallback == HWTNL ?
339 if (nctx->fallback != HWTNL)
369 if (nctx->fallback == HWTNL)
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/chromium_org/cc/test/
layer_tree_test.cc 294 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
296 return test_hooks_->CreateOutputSurface(fallback);
711 scoped_ptr<OutputSurface> LayerTreeTest::CreateOutputSurface(bool fallback) {
713 CreateFakeOutputSurface(fallback);
723 bool fallback) {
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 77 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback)
235 // Losing the context, failing to reinitialize it, and making a fallback
291 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
355 // fallback/software OutputSurface is expected to occur.
368 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback)
371 LayerTreeHostContextTest::CreateFakeOutputSurface(fallback);
376 did_attempt_fallback_ = fallback;
409 // After 4 failures we expect an attempt to create a fallback/software
857 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback)
865 return LayerTreeHostContextTest::CreateFakeOutputSurface(fallback);
    [all...]
layer_tree_host_unittest_no_message_loop.cc 63 bool fallback) OVERRIDE {
  /external/chromium_org/third_party/icu/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/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/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 134 // resources. This would load fallback, but properly show "selected" locale
443 input_method::InputMethodDescriptor fallback = local
446 CreateInputMethodsEntry(fallback, fallback.id()));
  /external/chromium_org/chrome/renderer/translate/
translate_helper.cc 280 bool fallback) {
283 return fallback;
296 return fallback;
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol_unittest.cc 382 std::string fallback = GetDataReductionProxyFallback(); local
587 HostPortPair::FromURL(GURL(fallback)).ToString() + "; DIRECT"));
596 primary, fallback);
  /external/chromium_org/third_party/mesa/src/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/chromium_org/cc/output/
delegating_renderer_unittest.cc 20 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 131 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
  /external/chromium_org/third_party/icu/source/common/
servlk.cpp 123 LocaleKey::fallback() { function in class:LocaleKey
127 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
  /external/chromium_org/ui/compositor/
compositor.h 222 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
compositor.cc 301 scoped_ptr<cc::OutputSurface> Compositor::CreateOutputSurface(bool fallback) {
302 return context_factory_->CreateOutputSurface(this, fallback);
  /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 123 LocaleKey::fallback() { function in class:LocaleKey
127 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-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:

Completed in 983 milliseconds

1 2 34 5 6 7 8 91011>>