/aosp_15_r20/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/ |
H A D | validate.proto | 75 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 …]
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cc | 141 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()
|
H A D | sanitizer_deadlock_detector1.cc | 81 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
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/ |
H A D | AdditionalMatchers.java | 347 public static <T extends Comparable<T>> T lt(T value) { in lt() method in AdditionalMatchers 361 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
|
/aosp_15_r20/external/lz4/tests/ |
H A D | datagen.c | 71 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
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 150 CumulateTask<T> lt = t.left, rt = t.right, f; in compute() local 236 int nextState; CumulateTask<T> lt, rt; in compute() local 304 LongCumulateTask lt = t.left, rt = t.right, f; in compute() local 388 int nextState; LongCumulateTask lt, rt; in compute() local 456 DoubleCumulateTask lt = t.left, rt = t.right, f; in compute() local 540 int nextState; DoubleCumulateTask lt, rt; in compute() local 608 IntCumulateTask lt = t.left, rt = t.right, f; in compute() local 692 int nextState; IntCumulateTask lt, rt; in compute() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | ArrayPrefixHelpers.java | 150 CumulateTask<T> lt = t.left, rt = t.right, f; in compute() local 236 int nextState; CumulateTask<T> lt, rt; in compute() local 304 LongCumulateTask lt = t.left, rt = t.right, f; in compute() local 388 int nextState; LongCumulateTask lt, rt; in compute() local 456 DoubleCumulateTask lt = t.left, rt = t.right, f; in compute() local 540 int nextState; DoubleCumulateTask lt, rt; in compute() local 608 IntCumulateTask lt = t.left, rt = t.right, f; in compute() local 692 int nextState; IntCumulateTask lt, rt; in compute() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 150 CumulateTask<T> lt = t.left, rt = t.right, f; in compute() local 236 int nextState; CumulateTask<T> lt, rt; in compute() local 304 LongCumulateTask lt = t.left, rt = t.right, f; in compute() local 388 int nextState; LongCumulateTask lt, rt; in compute() local 456 DoubleCumulateTask lt = t.left, rt = t.right, f; in compute() local 540 int nextState; DoubleCumulateTask lt, rt; in compute() local 608 IntCumulateTask lt = t.left, rt = t.right, f; in compute() local 692 int nextState; IntCumulateTask lt, rt; in compute() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | test_composite_key.cpp | 119 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
|
/aosp_15_r20/external/easymock/src/org/easymock/ |
H A D | EasyMock.java | 584 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
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | fvec.h | 79 Fvec32s4_COMP(lt) in Fvec32s4_COMP() argument 124 Fvec32s4_SELECT(lt) in Fvec32s4_SELECT() argument 207 Fvec32s1_COMP(lt) in Fvec32s1_COMP() argument 232 Fvec32s1_SELECT(lt) in Fvec32s1_SELECT() argument
|
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
H A D | DragLatencyFragment.java | 248 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()
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/text/translate/ |
H A D | LookupTranslatorTest.java | 36 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/local_time/ |
D | local_date_time.hpp | 237 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
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/backend/ |
H A D | backend_device.cpp | 59 if (auto lt = TryGetLtcTensor(tensor)) { in GetBackendDevice() local 71 if (auto lt = TryGetLtcTensor(tensor)) { in GetBackendDevice() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_header_packer.cpp | 270 auto PutSpsLT = [&](const Slice::LongTerm <) { in PackSSHPartNonIDR() 275 auto PutSliceLT = [&](const Slice::LongTerm <) { in PackSSHPartNonIDR() 356 … auto IsLTUsed = [](const Slice::LongTerm <) { return !!lt.used_by_curr_pic_lt_flag; }; in PackSSHPartPB()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 68 inline Rect(const Point& lt, const Point& rb) { in Rect() 126 void setLeftTop(const Point& lt) { in setLeftTop()
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rect.h | 69 inline Rect(const Point& lt, const Point& rb) { in Rect() 127 void setLeftTop(const Point& lt) { in setLeftTop()
|