Home
last modified time | relevance | path

Searched defs:Left (Results 1 – 25 of 52) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h45 size_t Left; variable
49 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enumerator
/third_party/rust/crates/regex/regex-syntax/src/
Deither.rs6 Left(Left), enumerator
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/identifiers/
Denum.ts27 Left, enumerator
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/blocks/
Dblocks_3.ts27 Left, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dutil.h33 Left, enumerator
/third_party/typescript/tests/cases/conformance/async/es2017/
Dawait_incorrectThisType.ts7 type Left<E> = { tag: 'Left', e: E }; alias
/third_party/typescript/tests/cases/compiler/
DnonInferrableTypePropagation2.ts7 interface Left<E> { interface
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts4 class Left<L, A> { class
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.ts4 class Left<L, A> { class
/third_party/typescript/tests/baselines/reference/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign.js4 class Left<L, A> { class
5 readonly _tag: 'Left' = 'Left' field in Left
89 function Left(value) { class in Left
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js4 class Left<L, A> { class
5 readonly _tag: 'Left' = 'Left' field in Left
89 function Left(value) { class in Left
/third_party/mindspore/mindspore-src/source/tests/st/tensor/
Dtest_bitwise_left_right_shift.py23 class Left(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_bitwise_left_right_shift.py24 class Left(nn.Cell): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; enumerator
/third_party/rust/crates/either/src/
Dserde_untagged.rs41 Left(L), enumerator
Dserde_untagged_optional.rs41 Left(L), enumerator
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DDataDisplayTable.java28 Left, Right enumConstant
/third_party/lzma/CPP/Common/
DMyString.h412 AString Left(unsigned count) const { return AString(count, *this); } in Left() function
700 UString Left(unsigned count) const { return UString(count, *this); } in Left() function
701 UString Left(int count) const { return Left((unsigned)count); } in Left() function
987 FString Left(unsigned count) const { return FString(AString::Left(count)); } in Left() function
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownControlFlow.ts435 type Left = 'left'; alias
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits_test.cc27 TEST(Rotate, Left) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp176 const std::pair<StringRef, PSHashRecord> &Right) { in finalizeBuckets()
/third_party/typescript/src/debug/
Ddbg.ts163 Left = 1 << 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp406 RegisterSet Left; in computeInitialLiveRanges() local
/third_party/python/Lib/test/
Dtest_compare.py57 class Left: class

123