HomeSort by relevance Sort by last modified time
    Searched refs:fallback (Results 51 - 75 of 579) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/sha256/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/darwin-x86/src/crypto/sha512/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/linux-x86/src/crypto/sha1/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/linux-x86/src/crypto/sha256/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /prebuilts/go/linux-x86/src/crypto/sha512/
fallback_test.go 15 // Tests the fallback code path in case the optimized asm
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 429 goto fallback;
435 /* XXX Fallback for depth-stencil formats due to an incomplete
438 goto fallback;
445 goto fallback;
449 goto fallback;
462 goto fallback;
475 goto fallback;
488 goto fallback;
506 goto fallback;
514 goto fallback;
    [all...]
st_cb_texture.c     [all...]
  /external/selinux/libsemanage/src/
genhomedircon.c 111 genhomedircon_user_entry_t *fallback; member in struct:__anon30568
920 if (push_user_entry(&(s->fallback), FALLBACK_NAME,
1301 free(s->fallback->home);
1302 s->fallback->home = temp;
1305 s->fallback) != STATUS_SUCCESS) {
1307 s->fallback->home = NULL;
1315 s->fallback->home = NULL;
1321 s->fallback->home = NULL;
1326 s->fallback) != STATUS_SUCCESS) {
1332 s->fallback) != STATUS_SUCCESS)
    [all...]
  /external/clang/tools/clang-format/
clang-format.py 79 command.extend(['-fallback-style', fallback_style])
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleUtility.java 52 * return true if parent is a 'strict' fallback of child, that is,
66 * 'strict' fallback of the child (parent string is a fallback
112 * Fallback from the given locale name by removing the rightmost _-delimited
117 * @return a new Locale that is a fallback from the given locale, or null.
119 public static Locale fallback(Locale loc) { method in class:LocaleUtility
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleUtility.java 50 * return true if parent is a 'strict' fallback of child, that is,
64 * 'strict' fallback of the child (parent string is a fallback
110 * Fallback from the given locale name by removing the rightmost _-delimited
115 * @return a new Locale that is a fallback from the given locale, or null.
117 public static Locale fallback(Locale loc) { method in class:LocaleUtility
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleUtility.java 50 * return true if parent is a 'strict' fallback of child, that is,
64 * 'strict' fallback of the child (parent string is a fallback
110 * Fallback from the given locale name by removing the rightmost _-delimited
115 * @return a new Locale that is a fallback from the given locale, or null.
117 public static Locale fallback(Locale loc) { method in class:LocaleUtility
  /external/skia/tools/
ok.h 50 std::string operator()(std::string k, std::string fallback = "") const;
  /external/syslinux/com32/lib/sys/
file.h 72 const struct output_dev *fallback; /* Fallback option for certain consoles */ member in struct:output_dev
  /frameworks/base/core/java/android/os/
VibrationEffect.java 152 * This will fallback to a generic pattern if one exists and there does not exist a
175 * they may, for example, be too disruptive to the user without tuning. The {@code fallback}
176 * parameter allows you to decide whether you want to fallback to the generic implementation or
181 * @param fallback Whether to fallback to a generic pattern if a hardware specific
187 public static VibrationEffect get(int effectId, boolean fallback) {
188 VibrationEffect effect = new Prebaked(effectId, fallback);
412 public Prebaked(int effectId, boolean fallback) {
414 mFallback = fallback;
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java 573 protected static boolean parse(String str, boolean fallback) {
575 return fallback;
581 protected static byte parse(String str, byte fallback) {
585 return fallback;
590 protected static short parse(String str, short fallback) {
594 return fallback;
599 protected static int parse(String str, int fallback) {
603 return fallback;
608 protected static long parse(String str, long fallback) {
612 return fallback;
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestActionHandler.java 56 public boolean openDocument(DocumentDetails doc, @ViewType int type, @ViewType int fallback) {
  /toolchain/binutils/binutils-2.25/gold/
errors.h 52 // Report a fallback error. After printing the error, this must exit
53 // with a special status code indicating that fallback to
56 fallback(const char* format, va_list) ATTRIBUTE_NORETURN;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 214 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
260 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_TRUE);
262 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DRAW_BUFFER, GL_FALSE);
268 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_FALSE);
270 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_TRUE);
273 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_DEPTH_BUFFER, GL_FALSE);
280 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_FALSE);
285 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_TRUE);
288 radeon->vtbl.fallback(ctx, RADEON_FALLBACK_STENCIL_BUFFER, GL_FALSE);
  /frameworks/native/cmds/installd/
utils.cpp 94 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); local
100 return fallback;
108 if (resolved != fallback) {
110 << " instead of " << fallback; local
117 LOG(WARNING) << "Failed to resolve inode " << ce_data_inode << "; using " << fallback; local
119 return fallback;
121 return fallback;
721 auto fallback = StringPrintf("%s/%s", parent.c_str(), name); local
734 return fallback;
742 if (resolved != fallback) {
744 << " instead of " << fallback; local
751 LOG(WARNING) << "Failed to resolve inode " << inode << "; using " << fallback; local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
WriteIndicCharts.java 117 boolean fallback=false;
123 if(temp[j].indexOf(":FALLBACK")>=0){
125 fallback=true;
149 if(fallback){
259 boolean fallback=false;
262 if(temp[j].indexOf(":FALLBACK")>=0){
264 fallback=true;
268 if(fallback){
313 arr[index] = s1 + ":FALLBACK";
336 arr[index] = s1+ ":FALLBACK";
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_dma.c 237 goto fallback;
258 goto fallback;
263 goto fallback;
286 goto fallback;
293 goto fallback;
319 fallback:
  /frameworks/opt/net/wifi/libwifi_hal/
Android.mk 75 # A fallback "vendor" HAL library.
79 LOCAL_MODULE := libwifi-hal-fallback
88 LIB_WIFI_HAL := libwifi-hal-fallback
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_formats.c 165 static const uint8_t fallback[] = {0, 1, 2, 3}; local
168 return fallback;
  /external/selinux/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...]

Completed in 661 milliseconds

1 23 4 5 6 7 8 91011>>