/cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/ |
Test_athrow.java | 71 * @title Nearest matching catch must be executed in case of exception
|
/dalvik/vm/native/ |
java_security_AccessController.c | 85 /* find nearest non-reflection frame; note we skip priv frame */
|
/external/opencore/fileformats/mp4/parser/src/ |
syncsampleatom.cpp | 173 //the nearest I frame before sampleNum
|
/external/openssl/crypto/des/ |
enc_writ.c | 139 rnum=((len+7)/8*8); /* round up to nearest eight */
|
/external/qemu/android/skin/ |
argb.h | 472 /* the four nearest source pixels, which are at (0.5,0.5) offsets */ 557 /* the four nearest source pixels, which are at (0.5,0.5) offsets */ 793 /* this version scales up with nearest neighbours - looks crap */ 809 /* the four nearest source pixels, which are at (0.5,0.5) offsets */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio.c | 122 /* Search for the nearest frequency */
|
/external/quake/quake/src/QW/client/ |
bspfile.h | 120 // 3-5 are non-axial planes snapped to the nearest
|
r_shared.h | 91 float nearzi; // nearest 1/z on surface, for mipmapping
|
/external/quake/quake/src/WinQuake/ |
r_shared.h | 94 float nearzi; // nearest 1/z on surface, for mipmapping
|
/external/skia/include/utils/ |
SkInterpolator.h | 117 nearest key values (kNormal).
|
/external/webkit/WebCore/platform/graphics/transforms/ |
AffineTransform.h | 67 // Rounds the mapped point to the nearest integer value.
|
/external/webkit/WebCore/rendering/ |
RenderLayerCompositor.h | 115 // Get the nearest ancestor layer that has overflow or clip, but is not a stacking context
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateView.java | 607 // If not found, try to find the nearest one. 609 int nearest = -1; 620 nearest = i; 624 return nearest;
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/external/webkit/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 55 // Nearest neighbor resampling. Used when we detect that the page is 73 // an off-by-one error on the web page, and just doing nearest neighbor
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayer.cpp | 159 case WKCACFLayer::Nearest: return kCACFFilterNearest(); 169 return WKCACFLayer::Nearest;
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
GrassRS.java | 400 samplerBuilder.setMin(NEAREST); 401 samplerBuilder.setMag(NEAREST);
|
/external/guava/src/com/google/common/primitives/ |
SignedBytes.java | 54 * Returns the {@code byte} nearest in value to {@code value}.
|
UnsignedBytes.java | 53 * Returns the {@code byte} value that, when treated as unsigned, is nearest
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 114 * Returns the value after rounding to the nearest integer.
|