HomeSort by relevance Sort by last modified time
    Searched refs:fallback (Results 26 - 50 of 316) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/json/src/main/java/org/json/
JSONObject.java 428 * can be coerced to a boolean, or {@code fallback} otherwise.
430 public boolean optBoolean(String name, boolean fallback) {
433 return result != null ? result : fallback;
462 * can be coerced to a double, or {@code fallback} otherwise.
464 public double optDouble(String name, double fallback) {
467 return result != null ? result : fallback;
496 * can be coerced to an int, or {@code fallback} otherwise.
498 public int optInt(String name, int fallback) {
501 return result != null ? result : fallback;
533 * can be coerced to a long, or {@code fallback} otherwise. Note that JSON represent
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol.cc 216 net::ProxyServer fallback; local
219 SetProxyServerFromGURL(data_reduction_proxies.second, &fallback);
220 if (fallback.is_valid())
221 proxy_list.AddProxyServer(fallback);
232 fallback,
data_reduction_proxy_params.cc 187 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 proxy needs to be on the retr
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/err/
err_impl.c 217 static ERR_STATE fallback; local
245 return &fallback;
258 return &fallback;
  /external/smack/src/org/xbill/DNS/tests/
xfrin.java 25 boolean fallback = false;
48 fallback = true;
73 xfrin = ZoneTransferIn.newIXFR(zname, ixfr_serial, fallback,
  /external/chromium_org/chromeos/network/
network_ui_data.cc 48 // string of the table matches, returns |fallback| instead.
52 Enum fallback) {
57 return fallback;
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 81 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
115 void CreateOutputSurface(bool fallback);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
character_fallback_test.js 33 PerfTestRunner.measureTime({ run: test, done: cleanup, description: "Per-character font fallback" });
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save.c 125 void vbo_save_fallback( struct gl_context *ctx, GLboolean fallback )
129 if (fallback)
  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 86 //! 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;
  /external/mesa3d/src/mesa/vbo/
vbo_save.c 125 void vbo_save_fallback( struct gl_context *ctx, GLboolean fallback )
129 if (fallback)
  /external/chromium_org/android_webview/browser/
hardware_renderer.h 49 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
  /external/chromium_org/cc/test/
layer_tree_test.h 96 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);
layer_tree_pixel_test.h 37 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
layer_tree_test.cc 293 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE {
294 test_hooks_->RequestNewOutputSurface(fallback);
669 void LayerTreeTest::RequestNewOutputSurface(bool fallback) {
670 layer_tree_host_->SetOutputSurface(CreateOutputSurface(fallback));
673 scoped_ptr<OutputSurface> LayerTreeTest::CreateOutputSurface(bool fallback) {
675 CreateFakeOutputSurface(fallback);
685 bool fallback) {
  /external/libselinux/src/
sestatus.c 36 * 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)
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 mode
    [all...]
  /external/pixman/pixman/
pixman-noop.c 167 _pixman_implementation_create_noop (pixman_implementation_t *fallback)
170 _pixman_implementation_create (fallback, noop_fast_paths);
pixman-private.h 478 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/
sestatus.c 36 * 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)
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 mode
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 31 * thumbnail fallback strategy. If unassigned, then the thumbnail.html
32 * <iframe> would handle the fallback.
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.h 75 virtual void RequestNewOutputSurface(bool fallback) OVERRIDE;
  /external/chromium_org/mojo/examples/compositor_app/
compositor_host.cc 79 void CompositorHost::RequestNewOutputSurface(bool fallback) {
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-fallback-shape.cc 27 #define HB_SHAPER fallback
100 * - Apply fallback kern.
104 * This will make the fallback shaper into a dumb "TrueType"
  /external/dhcpcd/
if-options.h 117 char *fallback; member in struct:if_options
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 27 #define HB_SHAPER fallback
100 * - Apply fallback kern.
104 * This will make the fallback shaper into a dumb "TrueType"

Completed in 2402 milliseconds

12 3 4 5 6 7 8 91011>>