Home
last modified time | relevance | path

Searched refs:kPath (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission_unittest.cc40 const char kPath[] = "/tmp/good"; in SANDBOX_TEST() local
41 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_TEST()
45 const char kPath[] = "/tmp/good/"; in SANDBOX_TEST() local
46 BrokerFilePermission perm = BrokerFilePermission::ReadOnlyRecursive(kPath); in SANDBOX_TEST()
53 const char kPath[] = "/tmp/bad/"; in SANDBOX_DEATH_TEST() local
54 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_DEATH_TEST()
61 const char kPath[] = "/tmp/bad"; in SANDBOX_DEATH_TEST() local
62 BrokerFilePermission perm = BrokerFilePermission::ReadOnlyRecursive(kPath); in SANDBOX_DEATH_TEST()
69 const char kPath[] = "tmp/bad"; in SANDBOX_DEATH_TEST() local
70 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_DEATH_TEST()
[all …]
/external/skia/src/gpu/
DGrShape.h50 this->initType(Type::kPath, &path); in GrShape()
95 this->initType(Type::kPath, &path); in GrShape()
199 case Type::kPath: in asPath()
236 case Type::kPath: in knownToBeConvex()
260 case Type::kPath: in inverseFilled()
295 case Type::kPath: in knownToBeClosed()
315 case Type::kPath: in segmentMask()
341 kPath, enumerator
350 bool wasPath = Type::kPath == fType;
352 bool isPath = Type::kPath == type;
[all …]
DGrShape.cpp12 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =()
22 case Type::kPath: in operator =()
59 case Type::kPath: in bounds()
134 case Type::kPath: { in unstyledKeySize()
174 case Type::kPath: { in writeUnstyledKey()
195 if (Type::kPath == fType) { in setInheritedKey()
242 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr; in GrShape()
253 case Type::kPath: in GrShape()
278 this->initType(Type::kPath); in GrShape()
282 if (parent.fType == Type::kPath) { in GrShape()
[all …]
/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp22 enum class Graphic { kNone, kPath, kText }; enumerator
62 if (state.m_graphic == State::Graphic::kPath) { in CommonTest()
74 if (state.m_graphic == State::Graphic::kPath) in CommonTest()
85 if (state.m_graphic == State::Graphic::kPath) { in CommonTest()
150 State::Clip::kSame, State::Graphic::kPath, 0xFF112233}); in TEST()
153 State::Graphic::kPath, 0xFF112233}); in TEST()
155 State::Graphic::kPath, 0xFF112233}); in TEST()
157 State::Graphic::kPath, 0xFF112233}); in TEST()
159 State::Graphic::kPath, 0xFF112233}); in TEST()
Dfx_skia_device.cpp647 kPath, enumerator
652 kPath, enumerator
692 (Accumulator::kPath == m_type && in DrawPath()
697 if (Accumulator::kPath != m_type) { in DrawPath()
713 m_type = Accumulator::kPath; in DrawPath()
780 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex || in DrawText()
862 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()
877 m_commands[m_commandIndex] = Clip::kPath; in SetClip()
880 m_commands.push(Clip::kPath); in SetClip()
1033 SkASSERT(Clip::kPath == m_commands[m_clipIndex]); in AdjustClip()
[all …]
/external/webrtc/webrtc/base/
Dautodetectproxy_unittest.cc19 static const char kPath[] = "/"; variable
78 kPath, in TestCopesWithProxy()
123 kPath, in TEST_F()
/external/skia/experimental/svg/model/
DSkSVGValue.h28 kPath, enumerator
78 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
DSkSVGPath.cpp14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
DSkSVGNode.h29 kPath, enumerator