/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 124 # test that set_location() returns the next nearest key, value
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 63 * Build LLVM code for texture coord wrapping, for nearest filtering, 127 * Build LLVM code for texture coord wrapping, for nearest filtering, 350 * \param force_nearest if this coord actually uses nearest filtering 442 * Fetch texels for image with nearest sampling. 509 * Sample a single texture image with nearest sampling. 636 * Sample a single texture image with nearest sampling. [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 63 * Build LLVM code for texture coord wrapping, for nearest filtering, 127 * Build LLVM code for texture coord wrapping, for nearest filtering, 350 * \param force_nearest if this coord actually uses nearest filtering 442 * Fetch texels for image with nearest sampling. 509 * Sample a single texture image with nearest sampling. 636 * Sample a single texture image with nearest sampling. [all...] |
/external/llvm/include/llvm/Analysis/ |
Dominators.h | 421 /// findNearestCommonDominator - Find nearest common dominator basic block 427 // If either A or B is a entry block then it is nearest common dominator 435 // If B dominates A then B is nearest common dominator. 439 // If A dominates B then A is nearest common dominator. 806 /// findNearestCommonDominator - Find nearest common dominator basic block
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
FilmStripView.java | 846 int nearest = 0; local 848 while (nearest < BUFFER_SIZE 849 && (mViewItem[nearest] == null || mViewItem[nearest].getLeftPosition() == -1)) { 850 nearest++; 853 if (nearest == BUFFER_SIZE) { 857 int min = Math.abs(pointX - mViewItem[nearest].getCenterX()); 859 for (int itemID = nearest + 1; itemID < BUFFER_SIZE && mViewItem[itemID] != null; itemID++) { 868 nearest = itemID; 871 return nearest; 920 final int nearest = findTheNearestView(mCenterX); local [all...] |
/external/aac/libSBRdec/src/ |
sbrdec_drc.cpp | 399 /* startSample is truncated to the nearest corresponding start subsample in 403 /* stopSample is rounded upwards to the nearest corresponding stop subsample
|
/external/chromium_org/chrome/common/metrics/proto/ |
system_profile.proto | 61 // For privacy, this is rounded to the nearest hour. 65 // For privacy, this is rounded to the nearest hour.
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2blues.c | 273 /* Search for the nearest flat edge in `FamilyBlues' or */ 460 * edge at the nearest device pixel.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 364 * Discontiguous ranges -- keep track of the nearest range. 395 * Everything else failed, so just extend the nearest range.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bc-data.c | 315 /* find count, rounding up to nearest multiple of size */ 395 /* pad with 0's to nearest multiple of size */
|
/external/chromium_org/ui/base/resource/ |
resource_bundle.h | 211 // Loads the raw bytes of a data resource nearest the scale factor 225 // nearest the scale factor |scale_factor|.
|
/external/clang/lib/CodeGen/ |
CGCleanup.h | 208 /// The nearest normal cleanup scope enclosing this one. 211 /// The nearest EH scope enclosing this one.
|
/external/freetype/src/cff/ |
cf2blues.c | 273 /* Search for the nearest flat edge in `FamilyBlues' or */ 460 * edge at the nearest device pixel.
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mbgraph.c | 93 // FIXME should really use something like near/nearest MV and/or MV prediction 131 // FIXME should really use something like near/nearest MV and/or MV prediction
|
/external/llvm/include/llvm/Support/ |
TimeValue.h | 206 /// nearest microsecond (divide by one thousand). 213 /// nearest millisecond (divide by one million).
|
/external/llvm/lib/Analysis/ |
IVUsers.cpp | 101 // header nearest to BB. The nearest loop may not contain BB.
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer_upload.c | 364 * Discontiguous ranges -- keep track of the nearest range. 395 * Everything else failed, so just extend the nearest range.
|
/external/oprofile/libpp/ |
callgraph_container.cpp | 88 // find the nearest bfd symbol for the given file offset and check it's 97 // sorted by filepos so this will find the nearest
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_ApplyNewSettings.c | 403 /* Find the nearest room size in table */ 426 /* Interpolate the gain between nearest room sizes */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 321 jump = self.listbox.nearest(self.listbox.winfo_height()) - \ 322 self.listbox.nearest(0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 321 jump = self.listbox.nearest(self.listbox.winfo_height()) - \ 322 self.listbox.nearest(0)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_rem_pio2.c | 130 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
|
s_remquol.c | 56 * quotient, rounded to the nearest integer. We choose n=31 because
|
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering.cc | 166 // was added to the list of canonical views and its nearest
|
/external/chromium_org/chrome/browser/history/ |
select_favicon_frames.cc | 110 // Integer multiples are built using nearest neighbor sampling. Otherwise,
|