/external/dbus/dbus/ |
dbus-object-tree.h | 37 dbus_bool_t fallback,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_prim_vbuf.c | 75 unsigned fallback; member in struct:i915_vbuf_render 335 i915_render->fallback = 0; 339 i915_render->fallback = 0; 343 i915_render->fallback = PIPE_PRIM_LINE_LOOP; 347 i915_render->fallback = 0; 351 i915_render->fallback = 0; 355 i915_render->fallback = 0; 359 i915_render->fallback = 0; 363 i915_render->fallback = PIPE_PRIM_QUADS; 367 i915_render->fallback = PIPE_PRIM_QUAD_STRIP [all...] |
/frameworks/av/include/media/stagefright/foundation/ |
ABitReader.h | 33 // Tries to get |n| bits. If not successful, returns |fallback|. Otherwise, returns result. 35 uint32_t getBitsWithFallback(size_t n, uint32_t fallback);
|
/art/test/118-noimage-dex2oat/ |
run | 52 # Make sure we cannot run without an oat file without fallback. 53 echo "Run -Xnoimage-dex2oat -Xno-dex-file-fallback" 54 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
|
/external/e2fsprogs/lib/ext2fs/ |
llseek.c | 99 goto fallback; 108 fallback:
|
/frameworks/av/media/libstagefright/include/ |
avc_utils.h | 59 // successful. Returns |fallback| if it was unsuccessful. Note: if the value was longer that 64 60 // bits, it reads past the value and still returns |fallback|. 61 unsigned parseUEWithFallback(ABitReader *br, unsigned fallback); 64 // Returns |fallback| if it was unsuccessful. Note: if the value was longer that 64 bits, it reads 65 // past the value and still returns |fallback|. 66 signed parseSEWithFallback(ABitReader *br, signed fallback);
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
CursorPhotoSource.java | 36 public CursorPhotoSource(Context context, SharedPreferences settings, PhotoSource fallback) { 37 super(context, settings, fallback);
|
/system/security/keystore/ |
keystore_main.cpp | 44 static int configure_keymaster_devices(keymaster2_device_t* main, keymaster2_device_t* fallback) { 50 error = keymaster::ConfigureDevice(fallback); 213 keymaster2_device_t* fallback; local 214 if (fallback_keymaster_device_initialize(&fallback)) { 219 if (configure_keymaster_devices(dev, fallback)) { 228 KeyStore keyStore(&entropy, dev, fallback);
|
/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...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
GenderInfo.java | 231 ULocale fallback = locale.getFallback(); local 234 // for all fallback locales too. If we get to the root locale, 236 result = fallback == null ? neutral : get(fallback);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
GenderInfo.java | 229 ULocale fallback = locale.getFallback(); local 232 // for all fallback locales too. If we get to the root locale, 234 result = fallback == null ? neutral : get(fallback);
|
/external/vogar/src/vogar/android/ |
AdbTarget.java | 165 Command fallback = new Command(log, "adb", "push", local.getPath(), remote.getPath()); local 176 fallback.execute(); 179 fallback.execute();
|
/external/deqp/framework/delibs/decpp/ |
deSTLUtil.hpp | 86 //! Return a reference to the value mapped to `key`, or `fallback` if not found. 90 const typename M::mapped_type& fallback) 93 return ptr == DE_NULL ? fallback : *ptr;
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save.c | 125 void vbo_save_fallback( struct gl_context *ctx, GLboolean fallback ) 129 if (fallback)
|
/external/v8/test/mjsunit/harmony/ |
arraybuffer-species.js | 33 // Species fallback is ArrayBuffer
|
/frameworks/av/media/libstagefright/foundation/ |
ABitReader.cpp | 60 uint32_t ABitReader::getBitsWithFallback(size_t n, uint32_t fallback) { 61 uint32_t ret = fallback;
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
LocalPreferences.java | 45 @ViewMode int fallback) { 46 return getPrefs(context).getInt(createKey(root), fallback);
|
/external/clang/tools/clang-format/ |
clang-format.py | 79 command.extend(['-fallback-style', fallback_style])
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleUtility.java | 50 * return true if parent is a 'strict' fallback of child, that is, 64 * 'strict' fallback of the child (parent string is a fallback 110 * Fallback from the given locale name by removing the rightmost _-delimited 115 * @return a new Locale that is a fallback from the given locale, or null. 117 public static Locale fallback(Locale loc) { method in class:LocaleUtility
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
LocaleUtility.java | 48 * return true if parent is a 'strict' fallback of child, that is, 62 * 'strict' fallback of the child (parent string is a fallback 108 * Fallback from the given locale name by removing the rightmost _-delimited 113 * @return a new Locale that is a fallback from the given locale, or null. 115 public static Locale fallback(Locale loc) { method in class:LocaleUtility
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleUtility.java | 48 * return true if parent is a 'strict' fallback of child, that is, 62 * 'strict' fallback of the child (parent string is a fallback 108 * Fallback from the given locale name by removing the rightmost _-delimited 113 * @return a new Locale that is a fallback from the given locale, or null. 115 public static Locale fallback(Locale loc) { method in class:LocaleUtility
|
/external/opencv3/samples/python2/ |
color_histogram.py | 34 cam = video.create_capture(fn, fallback='synth:bg=../data/baboon.jpg:class=chess:noise=0.05')
|
/toolchain/binutils/binutils-2.25/gold/ |
errors.h | 52 // Report a fallback error. After printing the error, this must exit 53 // with a special status code indicating that fallback to 56 fallback(const char* format, va_list) ATTRIBUTE_NORETURN;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
WriteIndicCharts.java | 115 boolean fallback=false; 121 if(temp[j].indexOf(":FALLBACK")>=0){ 123 fallback=true; 147 if(fallback){ 257 boolean fallback=false; 260 if(temp[j].indexOf(":FALLBACK")>=0){ 262 fallback=true; 266 if(fallback){ 311 arr[index] = s1 + ":FALLBACK"; 334 arr[index] = s1+ ":FALLBACK"; [all...] |
/external/autotest/client/common_lib/ |
boottool.py | 105 NOTE: if entry is "fallback" and bootloader is grub 106 use index instead of kernel title ("fallback") as fallback is
|