HomeSort by relevance Sort by last modified time
    Searched full:fallback (Results 301 - 325 of 2514) sorted by null

<<11121314151617181920>>

  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 123 * If 'secure' is false, password is operating in a fallback mode. Implementations
136 * If 'secure' is false, password is operating in a fallback mode. Implementations
148 * If 'secure' is false, password is operating in a fallback mode. Implementations
  /libcore/json/src/main/java/org/json/
JSONObject.java 428 * can be coerced to a boolean, or {@code fallback} otherwise.
430 public boolean optBoolean(String name, boolean fallback) {
433 return result != null ? result : fallback;
462 * can be coerced to a double, or {@code fallback} otherwise.
464 public double optDouble(String name, double fallback) {
467 return result != null ? result : fallback;
496 * can be coerced to an int, or {@code fallback} otherwise.
498 public int optInt(String name, int fallback) {
501 return result != null ? result : fallback;
533 * can be coerced to a long, or {@code fallback} otherwise. Note that JSON represent
    [all...]
  /art/runtime/interpreter/mterp/
README.txt 50 fallback-stub <filename>
52 Specifies a file to be used for the special FALLBACK tag on the "op"
63 op <opcode> <directory>|FALLBACK
69 applied (see below). If the special "FALLBACK" token is used instead of
70 a directory name, the source file specified in fallback-stub will instead
  /external/autotest/client/common_lib/
global_config.py 180 """Get a configuration value if it exists, otherwise use fallback.
191 @param fallback_section: The section the fallback key resides in. In
195 the key nor the fallback key.
199 @raises ConfigError: If the fallback key doesn't exist and no default
203 exist, the value looked up for the fallback key will be
  /external/freetype/src/autofit/
afmodule.c 121 if ( !ft_strcmp( property_name, "fallback-script" ) )
134 /* We translate the fallback script to a fallback style that uses */
135 /* `fallback-script' as its script and `AF_COVERAGE_NONE' as its */
345 else if ( !ft_strcmp( property_name, "fallback-script" ) )
  /external/icu/icu4c/source/common/
serv.h 56 * determine the fallback strategy.</p>
133 * <p>If the key has a fallback, modify the key and return true,
135 * is a fallback. No currentIDs should be repeated, and fallback
139 * @return TRUE if the ICUServiceKey changed to a valid fallback value.
141 virtual UBool fallback();
145 * fallback to match, the canonical ID of this ICUServiceKey.</p>
148 * @return TRUE if this ICUServiceKey's canonical ID is a fallback of id.
451 * 'fallback' the ID multiple times. Clients can optionally request
459 * responds with a service object, a fallback ID is generated, and th
    [all...]
resource.h 194 * Adds a no-fallback/no-inheritance marker for this key.
195 * Used for CLDR no-fallback data values of (three empty-set symbols)=={2205, 2205, 2205}
196 * when enumerating tables with fallback from the specific resource bundle to root.
  /frameworks/base/media/java/android/media/
Ringtone.java 418 // Default ringtone, try fallback ringtone.
440 Log.e(TAG, "Could not load fallback ringtone");
444 Log.e(TAG, "Failed to open fallback ringtone");
446 Log.e(TAG, "Fallback ringtone does not exist");
449 Log.w(TAG, "not playing fallback for " + mUri);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 89 * <li>use fallback classname
97 * is found. Use null to mean no fallback.
113 * <li>use fallback classname
124 * is found. Use null to mean no fallback.
160 * <li>use fallback classname
171 * is found. Use null to mean no fallback.
188 * <li>use fallback classname
199 * is found. Use null to mean no fallback.
242 * <li>use fallback classname
253 * is found. Use null to mean no fallback
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 89 * <li>use fallback classname
97 * is found. Use null to mean no fallback.
113 * <li>use fallback classname
124 * is found. Use null to mean no fallback.
160 * <li>use fallback classname
171 * is found. Use null to mean no fallback.
188 * <li>use fallback classname
199 * is found. Use null to mean no fallback.
242 * <li>use fallback classname
253 * is found. Use null to mean no fallback
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 88 * <li>use fallback classname
96 * is found. Use null to mean no fallback.
112 * <li>use fallback classname
123 * is found. Use null to mean no fallback.
159 * <li>use fallback classname
170 * is found. Use null to mean no fallback.
187 * <li>use fallback classname
198 * is found. Use null to mean no fallback.
241 * <li>use fallback classname
252 * is found. Use null to mean no fallback
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectFactory.java 89 * <li>use fallback classname
97 * is found. Use null to mean no fallback.
113 * <li>use fallback classname
124 * is found. Use null to mean no fallback.
160 * <li>use fallback classname
171 * is found. Use null to mean no fallback.
188 * <li>use fallback classname
199 * is found. Use null to mean no fallback.
242 * <li>use fallback classname
253 * is found. Use null to mean no fallback
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 89 * <li>use fallback classname
97 * is found. Use null to mean no fallback.
113 * <li>use fallback classname
124 * is found. Use null to mean no fallback.
160 * <li>use fallback classname
171 * is found. Use null to mean no fallback.
188 * <li>use fallback classname
199 * is found. Use null to mean no fallback.
242 * <li>use fallback classname
253 * is found. Use null to mean no fallback
    [all...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 485 FallbackBlobBuilder fallback; local
491 &fallback);
498 fFallbackTextBlob.reset(fallback.buildIfNeeded(&fFallbackGlyphCount));
518 FallbackBlobBuilder fallback; local
527 this->appendGlyph(glyph, loc, &fallback);
532 fFallbackTextBlob.reset(fallback.buildIfNeeded(&fFallbackGlyphCount));
554 FallbackBlobBuilder* fallback) {
555 // Stick the glyphs we can't draw into the fallback text blob.
557 if (!fallback->isInitialized()) {
558 fallback->init(fFont, fTextRatio)
    [all...]
  /frameworks/base/services/core/java/com/android/server/webkit/
WebViewUpdateServiceImpl.java 84 * Called when a new user has been added to update the state of its fallback package.
133 * Handle the enabled-state of our fallback package, i.e. if there exists some non-fallback
134 * package that is valid (and available by default) then disable the fallback package,
135 * otherwise, enable the fallback package.
158 // If there exists a valid and enabled non-fallback package - disable the fallback
169 // No fallback package installed -> early out.
183 // Enable the fallback package for all users.
190 * Returns the only fallback provider in the set of given packages, or null if there is none
    [all...]
  /external/iproute2/man/man8/
tc-cbq-details.8 156 point the loop may jump to the fallback algorithm.
178 If we found an upward reference to a higher level, enter the fallback
190 enter the fallback algorithm. If a valid class was found, and it is not a
195 priority yielded a class, enter the fallback algorithm.
197 The fallback algorithm resides outside of the loop and is as follows.
200 Consult the defmap of the class at which the jump to fallback occurred. If
213 Choose the class at which break out to the fallback algorithm occurred. Terminate.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftautoh.h 259 * fallback-script
265 * fallback script gets assigned to it (see also the
267 * @FT_AUTOHINTER_SCRIPT_CJK. Using the `fallback-script' property,
268 * this fallback value can be changed.
278 * "fallback-script", &fallback_script );
286 * fallback script value gets triggered either by setting or reading a
290 * auto-hinter), a change of the fallback script will affect this face.
  /external/pdfium/third_party/freetype/include/freetype/
ftautoh.h 259 * fallback-script
265 * fallback script gets assigned to it (see also the
267 * @FT_AUTOHINTER_SCRIPT_CJK. Using the `fallback-script' property,
268 * this fallback value can be changed.
278 * "fallback-script", &fallback_script );
286 * fallback script value gets triggered either by setting or reading a
290 * auto-hinter), a change of the fallback script will affect this face.
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftautoh.h 259 * fallback-script
265 * fallback script gets assigned to it (see also the
267 * @FT_AUTOHINTER_SCRIPT_CJK. Using the `fallback-script' property,
268 * this fallback value can be changed.
278 * "fallback-script", &fallback_script );
286 * fallback script value gets triggered either by setting or reading a
290 * auto-hinter), a change of the fallback script will affect this face.
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
498 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LanguageTag.java 79 {"cel-gaulish", "xtg-x-cel-gaulish"}, // fallback
80 {"en-GB-oed", "en-GB-x-oed"}, // fallback
83 {"i-default", "en-x-i-default"}, // fallback
84 {"i-enochian", "und-x-i-enochian"}, // fallback
88 {"i-mingo", "see-x-i-mingo"}, // fallback
101 {"zh-min", "nan-x-zh-min"}, // fallback
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 114 GLboolean fallback = GL_FALSE; local
130 fallback = GL_TRUE;
136 FALLBACK( rmesa, RADEON_FALLBACK_BLEND_EQ, fallback );
137 if ( !fallback ) {
156 GLboolean fallback = GL_FALSE; local
197 fallback = GL_TRUE;
241 fallback = GL_TRUE;
249 FALLBACK( rmesa, RADEON_FALLBACK_BLEND_FUNC, fallback );
700 GLboolean fallback = GL_FALSE; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 87 since this implements a sw fallback as well */
207 * use the software fallback.
210 /* since the util code actually also has a fallback, should
  /external/mesa3d/src/mesa/swrast/
swrast.h 74 * improve its usefulness as a fallback mechanism for hardware
94 * - On partial fallback (mix of accelerated and unaccelerated
97 * - On total fallback (vertex format insufficient for state or all
  /external/opencv3/samples/python2/
video.py 138 def create_capture(source = 0, fallback = presets['chess']):
166 if fallback is not None:
167 return create_capture(fallback, None)

Completed in 1176 milliseconds

<<11121314151617181920>>