OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:less
(Results
151 - 175
of
9298
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
_README.txt
7
to generate a Bugzilla login session. This should take
less
than a minute,
/external/libcxx/test/utilities/function.objects/comparisons/
transparent.pass.cpp
28
static_assert ( !is_transparent<std::
less
<int>>::value, "" );
29
static_assert ( !is_transparent<std::
less
<std::string>>::value, "" );
30
static_assert ( is_transparent<std::
less
<void>>::value, "" );
31
static_assert ( is_transparent<std::
less
<>>::value, "" );
/external/llvm/test/CodeGen/Mips/
mips16_32_1.ll
13
attributes #0 = { nounwind "
less
-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
/external/llvm/test/CodeGen/PowerPC/
stwu8.ll
7
%"class.std::_Rb_tree.19.101.511.536" = type { %"struct.std::_Rb_tree<std::pair<const char *, const char *>, std::pair<const std::pair<const char *, const char *>, int>, std::_Select1st<std::pair<const std::pair<const char *, const char *>, int>>, std::
less
<std::pair<const char *, const char *>>, std::allocator<std::pair<const std::pair<const char *, const char *>, int>> >::_Rb_tree_impl.18.100.510.535" }
8
%"struct.std::_Rb_tree<std::pair<const char *, const char *>, std::pair<const std::pair<const char *, const char *>, int>, std::_Select1st<std::pair<const std::pair<const char *, const char *>, int>>, std::
less
<std::pair<const char *, const char *>>, std::allocator<std::pair<const std::pair<const char *, const char *>, int>> >::_Rb_tree_impl.18.100.510.535" = type { %"struct.std::
less
.16.98.508.533", %"struct.std::_Rb_tree_node_base.17.99.509.534", i64 }
9
%"struct.std::
less
.16.98.508.533" = type { i8 }
/external/llvm/test/CodeGen/X86/
fast-isel-select.ll
2
; Make sure we only use the
less
significant bit of the value that feeds the
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetRGB.3
13
This function uses the entire 8-bit [0\&.\&.255] range when converting color components from pixel formats with
less
than 8-bits per RGB component (e\&.g\&., a completely white pixel in 16-bit RGB565 format would return [0xff, 0xff, 0xff] not [0xf8, 0xfc, 0xf8])\&.
SDL_GetRGBA.3
13
This function uses the entire 8-bit [0\&.\&.255] range when converting color components from pixel formats with
less
than 8-bits per RGB component (e\&.g\&., a completely white pixel in 16-bit RGB565 format would return [0xff, 0xff, 0xff] not [0xf8, 0xfc, 0xf8])\&.
/external/qemu/pc-bios/keymaps/
en-us
31
less
0x33 shift
/external/stlport/test/unit/
less_test.cpp
34
sort(array, array + 4,
less
<int>());
/external/valgrind/main/docs/internals/
m_syswrap.txt
4
interacts complicatedly with signals and to a
less
extent threads.
/frameworks/base/core/java/android/print/
PageRange.java
42
* @throws IllegalArgumentException If start is
less
than zero or end
43
* is
less
than zero or start greater than end.
47
throw new IllegalArgumentException("start cannot be
less
than zero.");
50
throw new IllegalArgumentException("end cannot be
less
than zero.");
/frameworks/base/docs/html/training/efficient-downloads/
connectivity_patterns.jd
17
<li><a href="#Bandwidth">Use greater bandwidth to download more data
less
often</a></li>
28
<p>When it comes to impact on battery life, not all connection types are created equal. Not only does the Wi-Fi radio use significantly
less
battery than its wireless radio counterparts, but the radios used in different wireless radio technologies have different battery implications.</p>
36
<h2 id="Bandwidth">Use Greater Bandwidth to Download More Data
Less
Often</h2>
42
<p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading more data over the same time. Perhaps
less
intuitively, because the tail-time battery cost is relatively higher, it's also more efficient to keep the radio active for longer periods during each transfer session to reduce the frequency of updates.</p>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
transparent.pass.cpp
28
static_assert ( !is_transparent<std::
less
<int>>::value, "" );
29
static_assert ( !is_transparent<std::
less
<std::string>>::value, "" );
30
static_assert ( is_transparent<std::
less
<void>>::value, "" );
31
static_assert ( is_transparent<std::
less
<>>::value, "" );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
comparison.hpp
19
#include <boost/mpl/
less
.hpp>
/ndk/tests/device/test-gnustl-full/unit/
less_test.cpp
34
sort(array, array + 4,
less
<int>());
/ndk/tests/device/test-stlport/unit/
less_test.cpp
34
sort(array, array + 4,
less
<int>());
/external/bzip2/
bzmore
10
*
less
) more=
less
;;
/external/chromium_org/third_party/angle/src/common/
angleutils.h
59
// Provide a
less
-than function for comparing structs
67
// Provide a
less
-than function for comparing structs
/external/libcxx/test/containers/associative/map/map.cons/
alloc.pass.cpp
25
typedef std::
less
<int> C;
34
typedef std::
less
<int> C;
compare.pass.cpp
25
typedef test_compare<std::
less
<int> > C;
33
typedef test_compare<std::
less
<int> > C;
default_noexcept.pass.cpp
41
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, test_allocator<MoveOnly>> C;
45
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, other_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp
39
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, test_allocator<MoveOnly>> C;
43
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, other_allocator<MoveOnly>> C;
move_noexcept.pass.cpp
39
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, test_allocator<MoveOnly>> C;
43
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, other_allocator<MoveOnly>> C;
/external/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp
45
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, test_allocator<MoveOnly>> C;
50
typedef std::map<MoveOnly, MoveOnly, std::
less
<MoveOnly>, other_allocator<MoveOnly>> C;
/external/libcxx/test/containers/associative/multimap/multimap.cons/
alloc.pass.cpp
25
typedef std::
less
<int> C;
34
typedef std::
less
<int> C;
Completed in 1181 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>