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

  /external/chromium_org/chrome/test/pyautolib/chromeos/
power_strip.py 29 def PowerOff(self, outlet):
30 """Powers off the device that is plugged into the specified outlet.
33 outlet: The outlet ID defined on the switch (eg. .a14).
35 self._DoCommand('off', outlet)
37 def PowerOn(self, outlet):
38 """Powers on the device that is plugged into the specified outlet.
41 outlet: The outlet ID defined on the switch (eg. .a14).
43 self._DoCommand('on', outlet)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 191 char **outlet = NULL; local
225 outlet = &xst->authdata.generic.usr;
229 outlet = &xst->authdata.generic.pwd;
238 if (outlet != NULL) {
241 if ((*outlet = racoon_malloc(alen + 1)) == NULL) {
247 memcpy(*outlet, attr + 1, alen);
248 (*outlet)[alen] = '\0';
249 outlet = NULL;
    [all...]

Completed in 2804 milliseconds