Home
last modified time | relevance | path

Searched defs:lt (Results 1 – 25 of 61) sorted by relevance

123

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
97 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID()
105 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
120 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local
148 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
Dsanitizer_deadlock_detector2.cc141 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
198 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
277 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
309 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local
333 DDLogicalThread *lt = cb->lt; in MutexDestroy() local
363 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck()
405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
Dsanitizer_deadlock_detector_interface.h66 DDLogicalThread *lt; member
/external/mockito/src/org/mockito/
DAdditionalMatchers.java328 public static <T extends Comparable<T>> T lt(Comparable<T> value) { in lt() method in AdditionalMatchers
341 public static byte lt(byte value) { in lt() method in AdditionalMatchers
354 public static double lt(double value) { in lt() method in AdditionalMatchers
367 public static float lt(float value) { in lt() method in AdditionalMatchers
380 public static int lt(int value) { in lt() method in AdditionalMatchers
393 public static long lt(long value) { in lt() method in AdditionalMatchers
406 public static short lt(short value) { in lt() method in AdditionalMatchers
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXMLEntities.properties28 lt=60 key
/external/clang/test/SemaTemplate/
Dinstantiate-template-template-parm.cpp57 template <int x, int y> struct lt { struct
58 static const bool result = x < y; argument
/external/easymock/src/org/easymock/
DEasyMock.java584 public static <T extends Comparable<T>> T lt(Comparable<T> value) { in lt() method in EasyMock
597 public static byte lt(byte value) { in lt() method in EasyMock
610 public static double lt(double value) { in lt() method in EasyMock
623 public static float lt(float value) { in lt() method in EasyMock
636 public static int lt(int value) { in lt() method in EasyMock
649 public static long lt(long value) { in lt() method in EasyMock
662 public static short lt(short value) { in lt() method in EasyMock
/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c94 struct tm *lt; in dumpPacket() local
/external/ipsec-tools/src/racoon/
Dpfkey.c2222 struct sadb_lifetime *lt; local
2344 struct sadb_lifetime *lt; local
2461 struct sadb_lifetime *lt; local
2537 struct sadb_lifetime *lt; local
2628 struct sadb_lifetime *lt; local
2889 struct sadb_lifetime *lt; local
Dhandler.c1015 time_t t, lt; local
1038 time_t lt = lcconf->retry_counter * lcconf->retry_interval; in init_recvdpkt() local
/external/chromium_org/v8/test/mjsunit/
Dcompare-objects.js33 function lt(a, b) { function
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dcmp.c86 int gt, lt; in BN_cmp() local
/external/openssl/crypto/
Dconstant_time_locl.h137 unsigned int lt; in constant_time_lt() local
/external/chromium_org/base/strings/
Dstring16.h80 static bool lt(const char_type& c1, const char_type& c2) { in lt() function
/external/skia/src/gpu/
DGrPathUtils.cpp619 SkScalar lt = 6.f * d[0]; in set_serp_klm() local
654 SkScalar lt = 2.f * d[0]; in set_loop_klm() local
687 const SkScalar lt = 3.f * d[1]; in set_cusp_klm() local
781 SkScalar lt = 2.f * d[0]; in chopCubicAtLoopIntersection() local
DSkGrFontScaler.cpp52 bool SkGrDescKey::lt(const GrKey& rh) const { in lt() function in SkGrDescKey
/external/chromium_org/third_party/skia/src/gpu/
DGrPathUtils.cpp619 SkScalar lt = 6.f * d[0]; in set_serp_klm() local
654 SkScalar lt = 2.f * d[0]; in set_loop_klm() local
687 const SkScalar lt = 3.f * d[1]; in set_cusp_klm() local
781 SkScalar lt = 2.f * d[0]; in chopCubicAtLoopIntersection() local
DGrFontScaler.cpp34 bool GrFontDescKey::lt(const GrFontDescKey& rh) const { in lt() function in GrFontDescKey
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_deadlock_detector_test.cc173 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
198 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dwritesrc.c52 const struct tm *lt; in usrc_createWithHeader() local
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.c52 const struct tm *lt; in usrc_createWithHeader() local
/external/chromium_org/third_party/skia/bench/
DDashBench.cpp313 static const char* LineTypeName(LineType lt) { in LineTypeName()
319 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/external/skia/bench/
DDashBench.cpp313 static const char* LineTypeName(LineType lt) { in LineTypeName()
319 GiantDashBench(LineType lt, SkScalar width) { in GiantDashBench()
/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py167 def escapenum(n, amp=byteord("&"), lt=byteord("<")): argument
/external/lzma/C/
DMtCoder.c288 CLoopThread *lt = &t->thread; in MtCoder_Code() local

123