Searched refs:path (Results 326 - 350 of 713) sorted by relevance

<<11121314151617181920>>

/frameworks/base/libs/hwui/
H A DClipArea.h95 // region and path - intersected. if either is empty, don't use
150 void clipPathWithTransform(const SkPath& path, const mat4* transform,
212 void regionFromPath(const SkPath& path, SkRegion& pathAsRegion) { argument
213 // TODO: this should not mask every path to the viewport - this makes it impossible to use
215 pathAsRegion.setPath(path, createViewportRegion());
H A DRecordedOp.h303 PathOp(BASE_PARAMS, const SkPath* path) argument
305 , path(path) {}
306 const SkPath* path; member in struct:android::uirenderer::PathOp
403 const glyph_t* glyphs, int glyphCount, const SkPath* path, float hOffset, float vOffset)
407 , path(path)
413 const SkPath* path; member in struct:android::uirenderer::TextOnPathOp
402 TextOnPathOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, const glyph_t* glyphs, int glyphCount, const SkPath* path, float hOffset, float vOffset) argument
/frameworks/base/libs/hwui/tests/unit/
H A DCanvasStateTests.cpp107 // complex path causes complex clip
108 SkPath path; local
109 path.addOval(SkRect::MakeWH(200, 200));
111 state.clipPath(&path, SkRegion::kDifference_Op);
/frameworks/base/media/java/android/media/
H A DMediaMetadataRetriever.java59 * @param path The path of the input media file.
60 * @throws IllegalArgumentException If the path is invalid.
62 public void setDataSource(String path) throws IllegalArgumentException { argument
63 if (path == null) {
67 try (FileInputStream is = new FileInputStream(path)) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestResultPrinter.java128 private void purgeFiles(File path) { argument
129 File[] files = path.listFiles();
132 if (path.isDirectory()) {
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DObbBackupService.java106 long fileSize, int type, String path, long mode, long mtime,
111 outFile = new File(outFile, path);
119 Log.i(TAG, "Exception restoring OBB " + path, e);
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py7 from os import path namespace
75 font_path = path.join(_fonts_dir, font_file)
177 for hyb_file in glob.iglob(path.join(hyphens_dir, '*.hyb')):
178 hyb_file = path.basename(hyb_file)
404 path.join(ucd_path, 'emoji-data.txt'), reverse=True)
406 path.join(ucd_path, 'DerivedAge.txt'), reverse=True)
408 path.join(ucd_path, 'StandardizedVariants.txt'))
411 path.join(ucd_path, 'emoji-sequences.txt'))
413 path.join(ucd_path, 'emoji-zwj-sequences.txt'))
594 _fonts_dir = path
[all...]
/frameworks/multidex/
H A Dgradlew115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/opt/setupwizard/tools/gradle/
H A Dgradlew120 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
121 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
142 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
/frameworks/rs/api/
H A DUtilities.cpp197 const string path = directory + "/" + name; local
198 open(path.c_str(), ios::out | ios::trunc);
200 cerr << "Error. Can't open the output file: " << path << "\n"; local
/frameworks/wilhelm/src/
H A DAndroid.mk11 $(call include-path-for, wilhelm)
23 $(call include-path-for, wilhelm)
166 $(call include-path-for, wilhelm) \
171 $(call include-path-for, audio-effects)
214 $(call include-path-for, wilhelm) \
229 $(call include-path-for, wilhelm) \
/frameworks/base/tools/aapt2/test/
H A DBuilders.h77 ResourceTableBuilder& addFileReference(const StringPiece16& name, const StringPiece16& path) { argument
78 return addFileReference(name, {}, path);
82 const StringPiece16& path) {
84 util::make_unique<FileReference>(mTable->stringPool.makeRef(path)));
87 ResourceTableBuilder& addFileReference(const StringPiece16& name, const StringPiece16& path, argument
90 util::make_unique<FileReference>(mTable->stringPool.makeRef(path)));
81 addFileReference(const StringPiece16& name, const ResourceId id, const StringPiece16& path) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp199 std::string path(pOutputPath);
200 path.append(".ll");
201 ir_file = new OutputFile(path.c_str(), FileBase::kTruncate);
251 // Construct output path.
255 llvm::sys::path::append(output_path, pResName);
256 llvm::sys::path::replace_extension(output_path, ".o");
396 llvm::sys::path::replace_extension(output_path, ".o");
418 // Embed the info string directly in the ELF, since this path is for an
/frameworks/av/drm/common/
H A DIDrmManagerService.cpp158 int uniqueId, const String8* path, const int action) {
164 data.writeString8(*path);
190 DrmMetadata* BpDrmManagerService::getMetadata(int uniqueId, const String8* path) { argument
197 data.writeString8(*path);
220 bool BpDrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { argument
227 data.writeString8(path);
370 String8 BpDrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
376 data.writeString8(path);
388 int uniqueId, const String8& path, const String8& mimeType) {
394 data.writeString8(path);
157 getConstraints( int uniqueId, const String8* path, const int action) argument
387 getDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
402 checkRightsStatus(int uniqueId, const String8& path, int action) argument
450 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
468 removeRights(int uniqueId, const String8& path) argument
857 const String8 path = data.readString8(); local
891 const String8 path = data.readString8(); local
923 const String8 path = data.readString8(); local
1084 const String8 path = data.readString8(); local
1102 const String8 path = data.readString8(); local
1116 const String8 path = data.readString8(); local
1170 const String8 path = data.readString8(); local
1187 String8 path = data.readString8(); local
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h66 void parseTopLevelXMLFile(const char *path, bool ignore_errors = false);
124 void parseXMLFile(const char *path);
/frameworks/av/media/mtp/
H A DMtpDatabase.h33 virtual MtpObjectHandle beginSendObject(const char* path,
43 virtual void endSendObject(const char* path,
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java372 * Return a String array of all the assets at the given path.
374 * @param path A relative path within the assets, i.e., "docs/home.html".
377 * names are relative to 'path'. You can open the file by
378 * concatenating 'path' and a name in the returned string (via
383 public native final String[] list(String path) argument
646 public final int addAssetPath(String path) { argument
647 return addAssetPathInternal(path, false);
656 public final int addAssetPathAsSharedLibrary(String path) { argument
657 return addAssetPathInternal(path, tru
660 addAssetPathInternal(String path, boolean appAsLib) argument
668 addAssetPathNative(String path, boolean appAsLib) argument
[all...]
/frameworks/base/core/java/android/net/
H A DWebAddress.java65 /* path */ "(\\/?[^#]*)?" +
175 public void setPath(String path) { argument
176 mPath = path;
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java211 public void onStorageStateChanged(String path, String oldState, String newState) { argument
213 args.arg1 = path;
329 void sendObbStateChanged(String path, int state) { argument
330 mHandler.obtainMessage(0, state, 0, path).sendToTarget();
460 * @param rawPath the path to the OBB file
476 throw new IllegalArgumentException("Failed to resolve path: " + rawPath, e);
496 * @param rawPath path to the OBB file
518 * @param rawPath path to OBB image
532 * Check the mounted path of an Opaque Binary Blob (OBB) file. This will
533 * give you the path t
943 readLong(String path) argument
1028 getStorageBytesUntilLow(File path) argument
1038 getStorageLowBytes(File path) argument
1055 getStorageFullBytes(File path) argument
1262 maybeTranslateEmulatedPathToInternal(File path) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp56 static void ReadFile(const char* path, String8& s) { argument
57 int fd = open(path, O_RDONLY);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageHelperTests.java108 String path = PackageHelper.mountSdDir(fullId, "none",
110 Log.e(TAG, "mount done " + path);
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPathOffsetTest.java81 private static Bitmap drawAndGetBitmap(Path path) { argument
87 canvas.drawPath(path, paint);
/frameworks/base/include/storage/
H A DIMountService.h60 virtual bool getSecureContainerPath(const String16& id, String16& path) = 0;
71 virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp91 float MinikinUtils::hOffsetForTextAlign(Paint* paint, const Layout& layout, const SkPath& path) { argument
103 SkPathMeasure measure(path, false);
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java57 protected PathAccessor(Object... path) { argument
59 for (Object o : path) {
68 for (Object o : path) {
103 protected ConstPathAccessor(T value, Object... path) { argument
104 super(path);
225 String[] path = pathAccessor.getPath();
226 String name = path[depth];
227 if (depth < path.length - 1) {

Completed in 645 milliseconds

<<11121314151617181920>>