Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/aws-sdk-java-v2/services/rekognition/src/main/resources/codegen-resources/
H A Dexamples-1.json27 "Left": 0.31888890266418457, number
39 "Left": 0.31888890266418457, number
135 "Left": 0.5555555820465088, number
247 "Left": 0.31888890266418457, number
258 "Left": 0.31888890266418457, number
305 "Left": 0.5144444704055786, number
316 "Left": 0.5144444704055786, number
404 "Left": 0.5555559992790222, number
415 "Left": 0.30963000655174255, number
426 "Left": 0.3233329951763153, number
[all …]
/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnnotator.cpp60 FormatToken *Left = CurrentToken->Previous; in parseAngle() local
115 FormatToken *Left = CurrentToken->Previous; in parseParens() local
305 FormatToken *Left = CurrentToken->Previous; in parseSquare() local
399 FormatToken *Left = CurrentToken->Previous; in parseBrace() local
441 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount()
1801 const FormatToken &Left = *Tok.Previous; in splitPenalty() local
1966 const FormatToken &Left, in spaceRequiredBetween()
2099 const FormatToken &Left = *Right.Previous; in spaceRequiredBefore() local
2253 const FormatToken &Left = *Right.Previous; in mustBreakBefore() local
2361 const FormatToken &Left = *Right.Previous; in canBreakBefore() local
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/CPack/
DNSIS.InstallOptions.ini.in7 Left=0 key
15 Left=0 key
24 Left=0 key
33 Left=0 key
42 Left=0 key
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dunzip.rs9 type Left: Send; typedef
17 FA: Folder<Self::Left>, in consume()
33 FromA: Default + Send + ParallelExtend<OP::Left>, in execute()
47 FromA: Send + ParallelExtend<OP::Left>, in execute_into()
95 type Left = A; typedef
135 type Left = T; typedef
178 type Left = L; typedef
451 type Left = L; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/
Dstl_concept_covering.cpp172 typedef equality_comparable2_first_archetype<> Left; in main() typedef
196 typedef equal_op_first_archetype<> Left; in main() typedef
203 typedef equal_op_first_archetype<> Left; in main() typedef
222 typedef equal_op_first_archetype<> Left; in main() typedef
241 typedef equality_comparable2_first_archetype<> Left; in main() typedef
257 typedef equality_comparable2_first_archetype<> Left; in main() typedef
265 convertible_to_archetype<null_archetype<> > > Left; in main() typedef
275 typedef equality_comparable2_first_archetype<> Left; in main() typedef
291 typedef equality_comparable2_first_archetype<> Left; in main() typedef
300 convertible_to_archetype<null_archetype<> > > Left; in main() typedef
/aosp_15_r20/external/libvpx/vp8/common/
H A Dreconintra4x4.c55 unsigned char Left[8]; in vp8_intra4x4_predict() local
62 unsigned char Left[16]; in vp8_intra4x4_predict() local
64 unsigned char Left[4]; in vp8_intra4x4_predict() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DIntervalTree.h210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData()
269 IntervalNode *Left = nullptr; // LS - Left subtree. variable
544 explicit find_iterator(const IntervalReferences *Left, in find_iterator()
609 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DIntervalTree.h210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData()
269 IntervalNode *Left = nullptr; // LS - Left subtree. variable
544 explicit find_iterator(const IntervalReferences *Left, in find_iterator()
609 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DIntervalTree.h211 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData()
270 IntervalNode *Left = nullptr; // LS - Left subtree. variable
545 explicit find_iterator(const IntervalReferences *Left, in find_iterator()
610 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DIntervalTree.h210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData()
269 IntervalNode *Left = nullptr; // LS - Left subtree. variable
544 explicit find_iterator(const IntervalReferences *Left, in find_iterator()
609 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DIntervalTree.h210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData()
269 IntervalNode *Left = nullptr; // LS - Left subtree. variable
544 explicit find_iterator(const IntervalReferences *Left, in find_iterator()
609 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp69 std::tuple<std::string, StringRef, uint32_t, LVOffset> Left( in sortByKind() local
81 std::tuple<uint32_t, StringRef, std::string, LVOffset> Left( in sortByLine() local
93 std::tuple<StringRef, uint32_t, std::string, LVOffset> Left( in sortByName() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DFormatAdapters.h46 size_t Left; variable
50 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
96 support::detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DFormatAdapters.h44 size_t Left; variable
48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DFormatAdapters.h44 size_t Left; variable
48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DFormatAdapters.h44 size_t Left; variable
48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DFormatAdapters.h44 size_t Left; variable
48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter()
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A DMemorySSA.cpp76 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F() local
117 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F() local
160 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F() local
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DSceneTransitionLayout.kt478 val Left = Swipe(SwipeDirection.Left) in resolve() constant
485 fun Left( in resolve() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/scene/ui/viewmodel/
DSceneContainerEdge.java22 /*public static final*/ Left /* = new Left(null) */, enumConstant
49 /*public static final*/ Left /* = new Left() */, enumConstant
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/util/
H A DEither.kt31 data class Left<out A>(val value: A) : Either<A, Nothing>() class
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
H A DBlueprintAlignmentLines.kt45 val Left = in <lambda>() constant
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dntddsnd.h203 ULONG Left; member
242 ULONG Left; member
297 ULONG Left; member
/aosp_15_r20/external/rust/android-crates-io/crates/anes/src/parser/
Dtypes.rs36 Left, enumerator
72 Left, enumerator

12345678910>>...14