| /external/compiler-rt/lib/sanitizer_common/ | 
| D | sanitizer_deadlock_detector1.cc | 81   DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt));  in CreateLogicalThread()  local88 void DD::DestroyLogicalThread(DDLogicalThread *lt) {  in DestroyLogicalThread()
 98 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) {  in MutexEnsureID()
 106   DDLogicalThread *lt = cb->lt;  in MutexBeforeLock()  local
 121   DDLogicalThread *lt = cb->lt;  in ReportDeadlock()  local
 154   DDLogicalThread *lt = cb->lt;  in MutexAfterLock()  local
 
 | 
| D | sanitizer_deadlock_detector2.cc | 141   DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(  in CreateLogicalThread()  local148 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()
 
 | 
| /external/lz4/programs/ | 
| D | datagen.c | 72 static void RDG_fillLiteralDistrib(litDistribTable lt, double ld)  in RDG_fillLiteralDistrib()92 static BYTE RDG_genChar(U32* seed, const litDistribTable lt)  in RDG_genChar()
 102 …id* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* s…  in RDG_genBlock()
 157     litDistribTable lt;  in RDG_genBuffer()  local
 170     litDistribTable lt;  in RDG_genOut()  local
 
 | 
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/translate/ | 
| D | LookupTranslatorTest.java | 36         final LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { "one", "two" } });  in testBasicLookup()  local46 …final LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { new StringBuffer("one"),…  in testLang882()  local
 
 | 
| /external/mockito/src/main/java/org/mockito/ | 
| D | AdditionalMatchers.java | 347     public static <T extends Comparable<T>> T lt(T value) {  in lt()  method in AdditionalMatchers361     public static byte lt(byte value) {  in lt()  method in AdditionalMatchers
 375     public static double lt(double value) {  in lt()  method in AdditionalMatchers
 389     public static float lt(float value) {  in lt()  method in AdditionalMatchers
 403     public static int lt(int value) {  in lt()  method in AdditionalMatchers
 417     public static long lt(long value) {  in lt()  method in AdditionalMatchers
 431     public static short lt(short value) {  in lt()  method in AdditionalMatchers
 
 | 
| /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ | 
| D | DragLatencyFragment.java | 248         double[] ft, lt; // All time arrays are in _milliseconds_  in reshapeAndCalculate()  local359     public void calculateDragLatency(double[] ft, double[] fy, double[] lt, int[] ldir) {  in calculateDragLatency()
 398     private void drawLatencyGraph(double[] ft, double[] fy, double[] lt, double averageBestShift) {  in drawLatencyGraph()
 
 | 
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ | 
| D | XMLEntities.properties | 28 lt=60  key
 | 
| /external/easymock/src/org/easymock/ | 
| D | EasyMock.java | 584     public static <T extends Comparable<T>> T lt(Comparable<T> value) {  in lt()  method in EasyMock597     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/cronet/base/ranges/ | 
| D | functional_unittest.cc | 19   ranges::less lt;  in TEST()  local
 | 
| /external/clang/test/SemaTemplate/ | 
| D | instantiate-template-template-parm.cpp | 57 template <int x, int y> struct lt {  struct58   static const bool result = x < y;  argument
 
 | 
| /external/skia/tools/skqp/src/ | 
| D | skqp.cpp | 66     auto lt = [](SkQP::UnitTest u, SkQP::UnitTest v) { return strcmp(u->fName, v->fName) < 0; };  in get_unit_tests()  local112     auto lt = [](const SkQP::SkSLErrorTest& a, const SkQP::SkSLErrorTest& b) {  in get_sksl_error_tests()  local
 
 | 
| /external/perfetto/src/trace_processor/db/ | 
| D | typed_column.h | 108   Constraint lt(sql_value_type v) const { return lt_value(ToSqlValue(v)); }  in lt()  function220   Constraint lt(uint32_t v) const { return lt_value(SqlValue::Long(v)); }  in lt()  function
 
 | 
| /external/ipsec-tools/src/racoon/ | 
| D | pfkey.c | 2222  	struct sadb_lifetime *lt;  local2344 	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
 
 | 
| /external/ppp/pppd/plugins/rp-pppoe/ | 
| D | debug.c | 94     struct tm *lt;  in dumpPacket()  local
 | 
| /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/ | 
| D | binary_search.pass.cpp | 25 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| D | binary_search_comp.pass.cpp | 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/ | 
| D | binary_search.pass.cpp | 24 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| D | binary_search_comp.pass.cpp | 25 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ | 
| D | lower_bound_comp.pass.cpp | 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ | 
| D | upper_bound_comp.pass.cpp | 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| /external/eigen/unsupported/test/ | 
| D | cxx11_tensor_comparisons.cpp | 21   Tensor<bool, 3> lt(2,3,7);  in test_orderings()  local
 | 
| /external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/ | 
| D | equal_range_comp.pass.cpp | 26 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| D | equal_range.pass.cpp | 27 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ | 
| D | upper_bound_comp.pass.cpp | 25 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/ | 
| D | lower_bound_comp.pass.cpp | 25 TEST_CONSTEXPR bool lt(int a, int b) { return a < b; }  in lt()  function
 |