Searched defs:fallback (Results 1 - 25 of 97) sorted by relevance

1234

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host_client.cc24 void FakeLayerTreeHostClient::RequestNewOutputSurface(bool fallback) { argument
H A Dlayer_tree_pixel_test.cc38 bool fallback) {
37 CreateOutputSurface( bool fallback) argument
/external/chromium_org/base/third_party/xdg_user_dirs/
H A Dxdg_user_dir_lookup.cc35 * @fallback: value to use if the directory isn't specified by the user
42 * type the value returned is @fallback.
45 * free(). The return value is never NULL if @fallback != NULL, unless
49 xdg_user_dir_lookup_with_fallback (const char *type, const char *fallback) argument
168 if (fallback)
169 return strdup (fallback);
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.cc254 void HardwareRenderer::RequestNewOutputSurface(bool fallback) { argument
256 DCHECK(!fallback);
/external/chromium_org/third_party/boringssl/src/crypto/err/
H A Derr_impl.c217 static ERR_STATE fallback; local
245 return &fallback;
258 return &fallback;
/external/chromium_org/third_party/icu/source/common/
H A Dservlk.cpp123 LocaleKey::fallback() { function in class:LocaleKey
127 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemfs_malloc.cc91 explicit HugetlbSysAllocator(SysAllocator* fallback) argument
96 fallback_(fallback) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemfs_malloc.cc91 explicit HugetlbSysAllocator(SysAllocator* fallback) argument
96 fallback_(fallback) {
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.h65 // For testing. Allows forcing of fallback to using NTDLL functions.
66 void set_force_fallback(bool fallback) { argument
68 force_fallback_ = fallback;
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp86 //! Return a reference to the value mapped to `key`, or `fallback` if not found.
90 const typename M::mapped_type& fallback)
93 return ptr == DE_NULL ? fallback : *ptr;
88 lookupDefault(const M& map, const typename M::key_type& key, const typename M::mapped_type& fallback) argument
/external/icu/icu4c/source/common/
H A Dservlk.cpp123 LocaleKey::fallback() { function in class:LocaleKey
127 _currentID.remove(x); // truncate current or fallback, whichever we're pointing to
/external/pixman/pixman/
H A Dpixman-arm-simd.c249 _pixman_implementation_create_arm_simd (pixman_implementation_t *fallback) argument
251 pixman_implementation_t *imp = _pixman_implementation_create (fallback, arm_simd_fast_paths);
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-mips-dspr2.c448 _pixman_implementation_create_mips_dspr2 (pixman_implementation_t *fallback) argument
451 _pixman_implementation_create (fallback, mips_dspr2_fast_paths);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol.cc216 net::ProxyServer fallback; local
219 SetProxyServerFromGURL(data_reduction_proxies.second, &fallback);
220 if (fallback.is_valid())
221 proxy_list.AddProxyServer(fallback);
232 fallback,
/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.cc79 void CompositorHost::RequestNewOutputSurface(bool fallback) { argument
/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/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/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/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc146 bool fallback) {
145 RequestNewOutputSurface( bool fallback) argument
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducmstate.c588 /* find a fallback for this offset; return the index or -1 if not found */
599 /* do a linear search for the fallback mapping (the table is not yet sorted) */
622 int32_t i, j, leadState, trailState, newState, fallback; local
775 * Note that fallback mappings need to get their offset values adjusted.
793 /* copy assigned-character code units and adjust fallback offsets */
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
801 toUFallbacks[fallback].offset=0x80000000|offset;
821 /* remove temporary flags from fallback offsets that protected them from being modified twice */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_prim_vbuf.c75 unsigned fallback; member in struct:i915_vbuf_render
335 i915_render->fallback = 0;
339 i915_render->fallback = 0;
343 i915_render->fallback = PIPE_PRIM_LINE_LOOP;
347 i915_render->fallback = 0;
351 i915_render->fallback = 0;
355 i915_render->fallback = 0;
359 i915_render->fallback = 0;
363 i915_render->fallback = PIPE_PRIM_QUADS;
367 i915_render->fallback
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_context.h73 enum nouveau_fallback fallback; member in struct:nouveau_context
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c588 /* find a fallback for this offset; return the index or -1 if not found */
599 /* do a linear search for the fallback mapping (the table is not yet sorted) */
622 int32_t i, j, leadState, trailState, newState, fallback; local
775 * Note that fallback mappings need to get their offset values adjusted.
793 /* copy assigned-character code units and adjust fallback offsets */
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
801 toUFallbacks[fallback].offset=0x80000000|offset;
821 /* remove temporary flags from fallback offsets that protected them from being modified twice */
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_vbuf.c75 unsigned fallback; member in struct:i915_vbuf_render
335 i915_render->fallback = 0;
339 i915_render->fallback = 0;
343 i915_render->fallback = PIPE_PRIM_LINE_LOOP;
347 i915_render->fallback = 0;
351 i915_render->fallback = 0;
355 i915_render->fallback = 0;
359 i915_render->fallback = 0;
363 i915_render->fallback = PIPE_PRIM_QUADS;
367 i915_render->fallback
[all...]

Completed in 796 milliseconds

1234