Searched refs:blocked (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.cc14 blocked(false),
33 blocked == data.blocked &&
H A Dtab_renderer_data.h50 bool blocked; member in struct:TabRendererData
/external/chromium/chrome/browser/
H A Dpower_save_blocker.h28 static void ApplyBlock(bool blocked);
/external/webkit/Source/WebCore/storage/
H A DIDBVersionChangeRequest.h42 DEFINE_ATTRIBUTE_EVENT_LISTENER(blocked);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Drfkill.c49 int blocked; member in struct:rfkill_data
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
90 if (new_blocked != rfkill->blocked) {
91 rfkill->blocked = new_blocked;
147 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
148 rfkill->blocked = 1;
150 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
151 rfkill->blocked = 1;
187 return rfkill->blocked;
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Drfkill.c49 int blocked; member in struct:rfkill_data
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
90 if (new_blocked != rfkill->blocked) {
91 rfkill->blocked = new_blocked;
147 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
148 rfkill->blocked = 1;
150 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
151 rfkill->blocked = 1;
187 return rfkill->blocked;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Drfkill.c49 int blocked; member in struct:rfkill_data
80 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
83 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
90 if (new_blocked != rfkill->blocked) {
91 rfkill->blocked = new_blocked;
147 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
148 rfkill->blocked = 1;
150 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
151 rfkill->blocked = 1;
187 return rfkill->blocked;
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js101 var blocked; variable
112 blocked = waitForConnection;
114 blocked = 0;
121 blocked: blocked,
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model.cc116 std::vector<GURL> blocked(service_->GetBlockedOrigins());
117 entries_.reserve(allowed.size() + blocked.size());
120 for (size_t i = 0; i < blocked.size(); ++i)
121 entries_.push_back(Entry(blocked[i], CONTENT_SETTING_BLOCK));
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dcreatebug.py52 state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component=self._options.component, cc=cc)
/external/eigen/lapack/
H A Dcholesky.cpp29 if(UPLO(*uplo)==UP) ret = internal::llt_inplace<Scalar, Upper>::blocked(A);
30 else ret = internal::llt_inplace<Scalar, Lower>::blocked(A);
/external/eigen/Eigen/src/Cholesky/
H A DLLT_MKL.h70 static typename MatrixType::Index blocked(MatrixType& m) \
81 static typename MatrixType::Index blocked(MatrixType& m) \
H A DLLT.h290 static typename MatrixType::Index blocked(MatrixType& m) function in struct:Eigen::internal::llt_inplace
340 static EIGEN_STRONG_INLINE typename MatrixType::Index blocked(MatrixType& mat) function in struct:Eigen::internal::llt_inplace
343 return llt_inplace<Scalar, Lower>::blocked(matt);
360 { return llt_inplace<typename MatrixType::Scalar, Lower>::blocked(m)==-1; }
370 { return llt_inplace<typename MatrixType::Scalar, Upper>::blocked(m)==-1; }
/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.h77 void setUpdatesBlocked(bool blocked) { m_updatesBlocked = blocked; } argument
/external/quake/quake/src/QW/client/
H A Dpmove.c67 returns the blocked flags (1 = floor, 2 = step / wall)
76 int i, blocked; local
78 blocked = 0;
80 blocked |= 1; // floor
82 blocked |= 2; // step
94 return blocked;
119 int blocked; local
123 blocked = 0;
158 blocked |= 1; // floor
162 blocked |
[all...]
/external/quake/quake/src/QW/server/
H A Dsv_phys.c194 returns the blocked flags (1 = floor, 2 = step / wall)
203 int i, blocked; local
205 blocked = 0;
207 blocked |= 1; // floor
209 blocked |= 2; // step
221 return blocked;
250 int blocked; local
254 blocked = 0;
289 blocked |= 1; // floor
298 blocked |
[all...]
H A Dprogdefs.h104 func_t blocked; member in struct:__anon12404
/external/chromium/chrome/browser/tab_contents/
H A Dtab_specific_content_settings.cc253 void TabSpecificContentSettings::SetPopupsBlocked(bool blocked) { argument
254 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked;
257 delegate_->OnContentSettingsAccessed(blocked);
H A Dtab_specific_content_settings.h34 // |content_was_blocked| is true, if a content settings type was blocked
57 void SetPopupsBlocked(bool blocked);
63 // Returns whether a particular kind of content has been blocked for this
88 // Returns a CookiesTreeModel object for the recoreded blocked cookies.
168 // Stores which content setting types actually have blocked content.
171 // Stores if the blocked content was messaged to the user.
177 // Stores the blocked resources for each content type.
182 // Stores the blocked/allowed cookies.
189 // Stores whether the user can load blocked plugins on this page.
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model.h334 // Changes the blocked state of the tab at |index|.
335 void SetTabBlocked(int index, bool blocked);
353 // Returns true if the tab at |index| is blocked by a tab modal dialog.
562 blocked(false) {
607 // Is the tab interaction blocked by a modal dialog?
608 bool blocked; member in struct:TabStripModel::TabContentsData
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h85 func_t blocked; member in struct:__anon12356
/external/quake/quake/src/WinQuake/
H A Dsv_phys.cpp185 returns the blocked flags (1 = floor, 2 = step / wall)
194 int i, blocked; local
196 blocked = 0;
198 blocked |= 1; // floor
200 blocked |= 2; // step
212 return blocked;
241 int blocked; local
245 blocked = 0;
283 blocked |= 1; // floor
292 blocked |
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h115 // Sets the blocked state of the tab.
266 blocked(false),
279 bool blocked; member in struct:TabRendererGtk::TabData
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c406 vki_sigset_t pending, blocked, allbutone; local
420 /* don't try for signals not blocked at the moment */
421 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked);
424 /* pending = pending `intersect` blocked */
425 VG_(sigintersectset)(&pending, &blocked);
440 pre: i is blocked and pending
452 blocked. */
/external/webkit/Source/WebCore/dom/
H A DEventNames.h39 macro(blocked) \

Completed in 1043 milliseconds

12