/external/llvm/cmake/modules/ |
LLVM-Config.cmake | 94 if( NOT idx LESS 0 ) 135 else( NOT idx LESS 0 ) 139 if( lib_idx LESS 0 ) 145 else( lib_idx LESS 0 ) 148 endif( lib_idx LESS 0 ) 149 endif( NOT idx LESS 0 ) 160 if( found LESS 0 )
|
/ndk/tests/device/test-gnustl-full/unit/ |
perm_test.cpp | 191 next_permutation(v1.begin(), v1.end(), less<char>()); 195 next_permutation(v1.begin(), v1.end(), less<char>()); 199 next_permutation(v1.begin(), v1.end(), less<char>()); 203 next_permutation(v1.begin(), v1.end(), less<char>()); 207 next_permutation(v1.begin(), v1.end(), less<char>()); 211 next_permutation(v1.begin(), v1.end(), less<char>()); 215 next_permutation(v1.begin(), v1.end(), less<char>()); 219 next_permutation(v1.begin(), v1.end(), less<char>()); 223 next_permutation(v1.begin(), v1.end(), less<char>());
|
/ndk/tests/device/test-stlport/unit/ |
perm_test.cpp | 191 next_permutation(v1.begin(), v1.end(), less<char>()); 195 next_permutation(v1.begin(), v1.end(), less<char>()); 199 next_permutation(v1.begin(), v1.end(), less<char>()); 203 next_permutation(v1.begin(), v1.end(), less<char>()); 207 next_permutation(v1.begin(), v1.end(), less<char>()); 211 next_permutation(v1.begin(), v1.end(), less<char>()); 215 next_permutation(v1.begin(), v1.end(), less<char>()); 219 next_permutation(v1.begin(), v1.end(), less<char>()); 223 next_permutation(v1.begin(), v1.end(), less<char>());
|
/external/llvm/test/CodeGen/Mips/ |
mips16-hf-attr-2.ll | 28 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" 35 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" 41 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
|
mips16-hf-attr.ll | 28 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" 35 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" 41 "less-precise-fpmad"="false" "no-frame-pointer-elim"="true"
|
mips16_32_10.ll | 56 attributes #0 = { nounwind "less-precise-fpmad"="false" "nomips16" "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" } 57 attributes #1 = { nounwind "less-precise-fpmad"="false" "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" } 58 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "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" }
|
mips16_32_9.ll | 47 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" } 48 attributes #1 = { nounwind "less-precise-fpmad"="false" "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" } 49 attributes #2 = { 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" }
|
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/mesa3d/src/gallium/docs/source/cso/ |
velems.rst | 27 uses less than four components, it will be padded out with the constant vector 36 Vertex position may be specified with two to four components. Using less than 43 three components. Using less than three components is not allowed.
|
/system/bt/osi/include/ |
ringbuffer.h | 46 // Return actual number of bytes added. Can be less than |length| if buffer 51 // Return the actual number of bytes peeked. Can be less than |length| if 52 // there is less than |length| data available.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
losertree.h | 52 * @param _Compare the comparator to use, defaults to std::less<_Tp> 197 // Left one is less or equal. 203 // Right one is less. 297 // Left one is less or equal. 303 // Right one is less. 374 _Compare __comp = std::less<_Tp>()) 418 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>()) 436 // Left one is less or equal. 442 // Right one is less. 500 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
losertree.h | 52 * @param _Compare the comparator to use, defaults to std::less<_Tp> 197 // Left one is less or equal. 203 // Right one is less. 297 // Left one is less or equal. 303 // Right one is less. 374 _Compare __comp = std::less<_Tp>()) 418 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>()) 436 // Left one is less or equal. 442 // Right one is less. 500 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
losertree.h | 52 * @param _Compare the comparator to use, defaults to std::less<_Tp> 197 // Left one is less or equal. 203 // Right one is less. 297 // Left one is less or equal. 303 // Right one is less. 374 _Compare __comp = std::less<_Tp>()) 418 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>()) 436 // Left one is less or equal. 442 // Right one is less. 500 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
losertree.h | 52 * @param _Compare the comparator to use, defaults to std::less<_Tp> 197 // Left one is less or equal. 203 // Right one is less. 297 // Left one is less or equal. 303 // Right one is less. 374 _Compare __comp = std::less<_Tp>()) 418 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>()) 436 // Left one is less or equal. 442 // Right one is less. 500 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
losertree.h | 52 * @param _Compare the comparator to use, defaults to std::less<_Tp> 197 // Left one is less or equal. 203 // Right one is less. 297 // Left one is less or equal. 303 // Right one is less. 374 _Compare __comp = std::less<_Tp>()) 418 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>()) 436 // Left one is less or equal. 442 // Right one is less. 500 _LoserTreePointer(unsigned int __k, _Compare __comp = std::less<_Tp>() [all...] |
/art/test/084-class-init/src/ |
IntHolder.java | 26 * exception if the initial value is less than zero.
|
/development/samples/Vault/res/values/ |
strings.xml | 20 <string name="info_software_detail">Encryption key is software-backed, which is less secure.</string>
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
p7.cpp | 12 alignas(A) T buffer[N]; // expected-error {{requested alignment is less than minimum alignment of 4 for type 'int [1]'}}
|
/external/clang/test/SemaCXX/ |
exception-spec-no-exceptions.cpp | 25 // Calls from less permissive contexts. We don't actually do this
|
/external/compiler-rt/test/lsan/TestCases/ |
large_allocation_leak.cc | 10 // maxsize in primary allocator is always less than this (1 << 25).
|
/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/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
FitCenter.java | 10 * will be equal to the given dimension and the other will be less than the given dimension.
|
/external/libcxx/test/std/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/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
|