HomeSort by relevance Sort by last modified time
    Searched full:less (Results 176 - 200 of 8160) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
default_noexcept.pass.cpp 41 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
45 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
dtor_noexcept.pass.cpp 39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
move_noexcept.pass.cpp 39 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
43 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 45 typedef std::set<MoveOnly, std::less<MoveOnly>, test_allocator<MoveOnly>> C;
50 typedef std::set<MoveOnly, std::less<MoveOnly>, other_allocator<MoveOnly>> C;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
advance.hpp 18 #include <boost/mpl/less.hpp>
38 typedef typename less< N,long_<0> >::type backward_;
  /system/core/include/system/
thread_defs.h 35 * a thread will do, the less favorable priority it should get so that
39 * acceptable, preferably use the {MORE|LESS}_FAVORABLE constants below.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntArray.m 141 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than count %d", anIndex, count]];
144 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than BuffSize %d", anIndex, BuffSize]];
158 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than count %d", anIndex, count]];
161 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than BuffSize %d", anIndex, BuffSize]];
170 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than count %d", anIndex, count]];
173 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"Index %d must be less than BuffSize %d", anIndex, BuffSize]];
  /art/compiler/dex/
compiler_enums.h 201 kCondCs, // carry set (unsigned less than)
212 kCondLt, // signed less than
214 kCondLe, // signed less than or equal
276 kX86CondL = 0xc, // less-than
279 kX86CondNl = 0xd, // not-less-than
282 kX86CondLe = 0xe, // less-than-equal
285 kX86CondNle = 0xf, // not-less-than
  /external/libvorbis/doc/
helper.html 86 <tt>[x]</tt>. Values of <tt>[x]</tt> less than zero are defined to return zero.</p>
139 [codebook_dimensions] is less than or equal to
145 the greatest value scalar element for which <i>n</i> is less than
146 <tt>[x]</tt> and <tt>vector [v] element <i>n</i> is less
152 the lowest value scalar element for which <i>n</i> is less than
169 6) if ( [dy] is less than zero ) {
199 8) if ( [dy] is less than 0 ) {
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 113 struct less<struct_with_specialized_less> { struct in namespace:std
142 struct __move_traits<less<struct_with_specialized_less> > {
293 //For associative containers it is important that less is correctly recognize as
294 //the STLport less or a user specialized less:
296 CPPUNIT_ASSERT( is_move_complete(less<char>()) );
298 CPPUNIT_ASSERT( !is_move_complete(less<struct_with_specialized_less>()) );
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 110 std::less<Scalar> less; local
111 return selectComplexRoot_withRespectToNorm( less );
236 std::less<Scalar> less; local
237 return selectRealRoot_withRespectToAbsRealPart( less, hasArealRoot, absImaginaryThreshold );
282 std::less<Scalar> less; local
283 return selectRealRoot_withRespectToRealPart( less, hasArealRoot, absImaginaryThreshold );
  /libcore/luni/src/main/java/java/nio/
CharBuffer.java 48 * if {@code capacity} is less than zero.
124 * the end index, must be no less than {@code start} and no
173 * not be less than zero but less than the value obtained from a
206 * @return a negative value if this is less than {@code otherBuffer}; 0 if
314 * The number of chars to read, must be no less than zero and no
337 * the index, must not be negative and less than limit.
443 * if {@code remaining()} is less than {@code src.length}.
462 * the number of chars to write, must be no less than zero and no
466 * if {@code remaining()} is less than {@code charCount}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
iterator.pass.cpp 146 std::multiset<int, std::less<int>, min_allocator<int>> m(ar, ar+sizeof(ar)/sizeof(ar[0]));
149 std::multiset<int, std::less<int>, min_allocator<int>>::iterator i;
151 std::multiset<int, std::less<int>, min_allocator<int>>::const_iterator k = i;
186 const std::multiset<int, std::less<int>, min_allocator<int>> m(ar, ar+sizeof(ar)/sizeof(ar[0]));
191 std::multiset<int, std::less<int>, min_allocator<int>>::const_iterator i;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
iterator.pass.cpp 144 std::set<int, std::less<int>, min_allocator<int>> m(ar, ar+sizeof(ar)/sizeof(ar[0]));
147 std::set<int, std::less<int>, min_allocator<int>>::iterator i;
149 std::set<int, std::less<int>, min_allocator<int>>::const_iterator k = i;
183 const std::set<int, std::less<int>, min_allocator<int>> m(ar, ar+sizeof(ar)/sizeof(ar[0]));
188 std::set<int, std::less<int>, min_allocator<int>>::const_iterator i;
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 627 // abnormal case: saveCount less than 1
630 fail("should throw out IllegalArgumentException because saveCount is less than 1");
    [all...]
ColorTest.java 45 //abnormal case: hsv length less than 3
60 //abnormal case: hsv length less than 3
118 //abnormal case: hsv length less than 3
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 240 // Given a vector that maps from states to weights and a Less
246 typedef L Less;
250 StateWeightCompare(const vector<Weight>* weights, const L &less)
251 : weights_(weights), less_(less) {}
529 NaturalLess<Weight> *less = 0; local
532 less = new NaturalLess<Weight>;
533 comp = new Compare(distance, *less);
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
545 delete less;
554 delete less;
    [all...]
  /bionic/libc/arch-arm/bionic/
memcpy.a15.S 59 When less than 8 left, copy a word and then byte by byte. */
138 /* Get here if less than 64 bytes to copy, -64 <= r2 < 0.
152 /* Get here if less than 8 bytes to copy, -8 <= r2 < 0.
166 /* Get here if less than 4 bytes to copy, -4 <= r2 < 0. */
217 blt 6f /* Go to misaligned copy of less than 8 bytes. */
223 blt 4f /* Go to misaligned copy of less than 64 bytes. */
246 /* Get here if there is less than 64 bytes to copy (-64 <= r2 < 0)
252 blt 6f /* Go to misaligned copy of less than 8 bytes. */
268 /* Get here if there less than 8 bytes to copy (-8 <= r2 < 0)
275 /* Check if there is less than 4 bytes to copy. *
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
IntegerDivision.h 12 // implementation of __udivsi3, but hand-tuned for targets that prefer less
48 /// for targets with little or no support for less than 32 bit arithmetic.
55 /// little or no support for less than 32 bit arithmetic.
  /external/llvm/test/CodeGen/Mips/
mips16_32_3.ll 68 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
69 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
70 attributes #2 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16_32_4.ll 63 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
64 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
65 attributes #2 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16_32_5.ll 78 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
79 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
80 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16_32_6.ll 84 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
85 attributes #1 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"="false" "use-soft-float"="false" }
86 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }

Completed in 1742 milliseconds

1 2 3 4 5 6 78 91011>>