HomeSort by relevance Sort by last modified time
    Searched refs:fFileName (Results 1 - 15 of 15) sorted by null

  /external/skia/tests/
FontMgrAndroidParserTest.cpp 43 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile));
62 REPORTER_ASSERT(reporter, !file.fFileName.isEmpty() &&
63 file.fFileName[0] >= 'A' &&
64 file.fFileName[0] <= 'Z');
91 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 228 fFileName = fPath.toAscii().data();
229 fFileName.append("/");
230 fFileName.append(fDirectoryWidget.currentItem()->text().toAscii().data());
231 saveToFile(fFileName);
301 if (!fileName.equals(fFileName)) {
302 fFileName = fileName;
303 loadPicture(fFileName);
589 fFileName = "";
673 fFileName = fileName;
SkDebuggerGUI.h 290 SkString fFileName;
  /external/skia/src/animator/
SkAnimateMaker.h 141 SkString fFileName;
SkAnimateMaker.cpp 291 if (fFileName.size() > 0)
292 fErrorString.set(fFileName.c_str());
SkAnimator.cpp 61 fMaker->fFileName.reset();
76 fMaker->fFileName.reset();
647 fMaker->fFileName.set(tail + 1);
649 fMaker->fFileName.set(uri);
  /external/skia/src/ports/
SkFontMgr_android_parser.h 72 SkString fFileName;
SkFontMgr_android_parser.cpp 96 , fFilename(filename)
109 const char* fFilename; // The name of the file currently being parsed.
127 self->fFilename, \
232 trim_string(&self->fCurrentFontInfo->fFileName);
243 self->fCurrentFontInfo->fFileName.append(s, len);
422 self->fCurrentFontInfo->fFileName.append(s, len);
SkFontMgr_android.cpp 155 pathName.append(fontFile.fFileName);
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 153 SkString fFileName;
186 fRecs[i].fFileName.set(get_name(matches[i], FC_FILE));
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 806 (res->fFileName !=NULL ?
807 uprv_strlen(res->fFileName) :0)));
814 if(res->fFileName != NULL){
815 uprv_strcpy(fileName, res->fFileName);
    [all...]
reslist.cpp 355 fLength(length), fData(NULL), fFileName(NULL) {
360 fFileName = new char[uprv_strlen(fileName)+1];
361 if (fFileName == NULL) {
365 uprv_strcpy(fFileName, fileName);
384 delete[] fFileName;
    [all...]
reslist.h 402 char* fFileName; // file name for binary or import binary tags if any
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 827 milliseconds