Home
last modified time | relevance | path

Searched refs:mPath (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/utils/debugger/
DSkObjectParser.cpp112 SkString* mPath = new SkString("Path ("); in PathToString() local
118 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
119 mPath->append(", "); in PathToString()
126 mPath->append(gConvexityStrings[path.getConvexity()]); in PathToString()
127 mPath->append(", "); in PathToString()
130 mPath->append("isRect, "); in PathToString()
132 mPath->append("isNotRect, "); in PathToString()
135 mPath->appendS32(path.countVerbs()); in PathToString()
136 mPath->append("V, "); in PathToString()
137 mPath->appendS32(path.countPoints()); in PathToString()
[all …]
/external/chromium_org/third_party/skia/src/utils/debugger/
DSkObjectParser.cpp112 SkString* mPath = new SkString("Path ("); in PathToString() local
118 mPath->append(gFillStrings[path.getFillType()]); in PathToString()
119 mPath->append(", "); in PathToString()
126 mPath->append(gConvexityStrings[path.getConvexity()]); in PathToString()
127 mPath->append(", "); in PathToString()
130 mPath->append("isRect, "); in PathToString()
132 mPath->append("isNotRect, "); in PathToString()
135 mPath->appendS32(path.countVerbs()); in PathToString()
136 mPath->append("V, "); in PathToString()
137 mPath->appendS32(path.countPoints()); in PathToString()
[all …]
/external/qemu/android/filesystems/
Dpartition_types_unittest.cpp35 mPath = android::testing::CreateTempFilePath(); in TempPartition()
39 if (!mPath.empty()) { in ~TempPartition()
40 HANDLE_EINTR(::unlink(mPath.c_str())); in ~TempPartition()
45 return mPath.c_str(); in GetPath()
49 std::string mPath; member in __anona85f7ca40111::TempPartition
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DMediaResourceGetterTest.java103 String mPath = null; field in MediaResourceGetterTest.FakeMediaResourceGetter
142 mPath = path; in configure()
301 assertNull(mFakeMRG.mPath); in testConfigure_Net_Allowed_Ethernet_Cookies_NoUA()
312 assertNull(mFakeMRG.mPath); in testConfigure_Net_Allowed_Wifi_Cookies_NoUA()
323 assertNull(mFakeMRG.mPath); in testConfigure_Net_Allowed_Ethernet_NoCookies_NoUA()
334 assertNull(mFakeMRG.mPath); in testConfigure_Net_Allowed_Ethernet_Cookies_WithUA()
345 assertNull(mFakeMRG.mPath); in testConfigure_Net_Allowed_Ethernet_NoCookies_WithUA()
373 assertNull(mFakeMRG.mPath); in testConfigure_Net_Allowed_LocalHost_WithNoNetwork()
383 assertEquals(path, mFakeMRG.mPath); in testConfigure_File_Allowed_MntSdcard()
394 assertEquals(path, mFakeMRG.mPath); in testConfigure_File_Allowed_Sdcard()
[all …]
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java50 private final String mPath; field in AccessibilityValidationContentHandler
95 mPath = fullyQualifiedPath; in AccessibilityValidationContentHandler()
150 sLogger.info(mPath); in startElement()
/external/chromium_org/third_party/angle/src/compiler/translator/
DIntermNode.h716 mPath.push_back(current); in incrementDepth()
722 mPath.pop_back(); in decrementDepth()
727 return mPath.size() == 0 ? NULL : mPath.back(); in getParentNode()
744 TVector<TIntermNode *> mPath; variable