/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
D | InclusiveCriterion.py | 66 if self.noValue in valueList: 69 self.__currentValues.add(self.noValue) 72 if self.noValue in self.__currentValues: 73 self.__currentValues.remove(self.noValue) 77 and currentValue != self.noValue: 92 self.__currentValues.append(self.noValue)
|
D | Criterion.py | 49 def noValue(self): member in Criterion
|
D | ExclusiveCriterion.py | 51 if currentValue in self._allowedValues or currentValue == self.noValue:
|
/external/python/pyasn1/pyasn1/type/ |
D | univ.py | 23 noValue = NoValue() variable 103 def __init__(self, value=noValue, **kwargs): 449 defaultBinValue = defaultHexValue = noValue 451 def __init__(self, value=noValue, **kwargs): 452 if value is noValue: 466 if value is noValue: 467 if self.defaultBinValue is not noValue: 470 elif self.defaultHexValue is not noValue: 809 defaultBinValue = defaultHexValue = noValue 812 def __init__(self, value=noValue, **kwargs): [all …]
|
D | base.py | 139 if value is not noValue: 242 noValue = NoValue() variable 260 defaultValue = noValue 262 def __init__(self, value=noValue, **kwargs): 264 if value is noValue: 349 return self._value is not noValue 351 def clone(self, value=noValue, **kwargs): 367 if value is noValue: 378 def subtype(self, value=noValue, **kwargs): 425 if value is noValue: [all …]
|
D | useful.py | 19 noValue = univ.noValue variable
|
D | char.py | 18 noValue = univ.noValue variable
|
/external/python/pyasn1/tests/type/ |
D | test_univ.py | 36 repr(univ.noValue) 43 assert isinstance(univ.noValue, univ.NoValue), 'isinstance() on NoValue() object fails' 50 str(univ.noValue) 60 len(univ.noValue) 70 univ.noValue == 1 80 univ.noValue[0] 90 univ.noValue['key'] 100 univ.noValue['key'] = 123 110 int(univ.noValue) 120 univ.noValue + univ.noValue [all …]
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/ |
D | UserInteractor.py | 145 and not x == criterion.noValue]: 169 criterion.noValue)))
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicLongMap.java | 316 AtomicBoolean noValue = new AtomicBoolean(false); in putIfAbsent() local 322 noValue.set(true); in putIfAbsent() 328 return noValue.get() ? 0L : result.longValue(); in putIfAbsent()
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | decoder.py | 23 noValue = base.noValue variable 52 elif value is noValue: 145 asn1Spec, tagSet, noValue, **options), substrate, length) 198 …return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options), substrate, length) 240 return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options), 270 asn1Object = self._createComponent(asn1Spec, tagSet, noValue, **options) 1076 return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options), 1116 asn1Object = self._createComponent(asn1Spec, tagSet, noValue, **options) 1296 value = noValue
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/ |
D | TestVectorFactory.py | 76 newCriterion.currentValue = newCriterion.noValue
|
/external/starlark-go/lib/proto/ |
D | proto.go | 449 return noValue, fmt.Errorf("invalid %s: %v", typeString(fdesc), i) 460 return noValue, fmt.Errorf("invalid %s: %v", typeString(fdesc), i) 470 return noValue, fmt.Errorf("invalid %s: %v", typeString(fdesc), i) 481 return noValue, fmt.Errorf("invalid %s: %v", typeString(fdesc), i) 525 return noValue, fmt.Errorf("got %s, want %s", v.desc().FullName(), desc.FullName()) 538 return noValue, err 543 return noValue, fmt.Errorf("got %s, want %s", v.Type(), typeString(fdesc)) 546 var noValue protoreflect.Value var
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc7296.py | 18 from pyasn1.type.univ import noValue
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Option.java | 186 noValueError, noValue, valueError, value enumConstant 200 return MatchResult.noValue; in matches() 337 …if (tookExtraArgument && (matches == MatchResult.noValue || matches == MatchResult.noValueError)) { in parse()
|
/external/python/pyasn1/ |
D | CHANGES.rst | 321 uninitialized ASN.1 objects by assigning either noValue sentinel or
|