Searched refs:f_id (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/svg/parser/
H A DSkSVGElements.cpp61 if (f_id.size() > 0)
62 parser.getIDs().set(f_id.c_str(), f_id.size(), this);
72 if (f_id.size() > 0)
H A DSkSVGGradient.cpp85 SkString originalID(f_id);
86 f_id.set("mask"); // write out gradient named given name + color (less initial #)
87 f_id.append(baseColor.c_str() + 1);
111 f_id.set(originalID);
H A DSkSVGElements.h63 SkString f_id; member in class:SkSVGElement
H A DSkSVGParser.cpp166 fCurrElement->f_id.set(value, len);
244 SkString& elementID = element->f_id;
/external/fio/engines/
H A Dlibhdfs.c62 unsigned long f_id; local
74 f_id = (io_u->offset / hd->fsbs) + hd->fid_correction;
76 if (f_id == hd->curr_file_id) {
93 hd->curr_file_id = f_id;
95 sprintf(fname, ".f%lu", f_id);
107 f_id = (f_id + 1) % hd->fscount;
/external/ipsec-tools/src/racoon/
H A Disakmp_quick.c321 int f_id;
395 f_id = 0; /* flag to use checking ID */
430 if (f_id == 0) {
432 f_id = 1;
320 int f_id; local

Completed in 106 milliseconds