/external/chromium_org/third_party/icu/source/test/letest/ |
cfonts.cpp | 14 le_font *le_portableFontOpen(const char *fileName, 18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
cfonts.cpp | 14 le_font *le_portableFontOpen(const char *fileName, 18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
|
/external/chromium_org/third_party/skia/platform_tools/android/launcher/ |
skia_launcher.cpp | 17 bool file_exists(const char* fileName) { 18 FILE* file = fopen(fileName, "r");
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
video_source.h | 58 VideoSource(std::string fileName, VideoSize size, float frameRate, webrtc::VideoType type = webrtc::kI420); 59 VideoSource(std::string fileName, uint16_t width, uint16_t height, 69 // Returns the filename with the path (including the leading slash) removed.
|
/external/deqp/framework/common/ |
tcuFunctionLibrary.cpp | 63 DynamicFunctionLibrary::DynamicFunctionLibrary (const char* fileName) 64 : m_dynamicLibrary(fileName)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/ |
helpbase-ant.jar | |
/external/icu/icu4c/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);
|
/external/icu/icu4c/source/test/letest/ |
cfonts.cpp | 14 le_font *le_portableFontOpen(const char *fileName, 18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
|
/external/icu/icu4c/source/test/perf/leperf/ |
cfonts.cpp | 14 le_font *le_portableFontOpen(const char *fileName, 18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
HDFDataFactory.java | 60 public void error(int line, String lineContent, String fileName, String errorMessage) { 62 lineContent, fileName, line, JSilverBadSyntaxException.UNKNOWN_POSITION, null);
|
/external/junit/src/org/junit/rules/ |
TemporaryFolder.java | 51 public File newFile(String fileName) throws IOException { 52 File file= new File(getRoot(), fileName);
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveOpenCallback.h | 91 void Init(const UString &folderPrefix, const UString &fileName)
94 if (!_fileInfo.Find(_folderPrefix + fileName))
|
/external/lzma/CPP/Common/ |
ListFileUtils.cpp | 20 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultStrings, UINT codePage)
23 if (!file.Open(fileName))
|
StdInStream.cpp | 29 bool CStdInStream::Open(LPCTSTR fileName)
32 _stream = _tfopen(fileName, kFileOpenMode);
|
StdOutStream.cpp | 26 bool CStdOutStream::Open(const char *fileName)
29 _stream = fopen(fileName, kFileOpenMode);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAssetManager.java | 37 public final InputStream open(String fileName) throws IOException { 38 return new FileInputStream(new File(resourceLoader.getAssetsBase(), fileName));
|
/external/skia/platform_tools/android/launcher/ |
skia_launcher.cpp | 17 bool file_exists(const char* fileName) { 18 FILE* file = fopen(fileName, "r");
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 110 * Copy the filename into the supplied buffer. Returns 0 on success, 111 * -1 if "entry" is invalid, or the filename length if it didn't fit. The 159 ZipFileRO(ZipArchiveHandle handle, char* fileName) : mHandle(handle), 160 mFileName(fileName)
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldFileTest.java | 76 String fileName = null; 78 f = new File(d, fileName); 100 String fileName = "input.tst"; 101 File f = new File(tmpDir, fileName); 106 fileName = null; 108 f = new File(dirName, fileName); 114 fileName = "input.tst"; 115 f = new File(dirName, fileName);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
FileItemInfoLayout.java | 55 public void setFileName(String fileName) { 56 mFileNameView.setText(fileName.substring(sLengthExternalStorageDirPrefix));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
JavaSourceRevealer.java | 69 public static boolean revealMethod(String fqmn, String fileName, int linenumber, 73 if (revealer.revealMethod(fqmn, fileName, linenumber, perspective)) {
|
/cts/tests/tests/content/src/android/content/res/cts/ |
AssetManagerTest.java | 50 final String fileName = "text.txt"; 51 InputStream inputStream = mAssets.open(fileName); 55 inputStream = mAssets.open(fileName, AssetManager.ACCESS_BUFFER); 59 AssetFileDescriptor assetFileDes = mAssets.openFd(fileName); 79 if (files[i].equals(fileName)) {
|
/external/qemu/android/filesystems/ |
ramdisk_extractor.cpp | 192 const char* fileName, 222 size_t fileNameLen = strlen(fileName); 230 fileName, ramdiskPath); 287 fileName, ramdiskPath); 293 !strcmp(entryName.c_str(), fileName)) {
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexFile.java | 63 * Opens a DEX file from a given filename. This will usually be a ZIP/JAR 72 * @param fileName 73 * the filename of the DEX file 79 public DexFile(String fileName) throws IOException { 80 mCookie = openDexFile(fileName, null, 0); 81 mFileName = fileName; 83 //System.out.println("DEX FILE cookie is " + mCookie + " fileName=" + fileName); 87 * Opens a DEX file from a given filename, using a specified file 314 * @param fileName the absolute path to the apk/jar file to examine [all...] |