Home
last modified time | relevance | path

Searched refs:noValue (Results 1 – 16 of 16) sorted by relevance

/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
DInclusiveCriterion.py66 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)
DCriterion.py49 def noValue(self): member in Criterion
DExclusiveCriterion.py51 if currentValue in self._allowedValues or currentValue == self.noValue:
/external/python/pyasn1/pyasn1/type/
Duniv.py23 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 …]
Dbase.py139 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 …]
Duseful.py19 noValue = univ.noValue variable
Dchar.py18 noValue = univ.noValue variable
/external/python/pyasn1/tests/type/
Dtest_univ.py36 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/
DUserInteractor.py145 and not x == criterion.noValue]:
169 criterion.noValue)))
/external/guava/guava/src/com/google/common/util/concurrent/
DAtomicLongMap.java316 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/
Ddecoder.py23 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/
DTestVectorFactory.py76 newCriterion.currentValue = newCriterion.noValue
/external/starlark-go/lib/proto/
Dproto.go449 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/
Dtest_rfc7296.py18 from pyasn1.type.univ import noValue
/external/cldr/tools/java/org/unicode/cldr/tool/
DOption.java186 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/
DCHANGES.rst321 uninitialized ASN.1 objects by assigning either noValue sentinel or