HomeSort by relevance Sort by last modified time
    Searched full:fnames (Results 1 - 25 of 39) sorted by null

1 2

  /external/skia/samplecode/
OverView.cpp 79 if (draw_this_name(fNames[i], fMatchStr)) {
95 SkString* fNames;
134 fNames = new SkString[count];
138 (void)SampleCode::RequestTitle(view, &fNames[i]);
139 if (0 == fNames[i].find("GM:")) {
140 fNames[i].remove(0, 3);
152 delete[] fNames;
166 if (draw_this_name(fNames[i], fMatchStr)) {
168 canvas->drawText(fNames[i].c_str(), fNames[i].size(), loc.x(), loc.y(), fNamePaint)
    [all...]
  /external/skia/src/xml/
SkBML_XMLParser.cpp 64 char* fNames[256];
73 memset(fNames, 0, sizeof(fNames));
81 freeAll(fNames);
96 set(rec.fNames, rec.fNextName++, s, data);
102 set(rec.fNames, rec.fNextName++, s, data);
118 writer.addAttribute(rec.fNames[nameIndex], rec.fValues[valueIndex]);
  /external/skia/src/core/
SkFlattenable.cpp 23 *fNames.append() = name;
28 if (fNextAddedFactory < fNames.count()) {
29 return fNames[fNextAddedFactory++];
SkPtrRecorder.h 167 SkTDArray<const char*> fNames;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/atari/
README.TXT 10 Simply drag the whole FreeType 2 directory to the file `FNames.SIC'.)
36 Den kompletten Ordner freetype2 auf die Datei `FNames.SIC' draggen.)
  /external/opencv3/modules/features2d/test/
test_descriptors_regression.cpp 382 vector<String> fnames; local
383 glob(pattern, fnames, false);
384 sort(fnames.begin(), fnames.end());
390 size_t i, n = fnames.size();
397 printf("%d. image: %s:\n", (int)i, fnames[i].c_str());
398 if( strstr(fnames[i].c_str(), "MP.png") != 0 )
400 bool checkCount = strstr(fnames[i].c_str(), "templ.png") == 0;
402 Mat img = imread(fnames[i], -1);
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 40 REPORTER_ASSERT(reporter, fontFamilies[0]->fNames.count() == 5);
41 REPORTER_ASSERT(reporter, !strcmp(fontFamilies[0]->fNames[0].c_str(), "sans-serif"));
86 for (int j = 0; j < fontFamilies[i]->fNames.count(); ++j) {
87 SkDebugf(" name %s\n", fontFamilies[i]->fNames[j].c_str());
  /external/v8/tools/
parser-shell.cc 152 std::vector<std::string> fnames; local
168 fnames.push_back(std::string(argv[i]));
185 for (size_t i = 0; i < fnames.size(); i++) {
187 RunBaselineParser(fnames[i].c_str(), encoding, repeat, isolate,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
macpath.py 163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
166 may modify the fnames list in-place (e.g. via del or slice assignment),
168 fnames; this can be used to implement a filter, or to impose a specific
posixpath.py 222 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
223 dirname is the name of the directory, and fnames a list of the names of
225 may modify the fnames list in-place (e.g. via del or slice assignment),
227 fnames; this can be used to implement a filter, or to impose a specific
ntpath.py 243 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
244 dirname is the name of the directory, and fnames a list of the names of
246 may modify the fnames list in-place (e.g. via del or slice assignment),
248 fnames; this can be used to implement a filter, or to impose a specific
  /prebuilts/gdb/linux-x86/lib/python2.7/
macpath.py 163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
166 may modify the fnames list in-place (e.g. via del or slice assignment),
168 fnames; this can be used to implement a filter, or to impose a specific
posixpath.py 222 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
223 dirname is the name of the directory, and fnames a list of the names of
225 may modify the fnames list in-place (e.g. via del or slice assignment),
227 fnames; this can be used to implement a filter, or to impose a specific
ntpath.py 243 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
244 dirname is the name of the directory, and fnames a list of the names of
246 may modify the fnames list in-place (e.g. via del or slice assignment),
248 fnames; this can be used to implement a filter, or to impose a specific
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
macpath.py 163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
166 may modify the fnames list in-place (e.g. via del or slice assignment),
168 fnames; this can be used to implement a filter, or to impose a specific
posixpath.py 222 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
223 dirname is the name of the directory, and fnames a list of the names of
225 may modify the fnames list in-place (e.g. via del or slice assignment),
227 fnames; this can be used to implement a filter, or to impose a specific
ntpath.py 243 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
244 dirname is the name of the directory, and fnames a list of the names of
246 may modify the fnames list in-place (e.g. via del or slice assignment),
248 fnames; this can be used to implement a filter, or to impose a specific
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
macpath.py 163 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
164 dirname is the name of the directory, and fnames a list of the names of
166 may modify the fnames list in-place (e.g. via del or slice assignment),
168 fnames; this can be used to implement a filter, or to impose a specific
posixpath.py 222 itself, but excluding '.' and '..'), call func(arg, dirname, fnames).
223 dirname is the name of the directory, and fnames a list of the names of
225 may modify the fnames list in-place (e.g. via del or slice assignment),
227 fnames; this can be used to implement a filter, or to impose a specific
  /external/skia/src/ports/
SkFontMgr_android.cpp 147 if (family.fNames.count() > 0) {
148 cannonicalFamilyName = &family.fNames[0];
525 if (0 == family.fNames.count()) {
526 SkString& fallbackName = family.fNames.push_back();
538 for (int j = 0; j < family.fNames.count(); j++) {
540 new (&nextEntry->name) SkString(family.fNames[j]);
SkFontMgr_android_parser.cpp 262 family->fNames.push_back().set(tolc.lc());
291 for (int j = 0; j < candidate->fNames.count(); j++) {
292 if (candidate->fNames[j] == familyName) {
337 family->fNames.push_back().set(aliasName);
346 targetFamily->fNames.push_back().set(aliasName);
442 self->fCurrentFamily->fNames.push_back();
449 self->fCurrentFamily->fNames.back().append(tolc.lc(), len);
SkFontMgr_android_parser.h 94 SkTArray<SkString, true> fNames;
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 535 const UChar** fNames;
539 : fNames(names) {
543 if (fNames != NULL) {
544 uprv_free(fNames);
560 if (fNames == NULL) {
566 name = fNames[0];
569 name = fNames[1];
572 name = fNames[2];
575 name = fNames[3];
578 name = fNames[4]
    [all...]
  /external/elfutils/src/
ldscript.y 51 static void add_inputfiles (struct filename_list *fnames);
592 add_inputfiles (struct filename_list *fnames)
594 assert (fnames != NULL);
597 ld_state.srcfiles = fnames;
602 ld_state.srcfiles->next = fnames->next;
603 fnames->next = first;
604 ld_state.srcfiles->next = fnames;
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 145 fNames(status),
653 const UHashElement *he=fNames.find(s);
659 fNames.puti(s, 0, errorCode);
660 he=fNames.find(s);
667 const UHashElement *he=fNames.find(s);

Completed in 1529 milliseconds

1 2