Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 108) sorted by relevance

12345

/external/wpa_supplicant_8/src/drivers/
Drfkill.c55 int blocked; member
96 if (new_blocked != rfkill->blocked) { in rfkill_receive()
97 rfkill->blocked = new_blocked; in rfkill_receive()
154 rfkill->blocked = 1; in rfkill_init()
157 rfkill->blocked = 1; in rfkill_init()
193 return rfkill->blocked; in rfkill_is_blocked()
/external/webkit/LayoutTests/storage/indexeddb/
Dset_version_queue-expected.txt23 PASS connection[0] got blocked event
34 PASS connection[1] got blocked event
35 Ensure that this blocked event is in order:
42 PASS connection[2] got blocked event
50 PASS connection[3] got blocked event
51 Note: This means that a connection can receive a blocked event after its close() method has been ca…
Dset_version_blocked-expected.txt7 IndexedDB.open('set-version-blocked')
8 IndexedDB.open('set-version-blocked')
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_renderer_data.cc14 blocked(false), in TabRendererData()
33 blocked == data.blocked && in Equals()
Dtab_renderer_data.h50 bool blocked; member
/external/webkit/Source/WebCore/inspector/front-end/
DHAREntry.js101 var blocked;
112 blocked = waitForConnection;
114 blocked = 0;
121 blocked: blocked,
/external/chromium/chrome/browser/notifications/
Dnotification_exceptions_table_model.cc116 std::vector<GURL> blocked(service_->GetBlockedOrigins()); in LoadEntries() local
117 entries_.reserve(allowed.size() + blocked.size()); in LoadEntries()
120 for (size_t i = 0; i < blocked.size(); ++i) in LoadEntries()
121 entries_.push_back(Entry(blocked[i], CONTENT_SETTING_BLOCK)); in LoadEntries()
/external/quake/quake/src/QW/server/
Dsv_phys.c203 int i, blocked; in ClipVelocity() local
205 blocked = 0; in ClipVelocity()
207 blocked |= 1; // floor in ClipVelocity()
209 blocked |= 2; // step in ClipVelocity()
221 return blocked; in ClipVelocity()
250 int blocked; in SV_FlyMove() local
254 blocked = 0; in SV_FlyMove()
289 blocked |= 1; // floor in SV_FlyMove()
298 blocked |= 2; // step in SV_FlyMove()
363 return blocked; in SV_FlyMove()
[all …]
/external/quake/quake/src/QW/client/
Dpmove.c76 int i, blocked; in PM_ClipVelocity() local
78 blocked = 0; in PM_ClipVelocity()
80 blocked |= 1; // floor in PM_ClipVelocity()
82 blocked |= 2; // step in PM_ClipVelocity()
94 return blocked; in PM_ClipVelocity()
119 int blocked; in PM_FlyMove() local
123 blocked = 0; in PM_FlyMove()
158 blocked |= 1; // floor in PM_FlyMove()
162 blocked |= 2; // step in PM_FlyMove()
224 return blocked; in PM_FlyMove()
/external/valgrind/main/coregrind/
Dm_libcsignal.c394 vki_sigset_t pending, blocked, allbutone; in VG_() local
406 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_()
410 VG_(sigintersectset)(&pending, blocked); in VG_()
486 vki_sigset_t pending, blocked, allbutone; in VG_() local
501 ir = VG_(sigprocmask)(VKI_SIG_SETMASK, NULL, &blocked); in VG_()
505 VG_(sigintersectset)(&pending, &blocked); in VG_()
/external/chromium/chrome/browser/tabs/
Dtab_strip_model.h335 void SetTabBlocked(int index, bool blocked);
562 blocked(false) { in TabContentsData()
608 bool blocked; member
Dtab_strip_model.cc488 void TabStripModel::SetTabBlocked(int index, bool blocked) { in SetTabBlocked() argument
490 if (contents_data_[index]->blocked == blocked) in SetTabBlocked()
492 contents_data_[index]->blocked = blocked; in SetTabBlocked()
552 return contents_data_[index]->blocked; in IsTabBlocked()
/external/webkit/Source/WebCore/svg/
DSVGUseElement.h77 void setUpdatesBlocked(bool blocked) { m_updatesBlocked = blocked; } in setUpdatesBlocked() argument
/external/quake/quake/src/WinQuake/
Dsv_phys.cpp194 int i, blocked; in ClipVelocity() local
196 blocked = 0; in ClipVelocity()
198 blocked |= 1; // floor in ClipVelocity()
200 blocked |= 2; // step in ClipVelocity()
212 return blocked; in ClipVelocity()
241 int blocked; in SV_FlyMove() local
245 blocked = 0; in SV_FlyMove()
283 blocked |= 1; // floor in SV_FlyMove()
292 blocked |= 2; // step in SV_FlyMove()
357 return blocked; in SV_FlyMove()
[all …]
/external/oprofile/events/i386/core_2/
Dunit_masks53 0x02 STA Loads blocked by a preceding store with unknown address.
54 0x04 STD Loads blocked by a preceding store with unknown data.
56 0x10 UNTIL_RETIRE Loads blocked until retirement.
57 0x20 L1D Loads blocked by the L1 data cache.
59 0x01 SB_DRAIN_CYCLES Cycles while stores are blocked due to store buffer drain.
61 0x08 NOOP A store is blocked due to a conflict with an external or internal snoop.
/external/chromium/chrome/browser/tab_contents/
Dtab_specific_content_settings.cc253 void TabSpecificContentSettings::SetPopupsBlocked(bool blocked) { in SetPopupsBlocked() argument
254 content_blocked_[CONTENT_SETTINGS_TYPE_POPUPS] = blocked; in SetPopupsBlocked()
257 delegate_->OnContentSettingsAccessed(blocked); in SetPopupsBlocked()
/external/chromium/chrome/browser/
Dpower_save_blocker.h28 static void ApplyBlock(bool blocked);
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.mm26 // font loading being blocked by the sandbox, we need a mechnasim to both
43 // On 10.5, font loading is not blocked by the sandbox and thus there is no
168 // parameter. If loading is blocked by the sandbox, the font may be loaded
193 // Font loading was blocked by the Sandbox.
/external/webkit/Source/WebCore/storage/
DIDBVersionChangeRequest.h42 DEFINE_ATTRIBUTE_EVENT_LISTENER(blocked);
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dcreatebug.py52 …self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component…
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.h266 blocked(false), in TabData()
279 bool blocked; member
Dtab_renderer_gtk.cc337 void TabRendererGtk::SetBlocked(bool blocked) { in SetBlocked() argument
338 if (data_.blocked == blocked) in SetBlocked()
340 data_.blocked = blocked; in SetBlocked()
345 return data_.blocked; in is_blocked()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
Dmozilla9 -moz-handler-blocked
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py284 blocked=None, argument
294 if blocked:
295 log("blocked: %s" % blocked)
/external/quake/quake/src/QW/progs/
Dplats.qc189 self.blocked = plat_crush;
321 self.blocked = train_blocked;
348 self.blocked = train_blocked;

12345