/external/chromium/base/metrics/ |
histogram.cc | 491 // Use the actual bucket widths (like a linear histogram) until the widths get [all...] |
histogram.h | 289 LINEAR,
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 593 var gradient = '-webkit-linear-gradient(' + gradientArguments.join(',') + ')'; [all...] |
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 739 // A simple Linear Congruential Generator for generating random [all...] |
/external/clang/lib/AST/ |
DeclObjC.cpp | 273 /// the class, its categories, and its super classes (using a linear search). [all...] |
/external/clang/lib/CodeGen/ |
CGExprAgg.cpp | [all...] |
/external/grub/stage2/ |
gunzip.c | 157 * Linear allocator. [all...] |
/external/icu4c/test/cintltst/ |
trie2test.c | 173 /* test linear ASCII range from the data array pointer (access to "internal" field) */ [all...] |
/external/kernel-headers/original/linux/ |
fb.h | 633 /* For framebuffers with strange non linear layouts or that do not [all...] |
/external/libpng/ |
pngread.c | 449 * matching the chunk name rather than a linear search. [all...] |
/external/libvpx/vp8/encoder/ |
encodeframe.c | 435 * lambda using a non-linear combination (e.g., the smallest, or second [all...] |
/external/llvm/docs/ |
CodeGenerator.html | [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 136 // linear in the sizes of the trees. [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 133 /// linear form. [all...] |
/external/llvm/lib/Transforms/Utils/ |
InlineFunction.cpp | 318 // get a linear number of these when inlining calls into lots of [all...] |
/external/mksh/src/ |
var.c | 1117 * this is the same Linear Congruential PRNG as Borland [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.c | 331 /** applies affine linear warping to pixels positions of imageA before copying the into *ptrA */
|
UInt8Image.c | 516 /** applies affine linear warping to pixels positions of imageA before copying the into *ptrA */
|
/external/opencv/ml/include/ |
ml.h | 489 enum { LINEAR=0, POLY=1, RBF=2, SIGMOID=3 }; [all...] |
/external/qemu/android/skin/ |
window.c | 248 * non-linear LCD lightness, without going too dark or bright. [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngread.c | 422 * matching the chunk name rather than a linear search. [all...] |
/external/skia/src/core/ |
SkConcaveToTriangles.cpp | 39 // - The ActiveTrapezoid array does a linear search which is O(n) inefficient. [all...] |
/external/speex/libspeex/ |
resample.c | 52 interpolation instead of linear interpolation in the above paper. This [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 155 /* formerly the code used linear lookup, so let's avoid dups to match up */ [all...] |
/external/valgrind/main/helgrind/ |
hg_errors.c | 281 means a linear search through all allocated heap blocks. The [all...] |