Home
last modified time | relevance | path

Searched refs:labStr (Results 1 – 3 of 3) sorted by relevance

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/variant/
H A DVCFview.java1218 String labStr = vcfReaders[i].sampleNames[sampleIdx]; in showLabels() local
1219 int width = fm.stringWidth(labStr); in showLabels()
1226 String labStr = getLabel(i); in showLabels() local
1227 int width = fm.stringWidth(labStr); in showLabels()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIR.h1103 auto labStr = lab.c_str(); in createLabel() local
1104 size_t len = strlen(labStr) + 1; in createLabel()
1106 memcpy_s(new_str, len, labStr, len); in createLabel()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeCmd.c4745 char *labStr; in CreateOp() local
4746 labStr = NULL; in CreateOp()
4754 labStr = Tcl_GetString(pobjv[n]); in CreateOp()
4755 child = Blt_TreeFindChild( parent, labStr); in CreateOp()
4762 child = Blt_TreeCreateNodeWithId(cmdPtr->tree, parent, labStr, i, iPos); in CreateOp()
4764 child = Blt_TreeCreateNodeWithId(cmdPtr->tree, parent, labStr, n+start, iPos); in CreateOp()
4766 child = Blt_TreeCreateNode(cmdPtr->tree, parent, labStr, iPos); in CreateOp()
4774 if (labStr == NULL) { in CreateOp()