Searched
full:fixed (Results
601 -
625 of
7512) sorted by null
<<21222324252627282930>>
/external/proguard/src/proguard/obfuscate/ |
MemberObfuscator.java | 145 * Assigns a fixed new name to the given class member. 177 * Returns whether the new name of the given class member is fixed. 179 * @return whether its new name is fixed. 204 * the name is fixed.
|
/external/proguard/src/proguard/util/ |
FixedStringMatcher.java | 24 * This StringMatcher tests whether strings start with a given fixed string
|
/external/qemu/ |
shaper.h | 18 * at a fixed rate expressed in bits/seconds
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.cc | 74 bool fixed = true; local 86 fixed = (glyph_size <= 0) ? false : fixed; 89 return (fixed ? 1 : -1) * size;
|
/external/skia/gm/ |
imagemagnifier.cpp | 24 // Skip tiled drawing until https://code.google.com/p/skia/issues/detail?id=781 is fixed.
|
/external/skia/include/core/ |
SkScalarCompare.h | 17 When scalar==fixed, this is very fast, and when scalar==hardware-float, this
|
/external/skia/include/gpu/ |
GrGlyph.h | 54 // two most significant fraction bits from fixed-point
|
/external/skia/src/core/ |
SkPerspIter.h | 25 /** Return the buffer of [x,y] fixed point values we will be filling.
|
/external/v8/src/ |
dtoa.h | 39 // Return a fixed number of digits after the decimal point. 40 // For instance fixed(0.1, 4) becomes 0.1000 43 // Return a fixed number of digits, no matter what the exponent is. 63 // - FIXED: produces digits necessary to print a given number with
|
/external/valgrind/main/none/tests/s390x/ |
cvb.c | 74 /* fixs390: we also need to check if invalid values cause a fixed-point-devide exception.
|
/external/valgrind/main/none/tests/x86/ |
fpu_lazy_eflags.c | 2 fixed by commit 1.42 in coregrind/vg_from_ucode.c in the HEAD. Thanks to
|
/frameworks/av/services/audioflinger/ |
AudioResampler.h | 34 // HIGH_QUALITY: fixed multi-tap FIR (e.g. 48KHz->44.1KHz) 36 // certain fixed rate conversions. Sample rate cannot be 63 // In either case, 'out' holds interleaved pairs of fixed-point signed Q19.12. 83 // multiplier to calculate fixed point phase increment
|
/frameworks/base/core/res/res/values-sw600dp/ |
dimens.xml | 60 <!-- The platform's desired fixed width for a dialog along the major axis 63 <!-- The platform's desired fixed width for a dialog along the minor axis 66 <!-- The platform's desired fixed height for a dialog along the major axis 69 <!-- The platform's desired fixed height for a dialog along the minor axis
|
/frameworks/base/core/res/res/values-sw720dp/ |
dimens.xml | 24 <!-- The platform's desired fixed width for a dialog along the major axis 27 <!-- The platform's desired fixed width for a dialog along the minor axis 30 <!-- The platform's desired fixed height for a dialog along the major axis 33 <!-- The platform's desired fixed height for a dialog along the minor axis
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ActivityTests.java | 34 // Remove temporarily until bug 1171309 is fixed.
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
BitmapTexture.java | 23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
|
/frameworks/compile/slang/ |
slang_version.h | 40 // behaviors could change - i.e. critical bugs fixed that may require
|
/frameworks/rs/ |
rsProgramFragment.cpp | 43 ALOGE("Attempting to set fixed function emulation color on user program"); 44 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program"); 48 ALOGE("Unable to set fixed function emulation color because allocation is missing"); 49 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
|
/libcore/dalvik/src/main/java/dalvik/annotation/ |
BrokenTest.java | 25 * Marks a test case as broken. This means the test case should be fixed.
|
KnownFailure.java | 26 * implementation should be fixed. Seems to be similar to {@code @ToBeFixed}, so
|
/ndk/sources/third_party/googletest/patches.ndk/ |
0001-Allow-clone-usage-on-MIPS.patch | 8 fixed recently.
|
/ndk/tests/device/test-compiler-bug-1/jni/ |
main.c | 18 * arm-linux-androideabi-4.4.3 toolchain and fixed by the change at
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
BitmapTexture.java | 23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
|
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/ |
BitmapTexture.java | 23 // BitmapTexture is a texture whose content is specified by a fixed Bitmap.
|
/packages/apps/UnifiedEmail/res/layout/ |
conversation_attachment_previews.xml | 12 <!-- Use dips for textSize since we want the badge to be a fixed size. -->
|
Completed in 1090 milliseconds
<<21222324252627282930>>