Home
last modified time | relevance | path

Searched refs:telem (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/dports/lang/ruby26/ruby-2.6.9/test/rexml/
H A Dtest_functions_number.rb10 telem = REXML::Element.new("elem")
11 telem.text="9"
12 assert_equal(9, REXML::Functions::number(telem))
15 telem = REXML::Element.new("elem")
16 telem.text="10.4"
17 assert_equal(10.4, REXML::Functions::number(telem))
20 telem = REXML::Element.new("elem")
21 telem.text="-9"
22 assert_equal(-9, REXML::Functions::number(telem))
25 telem = REXML::Element.new("elem")
[all …]
/dports/net-im/jabberd/jabberd-2.7.0/sm/
H A Dmod_announce.c52 char timestamp[18], telem[5]; in _announce_load() local
73 telem[0] = timestamp[0]; in _announce_load()
74 telem[1] = timestamp[1]; in _announce_load()
75 telem[2] = timestamp[2]; in _announce_load()
76 telem[3] = timestamp[3]; in _announce_load()
77 telem[4] = '\0'; in _announce_load()
81 telem[0] = timestamp[4]; in _announce_load()
82 telem[1] = timestamp[5]; in _announce_load()
83 telem[2] = '\0'; in _announce_load()
87 telem[0] = timestamp[6]; in _announce_load()
[all …]
/dports/comms/direwolf/direwolf-1.6/conf/
H A Dinstall_conf.cmake13 if(NOT EXISTS $ENV{HOME}/telem-m0xer-3.txt)
14 configure_file("${CUSTOM_TELEMETRY_DIR}/telem-m0xer-3.txt" $ENV{HOME})
17 if(NOT EXISTS $ENV{HOME}/telem-balloon.conf)
18 configure_file("${CUSTOM_TELEMETRY_DIR}/telem-balloon.conf" $ENV{HOME})
21 if(NOT EXISTS $ENV{HOME}/telem-volts.conf)
22 configure_file("${CUSTOM_TELEMETRY_DIR}/telem-volts.conf" $ENV{HOME})
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/sysman/linux/pmt/
H A Dpmt.cpp19 const std::string PlatformMonitoringTech::telem("telem"); member in L0::PlatformMonitoringTech
67 std::string telem = "telem"; in compareTelemNodes() local
68 auto indexString1 = telemNode1.substr(telem.size(), telemNode1.size()); in compareTelemNodes()
70 auto indexString2 = telemNode2.substr(telem.size(), telemNode2.size()); in compareTelemNodes()
101 if (iterator->compare(0, telem.size(), telem) != 0) { in enumerateRootTelemIndex()
113 auto indexString = telemNode.substr(telem.size(), telemNode.size()); in enumerateRootTelemIndex()
122 std::string telemNode = telem + std::to_string(rootDeviceTelemNodeIndex); in init()
129 telemNode = telem + std::to_string(telemNodeIndex); in init()
136 telemetryDeviceEntry = baseTelemSysFSNode + "/" + telem; in init()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-class-intel_pmt10 What: /sys/class/intel_pmt/telem<x>
15 The telem<x> directory contains files describing an instance of
17 telem<x> directory has an associated telem file. This file
23 What: /sys/class/intel_pmt/telem<x>/telem
31 What: /sys/class/intel_pmt/telem<x>/guid
40 What: /sys/class/intel_pmt/telem<x>/size
46 the mapping size for the telem file.
48 What: /sys/class/intel_pmt/telem<x>/offset
54 the mapping for the telem file.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-class-intel_pmt10 What: /sys/class/intel_pmt/telem<x>
15 The telem<x> directory contains files describing an instance of
17 telem<x> directory has an associated telem file. This file
23 What: /sys/class/intel_pmt/telem<x>/telem
31 What: /sys/class/intel_pmt/telem<x>/guid
40 What: /sys/class/intel_pmt/telem<x>/size
46 the mapping size for the telem file.
48 What: /sys/class/intel_pmt/telem<x>/offset
54 the mapping for the telem file.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-class-intel_pmt10 What: /sys/class/intel_pmt/telem<x>
15 The telem<x> directory contains files describing an instance of
17 telem<x> directory has an associated telem file. This file
23 What: /sys/class/intel_pmt/telem<x>/telem
31 What: /sys/class/intel_pmt/telem<x>/guid
40 What: /sys/class/intel_pmt/telem<x>/size
46 the mapping size for the telem file.
48 What: /sys/class/intel_pmt/telem<x>/offset
54 the mapping for the telem file.
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dchannel.go84 telem := t.Elem()
89 switch telem.Kind() {
203 switch telem.Kind() {
205 if telem.ReflectType() != reflect.KindToType(r.Bool,
223 if telem.ReflectType() != reflect.KindToType(r.Int,
241 if telem.ReflectType() != reflect.KindToType(r.Int8,
518 return exprFun(telem, fun)
531 telem := t.Elem()
532 rtelem := telem.ReflectType()
536 expr.ConstTo(telem)
[all …]
H A Dchannel.gomacro177 if telem.ReflectType() != reflect.KindToType(~,kind) {
207 telem := t.Elem()
212 switch telem.Kind() {
235 switch telem.Kind() {
256 return exprFun(telem, fun)
318 telem := t.Elem()
319 rtelem := telem.ReflectType()
323 expr.ConstTo(telem)
324 } else if expr.Type == nil || !expr.Type.AssignableTo(telem) {
325 c.Errorf("cannot use %v <%v> as type %v in send", node.Value, expr.Type, telem)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Daggregate.d449 Type telem = vx.type; in fill() local
450 if (telem.ty == Tsarray) in fill()
458 while ((tsa = telem.toBasetype().isTypeSArray()) !is null) in fill()
459 telem = tsa.next; in fill()
460 if (telem.ty == Tvoid) in fill()
461 telem = Type.tuns8.addMod(telem.mod); in fill()
463 if (telem.needsNested() && ctorinit) in fill()
464 e = telem.defaultInit(loc); in fill()
466 e = telem.defaultInitLiteral(loc); in fill()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/telemetry/
H A Doverview.html.md34 integrations with [DataDog][datadog-telem] and [Prometheus][prometheus-telem].
35 Metrics can also be forwarded to [Statsite][statsite-telem],
36 [StatsD][statsd-telem], and [Circonus][circonus-telem].
151 [circonus-telem]: /docs/configuration/telemetry.html#circonus
154 [datadog-telem]: /docs/configuration/telemetry.html#datadog
155 [prometheus-telem]: /docs/configuration/telemetry.html#prometheus
159 [statsd-telem]: /docs/configuration/telemetry.html#statsd
160 [statsite-telem]: /docs/configuration/telemetry.html#statsite
/dports/sysutils/nomad/nomad-1.1.0/website/content/docs/operations/
H A Dtelemetry.mdx38 integrations with [DataDog][datadog-telem] and [Prometheus][prometheus-telem].
39 Metrics can also be forwarded to [Statsite][statsite-telem],
40 [StatsD][statsd-telem], and [Circonus][circonus-telem].
154 [circonus-telem]: /docs/configuration/telemetry#circonus
157 [datadog-telem]: /docs/configuration/telemetry#datadog
158 [prometheus-telem]: /docs/configuration/telemetry#prometheus
162 [statsd-telem]: /docs/configuration/telemetry#statsd
163 [statsite-telem]: /docs/configuration/telemetry#statsite
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dindex.go98 var tkey, telem Type // key is for map types only
131 if e == nil || telem != nil && !Identical(e, telem) {
134 telem = e
153 x.typ = telem
173 x.typ = telem
/dports/textproc/hyperestraier/hyperestraier-1.4.13/javanative/
H A Dmyconf.c78 const char *telem; in objtocblist() local
90 if(!(telem = (*env)->GetStringUTFChars(env, eobj, &icelem))) continue; in objtocblist()
91 cblistpush(tlist, telem, -1); in objtocblist()
92 if(icelem == JNI_TRUE) (*env)->ReleaseStringUTFChars(env, eobj, telem); in objtocblist()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddstruct.c669 Type *telem = vx->type; in fill() local
670 if (telem->ty == Tsarray) in fill()
677 while (telem->toBasetype()->ty == Tsarray) in fill()
678 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
680 if (telem->ty == Tvoid) in fill()
681 telem = Type::tuns8->addMod(telem->mod); in fill()
683 if (telem->needsNested() && ctorinit) in fill()
684 e = telem->defaultInit(loc); in fill()
686 e = telem->defaultInitLiteral(loc); in fill()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddstruct.c669 Type *telem = vx->type; in fill() local
670 if (telem->ty == Tsarray) in fill()
677 while (telem->toBasetype()->ty == Tsarray) in fill()
678 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
680 if (telem->ty == Tvoid) in fill()
681 telem = Type::tuns8->addMod(telem->mod); in fill()
683 if (telem->needsNested() && ctorinit) in fill()
684 e = telem->defaultInit(loc); in fill()
686 e = telem->defaultInitLiteral(loc); in fill()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddstruct.c669 Type *telem = vx->type; in fill() local
670 if (telem->ty == Tsarray) in fill()
677 while (telem->toBasetype()->ty == Tsarray) in fill()
678 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
680 if (telem->ty == Tvoid) in fill()
681 telem = Type::tuns8->addMod(telem->mod); in fill()
683 if (telem->needsNested() && ctorinit) in fill()
684 e = telem->defaultInit(loc); in fill()
686 e = telem->defaultInitLiteral(loc); in fill()
/dports/games/pioneers/pioneers-15.6/common/gtk/
H A Dtheme.c103 #define telem(type,theme,tv) (*((type *)((char *)theme + tv->offset))) macro
407 g_free(telem(char *, t, (&theme_vars[i]))); in theme_cleanup()
618 if (telem(char *, t, tv)) { in theme_config_parse()
619 g_free(telem(char *, t, tv)); in theme_config_parse()
621 telem(char *, t, tv) = g_strdup(q); in theme_config_parse()
624 telem(char *, t, tv) = in theme_config_parse()
651 (q, &telem(TColor, t, tv), filename, lno)) { in theme_config_parse()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/test/unit_tests/sources/sysman/linux/pmt/
H A Dmock_pmt.h17 const std::string telem("telem");
40 telemetryDeviceEntryForSubdevice0 = baseTelemSysFSNodeForSubdevice0 + "/" + telem;
41 telemetryDeviceEntryForSubdevice1 = baseTelemSysFSNodeForSubdevice1 + "/" + telem;
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddstruct.c746 Type *telem = vx->type; in fill() local
747 if (telem->ty == Tsarray) in fill()
754 while (telem->toBasetype()->ty == Tsarray) in fill()
755 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
757 if (telem->ty == Tvoid) in fill()
758 telem = Type::tuns8->addMod(telem->mod); in fill()
760 if (telem->needsNested() && ctorinit) in fill()
761 e = telem->defaultInit(loc); in fill()
763 e = telem->defaultInitLiteral(loc); in fill()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddstruct.c748 Type *telem = vx->type; in fill() local
749 if (telem->ty == Tsarray) in fill()
756 while (telem->toBasetype()->ty == Tsarray) in fill()
757 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
759 if (telem->ty == Tvoid) in fill()
760 telem = Type::tuns8->addMod(telem->mod); in fill()
762 if (telem->needsNested() && ctorinit) in fill()
763 e = telem->defaultInit(loc); in fill()
765 e = telem->defaultInitLiteral(loc); in fill()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddstruct.c746 Type *telem = vx->type; in fill() local
747 if (telem->ty == Tsarray) in fill()
754 while (telem->toBasetype()->ty == Tsarray) in fill()
755 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
757 if (telem->ty == Tvoid) in fill()
758 telem = Type::tuns8->addMod(telem->mod); in fill()
760 if (telem->needsNested() && ctorinit) in fill()
761 e = telem->defaultInit(loc); in fill()
763 e = telem->defaultInitLiteral(loc); in fill()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddstruct.c748 Type *telem = vx->type; in fill() local
749 if (telem->ty == Tsarray) in fill()
756 while (telem->toBasetype()->ty == Tsarray) in fill()
757 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
759 if (telem->ty == Tvoid) in fill()
760 telem = Type::tuns8->addMod(telem->mod); in fill()
762 if (telem->needsNested() && ctorinit) in fill()
763 e = telem->defaultInit(loc); in fill()
765 e = telem->defaultInitLiteral(loc); in fill()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddstruct.c746 Type *telem = vx->type; in fill() local
747 if (telem->ty == Tsarray) in fill()
754 while (telem->toBasetype()->ty == Tsarray) in fill()
755 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
757 if (telem->ty == Tvoid) in fill()
758 telem = Type::tuns8->addMod(telem->mod); in fill()
760 if (telem->needsNested() && ctorinit) in fill()
761 e = telem->defaultInit(loc); in fill()
763 e = telem->defaultInitLiteral(loc); in fill()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddstruct.c748 Type *telem = vx->type; in fill() local
749 if (telem->ty == Tsarray) in fill()
756 while (telem->toBasetype()->ty == Tsarray) in fill()
757 telem = ((TypeSArray *)telem->toBasetype())->next; in fill()
759 if (telem->ty == Tvoid) in fill()
760 telem = Type::tuns8->addMod(telem->mod); in fill()
762 if (telem->needsNested() && ctorinit) in fill()
763 e = telem->defaultInit(loc); in fill()
765 e = telem->defaultInitLiteral(loc); in fill()

12345678910>>...26