HomeSort by relevance Sort by last modified time
    Searched defs:noValue (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
Criterion.py 49 def noValue(self):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
base.py 56 noValue = __NoValue()
60 defaultValue = noValue
63 if value is None or value is noValue:
65 if value is None or value is noValue:
66 self.__hashedValue = value = noValue
75 if self._value is noValue:
124 if self._value is noValue:

Completed in 83 milliseconds