Searched refs:path (Results 101 - 125 of 535) sorted by relevance

1234567891011>>

/frameworks/base/rs/java/android/renderscript/
H A DFileA3D.java224 * @param path location of the file to load
228 static public FileA3D createFromAsset(RenderScript rs, AssetManager mgr, String path) { argument
230 long fileId = rs.nFileA3DCreateFromAsset(mgr, path);
233 throw new RSRuntimeException("Unable to create a3d file from asset " + path);
245 * @param path location of the file to load
249 static public FileA3D createFromFile(RenderScript rs, String path) { argument
250 long fileId = rs.nFileA3DCreateFromFile(path);
253 throw new RSRuntimeException("Unable to create a3d file from " + path);
265 * @param path location of the file to load
269 static public FileA3D createFromFile(RenderScript rs, File path) { argument
[all...]
H A DFont.java159 static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) { argument
162 long fontId = rs.nFontCreateFromFile(path, pointSize, dpi);
165 throw new RSRuntimeException("Unable to create font from file " + path);
175 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) { argument
176 return createFromFile(rs, res, path.getAbsolutePath(), pointSize);
182 static public Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize) { argument
187 long fontId = rs.nFontCreateFromAsset(mgr, path, pointSize, dpi);
189 throw new RSRuntimeException("Unable to create font from asset " + path);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DScaledTextActivity.java81 Path path = new Path();
82 buildPath(path);
83 return path;
86 private static void buildPath(Path path) { argument
87 path.moveTo(0.0f, 0.0f);
88 path.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f);
89 path.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f);
90 path.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f);
/frameworks/base/tools/aapt/
H A DOutputSet.h30 OutputEntry(const android::String8& path, const android::sp<const AaptFile>& file) argument
31 : mPath(path), mFile(file) {}
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DMediaPlayerDataSource.java47 public MediaPlayerDataSource(String path) { argument
50 mPath = path;
/frameworks/native/opengl/tests/angeles/
H A DAndroid.mk8 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/fillrate/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/filter/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/finish/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_basic/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl2_yuvtex/
H A DAndroid.mk18 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_basic/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_perf/
H A DAndroid.mk19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/gl_yuvtex/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/linetex/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/swapinterval/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/textures/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/native/opengl/tests/tritex/
H A DAndroid.mk17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimFileHandler.java44 String path = getCommonIccEFPath(efid);
45 return path;
/frameworks/wilhelm/tests/native-media/jni/
H A DAndroid.mk8 LOCAL_CFLAGS += -I$(call include-path-for, wilhelm)
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DAndroid.mk10 $(call include-path-for, wilhelm)
/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java113 * beforehand. To specify a directory, specify the its storage area and path in XML, using child
119 * &lt;files-path name="my_images" path="images/"/&gt;
129 *&lt;files-path name="<i>name</i>" path="<i>path</i>" /&gt;
138 *&lt;external-path name="<i>name</i>" path="<i>path</i>" /&gt;
142 * Represents files in the root of your app's external storage area. The path
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp102 int uniqueId, const String8* path, const int action) {
104 return mDrmManager->getConstraints(uniqueId, path, action);
107 DrmMetadata* DrmManagerService::getMetadata(int uniqueId, const String8* path) { argument
109 return mDrmManager->getMetadata(uniqueId, path);
112 bool DrmManagerService::canHandle(int uniqueId, const String8& path, const String8& mimeType) { argument
114 return mDrmManager->canHandle(uniqueId, path, mimeType);
134 String8 DrmManagerService::getOriginalMimeType(int uniqueId, const String8& path, int fd) { argument
136 return mDrmManager->getOriginalMimeType(uniqueId, path, fd);
140 int uniqueId, const String8& path, const String8& mimeType) {
142 return mDrmManager->getDrmObjectType(uniqueId, path, mimeTyp
101 getConstraints( int uniqueId, const String8* path, const int action) argument
139 getDrmObjectType( int uniqueId, const String8& path, const String8& mimeType) argument
145 checkRightsStatus( int uniqueId, const String8& path, int action) argument
169 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
176 removeRights(int uniqueId, const String8& path) argument
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DIDrmManagerService.h97 int uniqueId, const String8* path, const int action) = 0;
99 virtual DrmMetadata* getMetadata(int uniqueId, const String8* path) = 0;
101 virtual bool canHandle(int uniqueId, const String8& path, const String8& mimeType) = 0;
110 virtual String8 getOriginalMimeType(int uniqueId, const String8& path, int fd) = 0;
113 int uniqueId, const String8& path, const String8& mimeType) = 0;
115 virtual int checkRightsStatus(int uniqueId, const String8& path, int action) = 0;
124 int uniqueId, const String8& path,
127 virtual status_t removeRights(int uniqueId, const String8& path) = 0;
186 virtual DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
188 virtual DrmMetadata* getMetadata(int uniqueId, const String8* path);
[all...]

Completed in 1522 milliseconds

1234567891011>>