/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaListView.java | 115 // Run the thread in the nearest rounded EVENT_UPDATE_TIME
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlarmScheduler.java | 96 * Schedules the nearest upcoming alarm, to refresh notifications.
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartDataUsageView.java | 551 // target about 16 ticks on screen, rounded to nearest power of 2
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
vmwgfx_drm.h | 303 * to the nearest kernel tick.
|
/prebuilts/go/darwin-x86/src/strconv/ |
atof.go | 520 // ParseFloat returns the nearest floating point number rounded
|
atof_test.go | 355 t.Errorf("ParseFloat(%q, 32) = %v, not a float32 (nearest is %v)", s, parsed, parsed32)
|
ftoa.go | 310 // If it's okay to do either, then round to the nearest one.
|
/prebuilts/go/darwin-x86/src/testing/ |
benchmark.go | 144 // roundDown10 rounds a number down to the nearest power of 10.
|
/prebuilts/go/linux-x86/src/strconv/ |
atof.go | 520 // ParseFloat returns the nearest floating point number rounded
|
atof_test.go | 355 t.Errorf("ParseFloat(%q, 32) = %v, not a float32 (nearest is %v)", s, parsed, parsed32)
|
ftoa.go | 310 // If it's okay to do either, then round to the nearest one.
|
/prebuilts/go/linux-x86/src/testing/ |
benchmark.go | 144 // roundDown10 rounds a number down to the nearest power of 10.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-xtensa.h | 240 literal frags, this variable points to the nearest literal pool
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-aarch64.texi | 334 The constant expression will be placed into the nearest literal pool (if it not
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 570 Marks the local variable as used in the scope nearest to the current 584 Marks the local variable in the scope nearest to the current scope that
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 659 { "nearest", GL_NEAREST }, 673 { "nearest", GL_NEAREST },
|
/external/deqp/modules/gles2/functional/ |
es2fFloatStateQueryTests.cpp | 282 testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid range [" << expectedGLStateMin << "," << expectedGLStateMax << "]; got " << state << TestLog::EndMessage; 467 testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid range [" << expectedGLStateMin << "," << expectedGLStateMax << "]; got " << state << TestLog::EndMessage; [all...] |
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 667 { "nearest", GL_NEAREST }, 681 { "nearest", GL_NEAREST },
|
/external/deqp/modules/gles31/functional/ |
es31fStencilTexturingTests.cpp | 716 tcu::Sampler::NEAREST, 717 tcu::Sampler::NEAREST)); [all...] |
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
FreeTypeFontGenerator.java | 756 public TextureFilter minFilter = TextureFilter.Nearest;
758 public TextureFilter magFilter = TextureFilter.Nearest;
|
/external/libjpeg-turbo/ |
jquant1.c | 40 * colorindex[i][j] maps pixel value j in component i to the nearest 61 * "dither" value to the input pixel and then round the result to the nearest
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_surface.c | 444 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */ 598 /* clamp to edge, min/max lod = 0, nearest filtering */
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_surface.c | 465 struct nv50_tsc_entry sampler[2]; /* nearest, bilinear */ 664 /* clamp to edge, min/max lod = 0, nearest filtering */ [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
Functions.c | 635 /* nearest whole position */ 652 /* nearest whole position */
|