Home
last modified time | relevance | path

Searched refs:kLeft (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DList.cpp153 kLeft, enumerator
182 { kpidMTime, " Date Time", kLeft, kLeft, 0, 19 },
186 { kpidPath, "Name", kLeft, kLeft, 2, 24 }
213 case kLeft: numLeftSpaces = 0; break; in PrintString()
228 case kLeft: numLeftSpaces = 0; break; in PrintString()
244 case kLeft: numLeftSpaces = 0; break; in PrintStringToString()
/external/skia/include/utils/
DSkBoundaryPatch.h23 kLeft = 3 enumerator
/external/skia/src/utils/
DSkBoundaryPatch.cpp34 SkPoint u = SkPointInterp(b->eval(SkBoundary::kLeft, SK_Scalar1 - unitV), in eval()
/external/skia/src/pathops/
DSkPathOpsWinding.cpp29 kLeft, enumerator
92 return fabs(fSlope.fX) < fabs(fSlope.fY) ? SkOpRayDir::kLeft : SkOpRayDir::kTop; in makeTestBase()
/external/v8/src/
Dcode-stubs-hydrogen.cc1518 HValue* left = GetParameter(BinaryOpICStub::kLeft); in BuildCodeInitializedStub()
1597 HValue* left = GetParameter(BinaryOpWithAllocationSiteStub::kLeft); in BuildCodeStub()
1755 HValue* left = GetParameter(StringAddStub::kLeft); in BuildCodeInitializedStub()
Dcode-stubs.h1858 static const int kLeft = 0; variable
1921 static const int kLeft = 1; variable
1947 static const int kLeft = 0; variable
/external/v8/src/ic/
Dic.cc2703 Handle<Object> left = args.at<Object>(BinaryOpICStub::kLeft); in RUNTIME_FUNCTION()
2718 Handle<Object> left = args.at<Object>(BinaryOpWithAllocationSiteStub::kLeft); in RUNTIME_FUNCTION()