Searched refs:kPath (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission_unittest.cc | 40 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/ |
D | GrShape.h | 50 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 …]
|
D | GrShape.cpp | 12 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/ |
D | fx_skia_device_unittest.cpp | 22 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()
|
D | fx_skia_device.cpp | 647 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/ |
D | autodetectproxy_unittest.cc | 19 static const char kPath[] = "/"; variable 78 kPath, in TestCopesWithProxy() 123 kPath, in TEST_F()
|
/external/skia/experimental/svg/model/ |
D | SkSVGValue.h | 28 kPath, enumerator 78 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
|
D | SkSVGPath.cpp | 14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
|
D | SkSVGNode.h | 29 kPath, enumerator
|