Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DPathPerfTest.java36 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/
DPathsCacheActivity.java50 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
DTextOnPathActivity.java45 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/src/androidTest/java/androidx/transition/
DArcMotionTest.java38 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/base/tools/aapt2/format/
DArchive.cpp56 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()
129 bool Open(const StringPiece& path) { in Open()
139 bool StartEntry(const StringPiece& path, uint32_t flags) override { in StartEntry()
179 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile()
253 const StringPiece& path) { in CreateDirectoryArchiveWriter()
263 const StringPiece& path) { in CreateZipFileArchiveWriter()
/frameworks/base/services/core/java/com/android/server/
DSerialService.java42 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/
DFiles.cpp50 FileType GetFileType(const std::string& path) { in GetFileType()
104 bool mkdirs(const std::string& path) { in mkdirs()
120 StringPiece GetStem(const StringPiece& path) { in GetStem()
131 StringPiece GetFilename(const StringPiece& path) { in GetFilename()
142 StringPiece GetExtension(const StringPiece& path) { in GetExtension()
174 Maybe<FileMap> MmapPath(const std::string& path, std::string* out_error) { in MmapPath()
207 bool AppendArgsFromFile(const StringPiece& path, std::vector<std::string>* out_arglist, in AppendArgsFromFile()
291 Maybe<std::vector<std::string>> FindFiles(const android::StringPiece& path, IDiagnostics* diag, in FindFiles()
/frameworks/base/libs/androidfw/
DApkAssets.cpp42 ApkAssets::ApkAssets(void* unmanaged_handle, const std::string& path) in ApkAssets()
46 std::unique_ptr<const ApkAssets> ApkAssets::Load(const std::string& path, bool system) { in Load()
50 std::unique_ptr<const ApkAssets> ApkAssets::LoadAsSharedLibrary(const std::string& path, in LoadAsSharedLibrary()
81 std::unique_ptr<Asset> ApkAssets::CreateAssetFromFile(const std::string& path) { in CreateAssetFromFile()
103 unique_fd fd, const std::string& path, std::unique_ptr<Asset> idmap_asset, in LoadImpl()
160 std::unique_ptr<Asset> ApkAssets::Open(const std::string& path, Asset::AccessMode mode) const { in Open() argument
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DTestAssetRepository.java39 private static InputStream open(String path) throws FileNotFoundException { in open()
54 public InputStream openAsset(String path, int mode) throws IOException { in openAsset()
59 public InputStream openNonAsset(int cookie, String path, int mode) throws IOException { in openNonAsset()
/frameworks/base/tools/aapt/tests/
DMockDirectoryWalker.h24 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()
/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp42 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/base/core/java/android/os/
DFileObserver.java89 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()
DStatFs.java40 public StatFs(String path) { in StatFs()
47 private static StructStatVfs doStat(String path) { in doStat()
62 public void restat(String path) { in restat()
/frameworks/base/libs/hwui/
DPathCache.cpp129 static void computePathBounds(const SkPath* path, const SkPaint* paint, PathTexture* texture, in computePathBounds()
155 static sk_sp<Bitmap> drawPath(const SkPath* path, const SkPaint* paint, PathTexture* texture, in drawPath()
270 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath* path, in addTexture()
332 void PathCache::removeDeferred(const SkPath* path) { in removeDeferred()
359 PathTexture* PathCache::get(const SkPath* path, const SkPaint* paint) { in get()
389 void PathCache::remove(const SkPath* path, const SkPaint* paint) { in remove()
395 void PathCache::precache(const SkPath* path, const SkPaint* paint) { in precache()
448 SkPath path; in getRoundRect() local
470 SkPath path; in getCircle() local
491 SkPath path; in getOval() local
[all …]
/frameworks/compile/mclinker/unittests/
DFileHandleTest.cpp41 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/drm/java/android/drm/
DDrmManagerClient.java382 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/packages/DefaultContainerService/src/com/android/defcontainer/
DMeasurementUtils.java24 public static long measureDirectory(String path) { in measureDirectory()
28 private native static long native_measureDirectory(String path); in native_measureDirectory()
/frameworks/av/media/libmedia/
DMediaScanner.cpp69 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/tests/coretests/src/android/os/storage/
DStorageManagerBaseTest.java168 public void onObbStateChange(String path, int state) { in onObbStateChange()
250 String path = mSm.getMountedObbPath(obbPath); in openFileOnMountedObb() local
437 protected void doValidateIntContents(String path, String filename, int start, int end) { in doValidateIntContents()
467 protected void doValidateTextContents(String path, String filename, String contents) { in doValidateTextContents()
502 protected void doValidateZeroLongFile(String path, String filename, long size, in doValidateZeroLongFile()
534 String path = null; in doWaitForPath() local
562 String path = null; in verifyObb1Contents() local
579 String path = null; in verifyObb2Contents() local
595 String path = null; in verifyObb3Contents() local
/frameworks/base/media/java/android/media/
DIMediaScannerService.aidl34 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/
DFilter.h45 bool Keep(const std::string& path) override { in Keep()
62 bool Keep(const std::string& path) override { in Keep()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteAssetRepository.java32 RemoteInputStream openAsset(String path, int mode) throws IOException; in openAsset()
35 RemoteInputStream openNonAsset(int cookie, String path, int mode) throws IOException; in openNonAsset()
/frameworks/minikin/tests/util/
DPathUtils.cpp27 std::string getDirname(const std::string& path) { in getDirname()
33 std::string getBasename(const std::string& path) { in getBasename()
/frameworks/base/core/java/android/view/animation/
DPathInterpolator.java64 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/av/drm/common/
DDrmEngineBase.cpp30 int uniqueId, const String8* path, int action) { in getConstraints()
34 DrmMetadata* DrmEngineBase::getMetadata(int uniqueId, const String8* path) { in getMetadata()
51 bool DrmEngineBase::canHandle(int uniqueId, const String8& path) { in canHandle()
69 String8 DrmEngineBase::getOriginalMimeType(int uniqueId, const String8& path, int fd) { in getOriginalMimeType()
73 int DrmEngineBase::getDrmObjectType(int uniqueId, const String8& path, const String8& mimeType) { in getDrmObjectType()
77 int DrmEngineBase::checkRightsStatus(int uniqueId, const String8& path, int action) { in checkRightsStatus()
92 int uniqueId, const String8& path, in validateAction()
97 status_t DrmEngineBase::removeRights(int uniqueId, const String8& path) { in removeRights()

12345678910>>...26