HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 201 - 225 of 1218) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.cc 28 VideoSource::VideoSource(std::string fileName, VideoSize size,
31 _fileName(fileName),
43 VideoSource::VideoSource(std::string fileName, uint16_t width, uint16_t height,
46 _fileName(fileName),
  /external/deqp/modules/glshared/
glsShaderLibrary.hpp 44 std::vector<tcu::TestNode*> loadShaderFile (const char* fileName);
  /external/icu/icu4c/source/samples/layout/
gdiglue.h 30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
gnomeglue.h 31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
pflow.h 31 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport);
  /external/icu/icu4c/source/test/intltest/
dcfmtest.h 36 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, UErrorCode &status);
37 virtual const char *getPath(char buffer[2048], const char *filename);
  /external/icu/icu4c/source/test/letest/
cfonts.h 13 le_font *le_portableFontOpen(const char *fileName,
  /external/icu/icu4c/source/test/perf/leperf/
cfonts.h 13 le_font *le_portableFontOpen(const char *fileName,
  /external/lzma/CPP/Common/
StdOutStream.h 19 bool Open(const char *fileName);
  /external/skia/tools/lua/
count_effects.lua 21 function sk_scrape_startcanvas(c, fileName) end
23 function sk_scrape_endcanvas(c, fileName) end
dump_clipstack_at_restore.lua 1 function sk_scrape_startcanvas(c, fileName)
7 function sk_scrape_endcanvas(c, fileName)
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java 77 protected static final String FILE_NAME = "; filename=";
157 * @param fileName the file name
163 public FilePart(String name, String fileName, File file)
165 this(name, new FilePartSource(fileName, file), null, null);
172 * @param fileName the file name
182 public FilePart(String name, String fileName, File file, String contentType, String charset)
184 this(name, new FilePartSource(fileName, file), contentType, charset);
198 String filename = this.source.getFileName(); local
199 if (filename != null) {
202 out.write(EncodingUtils.getAsciiBytes(filename));
    [all...]
  /frameworks/base/include/androidfw/
AssetManager.h 154 Asset* open(const char* fileName, AccessMode mode);
162 * in our filename cache.
164 Asset* openNonAsset(const char* fileName, AccessMode mode, int32_t* outCookie = NULL);
168 * resource set to look in) and fileName will be opened and returned.
170 Asset* openNonAsset(const int32_t cookie, const char* fileName, AccessMode mode);
202 FileType getFileType(const char* fileName);
210 * Discard cached filename information. This only needs to be called
244 Asset* openInPathLocked(const char* fileName, AccessMode mode,
246 Asset* openNonAssetInPathLocked(const char* fileName, AccessMode mode,
248 Asset* openInLocaleVendorLocked(const char* fileName, AccessMode mode
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FilterInputStreamTest.java 37 private String fileName;
100 fileName = temp.getAbsolutePath();
104 is = new MyFilterInputStream(new java.io.FileInputStream(fileName));
118 new File(fileName).delete();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
ContactPhotoUtils.java 57 public static String pathForCroppedPhoto(Context context, String fileName) {
60 final File f = new File(dir, fileName);
64 public static String pathForNewCameraPhoto(String fileName) {
67 final File f = new File(dir, fileName);
  /system/core/libzipfile/
private.h 12 const unsigned char* fileName;
  /system/vold/
VolumeManager.h 117 int mountObb(const char *fileName, const char *key, int ownerUid);
118 int unmountObb(const char *fileName, bool force);
121 Volume* getVolumeForFile(const char *fileName);
125 const char *fileName, const char *mountPoint, bool force);
148 * is treated as filename and ignored, unless the path ends with "/". Also
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 368 public static byte[] getFileByteContent(String fileName) throws IOException {
371 File file = new File(fileName);
445 public String readFile(String fileName) {
448 aByteArray = getFileByteContent(fileName);
830 String fileName,
840 int i = fileName.indexOf(hrefCompileLogsTargetPath2);
843 fileName.substring(i + hrefCompileLogsTargetPath2.length());
879 String fileName,
889 int i = fileName.indexOf(hrefCompileLogsTargetPath2);
892 fileName.substring(i + hrefCompileLogsTargetPath2.length())
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 162 public void removeRecordedVideo(String fileName){
163 File video = new File(fileName);
164 Log.v(TAG, "remove recorded video " + fileName);
209 String fileName = String.format("%s/temp%d%s",
211 Log.v(TAG, fileName);
233 mRecorder.setOutputFile(fileName);
251 mp.setDataSource(fileName);
257 validateRecordedVideo(fileName);
259 removeRecordedVideo(fileName);
313 String fileName = String.format("%s/temp%d_%d%s"
    [all...]
  /external/fonttools/Lib/fontTools/
ttx.py 88 dirName, fileName = os.path.split(input)
89 fileName, ext = os.path.splitext(fileName)
92 fileName = numberAddedRE.split(fileName)[0]
93 output = os.path.join(dirName, fileName + extension)
96 output = os.path.join(dirName, fileName + "#" + repr(n) + extension)
223 def guessFileType(fileName):
224 base, ext = os.path.splitext(fileName)
226 f = open(fileName, "rb"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8FileCustom.cpp 56 TOSTRING_VOID(V8StringResource<>, fileName, info[1]);
81 RefPtrWillBeRawPtr<File> file = File::create(fileName, properties.lastModified(), BlobDataHandle::create(blobData.release(), fileSize));
  /external/chromium_org/third_party/WebKit/Source/core/events/
ErrorEvent.cpp 41 , filename()
59 , m_fileName(initializer.filename)
66 ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, DOMWrapperWorld* world)
69 , m_fileName(fileName)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
MHTMLTest.cpp 73 void registerMockedURLLoad(const std::string& url, const WebString& fileName)
75 URLTestHelpers::registerMockedURLLoad(toKURL(url), fileName, WebString::fromUTF8("mhtml/"), WebString::fromUTF8("text/html"));
  /external/chromium_org/third_party/icu/source/samples/layout/
gdiglue.cpp 56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
gnomelayout.cpp 47 GtkWidget *newSample(const gchar *fileName);
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection));
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
97 gchar *title = prettyTitle(fileName);
114 g_free(fileName);
230 GtkWidget *newSample(const gchar *fileName)
236 context->paragraph = Paragraph::paragraphFactory(fileName, font, guiSupport);
238 gchar *title = prettyTitle(fileName);

Completed in 749 milliseconds

1 2 3 4 5 6 7 891011>>