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

1 2

  /external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.h 26 * Skia to fold into its representation of font families. fNames is the list of
35 SkTDArray<const char*> fNames;
SkFontConfigParser_android.cpp 48 * or file tag. The resulting strings are put into the fNames or FontFileInfo arrays.
62 *(familyData->currentFamily->fNames.append()) = buff;
SkFontHost_mac.cpp     [all...]
  /external/skia/src/ports/
SkFontConfigParser_android.h 26 * Skia to fold into its representation of font families. fNames is the list of
35 SkTDArray<const char*> fNames;
SkFontConfigParser_android.cpp 48 * or file tag. The resulting strings are put into the fNames or FontFileInfo arrays.
62 *(familyData->currentFamily->fNames.append()) = buff;
SkFontHost_mac.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkFlattenable.cpp 34 *fNames.append() = name;
39 if (fNextAddedFactory < fNames.count()) {
40 return fNames[fNextAddedFactory++];
SkPtrRecorder.h 146 SkTDArray<const char*> fNames;
  /external/skia/src/core/
SkFlattenable.cpp 34 *fNames.append() = name;
39 if (fNextAddedFactory < fNames.count()) {
40 return fNames[fNextAddedFactory++];
SkPtrRecorder.h 146 SkTDArray<const char*> fNames;
  /external/chromium_org/v8/tools/
lexer-shell.cc 224 std::vector<std::string> fnames; local
242 fnames.push_back(std::string(argv[i]));
255 for (size_t i = 0; i < fnames.size(); i++) {
257 time = ProcessFile(fnames[i].c_str(), encoding, isolate, print_tokens,
  /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
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
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 30 fnames = [nmlines[nm_index].split()[3]] variable
34 fnames.append(nmlines[nm_index].split()[3])
36 addressMap[nm_int] = fnames
symbolize.py 101 fnames = []
105 fnames.append(nm_symbols[nm_index].split()[3])
107 address_map[addr] = fnames
  /external/elfutils/src/
ldscript.y 59 static void add_inputfiles (struct filename_list *fnames);
600 add_inputfiles (struct filename_list *fnames)
602 assert (fnames != NULL);
605 ld_state.srcfiles = fnames;
610 ld_state.srcfiles->next = fnames->next;
611 fnames->next = first;
612 ld_state.srcfiles->next = fnames;
  /external/icu4c/i18n/
tznames_impl.cpp 500 const UChar** fNames;
504 : fNames(names) {
508 if (fNames != NULL) {
509 uprv_free(fNames);
525 if (fNames == NULL) {
531 name = fNames[0];
534 name = fNames[1];
537 name = fNames[2];
540 name = fNames[3];
543 name = fNames[4]
    [all...]
  /external/chromium_org/third_party/icu/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);
  /external/icu4c/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 593 milliseconds

1 2