HomeSort by relevance Sort by last modified time
    Searched full:fallback (Results 276 - 300 of 2514) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.h 5 /* Fallback implementations for inline read/writes which just go back
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_x11.c 44 _eglLog(_EGL_INFO, "use software fallback");
  /external/regex-re2/util/
atomicops.h 48 // this is a correct fallback.
  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
HwuiPictureView.java 64 // Fallback to software rendering.
  /external/tlsdate/dbus/
org.torproject.tlsdate.xml 30 fallback to "system-clock" happens at steady state intervals.
  /external/wpa_supplicant_8/src/drivers/
driver_wext.h 34 /* for set_auth_alg fallback */
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/
MixAudio-docs.sgml 36 <xi:include href="xml/object_index.sgml"><xi:fallback /></xi:include>
  /packages/apps/Launcher3/res/values/
colors.xml 51 <!-- Used as a fallback since colorSecondary doesn't exist pre-API 25 -->
  /packages/apps/Messaging/src/com/android/messaging/util/
RingtoneUtil.java 31 * @return the Uri of the ringtone or the fallback ringtone
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 54 // Fallback to Locale if there are issues with CountryDetector
  /prebuilts/go/darwin-x86/src/cmd/go/
fmt.go 62 // fallback to looking for gofmt in $PATH
  /prebuilts/go/darwin-x86/src/crypto/tls/
alert.go 64 alertInappropriateFallback: "inappropriate fallback",
  /prebuilts/go/linux-x86/src/cmd/go/
fmt.go 62 // fallback to looking for gofmt in $PATH
  /prebuilts/go/linux-x86/src/crypto/tls/
alert.go 64 alertInappropriateFallback: "inappropriate fallback",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ImageButtonRule.java 48 // Fallback if dismissed or during previews etc
ImageViewRule.java 51 // Fallback if dismissed or during previews etc
  /system/update_engine/
utils_android.cc 28 // Open the appropriate fstab file and fallback to /fstab.device if
  /external/conscrypt/src/test/java/org/conscrypt/ct/
CTLogStoreImplTest.java 95 // Empty log file, used to mask fallback logs
115 CTLogInfo[] fallback = new CTLogInfo[] { LOGS[2], LOGS[3] }; local
117 CTLogStore store = new CTLogStoreImpl(userDir, systemDir, 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/mapi/glapi/gen/
gl_API.dtd 11 <!ELEMENT xi:include (xi:fallback)?>
17 <!ELEMENT xi:fallback ANY>
18 <!ATTLIST xi:fallback
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
ConnectionSpecSelector.java 33 * Handles the connection spec fallback strategy: When a secure socket connection fails
91 // Any future attempt to connect using this strategy will be a fallback attempt.
131 * Returns {@code true} if any later {@link ConnectionSpec} in the fallback strategy looks
  /external/skia/include/ports/
SkFontMgr.h 71 * Use the system fallback to find a typeface for the given character.
76 * in the system fallback.
81 * bcp47[0] is the least significant fallback, bcp47[bcp47Count-1] is the
  /external/toybox/tests/
sort.test 41 # at the whitespace), then the global fallback sort does an alpha sort on
75 testing "sort key doesn't strip leading blanks, disables fallback global sort" \
93 # Test that -f applies to key or fallback independently
  /external/vogar/src/vogar/android/
AdbTarget.java 165 Command fallback = new Command(log, "adb", "push", local.getPath(), remote.getPath()); local
176 fallback.execute();
179 fallback.execute();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
MoveJob.java 90 // If not supported, then fallback to byte-by-byte copy/move.
103 // If optimized move fails, then fallback to byte-by-byte copy.
104 if (DEBUG) Log.d(TAG, "Fallback to byte-by-byte move for: " + src.derivedUri);

Completed in 3660 milliseconds

<<11121314151617181920>>