Searched refs:DEVICE_PLACEMENT_EXPLICIT (Results 1 – 7 of 7) sorted by relevance
216 elif device_policy == context.DEVICE_PLACEMENT_EXPLICIT:258 context.context().device_policy = context.DEVICE_PLACEMENT_EXPLICIT
98 self.assertEqual(context.DEVICE_PLACEMENT_EXPLICIT,
5687 if device_policy not in (None, context.DEVICE_PLACEMENT_EXPLICIT,
88 InitContext(options, DEVICE_PLACEMENT_EXPLICIT); in TEST_F()134 InitContext(options, DEVICE_PLACEMENT_EXPLICIT); in TEST_F()
80 DEVICE_PLACEMENT_EXPLICIT = 0, enumerator
114 case DEVICE_PLACEMENT_EXPLICIT: in CopyInputToExpectedDevice()
59 DEVICE_PLACEMENT_EXPLICIT = pywrap_tfe.TFE_DEVICE_PLACEMENT_EXPLICIT variable