Home
last modified time | relevance | path

Searched refs:UNCONDITIONAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/tools/api/
Dgenerate_api.py43 UNCONDITIONAL = 0 # No %kind in effect variable in Specification
56 self.conditional = self.UNCONDITIONAL
63 … assert self.conditional is self.UNCONDITIONAL, "%kind not terminated by end of specification file"
202 …assert self.conditional is self.UNCONDITIONAL, "%section within %kind is forbidden at " + self.con…
214 assert self.conditional is self.UNCONDITIONAL # can't actually happen
221 assert self.conditional is self.UNCONDITIONAL, "%kind is nested at " + self.context()
231 …assert not self.conditional is self.UNCONDITIONAL, "%else without matching %kind on " + self.conte…
257 …assert not self.conditional is self.UNCONDITIONAL, "%/kind without matching %kind on " + self.cont…
258 self.conditional = self.UNCONDITIONAL
264 … assert self.conditional is self.UNCONDITIONAL, "%define-kinds within %kind is forbidden at " + \
/frameworks/base/telephony/java/android/telephony/
DBarringInfo.java119 android.hardware.radio.V1_5.BarringInfo.BarringType.UNCONDITIONAL;