HomeSort by relevance Sort by last modified time
    Searched refs:Fallback (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /development/apps/Fallback/
Android.mk 8 LOCAL_PACKAGE_NAME := Fallback
  /development/apps/Fallback/src/com/android/fallback/
Fallback.java 17 package com.android.fallback;
26 public class Fallback extends Activity {
30 setContentView(R.layout.fallback);
  /external/clang/lib/Driver/
Job.cpp 278 Fallback(std::move(Fallback_)) {}
284 Fallback->Print(OS, Terminator, Quote, CrashInfo);
307 D.Diag(diag::warn_drv_invoking_fallback) << Fallback->getExecutable();
309 int SecondaryStatus = Fallback->Execute(Redirects, ErrMsg, ExecutionFailed);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/
IntelBdsPlatform.c 238 STATIC CHAR16 Fallback[] = L"<device path unavailable>";
249 DevicePathText = Fallback;
256 if (DevicePathText != Fallback) {
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
PlatformBm.c 201 STATIC CHAR16 Fallback[] = L"<device path unavailable>";
212 DevicePathText = Fallback;
219 if (DevicePathText != Fallback) {
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_test.go 24 // This just checks that fast and fallback paths can be called, rather than testing their
32 t.Log("__vdso_clock_gettime symbol not found; fallback path will be used by default")
55 b.Run("Fallback", run)
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_test.go 24 // This just checks that fast and fallback paths can be called, rather than testing their
32 t.Log("__vdso_clock_gettime symbol not found; fallback path will be used by default")
55 b.Run("Fallback", run)
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
PlatformBm.c 204 STATIC CHAR16 Fallback[] = L"<device path unavailable>";
215 DevicePathText = Fallback;
222 if (DevicePathText != Fallback) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c 202 STATIC CHAR16 Fallback[] = L"<device path unavailable>";
213 DevicePathText = Fallback;
220 if (DevicePathText != Fallback) {
  /external/clang/include/clang/Driver/
Job.h 122 /// Like Command, but with a fallback which is executed in case
138 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Job.h 132 /// Like Command, but with a fallback which is executed in case
148 std::unique_ptr<Command> Fallback;
  /prebuilts/go/darwin-x86/src/net/http/cgi/
child.go 96 // Fallback to SCRIPT_NAME, PATH_INFO and QUERY_STRING.
124 // Fallback logic if we don't have a Host header or the URL

Completed in 2071 milliseconds

1 2 3 4