/external/qemu/distrib/jpeg-6b/ |
jmemdos.c | 85 MAX_ALLOC_CHUNK should be less than 64K. /* deliberate syntax error */ 218 * jpeg_mem_available is less than the total space needed. You can dispense 249 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */ 265 /* Since MAX_ALLOC_CHUNK is less than 64K, byte_count will be too. */
|
/external/v8/test/mjsunit/ |
smi-ops-inlined.js | 648 assertEquals(x - 1, (x * 0.9999999999) | 0, "foo less " + x); 650 assertEquals(x + 1, (x * 0.9999999999) | 0, "foo less " + x);
|
smi-ops.js | 655 assertEquals(x - 1, (x * 0.9999999999) | 0, "foo less " + x); 657 assertEquals(x + 1, (x * 0.9999999999) | 0, "foo less " + x);
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 310 sub r10,r10,#1 @ point to one less than null
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/ |
equal_range.pass.cpp | 163 typedef std::map<int, double, std::less<int>, min_allocator<V>> M;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/ |
erase_iter.pass.cpp | 152 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/ |
assoc_container.hpp | 489 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/ |
assoc_container.hpp | 505 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/ |
assoc_container.hpp | 505 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 489 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 489 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 489 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/ |
assoc_container.hpp | 489 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
assoc_container.hpp | 505 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
assoc_container.hpp | 505 template<typename Key, typename Mapped, typename Cmp_Fn = std::less<Key>,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_map.h | 78 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 94 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>, [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
map.h | 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/ |
example.js | 258 // Normally the minScale is 0.5, but sometimes maxScale can be less
|
/external/chromium_org/v8/benchmarks/spinning-balls/ |
splay-tree.js | 155 * is less than the specified key value.
|
/external/chromium_org/v8/tools/ |
splaytree.js | 172 * is less or equal to the specified key value.
|
/external/chromium_org/webkit/data/test_shell/sort/ |
sort.js | 118 // less than that. We don't want to process for longer than
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseDecl.cpp | 292 else if (Tok.is(tok::less) && AttrName->isStr("iboutletcollection")) { 293 if (!ExpectAndConsume(tok::less, diag::err_expected_less_after, "<", [all...] |
/external/stlport/test/unit/ |
string_test.cpp | 386 * more-or-less common pitfall. 1121 string less( "less" ); 1123 superstring r = s / (more + less); [all...] |
/external/v8/benchmarks/spinning-balls/ |
splay-tree.js | 155 * is less than the specified key value.
|