Home
last modified time | relevance | path

Searched refs:trueValue (Results 26 – 50 of 861) sorted by relevance

12345678910>>...35

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DInstanceOfSnippetsTemplates.java118 ValueNode trueValue = ConstantNode.forInt(1, graph); in createReplacer() local
120 …if (instantiation.isInitialized() && (trueValue != instantiation.trueValue || falseValue != instan… in createReplacer()
125 trueValue = instantiation.trueValue; in createReplacer()
159 private ValueNode trueValue; field in InstanceOfSnippetsTemplates.Instantiation
172 this.trueValue = t; in initialize()
202 if (t == this.trueValue && f == this.falseValue) { in asMaterialization()
218 public final ValueNode trueValue; field in InstanceOfSnippetsTemplates.InstanceOfUsageReplacer
225 this.trueValue = trueValue; in InstanceOfUsageReplacer()
244 super(instantiation, instanceOf, trueValue, falseValue); in NonMaterializationUsageReplacer()
258 instantiation.initialize(newNode, trueValue, falseValue); in replace()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DInstanceOfSnippetsTemplates.java118 ValueNode trueValue = ConstantNode.forInt(1, graph); in createReplacer() local
120 …if (instantiation.isInitialized() && (trueValue != instantiation.trueValue || falseValue != instan… in createReplacer()
125 trueValue = instantiation.trueValue; in createReplacer()
159 private ValueNode trueValue; field in InstanceOfSnippetsTemplates.Instantiation
172 this.trueValue = t; in initialize()
202 if (t == this.trueValue && f == this.falseValue) { in asMaterialization()
218 public final ValueNode trueValue; field in InstanceOfSnippetsTemplates.InstanceOfUsageReplacer
225 this.trueValue = trueValue; in InstanceOfUsageReplacer()
244 super(instantiation, instanceOf, trueValue, falseValue); in NonMaterializationUsageReplacer()
258 instantiation.initialize(newNode, trueValue, falseValue); in replace()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DInstanceOfSnippetsTemplates.java118 ValueNode trueValue = ConstantNode.forInt(1, graph); in createReplacer() local
120 …if (instantiation.isInitialized() && (trueValue != instantiation.trueValue || falseValue != instan… in createReplacer()
125 trueValue = instantiation.trueValue; in createReplacer()
159 private ValueNode trueValue; field in InstanceOfSnippetsTemplates.Instantiation
172 this.trueValue = t; in initialize()
202 if (t == this.trueValue && f == this.falseValue) { in asMaterialization()
218 public final ValueNode trueValue; field in InstanceOfSnippetsTemplates.InstanceOfUsageReplacer
225 this.trueValue = trueValue; in InstanceOfUsageReplacer()
244 super(instantiation, instanceOf, trueValue, falseValue); in NonMaterializationUsageReplacer()
258 instantiation.initialize(newNode, trueValue, falseValue); in replace()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/
H A DInstanceOfSnippetsTemplates.java118 ValueNode trueValue = ConstantNode.forInt(1, graph); in createReplacer() local
120 …if (instantiation.isInitialized() && (trueValue != instantiation.trueValue || falseValue != instan… in createReplacer()
125 trueValue = instantiation.trueValue; in createReplacer()
159 private ValueNode trueValue; field in InstanceOfSnippetsTemplates.Instantiation
172 this.trueValue = t; in initialize()
202 if (t == this.trueValue && f == this.falseValue) { in asMaterialization()
218 public final ValueNode trueValue; field in InstanceOfSnippetsTemplates.InstanceOfUsageReplacer
225 this.trueValue = trueValue; in InstanceOfUsageReplacer()
244 super(instantiation, instanceOf, trueValue, falseValue); in NonMaterializationUsageReplacer()
258 instantiation.initialize(newNode, trueValue, falseValue); in replace()
[all …]
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/src/Transformers/
H A DBooleanConverter.php28 protected $trueValue; variable in Rubix\\ML\\Transformers\\BooleanConverter
38 * @param mixed $trueValue
42 public function __construct($trueValue = 'true', $falseValue = 'false') argument
44 if (!is_string($trueValue) and !is_int($trueValue)) {
54 $this->trueValue = $trueValue;
81 ? $this->trueValue
95 … return "Boolean Converter (true_value: {$this->trueValue}, false_value: {$this->falseValue})";
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/test/
H A DitkNearestNeighborExtrapolateImageFunctionTest.cxx88 FunctionType::OutputType trueValue; in itkNearestNeighborExtrapolateImageFunctionTest() local
100 trueValue = itk::Math::Round<int>( point[0] ) + in itkNearestNeighborExtrapolateImageFunctionTest()
102 trueVectorValue.Fill( trueValue ); in itkNearestNeighborExtrapolateImageFunctionTest()
106 if ( itk::Math::NotAlmostEquals(value, trueValue) ) in itkNearestNeighborExtrapolateImageFunctionTest()
108 std::cout << "Value not the same as trueValue: " << trueValue << std::endl; in itkNearestNeighborExtrapolateImageFunctionTest()
125 trueValue = itk::Math::Round<int>( point[0] ) + in itkNearestNeighborExtrapolateImageFunctionTest()
129 if ( itk::Math::NotAlmostEquals(value, trueValue) ) in itkNearestNeighborExtrapolateImageFunctionTest()
141 trueValue = static_cast<double>( index[0] ) + in itkNearestNeighborExtrapolateImageFunctionTest()
145 if ( itk::Math::NotAlmostEquals(value, trueValue) ) in itkNearestNeighborExtrapolateImageFunctionTest()
158 trueValue = static_cast<double>( 4 ) + in itkNearestNeighborExtrapolateImageFunctionTest()
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/
H A DBooleanUtils.java287 public static boolean toBoolean(int value, int trueValue, int falseValue) { in toBoolean() argument
288 if (value == trueValue) { in toBoolean()
318 if (trueValue == null) { in toBoolean()
323 } else if (value.equals(trueValue)) { in toBoolean()
349 if (value == trueValue) { in toBooleanObject()
381 if (trueValue == null) { in toBooleanObject()
388 } else if (value.equals(trueValue)) { in toBooleanObject()
468 return bool ? trueValue : falseValue; in toInteger()
490 return bool.booleanValue() ? trueValue : falseValue; in toInteger()
509 return bool ? trueValue : falseValue; in toIntegerObject()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/structs/config/
H A Dautopilot_test.go10 trueValue, falseValue := true, false
17 EnableRedundancyZones: &trueValue,
19 EnableCustomUpgrades: &trueValue,
23 CleanupDeadServers: &trueValue,
33 CleanupDeadServers: &trueValue,
37 EnableRedundancyZones: &trueValue,
39 EnableCustomUpgrades: &trueValue,
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/config/
H A Dautopilot_test.go10 trueValue, falseValue := true, false
18 EnableRedundancyZones: &trueValue,
20 EnableCustomUpgrades: &trueValue,
24 CleanupDeadServers: &trueValue,
35 CleanupDeadServers: &trueValue,
40 EnableRedundancyZones: &trueValue,
42 EnableCustomUpgrades: &trueValue,
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DBooleanToStringTransformer.php25 private $trueValue; variable in Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\BooleanToStringTransformer
28 * @param string $trueValue The value emitted upon transform if the input is true
30 public function __construct($trueValue) argument
32 $this->trueValue = $trueValue;
54 return $value ? $this->trueValue : null;
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DBooleanToStringTransformer.php30 private $trueValue; variable in Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\BooleanToStringTransformer
35 * @param string $trueValue
37 public function __construct($trueValue) argument
39 $this->trueValue = $trueValue;
61 return $value ? $this->trueValue : null;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DBooleanToStringTransformer.php25 private $trueValue; variable in Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\BooleanToStringTransformer
28 * @param string $trueValue The value emitted upon transform if the input is true
30 public function __construct($trueValue) argument
32 $this->trueValue = $trueValue;
54 return $value ? $this->trueValue : null;
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-toolkit/v4/sync/
H A Datomicbool.go9 trueValue = 1 const
17 atomic.StoreUint32(&b.value, trueValue)
25 return atomic.LoadUint32(&b.value) == trueValue
29 return atomic.CompareAndSwapUint32(&b.value, falseValue, trueValue)
33 return atomic.CompareAndSwapUint32(&b.value, trueValue, falseValue)
38 return &AtomicBool{value: trueValue}
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/
H A Dmarshaler_test.go84 "Byte": {NULL: &trueValue},
89 "Null": {NULL: &trueValue},
90 "String": {NULL: &trueValue},
160 {BOOL: &trueValue},
161 {NULL: &trueValue},
184 "Byte": {NULL: &trueValue},
189 "Null": {NULL: &trueValue},
197 "Simple": {NULL: &trueValue},
205 "simple": {NULL: &trueValue},
274 {BOOL: &trueValue},
[all …]

12345678910>>...35