Home
last modified time | relevance | path

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

12345678910

/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/
Dvalidate.proto75 optional float lt = 2; field
111 optional double lt = 2; field
147 optional int32 lt = 2; field
183 optional int64 lt = 2; field
219 optional uint32 lt = 2; field
255 optional uint64 lt = 2; field
291 optional sint32 lt = 2; field
327 optional sint64 lt = 2; field
363 optional fixed32 lt = 2; field
399 optional fixed64 lt = 2; field
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
88 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
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()
/external/lz4/tests/
Ddatagen.c71 static void RDG_fillLiteralDistrib(litDistribTable lt, double ld) in RDG_fillLiteralDistrib()
91 static BYTE RDG_genChar(U32* seed, const litDistribTable lt) in RDG_genChar()
101 …id* buffer, size_t buffSize, size_t prefixSize, double matchProba, litDistribTable lt, unsigned* s… in RDG_genBlock()
156 litDistribTable lt; in RDG_genBuffer() local
169 litDistribTable lt; in RDG_genOut() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/translate/
DLookupTranslatorTest.java36 final LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { "one", "two" } }); in testBasicLookup() local
46 …final LookupTranslator lt = new LookupTranslator(new CharSequence[][] { { new StringBuffer("one"),… in testLang882() local
/external/mockito/src/main/java/org/mockito/
DAdditionalMatchers.java346 public static <T extends Comparable<T>> T lt(T value) { in lt() method in AdditionalMatchers
360 public static byte lt(byte value) { in lt() method in AdditionalMatchers
374 public static double lt(double value) { in lt() method in AdditionalMatchers
388 public static float lt(float value) { in lt() method in AdditionalMatchers
402 public static int lt(int value) { in lt() method in AdditionalMatchers
416 public static long lt(long value) { in lt() method in AdditionalMatchers
430 public static short lt(short value) { in lt() method in AdditionalMatchers
/external/pytorch/torch/csrc/lazy/backend/
Dbackend_device.cpp59 if (auto lt = TryGetLtcTensor(tensor)) { in GetBackendDevice() local
71 if (auto lt = TryGetLtcTensor(tensor)) { in GetBackendDevice() local
/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_composite_key.cpp119 composite_key_result_less<CompositeKeyResult> lt; in is_less() local
142 composite_key_result_less<CompositeKeyResult> lt; in is_greater() local
165 composite_key_result_less<CompositeKeyResult> lt; in is_equiv() local
191 composite_key_result_less<CompositeKeyResult> lt; in is_less() local
208 composite_key_result_less<CompositeKeyResult> lt; in is_greater() local
225 composite_key_result_less<CompositeKeyResult> lt; in is_equiv() local
/external/rust/android-crates-io/crates/spdx/src/
Dlicensee.rs83 let lt = lexer.next().ok_or_else(|| ParseError { in parse() localVariable
150 let lt = lt?; in parse() localVariable
153 let lt = lexer.next().ok_or(ParseError { in parse() localVariable
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DDragLatencyFragment.java248 double[] ft, lt; // All time arrays are in _milliseconds_ in reshapeAndCalculate() local
359 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/
DXMLEntities.properties28 lt=60 key
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/local_time/
Dconversion.hpp21 std::tm to_tm(const local_date_time& lt) { in to_tm()
Dlocal_date_time.hpp237 utc_time_type lt(this->time_); in is_dst() local
270 utc_time_type lt = this->utc_time() + zone_->base_utc_offset(); in local_time() local
295 utc_time_type lt = this->utc_time() + zone_->base_utc_offset(); in to_string() local
/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/cronet/tot/base/ranges/
Dfunctional_unittest.cc19 ranges::less lt; in TEST() local
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Downer_less_test2.cpp11 boost::owner_less<> const lt = {}; in main() local
/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
Dstring.h37 static constexpr bool lt(T lhs, T rhs) noexcept { return lhs < rhs; } in lt() function
/external/cronet/stable/base/ranges/
Dfunctional_unittest.cc19 ranges::less lt; in TEST() local
/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dphoenix_control_structures.cpp65 int gt = 0, eq = 0, lt = 0; in main() local
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/no_warning/
Dsigned_unsigned_cmp.hpp33 bool lt(T t, U u) in lt() function
/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/perfetto/src/trace_processor/db/
Dtyped_column.h115 Constraint lt(sql_value_type v) const { return lt_value(ToSqlValue(v)); } in lt() function
192 Constraint lt(uint32_t v) const { return lt_value(SqlValue::Long(v)); } in lt() function
/external/skia/tools/skqp/src/
Dskqp.cpp54 auto lt = [](SkQP::UnitTest u, SkQP::UnitTest v) { return strcmp(u->fName, v->fName) < 0; }; in get_unit_tests() local
100 auto lt = [](const SkQP::SkSLErrorTest& a, const SkQP::SkSLErrorTest& b) { in get_sksl_error_tests() local
/external/rust/android-crates-io/crates/httparse/src/simd/
Dswar.rs128 let lt = x.wrapping_sub(BM) & !x; // <= m in match_uri_char_8_swar() localVariable
152 let lt = x.wrapping_sub(BM) & !x; // <= m in match_header_value_char_8_swar() localVariable
/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dtypes.rs484 let lt = LifetimeGenericsListDisplay(lt); in get_diplomat_slice_type() localVariable
527 let lt = ReferenceDisplay(lt, &Mutability::Immutable); in get_stdlib_slice_type() localVariable
886 let lt = get_lifetime_from_syn_path(p); in from_syn() localVariable
907 let lt = get_lifetime_from_syn_path(p); in from_syn() localVariable
1196 let lt = ReferenceDisplay(lt, &Mutability::Immutable); in fmt() localVariable
1201 let lt = LifetimeGenericsListDisplay(lt); in fmt() localVariable
1249 let lt = LifetimeGenericsListPartialDisplay(lifetime); in fmt() localVariable

12345678910