Home
last modified time | relevance | path

Searched refs:strFormat (Results 26 – 50 of 304) sorted by relevance

12345678910>>...13

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DSupportTest.cpp28 TEST(Support, strFormat) { in TEST() argument
30 std::string str1 = strFormat("%s %d %c", "string1", 123, 'x'); in TEST()
34 std::string str2 = strFormat("%s\n%d\n%c\n", "string2", 456, 'y'); in TEST()
H A DThreadPoolExecutorTest.cpp59 strFormat("Could not find function with name %s to evict", in evictNetwork()
734 testBuilder_.addNode(strFormat("net_%d", i), testDeviceId, in TEST_F()
814 testBuilder_.addNode(strFormat("net_%d", i), testDeviceId, in TEST_F()
1037 std::string alpha = strFormat("alpha_%d", i); in TEST_F()
1038 std::string beta = strFormat("beta_%d", i); in TEST_F()
1039 std::string gamma = strFormat("gamma_%d", i); in TEST_F()
1040 std::string delta = strFormat("delta_%d", i); in TEST_F()
1041 std::string eps = strFormat("eps_%d", i); in TEST_F()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DPwDepotXml26.cs323 string strFormat = null; in ReadTimeRaw()
327 strFormat = xac.GetNamedItem(AttribFormat).Value; in ReadTimeRaw()
332 if(!string.IsNullOrEmpty(strFormat)) in ReadTimeRaw()
334 strFormat = strFormat.Replace("mm", "MM"); in ReadTimeRaw()
335 if(DateTime.TryParseExact(strTime, strFormat, null, in ReadTimeRaw()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/oc/
H A D50410-oc_cond_colon.m4 x = [NSString strFormat : @"Data/%s", path];
6 x = path[0] == '/' ? [NSString str : path]:[NSString strFormat : @"Data/%s", path];
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/oc/
H A Doc_cond_colon.m4 x = [NSString strFormat:@"Data/%s", path];
6 x = path[0] == '/' ? [NSString str:path] : [NSString strFormat:@"Data/%s", path];
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DExchangeDataForm.cs239 string strFormat = m_fmtCur.FormatName; in OnBtnSelFile()
240 if(string.IsNullOrEmpty(strFormat)) strFormat = KPRes.Data; in OnBtnSelFile()
247 string strFilter = UIUtil.CreateFileTypeFilter(strExts, strFormat, true); in OnBtnSelFile()
252 ": " + strFormat, strFilter, 1, strPriExt, true, in OnBtnSelFile()
278 ": " + strFormat, null, strFilter, 1, strPriExt, in OnBtnSelFile()
H A DCsvImportForm.cs83 public CsvFieldInfo(CsvFieldType t, string strName, string strFormat) in CsvFieldInfo() argument
87 m_strFormat = strFormat; // May be null in CsvFieldInfo()
329 private void AddCsvField(CsvFieldType t, string strName, string strFormat) in AddCsvField() argument
335 if(!string.IsNullOrEmpty(strFormat)) in AddCsvField()
338 strSub += strFormat; in AddCsvField()
344 lvi.Tag = new CsvFieldInfo(t, strName, strFormat); in AddCsvField()
471 string strFormat = (bFormat ? m_cmbFieldFormat.Text : null); in OnBtnFieldAdd()
473 AddCsvField(t, strName, strFormat); in OnBtnFieldAdd()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/
H A DBundleSaver.cpp97 headerFile << strFormat(headerFileTemplate, header.c_str(), in printHeader()
288 std::string modelInfo = strFormat("// Model name: \"%s\"\n" in saveHeader()
303 modelInfo += strFormat("//\n" in saveHeader()
326 modelInfo += strFormat("//\n" in saveHeader()
341 modelApi += strFormat("// Bundle memory configuration (memory layout).\n" in saveHeader()
363 modelApi += strFormat( in saveHeader()
372 strFormat("// Memory sizes (bytes).\n" in saveHeader()
388 strFormat("// Bundle entry point (inference function). Returns 0\n" in saveHeader()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A DTorchGlowBackend.cpp161 strFormat("quantized::%s_unpack", convType)), in hasConvUnpackQParamUser()
173 << strFormat("Expected %s packed quantization parameters " in hasConvUnpackQParamUser()
203 strFormat("quantized::%s_unpack", convType))) { in processConvPackedQParams()
221 } else if (node->kind() == torch::jit::Symbol::fromQualString(strFormat( in processConvPackedQParams()
227 } else if (node->kind() == torch::jit::Symbol::fromQualString(strFormat( in processConvPackedQParams()
233 } else if (node->kind() == torch::jit::Symbol::fromQualString(strFormat( in processConvPackedQParams()
240 } else if (node->kind() == torch::jit::Symbol::fromQualString(strFormat( in processConvPackedQParams()
339 strFormat("%s_%s", nameHierarchy.c_str(), attrName.c_str()); in ProcessPackedParams()
H A DCachingGraphRunner.cpp126 strFormat("glow-trace-%04lx-%zu.json", hash % (1 << 16), dumpNum); in aggregateAndDumpTraces()
159 strFormat("pt_function_%lu", hash), getSettings()); in loadImpl()
386 std::string filename = strFormat("input_%zu.onnx", runId); in runImpl()
476 strFormat("Fail to propagate quantized dtype to output")); in runImpl()
529 std::string filename = strFormat("glow_output_%zu.onnx", runId); in runImpl()
541 std::string filename = strFormat("pytorch_output_%zu.onnx", runId); in runImpl()
589 return MAKE_ERR(strFormat("No compiled graph found for hash: %lu", hash)); in runOnly()
650 strFormat("There is already a compiled graph for hash: %lu", hash)); in warmCache()
655 strFormat("pt_function_%lu", hash), settings); in warmCache()
H A DPyTorchModelLoader.cpp44 glow::strFormat("Value %f is out of limit.", val)); in to32Bit()
262 return MAKE_ERR(strFormat("Cannot broadcast dim %d with %d", in computeBroadcastedMatMulTargetDims()
890 glow::strFormat( in getCorrectTypeMapping()
937 glow::strFormat("Value %s is already mapped", in addValueMapping()
987 RETURN_ERR(glow::strFormat("No mapping found fo Value %s", in getGlowNodeValueForValue()
992 RETURN_ERR(glow::strFormat( in getGlowNodeValueForValue()
1004 RETURN_ERR(glow::strFormat("No mapping found fo Value %s", in getGlowIValueForValue()
1009 RETURN_ERR(glow::strFormat( in getGlowIValueForValue()
3393 glow::strFormat( in loadPRelu()
3899 strFormat("%s_%s", nameHierarchy.c_str(), attrName.c_str()); in loadAttributes()
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Habana/
H A DHabanaDeviceManager.cpp153 MAKE_ERR(strFormat( in addNetwork()
194 readyCB(module, MAKE_ERR(strFormat( in addNetwork()
231 MAKE_ERR(strFormat( in evictNetwork()
262 MAKE_ERR(strFormat( in evictNetwork()
304 MAKE_ERR(strFormat( in runFunctionImpl()
388 MAKE_ERR(strFormat("Failed to execute function %s", in runFunctionImpl()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Graphics/
H A DJFont.h275 JImage * PrintfSolid(JFontAlign align, SDL_Color &fg, const char *strFormat, ...);
284 JImage * PrintfShaded(JFontAlign align, SDL_Color &fg, SDL_Color &bg, const char *strFormat, ...);
292 JImage * PrintfBlended(JFontAlign align, SDL_Color &fg, const char *strFormat, ...);
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/pagetype/
H A DPageTypeHandler.cpp70 string strFormat; in loadFormat() local
73 strFormat = format; in loadFormat()
84 addPageTypeInfo(strName, getPageTypeFormatForString(strFormat), strConfig); in loadFormat()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cdrip/
H A DCDDARipper.cpp263 …std::string strFormat = CServiceBroker::GetSettingsComponent()->GetSettings()->GetString(CSettings… in GetTrackName() local
264 size_t pos = strFormat.find_last_of("/\\"); in GetTrackName()
266 strFormat.erase(0, pos+1); in GetTrackName()
268 CLabelFormatter formatter(strFormat, ""); in GetTrackName()
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/src/c/
H A Ddo_xxscanf.c77 char* strFormat = NULL; in do_xxscanf() local
418 strFormat = wide_string_to_UTF8(format); in do_xxscanf()
419 *retval = (*xxscanf) ((VPTR) target, strFormat, in do_xxscanf()
431 FREE(strFormat); in do_xxscanf()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DSV.java1275 public static Object sprintf(String strFormat, SV var) { in sprintf() argument
1277 return strFormat; in sprintf()
1279 int[] vd = (strFormat.indexOf("d") >= 0 || strFormat.indexOf("i") >= 0 ? new int[1] in sprintf()
1281 float[] vf = (strFormat.indexOf("f") >= 0 ? new float[1] : null); in sprintf()
1282 double[] ve = (strFormat.indexOf("e") >= 0 ? new double[1] : null); in sprintf()
1283 boolean getS = (strFormat.indexOf("s") >= 0); in sprintf()
1288 return sprintf(strFormat, var, of, vd, vf, ve, getS, getP, getQ); in sprintf()
1299 int pt = strFormat.indexOf("["); in sprintf()
1302 var = var.getMap().get(strFormat.substring(pt + 1, pt1 = strFormat.indexOf("]"))); in sprintf()
1303 strFormat = strFormat.substring(0, pt) + strFormat.substring(pt1 + 1); in sprintf()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/tags/
H A DGameInfoTag.h78 void SetFormat(const std::string& strFormat) { m_strFormat = strFormat; } in SetFormat() argument
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/metric/
H A DSQLMetrics.scala114 val strFormat: Long => String = if (metricsType == SIZE_METRIC) { constant
130 metric.map(strFormat)
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Optimizer/IROptimizer/
H A DIRInstrumentation.cpp137 std::string filename = strFormat("data%04d.", fileDumpIdx++) + debugExt; in performDebugInstrumentation()
146 debugInfoFile << strFormat(format.c_str(), opIdx, in performDebugInstrumentation()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htpl/htpl/
H A Dformat.h23 char *strFormat(char **output, format_t *format, char *str);
/dports/news/husky/husky-1.9.20191207/htpl/htpl/
H A Dformat.h23 char *strFormat(char **output, format_t *format, char *str);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htpl/htpl/
H A Dformat.h23 char *strFormat(char **output, format_t *format, char *str);
/dports/news/husky-htick/husky-htick-1.9.20191207/htpl/htpl/
H A Dformat.h23 char *strFormat(char **output, format_t *format, char *str);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htpl/htpl/
H A Dformat.h23 char *strFormat(char **output, format_t *format, char *str);

12345678910>>...13