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

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/repository/26.0.0-beta6/
repository-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/26.0.0-beta7/
repository-26.0.0-beta7.jar 
  /art/test/957-methodhandle-transforms/src/
Main.java 228 System.out.println("fallback: " + arg1 + ", " + arg2 + ", " + arg3);
229 return "fallback";
242 final MethodHandle fallback = MethodHandles.lookup().findStatic(Main.class, local
245 MethodHandle adapter = MethodHandles.guardWithTest(test, target, fallback);
254 returnVal = (String) adapter.invoke("fallback", 42l, 56);
255 assertEquals("fallback", returnVal);
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_server.go 305 return errors.New("tls: no fallback SCSV found when expected")
307 return errors.New("tls: fallback SCSV found when not expected")
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 789 /* no more free regs we can use. Need a fallback :-( */
1083 * Returns GL_FALSE if fallback required.
1434 GLboolean fallback = !r200_validate_texgen( ctx, unit ); local
    [all...]
  /external/valgrind/none/tests/
cmdline2.stdout.exp 104 no-inner-prefix no-nptl-pthread-stackcache fallback-llsc none
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 393 // that the client is doing version fallback. See
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
value.go 133 if err == syscall.ERROR_FILE_NOT_FOUND { // Try fallback path
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 21 // The current AES hash function passes Smhasher. Our fallback
os_linux.go 214 // On Android, /proc/self/auxv might be unreadable (issue 9229), so we fallback to
  /prebuilts/go/darwin-x86/src/strings/
replace.go 230 // It's used as a fallback when nothing faster can be used.
  /prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go 393 // that the client is doing version fallback. See
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
value.go 133 if err == syscall.ERROR_FILE_NOT_FOUND { // Try fallback path
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 21 // The current AES hash function passes Smhasher. Our fallback
os_linux.go 214 // On Android, /proc/self/auxv might be unreadable (issue 9229), so we fallback to
  /prebuilts/go/linux-x86/src/strings/
replace.go 230 // It's used as a fallback when nothing faster can be used.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.2.1/
maven-artifact-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar 
  /external/trappy/trappy/
ftrace.py 272 if not cls.fallback:
  /frameworks/ml/nn/runtime/
ExecutionPlan.cpp 476 int ExecutionPlan::fallback(std::shared_ptr<Controller> controller, function in class:android::nn::ExecutionPlan
480 VLOG(EXECUTION) << "ExecutionPlan::fallback(" << controller << ", " << executor
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/repository/25.2.0-alpha1/
repository-25.2.0-alpha1.jar 
  /build/kati/
pathutil.go 474 // TODO(ukai): handle this in run() instead of fallback shell.
  /external/iproute2/doc/
ip-tunnels.tex 186 that base device or fallback tunnel cannot be replicated.\footnote{
  /external/libusb-compat/
configure 579 X*--fallback-echo)
589 elif test "X$1" = X--fallback-echo; then
600 if test "X$1" = X--fallback-echo; then
601 # used as fallback echo
673 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
675 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
681 ECHO="$CONFIG_SHELL $0 --fallback-echo"
682 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
684 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
686 ECHO="$CONFIG_SHELL $0 --fallback-echo
    [all...]
  /external/libvorbis/
configure 559 X*--fallback-echo)
569 elif test "X$1" = X--fallback-echo; then
580 if test "X$1" = X--fallback-echo; then
581 # used as fallback echo
653 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
655 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
661 ECHO="$CONFIG_SHELL $0 --fallback-echo"
662 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
664 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
666 ECHO="$CONFIG_SHELL $0 --fallback-echo
    [all...]

Completed in 2683 milliseconds

<<11121314151617181920>>