Searched refs:Left (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dleft_most_gc_base.h16 class Left : public GarbageCollected<Left>, public B, public A { }; class in namespace:WebCore
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
H A Dreconintra_arm.c24 int Left);
33 int Left = x->left_available; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
44 int Left);
53 int Left = x->left_available; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c24 int Left);
33 int Left = x->left_available; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
44 int Left);
53 int Left = x->left_available; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp3 struct Left { struct
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
26 // Only need to cast 'this' to Left*.
27 // CHECK: %[[LEFT:.*]] = bitcast %struct.ChildNoOverride* %[[CHILD]] to %struct.Left*
28 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Left* %[[LEFT]] to void (%struct.Left*)***
29 // CHECK: %[[VFTABLE:.*]] = load void (%struct.Left*)*** %[[VFPTR]]
30 // CHECK: %[[VFUN:.*]] = getelementptr inbounds void (%struct.Left*)** %[[VFTABLE]], i64 0
31 // CHECK: %[[VFUN_VALUE:.*]] = load void (%struct.Left*)**
[all...]
/external/clang/test/Modules/Inputs/
H A Dcategory_left.h3 @interface Foo(Left)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconintra4x4.c24 unsigned char Left[4]; local
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
39 expected_dc += Left[i];
62 int pred = Above[c] - top_left + Left[r];
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
107 lp[1] = (Left[
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.c24 unsigned char Left[4]; local
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
39 expected_dc += Left[i];
62 int pred = Above[c] - top_left + Left[r];
106 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
107 lp[1] = (Left[
[all...]
/external/clang/lib/Format/
H A DTokenAnnotator.cpp47 FormatToken *Left = CurrentToken->Previous; local
52 Left->Previous && Left->Previous->Tok.isNot(tok::kw_template);
56 Left->MatchingParen = CurrentToken;
57 CurrentToken->MatchingParen = Left;
80 updateParameterCount(Left, CurrentToken);
97 FormatToken *Left = CurrentToken->Previous; local
100 Left->Type = TT_ObjCBlockLParen;
101 } else if (FormatToken *MaybeSel = Left->Previous) {
109 if (Left
297 FormatToken *Left = CurrentToken->Previous; local
331 updateParameterCount(FormatToken *Left, FormatToken *Current) argument
1346 const FormatToken &Left = *Tok.Previous; local
1445 spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left, const FormatToken &Right) argument
1645 const FormatToken &Left = *Right.Previous; local
1710 const FormatToken &Left = *Right.Previous; local
[all...]
/external/clang/include/clang/AST/
H A DAttrIterator.h99 friend bool operator==(specific_attr_iterator Left, argument
101 assert((Left.Current == nullptr) == (Right.Current == nullptr));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
108 friend bool operator!=(specific_attr_iterator Left, argument
110 return !(Left == Right);
/external/lzma/CPP/7zip/UI/Common/
H A DDefaultName.cpp17 return fileName.Left(dotPos) + addSubExtension;
21 return fileName.Left(dotPos) + addSubExtension;
H A DArchiveName.cpp42 UString archiveName2 = resultName.Left(dotPos);
H A DWorkDir.cpp23 UString prefix = path.Left(3);
H A DExtractingFilePath.cpp42 UString s = name.Left(dotPos);
52 if (name.Left(len).CompareNoCase(reservedName) != 0)
68 if (name.Left(len).CompareNoCase(reservedName) != 0)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::FINAL::Orientation
H A DRenderDetailsMarker.cpp78 return isOpen() ? Down : Left;
81 return isOpen() ? Left : Down;
82 return isOpen() ? Left : Up;
90 return isOpen() ? Up : Left;
98 case Left: return createLeftArrowPath();
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.h25 Left:(const float)left
H A Dvideo_render_ios_channel.mm54 Left:left
/external/clang/tools/diagtool/
H A DDiagnosticNames.cpp47 static bool orderByID(const DiagnosticRecord &Left, argument
49 return Left.DiagID < Right.DiagID;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp81 CharUnits Left = RegionSize - TypeSize;
82 if (Left.isNegative())
85 if (Left % FlexSize == 0)
/external/lzma/CPP/Windows/
H A DFileName.cpp44 pureName = fullName.Left(index);
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
183 if (frame->ImageDesc.Left + copyWidth > width) {
184 copyWidth = width - frame->ImageDesc.Left;
290 if (target->ImageDesc.Left <= covered->ImageDesc.Left
291 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
292 target->ImageDesc.Left
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row);
150 if (frame->ImageDesc.Left + copyWidth > width) {
151 copyWidth = width - frame->ImageDesc.Left;
181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top);
183 if (frame->ImageDesc.Left + copyWidth > width) {
184 copyWidth = width - frame->ImageDesc.Left;
290 if (target->ImageDesc.Left <= covered->ImageDesc.Left
291 && covered->ImageDesc.Left + covered->ImageDesc.Width <=
292 target->ImageDesc.Left
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h118 int Left(int i) { function in class:fst::Heap
150 int l = Left(i);
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h33 /// Record that a local context has been entered. Left and
37 virtual void enterContext(Value *Left, Value *Right) = 0;
/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp39 name = fullProcessedPath.Left(dotPos);

Completed in 1167 milliseconds

12345