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

1 2 3 4 5 67 8 91011>>

  /external/kmod/libkmod/
libkmod-elf.c 765 goto fallback;
771 goto fallback;
781 goto fallback;
806 goto fallback;
818 goto fallback;
870 fallback:
  /external/e2fsprogs/lib/ext2fs/
closefs.c 200 fallback:
227 goto fallback;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 120 nctx->fallback = HWTNL;
382 nctx->fallback = MAX2(HWTNL, mode);
nouveau_vbo_t.c 504 if (nctx->fallback == HWTNL)
509 if (nctx->fallback == SWTNL)
  /external/skia/tools/
ok.cpp 369 std::string Options::operator()(std::string k, std::string fallback) const {
373 return fallback;
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /external/valgrind/memcheck/tests/
origin5-bz2.stdout.exp 4 too repetitive; using fallback sorting algorithm
vcpu_bz2.stdout.exp 3 too repetitive; using fallback sorting algorithm
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 205 * fallback will be used instead.
206 * @param fallback the fallback icon name to use if the primary icon does
213 public Image getIcon(@NonNull String osName, @Nullable String fallback) {
217 ImageDescriptor id = getImageDescriptor(osName, fallback);
230 * icon of the given fallback name.
233 * @param fallbackKey the fallback image to use if the primary key does not
252 // Place the fallback image for this key as well such that we don't keep trying
  /system/security/keystore/
blob.cpp 200 void Blob::setFallback(bool fallback) {
201 if (fallback) {
  /external/dnsmasq/src/
rfc2131.c 85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
140 struct in_addr subnet_addr, fallback, override; local
343 fallback = context->local;
835 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
868 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
956 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(server_id(context, override, fallback).s_addr));
    [all...]
  /external/icu/icu4c/source/common/
serv.h 58 * determine the fallback strategy.</p>
135 * <p>If the key has a fallback, modify the key and return true,
137 * is a fallback. No currentIDs should be repeated, and fallback
141 * @return TRUE if the ICUServiceKey changed to a valid fallback value.
143 virtual UBool fallback();
147 * fallback to match, the canonical ID of this ICUServiceKey.</p>
150 * @return TRUE if this ICUServiceKey's canonical ID is a fallback of id.
453 * 'fallback' the ID multiple times. Clients can optionally request
461 * responds with a service object, a fallback ID is generated, and th
    [all...]
servloc.h 54 * A subclass of Key that implements a locale fallback mechanism.
56 * client, and the fallback locale to search for is the current
79 * Create a LocaleKey with canonical primary and fallback IDs.
86 * Create a LocaleKey with canonical primary and fallback IDs.
142 * If the key has a fallback, modify the key and return true,
146 * the fallbackID. The final fallback is the empty string,
148 * there is no fallback.
150 virtual UBool fallback();
154 * fallback to match, the canonical ID of this key.
526 * Return the name of the current fallback locale. If it has changed since this wa
    [all...]
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 264 IDWriteFontFallback* fallback, WCHAR* localeName, int localeNameLength)
266 , fFontFallback(SkSafeRefComPtr(fallback))
276 // factory must be provided if fallback is non-null, else the fallback will not be used.
534 // due to no font being found and getting the fallback font.
759 // TODO: support fallback stack.
771 "Could not get system fallback.");
    [all...]
  /frameworks/ml/nn/runtime/
ExecutionPlan.h 176 int fallback(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor) const;
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_amd64.s 146 JEQ fallback
155 fallback: label
172 JEQ fallback
184 fallback: label
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_windows.go 33 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
39 if err != nil { // Fallback to Std and Dlt
104 // fallback to using capital letters
  /prebuilts/go/linux-x86/src/runtime/
sys_linux_amd64.s 146 JEQ fallback
155 fallback: label
172 JEQ fallback
184 fallback: label
  /prebuilts/go/linux-x86/src/time/
zoneinfo_windows.go 33 // Try MUI_Std and MUI_Dlt first, fallback to Std and Dlt if *any* error occurs
39 if err != nil { // Fallback to Std and Dlt
104 // fallback to using capital letters
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 177 EmulatedStackFrame fallback = EmulatedStackFrame.create(handler.type()); local
180 fallback.setReference(0, th);
185 emulatedStackFrame.copyRangeTo(fallback, handlerArgsRange,
189 handler.invoke(fallback);
190 fallback.copyReturnValueTo(emulatedStackFrame);
205 private final MethodHandle fallback; field in class:Transformers.GuardWithTest
209 public GuardWithTest(MethodHandle test, MethodHandle target, MethodHandle fallback) {
214 this.fallback = fallback;
231 fallback.invoke(emulatedStackFrame)
    [all...]
  /external/svox/pico/lib/
picosa.c 524 picoos_uint16 fallback; local
602 fallback = 0;
604 &prevout, &fallback)) {
605 if (fallback) {
606 prevout = fallback;
    [all...]
  /external/harfbuzz_ng/win32/
info-msvc.mak 3 INC_FEATURES = Fallback OT
82 @echo HarfBuzz DLL is built with OpenType and fallback support
  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 530 goto fallback;
541 fallback:
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 242 private static Object getNonNull(Object candidate, Object fallback){
244 return fallback;
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go 205 if selectedProto, fallback := mutualProtocol(hs.clientHello.alpnProtocols, c.config.NextProtos); !fallback {
277 // The client is doing a fallback connection.
280 return false, errors.New("tls: client using inappropriate protocol fallback")

Completed in 1628 milliseconds

1 2 3 4 5 67 8 91011>>