HomeSort by relevance Sort by last modified time
    Searched defs:allowed (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 42 const bool allowed = m_frame->loader()->client()->allowJavaScript(settings && settings->isJavaScriptEnabled()); local
43 if (!allowed && reason == AboutToExecuteScript)
45 return allowed;
  /external/libsepol/include/sepol/policydb/
flask_types.h 55 sepol_access_vector_t allowed; member in struct:sepol_av_decision
  /external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.cpp 136 bool allowed = m_allowedOrigins.find(origin) != m_allowedOrigins.end(); local
137 return allowed ? WebNotificationPresenter::PermissionAllowed
  /external/openssh/
readpass.c 174 int allowed = 0; local
188 allowed = 1;
192 return (allowed);
auth-rsa.c 168 int allowed = 0; local
248 /* break out, this key is allowed */
249 allowed = 1;
256 /* return key if allowed */
257 if (allowed && rkey != NULL)
262 return allowed;
267 * return key if login is allowed, NULL otherwise
274 u_int i, allowed = 0; local
278 for (i = 0; !allowed && i < options.num_authkeys_files; i++) {
281 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey)
    [all...]
auth-options.c 433 char *command, *allowed; local
503 if ((allowed = buffer_get_cstring_ret(&data,
509 if (strlen(allowed) != clen) {
517 xfree(allowed);
522 allowed)) {
525 xfree(allowed);
538 xfree(allowed);
543 xfree(allowed);
monitor_wrap.c 397 int allowed = 0, have_forced = 0; local
417 allowed = buffer_get_int(&m);
426 return (allowed);
431 * privileged parent makes the decision if the key is allowed
1089 int allowed = 0, have_forced = 0; local
1099 allowed = buffer_get_int(&m);
1106 if (allowed && rkey != NULL) {
1115 return (allowed);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.cpp 128 bool allowed = ::gLayoutTestController->checkDesktopNotificationPermission(jsOrigin); local
130 if (allowed)
  /external/chromium/chrome/browser/
content_setting_image_model.cc 153 // If any embedded site has access the allowed icon takes priority over the
157 bool allowed = local
159 set_icon(allowed ? IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON :
161 set_tooltip(l10n_util::GetStringUTF8(allowed ?
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.cpp 76 void GeolocationClientMock::setPermission(bool allowed)
78 m_permissionState = allowed ? PermissionStateAllowed : PermissionStateDenied;
113 bool allowed = m_permissionState == PermissionStateAllowed; local
121 (*it)->setIsAllowed(allowed);
  /external/libselinux/include/selinux/
selinux.h 109 access_vector_t allowed; member in struct:av_decision
  /external/wpa_supplicant_8/src/radius/
radius_das.c 42 u8 allowed[] = { local
62 attr = radius_msg_find_unlisted_attr(msg, allowed);
  /frameworks/native/cmds/servicemanager/
service_manager.c 29 } allowed[] = { variable in typeref:struct:__anon20008
86 for (n = 0; n < sizeof(allowed) / sizeof(allowed[0]); n++)
87 if ((uid == allowed[n].uid) && str16eq(name, allowed[n].name))
  /dalvik/vm/analysis/
Optimize.cpp 496 /* access allowed? */
498 bool allowed = dvmCheckClassAccess(referrer, resClass); local
500 if (!allowed) {
566 /* access allowed? */
568 bool allowed = dvmCheckFieldAccess(referrer, (Field*)resField); local
570 if (!allowed) {
644 /* access allowed? */
646 bool allowed = dvmCheckFieldAccess(referrer, (Field*)resField); local
648 if (!allowed) {
860 /* access allowed? *
862 bool allowed = dvmCheckMethodAccess(referrer, resMethod); local
    [all...]
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 86 void CheckPermissionMessageSent(int bridge_id, bool allowed);
87 void CheckPermissionMessageSentForTab(int tab, int bridge_id, bool allowed);
90 bool allowed);
122 bool allowed) {
123 CheckPermissionMessageSentInternal(process(), bridge_id, allowed); local
129 bool allowed) {
131 extra_tabs_[tab]->render_view_host()->process()), bridge_id, allowed);
137 bool allowed) {
146 EXPECT_EQ(allowed, param.b);
  /external/libppp/src/
systems.c 230 int f, mode, allowed; local
232 allowed = 0;
238 allowed |= mode;
241 modeok = modereq & allowed ? 1 : 0;
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 294 bool allowed = m_frame->loader()->client()->allowPlugins(settings && settings->arePluginsEnabled()); local
295 if (!allowed && reason == AboutToInstantiatePlugin)
297 return allowed;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 292 bool allowed = false; local
296 allowed = iter->second;
297 return allowed;
  /external/wpa_supplicant_8/src/ap/
hw_features.c 91 wpa_printf(MSG_MSGDUMP, "Allowed channel: mode=%d "
187 int allowed[] = { 36, 44, 52, 60, 100, 108, 116, 124, 132, 149, 157, local
199 /* Verify that HT40 secondary channel is an allowed 20 MHz
212 wpa_printf(MSG_ERROR, "HT40 secondary channel %d not allowed",
218 * Verify that HT40 primary,secondary channel pair is allowed per
221 * the list of allowed channels (already checked above).
232 for (k = 0; k < sizeof(allowed) / sizeof(allowed[0]); k++) {
233 if (first == allowed[k]) {
239 wpa_printf(MSG_ERROR, "HT40 channel pair (%d, %d) not allowed",
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 166 QStringList allowed; local
167 allowed << "MSCHAPV2" << "MD5" << "GTC" << "TLS" << "OTP" << "SIM"
170 if (allowed.contains(eapSelect->itemText(i))) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 148 /* A TREE_LIST of runtime type objects allowed to pass. */
159 } GTY ((tag ("ERT_ALLOWED_EXCEPTIONS"))) allowed; member in union:eh_region_u
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 148 /* A TREE_LIST of runtime type objects allowed to pass. */
159 } GTY ((tag ("ERT_ALLOWED_EXCEPTIONS"))) allowed; member in union:eh_region_u
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 148 /* A TREE_LIST of runtime type objects allowed to pass. */
159 } GTY ((tag ("ERT_ALLOWED_EXCEPTIONS"))) allowed; member in union:eh_region_u
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 148 /* A TREE_LIST of runtime type objects allowed to pass. */
159 } GTY ((tag ("ERT_ALLOWED_EXCEPTIONS"))) allowed; member in union:eh_region_u
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 185 assert(option <= allowedSet.size() && "Option outside allowed set.");
221 // Compute an initial allowed set for the current vreg.
253 // Record the mapping and allowed set in the problem.
361 const PBQPRAProblem::AllowedSet &allowed = p->getAllowedSet(src); local
363 while (pregOpt < allowed.size() && allowed[pregOpt] != dst) {
366 if (pregOpt < allowed.size()) {

Completed in 1710 milliseconds

1 2