/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | PathPerfTest.java | 36 Path path = new Path(); in testReset() local 45 Path path = new Path(); in testAddReset() local 55 Path path = new Path(); in testRewind() local 64 Path path = new Path(); in testAddRewind() local 74 Path path = new Path(); in testIsEmpty() local 84 Path path = new Path(); in testIsConvex() local 94 Path path = new Path(); in testGetSetFillType() local 105 Path path = new Path(); in testIsRect() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathsCacheActivity.java | 50 Path path = new Path(); in makePath() local 55 private static void buildPath(Path path) { in buildPath() 63 Path path = new Path(); in makeLargePath() local 68 private static void buildLargePath(Path path) { in buildLargePath() 115 Path path = makePath(); in onDraw() local
|
D | TextOnPathActivity.java | 45 Path path = new Path(); in makePath() local 50 private static void buildPath(Path path) { in buildPath() 58 Path path = new Path(); in makeStraightPath() local 63 private static void buildStraightPath(Path path) { in buildStraightPath()
|
/frameworks/support/transition/tests/src/android/support/transition/ |
D | ArcMotionTest.java | 38 Path path = arcMotion.getPath(0, 100, 100, 0); in test90Quadrants() local 60 Path path; in test345Triangles() local 101 Path path = new Path(); in arcWithPoint() local 118 Path path = arcMotion.getPath(0, 100, 100, 0); in testMaximumAngle() local 131 Path path = arcMotion.getPath(0, 0, 100, 50); in testMinimumHorizontalAngle() local 171 Path path = arcMotion.getPath(0, 0, 50, 100); in testMinimumVerticalAngle() local
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
D | TestAssetRepository.java | 31 private static InputStream open(String path) throws FileNotFoundException { in open() 46 public InputStream openAsset(String path, int mode) throws IOException { in openAsset() 51 public InputStream openNonAsset(int cookie, String path, int mode) throws IOException { in openNonAsset()
|
/frameworks/base/tools/aapt2/flatten/ |
D | Archive.cpp | 56 bool StartEntry(const StringPiece& path, uint32_t flags) override { in StartEntry() 94 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() 125 bool Open(const StringPiece& path) { in Open() 135 bool StartEntry(const StringPiece& path, uint32_t flags) override { in StartEntry() 175 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() 245 const StringPiece& path) { in CreateDirectoryArchiveWriter() 255 const StringPiece& path) { in CreateZipFileArchiveWriter()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SerialService.java | 42 String path = mSerialPorts[i]; in getSerialPorts() local 52 public ParcelFileDescriptor openSerialPort(String path) { in openSerialPort() 62 private native ParcelFileDescriptor native_open(String path); in native_open()
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 49 FileType GetFileType(const std::string& path) { in GetFileType() 95 bool mkdirs(const std::string& path) { in mkdirs() 111 StringPiece GetStem(const StringPiece& path) { in GetStem() 122 StringPiece GetFilename(const StringPiece& path) { in GetFilename() 133 StringPiece GetExtension(const StringPiece& path) { in GetExtension() 165 Maybe<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath() 198 bool AppendArgsFromFile(const StringPiece& path, std::vector<std::string>* out_arglist, in AppendArgsFromFile() 282 Maybe<std::vector<std::string>> FindFiles(const android::StringPiece& path, IDiagnostics* diag, in FindFiles()
|
/frameworks/base/tools/aapt/tests/ |
D | MockDirectoryWalker.h | 24 StringDirectoryWalker(String8& path, Vector< pair<String8,time_t> >& data) in StringDirectoryWalker() argument 31 virtual bool openDir(String8 path) { in openDir() 36 virtual bool openDir(const char* path) { in openDir()
|
D | MockCacheUpdater.h | 19 virtual void ensureDirectoriesExist(String8 path) in ensureDirectoriesExist() 25 virtual void deleteFile(String8 path) { in deleteFile()
|
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 42 DrmConstraints* DrmManagerClient::getConstraints(const String8* path, const int action) { in getConstraints() 46 DrmMetadata* DrmManagerClient::getMetadata(const String8* path) { in getMetadata() 50 bool DrmManagerClient::canHandle(const String8& path, const String8& mimeType) { in canHandle() 67 String8 DrmManagerClient::getOriginalMimeType(const String8& path, int fd) { in getOriginalMimeType() 71 int DrmManagerClient::getDrmObjectType(const String8& path, const String8& mimeType) { in getDrmObjectType() 75 int DrmManagerClient::checkRightsStatus(const String8& path, int action) { in checkRightsStatus() 91 const String8& path, int action, const ActionDescription& description) { in validateAction() 95 status_t DrmManagerClient::removeRights(const String8& path) { in removeRights()
|
/frameworks/compile/mclinker/unittests/ |
D | FileHandleTest.cpp | 41 mcld::sys::fs::Path path(TOPDIR); in TEST_F() local 59 mcld::sys::fs::Path path(TOPDIR); in TEST_F() local 83 mcld::sys::fs::Path path(TOPDIR); in TEST_F() local
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | MeasurementUtils.java | 24 public static long measureDirectory(String path) { in measureDirectory() 28 private native static long native_measureDirectory(String path); in native_measureDirectory()
|
/frameworks/base/libs/androidfw/ |
D | ApkAssets.cpp | 33 std::unique_ptr<const ApkAssets> ApkAssets::Load(const std::string& path, bool system) { in Load() 37 std::unique_ptr<const ApkAssets> ApkAssets::LoadAsSharedLibrary(const std::string& path, in LoadAsSharedLibrary() 42 std::unique_ptr<const ApkAssets> ApkAssets::LoadImpl(const std::string& path, bool system, in LoadImpl() 86 std::unique_ptr<Asset> ApkAssets::Open(const std::string& path, Asset::AccessMode mode) const { in Open() argument
|
/frameworks/base/core/java/android/os/ |
D | FileObserver.java | 89 public int startWatching(String path, int mask, FileObserver observer) { in startWatching() 106 public void onEvent(int wfd, int mask, String path) { in onEvent() 132 private native int startWatching(int fd, String path, int mask); in startWatching() 151 public FileObserver(String path) { in FileObserver() 163 public FileObserver(String path, int mask) { in FileObserver() 211 public abstract void onEvent(int event, @Nullable String path); in onEvent()
|
D | StatFs.java | 40 public StatFs(String path) { in StatFs() 47 private static StructStatVfs doStat(String path) { in doStat() 62 public void restat(String path) { in restat()
|
D | ShellCallback.java | 38 public ParcelFileDescriptor openOutputFile(String path, String seLinuxContext) { in openOutputFile() 57 public ParcelFileDescriptor openOutputFile(String path, String seLinuxContext) { in openOutputFile() 75 public ParcelFileDescriptor onOpenOutputFile(String path, String seLinuxContext) { in onOpenOutputFile()
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 128 static void computePathBounds(const SkPath* path, const SkPaint* paint, PathTexture* texture, in computePathBounds() 154 static sk_sp<Bitmap> drawPath(const SkPath* path, const SkPaint* paint, PathTexture* texture, in drawPath() 267 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture() 331 void PathCache::removeDeferred(const SkPath* path) { in removeDeferred() 358 PathTexture* PathCache::get(const SkPath* path, const SkPaint* paint) { in get() 388 void PathCache::remove(const SkPath* path, const SkPaint* paint) { in remove() 394 void PathCache::precache(const SkPath* path, const SkPaint* paint) { in precache() 447 SkPath path; in getRoundRect() local 469 SkPath path; in getCircle() local 490 SkPath path; in getOval() local [all …]
|
/frameworks/base/drm/java/android/drm/ |
D | DrmManagerClient.java | 382 public ContentValues getConstraints(String path, int action) { in getConstraints() 397 public ContentValues getMetadata(String path) { in getMetadata() 484 public boolean canHandle(String path, String mimeType) { in canHandle() 571 public int getDrmObjectType(String path, String mimeType) { in getDrmObjectType() 592 String path = ""; in getDrmObjectType() local 609 public String getOriginalMimeType(String path) { in getOriginalMimeType() 658 public int checkRightsStatus(String path) { in checkRightsStatus() 685 public int checkRightsStatus(String path, int action) { in checkRightsStatus() 715 public int removeRights(String path) { in removeRights() 839 String path = null; in convertUriToPath() local [all …]
|
/frameworks/base/media/java/android/media/ |
D | IMediaScannerService.aidl | 34 void requestScanFile(String path, String mimeType, in IMediaScannerListener listener); in requestScanFile() 43 void scanFile(String path, String mimeType); in scanFile()
|
/frameworks/base/tools/aapt2/filter/ |
D | Filter.h | 45 bool Keep(const std::string& path) override { in Keep() 62 bool Keep(const std::string& path) override { in Keep()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteDatabaseConfiguration.java | 51 public final String path; field in SQLiteDatabaseConfiguration 120 public SQLiteDatabaseConfiguration(String path, int openFlags) { in SQLiteDatabaseConfiguration() 183 private static String stripPathForLogs(String path) { in stripPathForLogs()
|
/frameworks/av/media/libmedia/ |
D | MediaScanner.cpp | 69 char * path = strtok(skipList, ","); in loadSkipList() local 82 const char *path, MediaScannerClient &client) { in processDirectory() 109 bool MediaScanner::shouldSkipDirectory(char *path) { in shouldSkipDirectory() 132 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia) { in doProcessDirectory() 173 char *path, int pathRemaining, MediaScannerClient &client, bool noMedia, in doProcessDirectoryEntry()
|
/frameworks/base/core/java/android/view/animation/ |
D | PathInterpolator.java | 64 public PathInterpolator(Path path) { in PathInterpolator() 114 Path path = PathParser.createPathFromPathData(pathData); in parseInterpolatorFromTypeArray() local 148 Path path = new Path(); in initQuad() local 155 Path path = new Path(); in initCubic() local 161 private void initPath(Path path) { in initPath()
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageManagerBaseTest.java | 171 public void onObbStateChange(String path, int state) { in onObbStateChange() 278 String path = mSm.getMountedObbPath(obbPath); in openFileOnMountedObb() local 465 protected void doValidateIntContents(String path, String filename, int start, int end) { in doValidateIntContents() 495 protected void doValidateTextContents(String path, String filename, String contents) { in doValidateTextContents() 530 protected void doValidateZeroLongFile(String path, String filename, long size, in doValidateZeroLongFile() 562 String path = null; in doWaitForPath() local 590 String path = null; in verifyObb1Contents() local 607 String path = null; in verifyObb2Contents() local 623 String path = null; in verifyObb3Contents() local
|