Searched refs:lt (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXMLEntities.properties28 lt=60
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
H A Dlt.pass.cpp14 // static constexpr bool lt(char_type c1, char_type c2);
22 assert(!std::char_traits<char>::lt('a', 'a'));
23 assert( std::char_traits<char>::lt('A', 'a'));
24 assert(!std::char_traits<char>::lt('A' + 127, 'a'));
25 assert(!std::char_traits<char>::lt('A' - 127, 'a'));
26 assert( std::char_traits<char>::lt('A', 'a' + 127));
27 assert( std::char_traits<char>::lt('A', 'a' - 127));
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
H A Dlt.pass.cpp14 // static constexpr bool lt(char_type c1, char_type c2);
22 assert(!std::char_traits<wchar_t>::lt(L'a', L'a'));
23 assert( std::char_traits<wchar_t>::lt(L'A', L'a'));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc47 void DestroyLogicalThread(DDLogicalThread *lt);
57 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); local
81 lt->ctx = ctx;
82 lt->dd.clear();
83 lt->report_pending = false;
84 return lt;
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
88 lt
97 MutexEnsureID(DDLogicalThread *lt, DDMutex *m) argument
105 DDLogicalThread *lt = cb->lt; local
120 DDLogicalThread *lt = cb->lt; local
148 DDLogicalThread *lt = cb->lt; local
[all...]
H A Dsanitizer_deadlock_detector2.cc91 void DestroyLogicalThread(DDLogicalThread *lt);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( local
143 lt->ctx = ctx;
144 lt->nlocked = 0;
145 return lt;
148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
149 lt->~DDLogicalThread();
150 InternalFree(lt);
198 DDLogicalThread *lt = cb->lt; local
277 DDLogicalThread *lt = cb->lt; local
309 DDLogicalThread *lt = cb->lt; local
333 DDLogicalThread *lt = cb->lt; local
363 CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *m) argument
405 Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) argument
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_min_4.S17 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt)
H A Dsync_fetch_and_min_8.S17 #define min_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI) MINMAX_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI, lt)
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
H A Dlt.pass.cpp14 // static constexpr bool lt(char_type c1, char_type c2);
23 assert(!std::char_traits<char16_t>::lt(u'a', u'a'));
24 assert( std::char_traits<char16_t>::lt(u'A', u'a'));
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
H A Dlt.pass.cpp14 // static constexpr bool lt(char_type c1, char_type c2);
23 assert(!std::char_traits<char32_t>::lt(U'a', U'a'));
24 assert( std::char_traits<char32_t>::lt(U'A', U'a'));
/external/valgrind/main/gdbserver_tests/
H A Dinvoker13 while [ $i -lt $LOOPS ]
/external/deqp/framework/qphelper/
H A DqpXmlWriter.c59 case '<': repl = "&lt;"; break;
66 case 1: repl = "&lt;SOH&gt;"; break;
67 case 2: repl = "&lt;STX&gt;"; break;
68 case 3: repl = "&lt;ETX&gt;"; break;
69 case 4: repl = "&lt;EOT&gt;"; break;
70 case 5: repl = "&lt;ENQ&gt;"; break;
71 case 6: repl = "&lt;ACK&gt;"; break;
72 case 7: repl = "&lt;BEL&gt;"; break;
73 case 8: repl = "&lt;BS&gt;"; break;
74 case 11: repl = "&lt;V
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fLifetimeTests.cpp40 namespace lt = gls::LifetimeTests;
41 using namespace lt;
59 lt::Context ltCtx (ctx.getRenderContext(), ctx.getTestContext());
/external/chromium_org/build/android/
H A Dadb_kill_content_shell13 if [ $VAL -lt 1 ] ; then
/external/libcxx/test/containers/container.adaptors/queue/queue.ops/
H A DAndroid.mk19 test_name := containers/container.adaptors/queue/queue.ops/lt
20 test_src := lt.pass.cpp
/external/libcxx/test/containers/container.adaptors/stack/stack.ops/
H A DAndroid.mk19 test_name := containers/container.adaptors/stack/stack.ops/lt
20 test_src := lt.pass.cpp
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/
H A DAndroid.mk19 test_name := utilities/tuple/tuple.tuple/tuple.rel/lt
20 test_src := lt.pass.cpp
/external/skia/include/gpu/
H A DGrKey.h22 return fHash < rh.fHash || (fHash == rh.fHash && this->lt(rh));
29 virtual bool lt(const GrKey& rh) const = 0;
/external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
H A DAndroid.mk19 test_name := diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/lt
20 test_src := lt.pass.cpp
/external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
H A DAndroid.mk23 test_name := diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/lt
24 test_src := lt.pass.cpp
/external/vixl/tools/
H A Dcross_build_gcc.sh29 if [ "$#" -lt 1 ]; then
/external/ceres-solver/jni/
H A Dassert_ndk_version.sh89 if [[ ${actual_version[0]} -lt ${expected_version[0]} ]]; then
92 # This uses < and not -lt because they're string identifiers (a, b, c, etc)
/external/openssl/crypto/
H A Dconstant_time_locl.h69 * unsigned int lt = constant_time_lt(a, b);
70 * c = constant_time_select(lt, a, b);
137 unsigned int lt; local
139 lt = ~(a ^ b) & (a - b);
141 lt |= ~a & b;
142 return constant_time_msb(lt);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dcmp.c86 int gt, lt; local
107 lt = -1;
110 lt = 1;
117 return lt;
126 return lt;
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s165 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
166 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
185 XMPYU flt_0,fw_l,lt_temp ; lt_temp = lt*fw_l
186 XMPYU flt_1,fw_l,lt_temp_1 ; lt_temp = lt*fw_l
215 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
217 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
220 ADD %ret1,lt_0,lt_0 ; lt[0] = lt[
1016 lt .reg %r5 label
[all...]
H A Dpa-risc2W.s157 FLDD 0(a_ptr),t_float_0 ; load up 64-bit value (fr8L) ht(L)/lt(R)
158 FLDD 8(a_ptr),t_float_1 ; load up 64-bit value (fr8L) ht(L)/lt(R)
177 XMPYU flt_0,fw_l,lt_temp ; lt_temp = lt*fw_l
178 XMPYU flt_1,fw_l,lt_temp_1 ; lt_temp = lt*fw_l
207 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
209 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
212 ADD %ret0,lt_0,lt_0 ; lt[0] = lt[
1003 lt .reg %r5 label
[all...]

Completed in 550 milliseconds

1234567891011>>