Searched refs:fallback (Results 26 - 50 of 243) sorted by relevance

12345678910

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_client.h41 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
H A Dlayer_tree_test.h96 virtual void RequestNewOutputSurface(bool fallback) = 0;
186 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
188 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback);
190 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback);
H A Dlayer_tree_test.cc293 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE {
294 test_hooks_->RequestNewOutputSurface(fallback);
669 void LayerTreeTest::RequestNewOutputSurface(bool fallback) { argument
670 layer_tree_host_->SetOutputSurface(CreateOutputSurface(fallback));
673 scoped_ptr<OutputSurface> LayerTreeTest::CreateOutputSurface(bool fallback) { argument
675 CreateFakeOutputSurface(fallback);
685 bool fallback) {
684 CreateFakeOutputSurface( bool fallback) argument
H A Dlayer_tree_pixel_test.h37 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.h39 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
H A Dcompositor_host.cc79 void CompositorHost::RequestNewOutputSurface(bool fallback) { argument
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h81 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
115 void CreateOutputSurface(bool fallback);
/external/libselinux/src/
H A Dsestatus.c36 * MAP_FAILED : opened, but fallback-mode
163 * Note that it is not a reliable value on fallback-mode until it receives
228 * callback routines for fallback case using netlink socket
251 * fallback routine using a netlink socket on older kernels, if
252 * the supplied `fallback' is not zero.
255 int selinux_status_open(int fallback) argument
287 * If caller wants fallback routine, we try to provide
292 if (fallback && avc_netlink_open(0) == 0) {
301 /* mark as fallback mode */
321 * if fallback mod
[all...]
/external/pixman/pixman/
H A Dpixman-noop.c167 _pixman_implementation_create_noop (pixman_implementation_t *fallback) argument
170 _pixman_implementation_create (fallback, noop_fast_paths);
H A Dpixman-private.h478 pixman_implementation_t * fallback; member in struct:pixman_implementation_t
498 _pixman_implementation_create (pixman_implementation_t *fallback,
574 _pixman_implementation_create_fast_path (pixman_implementation_t *fallback);
577 _pixman_implementation_create_noop (pixman_implementation_t *fallback);
581 _pixman_implementation_create_mmx (pixman_implementation_t *fallback);
586 _pixman_implementation_create_sse2 (pixman_implementation_t *fallback);
591 _pixman_implementation_create_arm_simd (pixman_implementation_t *fallback);
596 _pixman_implementation_create_arm_neon (pixman_implementation_t *fallback);
601 _pixman_implementation_create_mips_dspr2 (pixman_implementation_t *fallback);
606 _pixman_implementation_create_vmx (pixman_implementation_t *fallback);
[all...]
/external/qemu/distrib/libselinux/src/
H A Dsestatus.c36 * MAP_FAILED : opened, but fallback-mode
163 * Note that it is not a reliable value on fallback-mode until it receives
228 * callback routines for fallback case using netlink socket
251 * fallback routine using a netlink socket on older kernels, if
252 * the supplied `fallback' is not zero.
255 int selinux_status_open(int fallback) argument
287 * If caller wants fallback routine, we try to provide
292 if (fallback && avc_netlink_open(0) == 0) {
301 /* mark as fallback mode */
321 * if fallback mod
[all...]
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.h49 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-fallback-shape.cc27 #define HB_SHAPER fallback
100 * - Apply fallback kern.
104 * This will make the fallback shaper into a dumb "TrueType"
/external/dhcpcd/
H A Dif-options.h117 char *fallback; member in struct:if_options
/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc27 #define HB_SHAPER fallback
100 * - Apply fallback kern.
104 * This will make the fallback shaper into a dumb "TrueType"
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.cc187 DVLOG(1) << "Invalid data reduction proxy fallback origin: "
211 DVLOG(1) << "Invalid alternative fallback origin:"
223 DVLOG(1) << "The data reduction proxy fallback cannot be allowed if "
228 DVLOG(1) << "The data reduction proxy alternative fallback cannot be "
452 const GURL& fallback,
459 // looking for the fallback in order to assign |min_retry_delay| if the
461 if (!fallback_allowed_ || !fallback.is_valid() || min_retry_delay) {
472 if (fallback_allowed_ && fallback.is_valid()) {
473 // If fallback is allowed, only the fallback prox
449 ArePrimaryAndFallbackBypassed( const net::ProxyRetryInfoMap& retry_map, const GURL& primary, const GURL& fallback, base::TimeDelta* min_retry_delay) const argument
[all...]
H A Ddata_reduction_proxy_params.h30 // and |is_ssl| note whether the given proxy is a fallback, an alternative,
48 // is allowed to be used, if the fallback proxy is allowed to be used, if
92 // |kfallbackAllowed| a fallback proxy can be used if the primary proxy is
95 // replace the primary and fallback proxy configurations if enabled. Finally
99 // A standard configuration has a primary proxy, and a fallback proxy for
101 // fallback proxy for HTTP traffic, and an SSL proxy.
114 // |proxy_info| will note if the proxy used was a fallback, an alternative,
126 // |proxy_info| will note if the proxy was a fallback, an alternative, or a
164 // Returns the data reduction proxy fallback origin.
180 // Returns the alternative data reduction proxy fallback origi
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_context.cc84 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback)
173 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE {
180 fallback));
182 CreateAndSetOutputSurface(fallback); variable
186 void CreateAndSetOutputSurface(bool fallback) { argument
188 LayerTreeHostContextTest::CreateOutputSurface(fallback));
294 // Losing the context, failing to reinitialize it, and making a fallback
363 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
442 // fallback/software OutputSurface is expected to occur.
456 virtual scoped_ptr<FakeOutputSurface> CreateFakeOutputSurface(bool fallback)
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.cc255 // Check if the dictionary exists in the fallback location. If so, use it
259 base::FilePath fallback = user_dir.Append(path.BaseName()); local
260 if (!base::PathExists(path) && base::PathExists(fallback))
261 dictionary.path = fallback;
/external/chromium_org/chrome/test/telemetry/chromeos/
H A Dlogin_unittest.py241 # Find the language, or an acceptable fallback value.
246 fallback = self._ResolveLanguage(region.language_code)
247 self.assertTrue(fallback and
250 fallback))
/external/deqp/modules/glshared/
H A DglsFboUtil.hpp109 const typename M::mapped_type& fallback)
112 return ptr == DE_NULL ? fallback : *ptr;
211 FormatFlags fallback) const;
107 lookupDefault(const M& map, const typename M::key_type& key, const typename M::mapped_type& fallback) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-help.c349 const char *fallback = getenv("PERF_MAN_VIEWER"); local
355 if (fallback)
356 exec_viewer(fallback, page);
/external/chromium_org/components/translate/content/renderer/
H A Dtranslate_helper.h138 // run successfully. Otherwise, returns |fallback| value.
140 bool fallback);
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc146 bool fallback) {
145 RequestNewOutputSurface( bool fallback) argument
H A Dweb_layer_tree_view_impl_for_testing.h75 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;

Completed in 601 milliseconds

12345678910