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

  /external/chromium_org/third_party/libjingle/source/talk/base/
winfirewall_unittest.cc 39 bool authorized; local
41 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
45 EXPECT_TRUE(fw.QueryAuthorized("bogus.exe", &authorized));
48 // about whether we're authorized. It will depend on the settings of the
52 EXPECT_FALSE(fw.QueryAuthorized("bogus.exe", &authorized));
  /external/smack/src/org/apache/harmony/javax/security/sasl/
AuthorizeCallback.java 43 * Store authorized Serialized field.
45 private boolean authorized; field in class:AuthorizeCallback
63 return (authorized ? authorizedID : null);
67 return authorized;
71 authorized = ok;
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 530 int authorized = -1; local
532 /* For now, only support setting Authorized flag */
534 authorized = 1;
536 authorized = 0;
538 if (authorized < 0)
541 return bsd_send_mlme_param(priv, authorized ?
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 2164 int authorized; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 85 milliseconds