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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-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")
handshake_client.go 647 proto, fallback := mutualProtocol(c.config.NextProtos, hs.serverHello.nextProtos)
650 c.clientProtocolFallback = fallback
791 // indicating if the fallback case was reached.
  /sdk/find_java/
find_java.bat 35 rem This fallback approach is simpler, but may misreport your architecture as
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 55 * This is pretty much a vertex fetch fallback. It translates vertices from
172 /* Vertex elements used for the translate fallback. */
175 * fallback and therefore used for rendering too. */
262 boolean fallback = FALSE; local
278 fallback = TRUE;
298 fallback = TRUE;
301 return fallback;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 131 &_tnl_render_stage, /* FALLBACK: */
162 radeon->vtbl.fallback = r200Fallback;
395 FALLBACK(rmesa, R200_FALLBACK_DISABLE, 1);
r200_vertprog.c 1110 GLboolean fallback; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 155 * for software fallback rendering.
283 /* Fallback rasterization functions
393 GLuint Fallback;
455 void (*fallback)(struct gl_context *ctx, GLuint bit, GLboolean mode); member in struct:radeon_context::__anon28687
radeon_context.c 91 &_tnl_render_stage, /* FALLBACK: */
128 radeon->vtbl.fallback = radeonFallback;
351 FALLBACK(rmesa, RADEON_FALLBACK_DISABLE, 1);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
AbstractActionHandlerTest.java 81 @ViewType int fallback) {
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 104 return LocaleKey.createWithCanonicalFallback(id, null); // no fallback locale
720 lkey.fallback();
723 lkey.fallback();
824 logln("has fallback: " + key.fallback());
    [all...]
  /external/icu/icu4c/source/common/
serv.cpp 64 ICUServiceKey::fallback() function in class:ICUServiceKey
525 // fallback to the one that succeeded, we want to hit the
543 } while (key.fallback());
705 // fallback
708 while (fallbackKey->fallback()) {
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 590 /* find a fallback for this offset; return the index or -1 if not found */
601 /* do a linear search for the fallback mapping (the table is not yet sorted) */
624 int32_t i, j, leadState, trailState, newState, fallback; local
777 * Note that fallback mappings need to get their offset values adjusted.
795 /* copy assigned-character code units and adjust fallback offsets */
802 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
803 toUFallbacks[fallback].offset=0x80000000|offset;
823 /* remove temporary flags from fallback offsets that protected them from being modified twice */
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 103 return LocaleKey.createWithCanonicalFallback(id, null); // no fallback locale
719 lkey.fallback();
722 lkey.fallback();
823 logln("has fallback: " + key.fallback());
    [all...]
  /external/skia/tools/
sk_tool_utils.cpp 98 sk_sp<SkTypeface> fallback(fm->matchFamilyStyleCharacter(
101 if (fallback) {
102 return fallback;
104 // If we don't have Segoe UI Emoji and can't find a fallback, try Segoe UI Symbol.
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 1100 GLboolean fallback = GL_FALSE; local
    [all...]
  /external/v8/src/js/
i18n.js 125 let fallback = receiver[IntlFallbackSymbol];
126 if (%IsInitializedIntlObjectOfType(fallback, typename)) {
127 return fallback;
    [all...]
  /external/libxml2/
xinclude.c 63 int emptyFb; /* flag to show fallback empty */
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 647 proto, fallback := mutualProtocol(c.config.NextProtos, hs.serverHello.nextProtos)
650 c.clientProtocolFallback = fallback
791 // indicating if the fallback case was reached.
  /system/security/keystore/
key_store_service.cpp 752 auto fallback = mKeyStore->getFallbackDevice(); local
753 if (!fallback.isOk()) {
756 rc = KS_HANDLE_HIDL_ERROR(fallback.value()->generateKey(params, hidl_cb));
925 auto fallback = mKeyStore->getFallbackDevice(); local
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 521 status_t BootAnimation::initFont(Font* font, const char* fallback) {
534 } else if (fallback != nullptr) {
535 status = initTexture(&font->texture, mAssets, fallback);
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 155 * A subclass of Key that implements a locale fallback mechanism.
157 * client, and the fallback locale to search for is the current
176 * Create a LocaleKey with canonical primary and fallback IDs.
183 * Create a LocaleKey with canonical primary and fallback IDs.
194 * Create a LocaleKey with canonical primary and fallback IDs.
309 * If the key has a fallback, modify the key and return true,
313 * the fallbackID. The final fallback is "" (root)
315 * there is no fallback.
318 public boolean fallback() { method in class:ICULocaleService.LocaleKey
340 * If a key created from id would eventually fallback to match th
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 151 * A subclass of Key that implements a locale fallback mechanism.
153 * client, and the fallback locale to search for is the current
172 * Create a LocaleKey with canonical primary and fallback IDs.
179 * Create a LocaleKey with canonical primary and fallback IDs.
190 * Create a LocaleKey with canonical primary and fallback IDs.
305 * If the key has a fallback, modify the key and return true,
309 * the fallbackID. The final fallback is "" (root)
311 * there is no fallback.
314 public boolean fallback() { method in class:ICULocaleService.LocaleKey
336 * If a key created from id would eventually fallback to match th
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 250 @ViewType int fallback) {

Completed in 1792 milliseconds

1 2 3 4 5 6 78 91011>>