HomeSort by relevance Sort by last modified time
    Searched refs:emptyPath (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStrokeTest.java 53 Path emptyPath = emptyStroke.getPath();
55 assertFalse(emptyPath.isEmpty());
  /external/skia/tests/
GrCCPRTest.cpp 230 SkPath emptyPath;
231 SkASSERT(emptyPath.isEmpty());
232 ccpr.drawPath(emptyPath);
239 ccpr.clipFullscreenRect(emptyPath);
245 ccpr.drawPath(emptyPath);
246 ccpr.clipFullscreenRect(emptyPath);
OSPathTest.cpp 103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr);
104 REPORTER_ASSERT(reporter, emptyPath.isEmpty());
RegionTest.cpp 97 SkPath emptyPath;
98 emptyPath.moveTo(1, 5);
99 emptyPath.close();
102 empty.setPath(emptyPath, openClip); // should not assert
GrShapeTest.cpp     [all...]
  /external/skqp/tests/
GrCCPRTest.cpp 229 SkPath emptyPath;
230 SkASSERT(emptyPath.isEmpty());
231 ccpr.drawPath(emptyPath);
238 ccpr.clipFullscreenRect(emptyPath);
244 ccpr.drawPath(emptyPath);
245 ccpr.clipFullscreenRect(emptyPath);
OSPathTest.cpp 103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr);
104 REPORTER_ASSERT(reporter, emptyPath.isEmpty());
RegionTest.cpp 97 SkPath emptyPath;
98 emptyPath.moveTo(1, 5);
99 emptyPath.close();
102 empty.setPath(emptyPath, openClip); // should not assert
GrShapeTest.cpp     [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
GestureDescriptionTest.java 102 Path emptyPath = new Path();
104 new StrokeDescription(emptyPath, 0, NOMINAL_PATH_DURATION);
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixPath.java 253 private UnixPath emptyPath() {
412 return emptyPath();
577 return isAbsolute ? getFileSystem().rootDirectory() : emptyPath();
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
asset-studio.jar 
sdk-common.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-alpha1/
sdk-common-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta3/
sdk-common-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta5/
sdk-common-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta6/
sdk-common-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.5.0/
sdk-common-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/25.0.0/
sdk-common-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/25.0.0-alpha1/
sdk-common-25.0.0-alpha1.jar 

Completed in 941 milliseconds

1 2 3 4