Home
last modified time | relevance | path

Searched refs:logStr (Results 1 – 25 of 131) sorted by relevance

123456

/dports/games/manaplus/manaplus-2.1.3.17/src/utils/
H A Dsdl2logger.cpp36 #define logStr(category, msg) \ in PRAGMA48() macro
57 logStr(SDL_LOG_PRIORITY_DEBUG,
59 logStr(SDL_LOG_PRIORITY_INFO,
61 logStr(SDL_LOG_PRIORITY_WARN,
63 logStr(SDL_LOG_PRIORITY_ERROR,
77 logStr(SDL_LOG_CATEGORY_ERROR,
79 logStr(SDL_LOG_CATEGORY_ASSERT,
83 logStr(SDL_LOG_CATEGORY_AUDIO,
85 logStr(SDL_LOG_CATEGORY_VIDEO,
89 logStr(SDL_LOG_CATEGORY_INPUT,
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/Timing/
H A DVisualTimeline.cpp112 char logStr[128]; in setStartValue() local
114 writeLog(logStr); in setStartValue()
140 char logStr[128]; in setStopValue() local
142 writeLog(logStr); in setStopValue()
183 char logStr[128]; in setDurationInMilliseconds() local
185 writeLog(logStr); in setDurationInMilliseconds()
208 char logStr[128]; in setCurrentValue() local
211 writeLog(logStr); in setCurrentValue()
252 char logStr[256]; in update() local
255 writeLog(logStr); in update()
[all …]
H A DVisualAnimation.cpp201 char logStr[128]; in animate() local
202 sprintf(logStr, "VisualAnimation::animate currVal: %f", currVal); in animate()
203 writeLog(logStr); in animate()
432 char logStr[128]; in update() local
433 sprintf(logStr, "VisualAnimation::update: TimelineUpdateResult == %s", resultStr); in update()
434 writeLog(logStr); in update()
540 char logStr[128]; in setSpeed() local
541 sprintf(logStr, "VisualAnimation::setSpeed: %f", animationSpeed); in setSpeed()
542 writeLog(logStr); in setSpeed()
549 char logStr[128]; in setSpeed() local
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/logs/json/
H A Djson_test.go68 logStr := buffer.String()
70 n, err := fmt.Sscanf(logStr, data.format, &ts)
75 if !assert.Equal(t, expect, logStr) {
76 t.Errorf("Info has wrong format \n expect:%s\n got:%s", expect, logStr)
103 logStr := buffer.String()
107 n, err := fmt.Sscanf(logStr, expectFormat, &v)
115 if !assert.Equal(t, logStr, expect) {
132 logStr := buffer.String()
135 n, err := fmt.Sscanf(logStr, expectFormat, &ts)
140 if !assert.JSONEq(t, expect, logStr) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/logs/json/
H A Djson_test.go71 logStr := buffer.String()
73 logStrLines := strings.Split(logStr, "\n")
119 logStr := buffer.String()
122 n, err := fmt.Sscanf(logStr, expectFormat, &lineNo, &v)
124 t.Errorf("log format error: %d elements, error %s:\n%s", n, err, logStr)
130 if !assert.Equal(t, logStr, expect) {
147 logStr := buffer.String()
151 n, err := fmt.Sscanf(logStr, expectFormat, &ts, &lineNo)
153 t.Errorf("log format error: %d elements, error %s:\n%s", n, err, logStr)
156 if !assert.JSONEq(t, expect, logStr) {
[all …]
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EnergyTrace_TSPA/
H A DEnergyTraceProcessorId8.cpp160 …sprintf(logStr, "calvalues, numCalibrationPoints, actPoint, threshold, refCurrent, gradient, offse… in AddData()
161 LogCalls(logStr); in AddData()
165 sprintf(logStr, "cal values, %d, %d, %lf, %lf, %lf, %lf", in AddData()
168 LogCalls(logStr); in AddData()
252 …sprintf(logStr, "CURRENT calculation, %u, %lf, %lf, %u, %u, %u", mAccumulatedN, mAccumulatedNMin, … in AddData()
253 LogCalls(logStr); in AddData()
264 …sprintf(logStr, "NO calcution, %u, %lf, %lf, %u, %u, %u", mAccumulatedN, mAccumulatedNMin, 0.0, m… in AddData()
265 LogCalls(logStr); in AddData()
292 …sprintf(logStr, "%lf, %d, %lf, %d, %d, %d", mTimeTag_us, VOut, mEnergyMicroWsec, mCurrent, pRecord… in AddData()
293 Log(logStr); in AddData()
/dports/net/storj/storj-1.45.3/certificate/rpcerrs/
H A Dlog_test.go97 logStr := string(logData)
98 require.Contains(t, logStr, msg)
100 require.Contains(t, logStr, fmt.Sprintf(`"error": "%s"`, errInstance))
102 require.Contains(t, logStr, fmt.Sprintf(`"error": "%s: %s"`, wrapper, errInstance))
122 logStr := string(logData)
123 require.Contains(t, logStr, msg)
125 require.Contains(t, logStr, fmt.Sprintf(`"error": "%s"`, internalErr))
127 require.Contains(t, logStr, fmt.Sprintf(`"error": "%s: %s"`, wrapper, internalErr))
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCB3DMeshFileLoader.cpp157 core::stringc logStr; in readChunkNODE() local
159 logStr += "-"; in readChunkNODE()
243 core::stringc logStr; in readChunkMESH() local
245 logStr += "-"; in readChunkMESH()
341 logStr += "-"; in readChunkVRTS()
447 logStr += "-"; in readChunkTRIS()
569 logStr += "-"; in readChunkBONE()
616 logStr += "-"; in readChunkKEYS()
763 logStr += "-"; in readChunkANIM()
794 logStr += "-"; in readChunkTEXS()
[all …]
/dports/audio/asunder/asunder-2.9.6/src/
H A Dmain.c79 char logStr[1024]; in main() local
117 debugLog(logStr); in main()
121 debugLog(logStr); in main()
464 char logStr[1024]; in cddb_query_run() local
478 debugLog(logStr); in cddb_query_run()
492 debugLog(logStr); in cddb_query_run()
566 char logStr[1024]; in read_disc() local
622 debugLog(logStr); in read_disc()
777 debugLog(logStr); in read_disc()
804 char logStr[1024]; in update_tracklist() local
[all …]
H A Dthreads.c130 char logStr[1024]; in dorip() local
236 debugLog(logStr); in dorip()
376 char logStr[1024]; in rip() local
451 debugLog(logStr); in rip()
565 char logStr[1024]; in encode() local
639 debugLog(logStr); in encode()
724 debugLog(logStr); in encode()
781 debugLog(logStr); in encode()
838 debugLog(logStr); in encode()
1273 char logStr[1024]; in track() local
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/
H A DVisualEnsemble.cpp99 char logStr[512]; in showEnsemble() local
101 …sprintf(logStr, "GL error: showEnsemble: detected before show of Actor: %s: %s", visualActorName, … in showEnsemble()
102 writeLog(logStr); in showEnsemble()
116 char logStr[512]; in showEnsemble() local
118 …sprintf(logStr, "GL error: showEnsemble: detected after show of Actor: %s: %s", visualActorName, g… in showEnsemble()
119 writeLog(logStr); in showEnsemble()
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/araddon/gou/
H A Dlog_test.go19 logStr := "hihi"
20 Infof(logStr)
36 if !strings.Contains(logFileBytes, logStr) {
38 t.Errorf("%s not found in logfile %s\n", logStr, tmpf.Name())
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/araddon/gou/gou-c797efecbb61/
H A Dlog_test.go19 logStr := "hihi"
20 Infof(logStr)
36 if !strings.Contains(logFileBytes, logStr) {
38 t.Errorf("%s not found in logfile %s\n", logStr, tmpf.Name())
/dports/www/davix/davix-0.7.6/src/utils/
H A Ddavix_logger_internal.hpp36 void logStr(int scope, int log_level, const std::string & str);
46 logStr(scope, davix_get_log_level(), ::Davix::fmt::format(" -> {}",msg)); in ScopeLogger()
52 logStr(scope, davix_get_log_level(), ::Davix::fmt::format(" <- {}",msg)); in ~ScopeLogger()
66 ::Davix::logStr(scope, lvl, ::Davix::fmt::format(msg, ##__VA_ARGS__)); } \
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Db3d_mesh_loader.cpp399 core::stringc logStr; in readChunkNODE() local
401 logStr += "-"; in readChunkNODE()
485 core::stringc logStr; in readChunkMESH() local
487 logStr += "-"; in readChunkMESH()
581 core::stringc logStr; in readChunkVRTS() local
583 logStr += "-"; in readChunkVRTS()
689 logStr += "-"; in readChunkTRIS()
811 logStr += "-"; in readChunkBONE()
1002 logStr += "-"; in readChunkANIM()
1033 logStr += "-"; in readChunkTEXS()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/ldap.v1/examples/beherappolicy/
H A Dbeherappolicy.go50 logStr := "Login Ok"
53 logStr += fmt.Sprintf(". Password expires in %d seconds\n", ppolicy.Expire)
55 logStr += fmt.Sprintf(". Password expired, %d grace logins remain\n", ppolicy.Grace)
58 log.Print(logStr)
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/test/vpl-timing/
H A Dvpl-timing.cpp178 char logStr[1024] = {}; in main() local
179 snprintf(logStr, sizeof(logStr), "MFXEnumImpl(IMPLDESC - idx = %d)", idx); in main()
180 VPL_LOG_TIME_START(mfxenum, logStr); in main()
204 char logStr[1024] = {}; in main() local
205 snprintf(logStr, sizeof(logStr), "MFXEnumImpl(IMPLPATH - idx = %d)", idx); in main()
206 VPL_LOG_TIME_START(mfxenum, logStr); in main()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/
H A Derrors.go18 logStr := strings.Trim(CString(log), "\t\r\n ")
20 logStr += " (truncated...)"
23 return &VerifierError{err, logStr}

123456