/external/aac/libAACenc/src/ |
sf_estim.cpp | 385 /* improve by bigger scf ? */ 423 else { /* nmr <= 1.25 -> try to find bigger scf to use less bits */ 533 /* bigger than neighbouring scf found, try to use smaller scf */ 671 /* search for region where all scfs are bigger than scfAct */ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr2/ |
dynamic_bitset | 744 * @throw std::out_of_range If @p __pos is bigger the size of @p __str. 1000 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1023 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1049 * @throw std::out_of_range If @a __pos is bigger the size of the %set. 1172 * @throw std::out_of_range If @a __pos is bigger the size of the %set. [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 295 String[] bigger = new String[required + 16]; local 296 System.arraycopy(arr, 0, bigger, 0, arr.length); 297 return bigger; 1128 int[] bigger = new int[depth + 4]; local [all...] |
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 91 (e.g. bigger than VG_(clo_freelist_vol)) without losing 364 /* If the free list volume is bigger than MC_(clo_freelist_vol), 486 /* new size is bigger */
|
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
parse-js.js | 469 var bigger = op + peek(); 470 if (HOP(OPERATORS, bigger)) { 472 return grow(bigger); [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactPhotoManager.java | 82 * Returns the resource id of the default avatar. Tries to find a resource that is bigger 176 * This is useful if the source image can be a lot bigger that the target, so that the decoding 553 // This is bigger data. Let's send that back to the Loader so that we can [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CTarget.java | 304 // much bigger switch statements than say Java can and if anyone finds a compiler
|
/external/apache-xml/src/main/java/org/apache/xml/res/ |
XMLErrorResources.java | 176 "Offset bigger than slot"},
|
/external/chromium/testing/gtest/src/ |
gtest-printers.cc | 93 // If the object size is bigger than kThreshold, we'll have to omit
|
/external/chromium/third_party/libevent/ |
epoll.c | 98 * values bigger than (LONG_MAX - 999ULL)/HZ. HZ in the wild can be
|
/external/dnsmasq/src/ |
log.c | 367 The scaling stuff ensures that when the queue is bigger than 8, the delay
|
/external/eigen/doc/ |
I11_Aliasing.dox | 51 Note that if \c mat were a bigger, then the blocks would not overlap, and there would be no aliasing
|
/external/gtest/src/ |
gtest-printers.cc | 93 // If the object size is bigger than kThreshold, we'll have to omit
|
/external/jhead/ |
gpsinfo.c | 176 // If its bigger than 4 bytes, the dir entry contains an offset.
|
/external/libffi/ |
configure.ac | 197 AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the long double type and it is bigger than a double])
|
/external/libpng/contrib/gregbook/ |
README | 115 a bigger environment and retry the commands above.
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-printers.cc | 93 // If the object size is bigger than kThreshold, we'll have to omit
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
idctllm_dspr2.c | 23 * Since the first constant is bigger than 1, to maintain the same 16 bit
|
/external/llvm/lib/CodeGen/ |
SlotIndexes.cpp | 137 // If the next index is bigger, we have caught up.
|
/external/llvm/utils/unittest/googletest/ |
gtest-printers.cc | 93 // If the object size is bigger than kThreshold, we'll have to omit
|
/external/ppp/pppd/plugins/radius/ |
radiusclient.h | 39 #define GETSTR_LENGTH 128 /* must be bigger than AUTH_PASS_LEN */
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 210 // writing all the data you want to write, but the last buffer was bigger
|
/external/qemu/distrib/sdl-1.2.15/ |
README.QNX | 143 coordinates are bigger than the current desktop resolution, then win-
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlaudiocvt.html | 403 >As explained above, the audio buffer needs to be big enough to store the converted data, which may be bigger than the original audio data. The length of <TT
|
/external/skia/legacy/src/core/ |
SkPackBits.cpp | 270 // otherwise we get bigger than compuatemax
|