Searched defs:blocked (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGUseElement.h77 void setUpdatesBlocked(bool blocked) { m_updatesBlocked = blocked; } argument
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h50 bool blocked; member in struct:TabRendererData
/external/webkit/Source/WebCore/inspector/front-end/
H A DHAREntry.js101 var blocked; variable
112 blocked = waitForConnection;
114 blocked = 0;
121 blocked: blocked,
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js231 if (this.blocked(hit, toLight, distance))
244 Scene.prototype.blocked = function(O, D, far) {
/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/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);
/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
H A Dtab_strip_model.cc488 void TabStripModel::SetTabBlocked(int index, bool blocked) { argument
490 if (contents_data_[index]->blocked == blocked)
492 contents_data_[index]->blocked = blocked;
552 return contents_data_[index]->blocked;
/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/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:__anon11556
/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
H A Dtab_renderer_gtk.cc337 void TabRendererGtk::SetBlocked(bool blocked) { argument
338 if (data_.blocked == blocked)
340 data_.blocked = blocked;
345 return data_.blocked;
/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/progs/
H A Dprogdefs.h85 func_t blocked; member in struct:__anon11508
/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/
H A Dbrowser.cc2172 // If command execution is blocked then just record the command and return.
2174 // We actually only allow no more than one blocked command, otherwise some
3064 void Browser::SetTabContentBlocked(TabContents* contents, bool blocked) { argument
3070 tabstrip_model()->SetTabBlocked(index, blocked);
/external/kernel-headers/original/linux/
H A Dsched.h13 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */
889 sigset_t blocked, real_blocked; member in struct:task_struct
913 /* PI waiters blocked on a rt_mutex held by this task */
1476 This is required every time the blocked sigset_t changes.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 341 milliseconds