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
99 def __init__(self, value=noValue, **kwargs):
437 defaultBinValue = defaultHexValue = noValue
439 def __init__(self, value=noValue, **kwargs):
440 if value is noValue:
454 if value is noValue:
455 if self.defaultBinValue is not noValue:
458 elif self.defaultHexValue is not noValue:
791 defaultBinValue = defaultHexValue = noValue
794 def __init__(self, value=noValue, **kwargs):
[all …]
Dbase.py128 if value is not noValue:
227 noValue = NoValue() variable
233 defaultValue = noValue
235 def __init__(self, value=noValue, **kwargs):
237 if value is noValue:
322 return self._value is not noValue
324 def clone(self, value=noValue, **kwargs):
340 if value is noValue:
351 def subtype(self, value=noValue, **kwargs):
398 if value is noValue:
[all …]
Duseful.py19 noValue = univ.noValue variable
Dchar.py18 noValue = univ.noValue variable
/external/python/pyasn1/tests/type/
Dtest_univ.py35 repr(univ.noValue)
42 assert isinstance(univ.noValue, univ.NoValue), 'isinstance() on NoValue() object fails'
49 str(univ.noValue)
59 len(univ.noValue)
69 univ.noValue == 1
79 univ.noValue[0]
89 univ.noValue['key']
99 univ.noValue['key'] = 123
109 int(univ.noValue)
119 univ.noValue + univ.noValue
[all …]
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DUserInteractor.py145 and not x == criterion.noValue]:
169 criterion.noValue)))
/external/python/pyasn1/pyasn1/codec/ber/
Ddecoder.py21 noValue = base.noValue variable
50 elif value is noValue:
137 return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options),
186 …return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options), substrate, length)
228 return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options),
255 asn1Object = self._createComponent(asn1Spec, tagSet, noValue, **options)
881 return substrateFun(self._createComponent(asn1Spec, tagSet, noValue, **options),
905 asn1Object = self._createComponent(asn1Spec, tagSet, noValue, **options)
1083 value = noValue
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
DTestVectorFactory.py76 newCriterion.currentValue = newCriterion.noValue
/external/cldr/tools/java/org/unicode/cldr/tool/
DOption.java185 noValueError, noValue, valueError, value enumConstant
199 return MatchResult.noValue; in matches()
336 …if (tookExtraArgument && (matches == MatchResult.noValue || matches == MatchResult.noValueError)) { in parse()
/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dcontents.rst36 .. _univ.noValue:
/external/python/pyasn1/
DCHANGES.rst240 uninitialized ASN.1 objects by assigning either noValue sentinel or
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...