Home
last modified time | relevance | path

Searched refs:inMem (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/R-cran-raster/raster/R/
H A DsetMinMax.R49 inMem <- inMemory(x) functionVar
51 if ( ! inMem ) {
56 inMem <- TRUE
63 if ( inMem ) {
/dports/databases/db18/db-18.1.40/examples/csharp/excs_txn/
H A Dexcs_txn.cs21 private bool inMem; field in excs_txn.excs_txn
111 if (inMem) in Open()
126 if (inMem) { in Open()
249 inMem = true; in ParseArgs()
313 int recCount = CountRecords(inMem ? txn : null); in WriteData()
/dports/databases/db5/db-5.3.28/examples/csharp/excs_txn/
H A Dexcs_txn.cs21 private bool inMem; field in excs_txn.excs_txn
111 if (inMem) in Open()
126 if (inMem) { in Open()
249 inMem = true; in ParseArgs()
313 int recCount = CountRecords(inMem ? txn : null); in WriteData()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName());
70 if (inMem == null) {
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java67 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
68 if (inMem == null) { in testSettingPersistence()
72 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/api/recording/settings/
H A DTestSettingsAvailability.java69 EventType inMem = inMemoryTypes.get(parsedType.getName()); in testSettingPersistence() local
70 if (inMem == null) { in testSettingPersistence()
74 for (SettingDescriptor sd : inMem.getSettingDescriptors()) { in testSettingPersistence()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/helper/metricsutil/
H A Dmetricsutil.go28 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
29 return &MetricsHelper{inMem, enablePrometheus}
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/helper/metricsutil/
H A Dmetricsutil.go28 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
29 return &MetricsHelper{inMem, enablePrometheus}
/dports/sysutils/gomplate/vault-sdk-v0.1.13/helper/metricsutil/
H A Dmetricsutil.go28 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
29 return &MetricsHelper{inMem, enablePrometheus}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/helper/metricsutil/
H A Dmetricsutil.go28 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
29 return &MetricsHelper{inMem, enablePrometheus}
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/helper/metricsutil/
H A Dmetricsutil.go28 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
29 return &MetricsHelper{inMem, enablePrometheus}
/dports/sysutils/istio/vault-sdk-v0.1.12/helper/metricsutil/
H A Dmetricsutil.go28 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
29 return &MetricsHelper{inMem, enablePrometheus}
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dssl.c113 BIO *inMem = BIO_new (BIO_s_mem ()); in ASN1_TIME_snprintf() local
115 ASN1_TIME_print (inMem, tm); in ASN1_TIME_snprintf()
116 BIO_get_mem_data (inMem, &expires); in ASN1_TIME_snprintf()
123 BIO_free (inMem); in ASN1_TIME_snprintf()
/dports/sysutils/helmfile/vault-f6547fa8e820/helper/metricsutil/
H A Dmetricsutil.go34 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
35 return &MetricsHelper{inMem, enablePrometheus}
/dports/misc/concourse/vault-bdd38fca2cff/helper/metricsutil/
H A Dmetricsutil.go32 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
33 return &MetricsHelper{inMem, enablePrometheus}
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/helper/metricsutil/
H A Dmetricsutil.go32 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
33 return &MetricsHelper{inMem, enablePrometheus}
/dports/security/vault/vault-1.8.2/helper/metricsutil/
H A Dmetricsutil.go56 func NewMetricsHelper(inMem *metrics.InmemSink, enablePrometheus bool) *MetricsHelper {
57 return &MetricsHelper{inMem, enablePrometheus, GaugeMetrics{Metrics: sync.Map{}}}
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/
H A DMerger.java601 int factor, int inMem, Path tmpDir, in merge() argument
621 long totalBytes = computeBytesInMerges(factor, inMem); in merge()
632 factor = getPassFactor(factor, passNo, numSegments - inMem); in merge()
634 factor += inMem; in merge()
817 long computeBytesInMerges(int factor, int inMem) { in computeBytesInMerges() argument
821 int n = numSegments - inMem; in computeBytesInMerges()
823 int f = getPassFactor(factor, 1, n) + inMem; in computeBytesInMerges()

12